<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

img {
    -webkit-backface-visibility: hidden;
}

.view_timer{
	width:100%;
	max-width:1200px;
}
.view_timer img{
	width: 100%;
}

a:hover img.imghover{
	filter:alpha(opacity=70);
	opacity:0.7;
}
input.imghover:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { display: inline-table; }  
  /* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

.header_attention {
	max-width:1200px;
	background-color:#FFF;
	text-align: center;
	margin: 10px auto;
}
.header_attention a {
	text-decoration:none;
}

.header_attention_slider {
	max-width:1200px;
	background-color:#FFF;
	font-weight:bold;
	text-align: center;
	margin: 10px auto;
}
.header_attention_slider a {
	text-decoration:none;
}

body {
    font-family: soleil,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*
body{
	font-size:12px;
	line-height:1.5;
	position: relative;
	font-family: 'soleil','游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-family: soleil,-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .10em;
}
*/

header{
	width: 100%;
}
.header_inner{
	width: 1200px;
	margin: 30px auto 0px;
}
.header_inner h1{
	text-align: center;
	margin-top: -50px;
}
.header_inner h1 img{
	width: 250px;
}

.header_inner h1 img.logo-outlet {
    width: 100px;
}

.header_inner dl{
	width: 100%;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.header_inner dl dt{
	letter-spacing: normal; /* 文字間を通常に戻す */
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.header_inner dl dt form{
	width: 260px;
	border-bottom: 1px solid #BDBDBD;
	padding-top: 6px;
}
.header_inner dl dt input[type="text"]{
	width: 225px !important;
	vertical-align: top;
	line-height: 2;
	border: none;
}
.header_inner dl dt input[type="image"]{
	width: 25px;
}
.header_inner dl dt input[type="image"] img{
	width: 100%;
}
.header_inner dl dd{
	letter-spacing: normal; /* 文字間を通常に戻す */
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.header_inner dl dd ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	text-align: right;
}
.header_inner dl dd li{
	list-style-type: none;
	letter-spacing: normal; /* 文字間を通常に戻す */
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
.header_inner dl dd li:last-child{
	padding-left: 0px;
}
.header_inner dl dd li img{
	width: 50px;
}
#header_navigation nav{
        margin: 20px 0;
}
#header_navigation nav ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	text-align: center;
}
#header_navigation nav li{
	list-style-type: none;
	letter-spacing: normal; /* 文字間を通常に戻す */
	display: inline-block;
	vertical-align: top;
}
#header_navigation nav li a{
	padding: 10px 15px;
	display: inline-table;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .10em; /* 文字間を詰めて隙間を削除する */
}
#header_navigation nav li a:hover{
	text-decoration: none;
}

#header_navigation nav li ul li {
    width: 100%;
}


footer{
	border-top: 1px solid #e7e7e7;
	margin-top: 150px;
	position: relative;
}
footer .footer_anc{
	position: absolute;
	right: 30px;
	top: -45px;
}
footer .footer_anc img{
	width: 80px;
}
.footer_inner{
	width: 1200px;
	margin: 0 auto;
	padding:30px 0 30px 0;
}
.footer_inner .footer_logo{
	text-align: center;
}
.footer_inner .footer_logo img{
	width: 225px;
}

.footer_inner .footer_logo img.logo-outlet {
    width: 100px;
}

.footer_inner .footer_nav{
	padding: 25px 0px;
}
.footer_inner .footer_nav dl{
	width: 100%;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.footer_inner .footer_nav dt{
	letter-spacing: normal; /* 文字間を通常に戻す */
	display: inline-block;
	vertical-align: top;
	width: 950px;
}
.footer_inner .footer_nav dt ul{
	width: 100%;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.footer_inner .footer_nav dt li{
	list-style-type: none;
	letter-spacing: normal; /* 文字間を通常に戻す */
	display: inline-block;
	vertical-align: top;
	padding: 0 6px;
	font-size: 12px;
}
.footer_inner .footer_nav dd{
	letter-spacing: normal; /* 文字間を通常に戻す */
	display: inline-block;
	vertical-align: top;
	width: 250px;
}
.footer_inner .footer_nav dd ul{
	width: 100%;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	text-align: right;
}
.footer_inner .footer_nav dd li{
	list-style-type: none;
	letter-spacing: normal; /* 文字間を通常に戻す */
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
}
.footer_inner .footer_nav dd li img{
	width: 26px;
}
.footer_inner .footer_copy{
	text-align: center;
	font-style: normal;
	font-weight: 300;
}
.common_itembox{
	width: 100%;
	margin: 0 auto;
}
.common_itembox ul{
	width: 100%;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.common_itembox li{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
    width : 20%;
	padding: 15px;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}
.common_itembox li a{
	text-decoration: none;
}
.common_itembox li a:hover{
	color: #666;
}
.common_itembox li .common_item_photobox{
	position: relative;
}
.common_itembox li .common_item_img{
	margin-bottom: 6px;
}
.common_itembox li .common_item_img img{
	width: 100%;
}
.common_itembox li .common_item_rank{
	position: absolute;
	top: -33px;
	left: 13px;
	font-size: 50px;
	z-index: 2;
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight:lighter;
}
.common_itembox li .common_item_rank img{
	width: 35px;
}
.common_itembox li .common_item_icon{
	position: absolute;
	bottom: 8px;
	left: 5px;
}
.common_itembox li .common_item_icon span{
	display: inline-block;
	padding:1px 4px;
	background-color: #000;
	color: #fff;
	margin: 2px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .10em; /* 文字間を詰めて隙間を削除する */
}
.common_itembox li .common_item_icon span.blue{
	background-color: #93cfda;
}
.common_itembox li .common_item_icon span.pink{
	background-color: #f1778c;
}
.common_itembox li .common_item_icon span.purple{
	background-color: #ad83d7;
}
.common_itembox li .common_item_name{
	padding-bottom: 6px;
}
.common_itembox li .common_item_price{
}
.common_itembox li .common_item_sale_price{
	color:red;
}
.common_btn a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding: 0px;
	width: 120px;
	margin: 30px auto;
	border-bottom: 4px solid #000;
}
.common_btn a:hover{
	color: #666;
	border-bottom: 4px solid #666;
}
.checklist_box{
	width: 1214px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.checklist_box h2{
	padding-bottom: 20px;
}
.checklist_box ul{
	width: 100%;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.checklist_box li{
	list-style-type: none;
	letter-spacing: normal; /* 文字間を通常に戻す */
	display: inline-block;
	vertical-align: top;
    width : 14%;
	width : -webkit-calc(100% / 7) ;
    width : calc(100% / 7) ;
	padding: 15px 7px;
	box-sizing: border-box;
}
.checklist_box li img{
    width : 100%;
}

.historylist_box{
	width: 1214px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
.historylist_box ul{
	width: 100%;
}
.historylist_box li{
	list-style-type: none;
	letter-spacing: normal; /* 文字間を通常に戻す */
	display: inline-block;
	vertical-align: top;
    width : 14%;
	width : -webkit-calc(100% / 7) ;
    width : calc(100% / 7) ;
	padding: 15px 7px;
	box-sizing: border-box;
}
.historylist_box li img{
    width : 100%;
}

/*-------------------decoration-------------------*/
.center{
	text-align: center;
}
.bg_gray{
	background-color: #333333;
}
.bg_topics{
	background: url(https://sunsquare.itembox.design/item/1904_re/images/common/bg001.jpg);
}
.mb50{
	margin-bottom: 50px;
}
.pt30{
	padding-top: 30px;
}
.ptb10{
	padding: 10px 0;
}

#logoutButton, #loginButton { display: none; }


.top_rank_category{
    margin-bottom: 40px;
}

.top_rank_category-title {
    display: inline-block;
    width: 48%;
    text-align: center;
}

.rank_category-title {
  background: #C8C6C7;/*背景色*/
  padding: 10px;/*文字まわり（上下左右）の余白*/
  text-align:center;
  margin: 10px;
}

.layout_display_recommend{
    width: 1200px;
    margin: 100px auto;
}

/*View Moreボタン*/
.btn-more {
    font-size: 16px;
    line-height: 1.7em;
    display: block;
    margin: 30px auto;
    border: 1px #000 solid;
    text-align: center;
    padding: 12px;
    width: 30%;
    position: relative;
    text-decoration: none !important;
    background-color: #666;
    color: #FFF !important;
    font-weight: normal;
}

.btn-more:hover{
    background-color: #FFF;
    color: #333 !important;
}

.btn-more:before {
    display: block;
    position: absolute;
    right: 5%;
    content: "＞";
    font-size: 0.7rem;
}

/* 見出し */
.section-title {
    position: relative;
    text-align: center;
    font-family: "Times New Roman", "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG 明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Times, "serif";
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 1px;
}

.section-title::before {
    content: '';
    display: block;
    border-bottom: 1px solid #333;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.section-title span {
    background-color: #FFF;
    display: inline-block;
    /* width: 270px; */
    z-index: 2;
    padding: 0 5%;
    font-size: 28px;
}

.section-text {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.section-text p {
    font-size: 12px;
}

.newitem_update {
    padding: 1px 2px;
    font-size: 9px;
    margin-left: 5px;
    background-color: #fff;
    border: 1px solid #d00000;
    color: #d00000;
}

/* コンテンツ */
.contents-block{
    width: 1230px;
    margin: 0 auto;
    padding: 70px 0 90px;
}


.contents-grid{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.contents-item{
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    margin-top: -1px;
    text-align: left;
    position: relative;
    max-width: 49%;
    flex-basis: 49%;
    list-style: none;
}


.contents-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 15px 0;
    color: #000;
    text-decoration: none;
}

.contents-item a:hover{
    text-decoration: none;
}

.contents-inner:before {
    display: block;
    position: absolute;
    right: 5%;
    content: "＞";
    /* transform: rotate(90deg); */
    font-size: 0.7rem;
    top: calc(50%);
    text-decoration: none;
}

.contents-box{
    flex-basis: 29%;
    padding-right: 10px;
}

.contents-textbox{
    flex-basis: 71%;
    padding-right: 65px;
}

.contents-textbox-update{
    font-size: 12px;
    color: #aaa;
    margin: 0 10px 3px 0;
}

.contents-textbox-mark{
    background: #f39;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
    line-height: 1;
    display: inline-block;
    font-size: 10px;
}

.contents-textbox-title{
font-size: 16px;
margin: 5px 0;
}

.contents-img{
max-width: 100%;
}

/* トップページピックアップ */
/*タブ切り替え全体のスタイル*/
.top-pickup-tabs {
  margin-top: 20px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
}

/*タブのスタイル*/
.top-pickup-tab_item {
  width: calc(100%/8);
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
  color: #AA9D95;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
    border: 1px #AA9D95 solid;
    padding: 1% 0;
    margin: 1% .5%;
}
.top-pickup-tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="top-pickup-tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.top-pickup-tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.top-pickup-tabs input:checked + .top-pickup-tab_item {
  background-color: #AA9D95;
  color: #fff;
}

.brand-block {
    width: 1230px;
    margin: 0 auto;
    padding: 70px 0 90px;
}


.brand-grid {
    justify-content: space-evenly;
    display: flex;
    margin-bottom: 100px;
}

.brand-item {
    list-style: none;
    display: inline-block;
    margin: 0px 15px;
}

.brand-list {
    width: 25%;
}

.brand-box {
    flex-basis: 50%;
}

.brand-img {
    max-width: 100%;
}

.brand-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding: 15px 0;
}

.tab_content_comment {
  margin: 0 20px;
}

/* top  */

.Proper {
    text-decoration:line-through;
}

.saleprice {
    color: #C60038;
}

.fs-c-productThumbnail__image {
    min-width: 87px;
}


.alt_text {
    font-size: 1.2rem;
    text-align: center;
}

.fs-c-productMainImage__image {
    position: relative;
}


/* 詳細検索 */

.modal_search_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 750px;
    max-height: 780px;
    max-width: 1000px;
    padding: 30px 2vw 20px;
    border: 0;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    overflow: auto;
}

.modal_search_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}


#modal_search_target .modal_search_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    font-size: 44px;
    color: #666666;
    line-height: 50px;
    text-align: center;
}
#modal_search_target .modal_search_close i {
    line-height: 50px;
    vertical-align: bottom;
}

#modal_search_target .search-form-content {
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 15px;
    background-color: white;
    text-align: left;
}


#modal_search_target input[type=text] {
    padding: 0 6px;
    height: 40px;
    background: #fff;
    border: solid #ccc 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 108%;
    width: 100%;
}

#modal_search_target .search-form-content .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#modal_search_target .search-form-content .btn-group button:first-of-type {
    margin-right: 16px;
}

#modal_search_target .search-form-content .btn-group button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    border: solid 1px #2f2f2f;
    color: black;
    background-color: white;
    font-size: 13px;
    cursor: pointer;
}

#modal_search_target .search-form-content .btn-group button:hover {
    color: white;
    background-color: #2f2f2f;
}

#modal_search_target button, label {
    cursor: pointer;
}

#modal_search_target .price-group input[type="text"] {
    width: 160px;
}

#modal_search_target .price-group &gt; span {
    margin-bottom: 8px;
    font-size: 13px;
    display: inline-block;
}


#modal_search_target .price-group {
    margin-bottom: 20px;
}

#modal_search_target .price-group .flex {
    display: flex;
    justify-content: flex-start;
}

#modal_search_target .price-group .flex p.p-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 44px;
}

#modal_search_target select:nth-child(odd) {
    margin-right: 24px;
    width: 50%;
}

#modal_search_target .search-form-content .select-group,#modal_search_target .search-form-content .series-group,
#modal_search_target .search-form-content .keyword-group {
    margin-bottom: 20px;
}

#modal_search_target .search-form-content select {
    padding: 0 6px;
    height: 40px;
    background: #fff;
    border: solid #ccc 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 108%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(https://fith1982.itembox.design/item/img/img01/select_arrow1.png) no-repeat right 6px center #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#modal_search_target .color-group {
    margin-bottom: 20px;
}

#modal_search_target .color-group label {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

#modal_search_target .color-group #search-color-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}


#modal_search_target .color-group input[type="checkbox"] {
    display: none;
}

#modal_search_target .color-group #color_black {
    background: black;
}

#modal_search_target .color-group #color_white {
    background: white;
}

#modal_search_target .color-group #color_beige {
    background: beige;
}

#modal_search_target .color-group #color_blue {
    background: blue;
}

#modal_search_target .color-group #color_brown {
    background: brown;
}

#modal_search_target .color-group #color_gray {
    background: gray;
}

#modal_search_target .color-group #color_green {
    background: green;
}

#modal_search_target .color-group #color_khaki{
    background: khaki;
}

#modal_search_target .color-group #color_purple{
    background: purple;
}

#modal_search_target .color-group #color_navy{
    background: navy;
}

#modal_search_target .color-group #color_pink{
    background: pink;
}

#modal_search_target .color-group #color_red{
    background: red;
}

#modal_search_target .color-group #color_yellow{
    background: yellow;
}

#modal_search_target .color-group #color_orange{
    background: orange;
}

#modal_search_target input[type=checkbox]:checked + #color_white,#modal_search_target input[type=checkbox]:checked + #color_black,#modal_search_target input[type=checkbox]:checked + #color_beige,#modal_search_target input[type=checkbox]:checked + #color_blue,#modal_search_target input[type=checkbox]:checked + #color_brown,#modal_search_target input[type=checkbox]:checked + #color_gray,#modal_search_target input[type=checkbox]:checked + #color_green,#modal_search_target input[type=checkbox]:checked + #color_khaki,#modal_search_target input[type=checkbox]:checked + #color_purple,#modal_search_target input[type=checkbox]:checked + #color_navy,#modal_search_target input[type=checkbox]:checked + #color_pink,#modal_search_target input[type=checkbox]:checked + #color_red,#modal_search_target input[type=checkbox]:checked + #color_yellow,#modal_search_target input[type=checkbox]:checked + #color_orange{
    width: 30px;
    height: 30px;
    border: solid 6px #dbdbdb;
}

#modal_search_target .radio-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

#modal_search_target .radio-group &gt; span {
    margin-right: 33px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal_search_target .radio-group input[type="radio"]:checked + label {
    background-color: #878787;
    color: white;
}

#modal_search_target .radio-group label {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 160px;
    height: 44px;
    display: inline-block;
    background-size: cover;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    background-color: whitesmoke;
    color: #aaaaaa;
    border: solid 1px;
}

#modal_search_target .radio-group input[type="radio"] {
    display: none;
}

#modal_search_target .color-group &gt; span {
    margin-bottom: 8px;
    font-size: 13px;
    display: inline-block;
}

#modal_search_target .search_color_name {
    font-size: 10px;
    text-align: center;
}

#modal_search_target .search_color_box{
    margin: 0 10px 10px;
    width: 55px;
}

#modal_search_target .brand-group {
    display: none;
}

#modal_search_target .brand-group_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

#modal_search_target .brand-group &gt; span {
    margin-bottom: 8px;
    font-size: 13px;
    display: inline-block;
}

#modal_search_target .brand-group input[type="radio"]:checked + label {
    background-color: #878787;
    color: white;
}

#modal_search_target .brand-group label {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 120px;
    height: 44px;
    display: inline-block;
    background-size: cover;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border: solid #ccc 1px;
}

#modal_search_target .brand-group input[type="radio"] {
    display: none;
}

#modal_search_target .brand-box {
    margin: 0 20px 10px 0;
    width: 120px;
    flex-basis: unset;
}

#modal_search_target .modal_search_title {
    border-bottom: 2px solid #7c8790;
    color: #7c8790;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0 0 1.2em;
    text-align: center;
}

.modal_search_open{
    cursor: pointer;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 14px;
  bottom: 90px;
  background: #fff;
  border: solid 2px #000;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  opacity: 0.7;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

/*　AIレコメンド見出し非表示*/
.history_menu_sp .fs-p-heading--lv2,.browsing_history .fs-p-heading--lv2{
    display: none;
}

.fs-p-heading--lv2 {
    color: #000;
    border-bottom: initial;
    margin-bottom: 0px;
}

.top_recommend-column4 ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.top_recommend-column4 ul li{
    padding: 8px;
}

.recommend_title_hidden .fs-p-heading--lv2 {
    display: none;
}

.recommend_title_hidden .fr3-productListCarousel__slides {
    overflow-x: hidden;
}

.fs-p-heading--lv2 {
    padding-bottom: 10px;
    text-align: left;
    color: #000;
    border-bottom: initial;
    margin-bottom: 0px;
}

.layout_display_recommend{
    margin: 150px auto !important;
}

.recommend-column4{
margin-bottom:15px;
}

.recommend-column4 a{
font-weight:bold;/*商品名の装飾*/
font-size:12px;/*商品名の文字サイズ*/
color:#000000;/*商品名の文字色*/
}
.recommend-column4 .itemPrice{
font-size:12px;/*商品価格の文字サイズ*/
color:#000000;/*商品価格の文字色*/
}
.recommend-column4 .FS2_itemPrice_addition{
font-size:10px;/*消費税表示の文字サイズ*/
color:#000000;/*消費税表示の文字色*/
}
.recommend-column4 a img{
border:none;
}
.recommend-column4 ul{
padding:0px;
display: flex;
    justify-content: space-between;
}
.recommend-column4 ul li{
display:block;
float:left;
background : #ffffff;/*各商品の背景色*/
padding:10px;/*各商品枠の余白*/
height:380px;/*各商品枠の高さ*/
width:280px;/*各商品枠の横幅 
(商品画像の横幅も同時に変更が必要)*/
margin:0 5px 5px -0px;
line-height:1.5;
font-size:100%;
}
.recommend-column4 ul li img{
width:280px;/*各商品画像の横幅*/
}
.recommend-column4 img{
margin-bottom:10px;
}

スマホ

.top_item_box {
    width: 96%;
    margin: 0 auto;
    padding: 20px 0 70px 0;
}


.top_item_title {
    position: relative;
    text-align: center;
    font-family: "Times New Roman", "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG 明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Times, "serif";
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 1px;
    z-index: 2;
}


.top_item_title::before {
    content: '';
    display: block;
    border-bottom: 1px solid #333;
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    z-index: -1;
}


.top_item_title span {
    background-color: #FFF;
    display: inline-block;
    z-index: 2;
    padding: 0 5%;
    font-size: 28px;
}


.top_item_subtitle {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.top_item_subtitle p {
    font-size: 12px;
}

.top_recommend-box ul {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    flex-wrap: wrap;
}

.top_recommend-box ul li {
    padding: 8px;
    width: 25%;
}

.top_item_box {
    padding: 70px 0 90px;
}

.top_insta_area{
    width: 1200px;
    padding: 70px 0 90px;
}

.top_insta_banner_list{
    display: flex;
    justify-content: space-between;
}

.top_insta_banner_box{
    width: calc(100% / 4 - 10px);
}

.top_insta_banner_area{
    margin-top: 30px;
}

.top_insta_info{
    font-size: 12px;
}

.tag_box {
    margin-bottom: 30px;
}

.tag_box .tag_title {
    margin: 10px 0 5px;
    font-weight: bold;
    font-size: 15px;
}

.tag_box .border {
    margin-bottom: 20px;
    border-bottom: 1px solid #000000;
    width: 40%;
}

.tag_box .tag_name {
    background: #e5e5e5;
    border: 1px solid #555;
    font-weight: bold;
    text-decoration: none;
    padding: 7px 12px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 5px 10px 0;
    font-size: 14px;
}

.tag_box .tag_name a:hover{
    color: #FC0019 !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.foot_box .foot_title {
    color: #404040;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.foot_box .border {
    border-top: 1px #666 dotted;
    padding-top: 5px;
}


.foot_box .foot_text {
    font-size: 12px;
    color: #737373;
}

.foot_box{
    margin-top: 100px;
}</pre></body></html>