@charset "Shift_JIS";


/*
#modalOpen #modal_arrival {
width:600px;
}

.modal_arrival {
margin:20px;
padding:10px;
}
*/

#modalOpen .modal_arrival .modal_title {
/*border-bottom:2px solid #ccc;
color:#036;
padding-bottom:10px;
text-align:left;*/
background:#eeeeee;
padding:20px;
font-size:22px;
text-align:center;
}

#modal_arrival table {
width:calc(100% - 30px);
margin:15px;
}

#modal_arrival th {
background:#f8f8f8;
border:1px #eeeeee solid;
padding:5px 2px;
text-align:center;
}

#modal_arrival td {
border:1px #eeeeee solid;
padding:5px 2px;
text-align:center;
}

div.cart_message {
padding:5px 10px 10px 30px;
color: #000000;
}

.item_icon .sale {
color:#ca0030;
}

.item_icon .shorten {
color:#fc9e18;
}

.item_icon .reservation {
color:#55aa55;
}

.item_icon .nostock {
color:#9a99a9;
}

.item_icon .order {
color:#0083b4;
}
.item_icon .restock {
min-width:36px;
width:auto;
color:#ff9900;
letter-spacing:-1px;
}

.item_icon .magazine {
color:#f39800;
}

/*
div.wrapper_ .container_ {
width:985px;
}
*/
#page_all #page_itemList.container_,
#page_feature .eventcontainer_ {
padding-top:30px;
position:static;
z-index:0;
overflow:visible;
}

.icon_required {
background-color:red;
color:#fff;
display:inline-block;
font-size:10px;
margin:0 25px 0 50px;
padding:1px 5px;
}

#page_newsList .view_select {
width:100%;
overflow:hidden;
}

#page_newsList .view_select li {
width:188px;
float:left;
margin-right:11px;
}

#page_newsList .view_select li .title {
font-size:10px;
color:#036;
margin-bottom:3px;
}

#page_favorite .item_list2 li .list_inner .item_photo {
display:block;
}

#page_favorite .item_list2 li .list_buttom {
margin-top:10px;
display:table;
width:100%;
}

#page_favorite .item_list2 li .item_cart {
width:180px;
}

#page_favorite .item_list2 li .item_del {
padding:0 8px;
}

#page_favorite .item_list2 li .list_buttom .item_del {
display:table-cell;
padding:22px 0 0;
}

.gift_message_ {
margin-bottom:10px;
margin-left:25px;
}

div.info2_,table.info2_ {
background-color:#efefef;
border:1px solid #666;
text-align:center;
width:35pc;
margin:4px auto;
padding:8px;
}

.info2_ {
font-weight:700;
color:#c00;
}

#page_orderView .pm_title1 {
display:table-cell;
width:25%;
}

#page_orderView .pm_form1 {
display:table-cell;
width:33%;
}

#page_orderView .pm_form2 {
display:table-cell;
width:42%;
}

#page_memEntry2 .pm_form2 select[name="date_detail_spec"] {
width:95%;
}

#page_memEntry2 .pm_form2 select[name="time_spec"] {
width:58%;
}

.font_20 {
font-size:20px;
}

.font_22 {
font-size:22px;
}

input[type="checkbox"].topic_check+ul {
max-height:0;
overflow:hidden;
}

input[type="checkbox"].topic_check:checked+ul {
max-height:750pt;
}

.top_information ul {
-webkit-transition:all .7s;
-moz-transition:all .7s;
-ms-transition:all .7s;
-o-transition:all .7s;
transition:all .7s;
list-style:none;
margin:0;
padding:0;
}

.topic_accordion div {
margin-left:20px;
margin-bottom:20px;
border-bottom:double;
}

.top_information {
position:relative;
}

dl.top_information label {
color:#036;
font-weight:700;
cursor:pointer;
}

.topic_title {
text-decoration:underline;
}

.topic_title:hover {
color:#f39800 !important;
}

.top_information dd {
background-image:url(../../ships_img/pc/parts/arrow_accodion.png);
background-repeat:no-repeat;
background-position:right center;
background-size:18px 18px;
margin-bottom:1.6em;
}

.top_information_title {
color:#002a4f;
font-weight:700;
font-size:1.3em;
border-bottom:1.5px solid;
padding-bottom:10px;
font-family:JINSNextTT;
margin:10px 10px 20px 0;
}

.method_notice {
padding-left:50px;
}

.icon_docomo_ {
width:20%;
height:auto;
}

img[class*=sorry] {
visibility:hidden !important;
}




/*---------- ヘッダインフォメーション ----------*/
.information_baloon{
display:none !important;
z-index:10000;
position:absolute;
right:-150px;
width:400px;
box-sizing:border-box;
width:auto;
height:auto;
background-color:#eeeeee;
border-radius:4px;
box-shadow:0 3px 6px rgba(0,0,0,0.3);
padding:10px;
}
.information:hover .information_baloon{
display:block !important;
}

.information_baloon:after{
content:'';
position:absolute;
top:-7px;
left:225px;
border-right:4px solid transparent;
border-bottom:7px solid #eeeeee;
border-left:4px solid transparent; 
}

.bookmark_baloon_list{
width:380px;
height:220px;
overflow-x:none;
overflow-y:scroll;
}
.bookmark_baloon_list li {
width:100%;
border-radius:4px;
background:#ffffff;
box-sizing:border-box;
padding:8px 12px;
}
.bookmark_baloon_list li + li{
margin-top:5px;
}
.bookmark_baloon_list li .list_inner {
display:table;
}
.bookmark_baloon_list li .list_inner > *{
display:table-cell;
vertical-align:middle;
}
.bookmark_baloon_list li .item_photo {
width:54px;
text-align:center;
}
.bookmark_baloon_list li .item_photo a{
display:block;
width:54px;
height:54px;
border-radius:50%;
overflow:hidden;
}
.bookmark_baloon_list li .item_photo img{
width:100%;
}
.bookmark_baloon_list li .item_data{
width:326px;
text-align:left;
padding:0 8px;
}
.bookmark_baloon_list .item_icon{
float:right;
}
.bookmark_baloon_list .item_icon span{
display:inline-block;
width:60px;
height:14px;
margin:0;
padding:0;
text-align:center;
font-size:10px;
line-height:15px;
color:#ffffff;
background:#eeeeee;
border:none;
-moz-border-radius:7px;/*FF*/
-webkit-border-radius:7px;/*Sf,Ch*/
border-radius:7px;
}
.bookmark_baloon_list .item_icon span.label_discount{background-color:#a50000;}
.bookmark_baloon_list .item_icon span.label_restock{background-color:#0078a5;}
.bookmark_baloon_list .item_icon span.label_stock{background-color:#337f00;}
/*
.bookmark_baloon_list .item_icon span.label_favorite{background-color:#0078a5;}
.bookmark_baloon_list .item_icon span.label_shipment{background-color:#0078a5;}
.bookmark_baloon_list .item_icon span.label_arrival{background-color:#0078a5;}
*/
.item_icon .promotion,
.item_icon .coupon {
color:#0185cf;
border-color:#0185cf;
}
.bookmark_baloon_list .date{
font-size:10px;
color:#666666;
}
.bookmark_baloon_list .message{
font-size:12px;
color:#000000;
clear:both;
}
.bookmark_baloon_list .message a{
color:#000000;
text-decoration:none;
}
.bookmark_baloon_list .message a:hover{
color:#333333;
text-decoration:none;
}
.bookmark_baloon_list .price_data .price {
font-size:12px;
display:inline-block;
margin-right:3px;
}

.bookmark_baloon_list.list_none{
display:table;
overflow-x:auto;
overflow-y:auto;
}
.bookmark_baloon_list.list_none li{
display:table-cell;
vertical-align:middle;
text-align:center;
}
.bookmark_baloon_list.list_none .ttl{
width:auto;
font-size:20px;
line-height:1.5;
font-weight:bold;
}
.bookmark_baloon_list.list_none p + p{
margin-top:20px;
}


div.dv_rc_name,
.topic_check {
display:none;
}
.col_red{
color:#CA0030;
}
.onetimepassword {
	font-weight: bold;
	text-align: center;
	letter-spacing: 6px;
}
.loginsaving_tmpl{
padding-bottom:30px;
}

/*---------------------------------------
  [PC] お気に入り登録ボタン
----------------------------------------*/


/* アイコンボタン */

.btn_favorite_s {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #eee;
    background-color: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
}

.btn_favorite_s img {
    width: 14px;
    height: 14px;
}


/* モーダル */

#modalOpen .modal_favorite_list_2 .modal_title {
    margin-bottom: 40px;
}

#modal_favorite_list.modal_cont {
    background-color: #efefef;
    width: 650px;
    padding: 40px 0;
}

.btn_bookmark.btn_box a img {
    width: 12px;
}

.btn_bookmark.btn_box a+a {
    margin-top: 20px;
}

#modal_favorite .device-btn {
    margin-top: 20px;
}

#modalOpen .mobalClose img[src$="favorites_modal_close.png"] {
    width: 15px;
    height: 15px;
}


/* ログイン後使用できます */

.item_list .listCoodi,
.item_list .listPhoto,
.item_list_c3 li .listPhoto,
.item_list_c3 li .listCoodi {
    overflow: inherit;
    z-index: inherit;
}

.modal_cart_list .cart_box .item_size div:nth-child(3),
.modal_favorite_list .favorite_box .item_size div:nth-child(2),
.favorites_1step_btn,
.favorites_1step_btn_2 {
    position: relative;
}

.alert_message_ {
    position: absolute;
    width: 200px;
    top: -67px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    z-index: 130;
}

.item_list_c3 li .alert_message_,
.id_checkItem3 li .alert_message_,
.listPhoto .alert_message_,
.listCoodi .alert_message_ {
    left: -149px;
    right: -149px;
}

.newsList .listPhoto .alert_message_ {
    left: -169px;
    right: inherit;
}

#page_newsList .newsList .listPhoto .alert_message_ a {
    color: #fff;
    text-decoration: underline;
}

.item_list li .alert_message_,
.item_list_c3 li:nth-child(3n) .alert_message_,
.id_checkItem3 li:nth-child(3n) .alert_message_ {
    right: -25px;
}

.modal_cart_list .cart_box .item_size div:nth-child(3) .alert_message_ {
    left: inherit;
    right: 0;
    top: -42px;
}

.modal_favorite_list .favorite_box .item_size div:nth-child(2) .alert_message_ {
    top: -41px;
    margin-right: 10px;
}

#page_newsDetail #dtl_area .article+.favorites_1step_btn .alert_message_ {
    top: -10px;
}

.btn_favorite_itemlist .alert_message_ {
    top: -30px;
    left: 40px;
    right: inherit;
}

.alert_message_ span {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    background-color: rgba(102, 102, 102, 0.8);
    width: 200px;
    padding: 14px 0;
    position: relative;
    display: table;
    margin: 0 auto;
}

.alert_message_ span a {
    color: #fff;
    text-decoration: underline;
}

.btn_favorite_itemlist .alert_message_ span {
    padding: 5px;
}

.item_list_c4 .listPhoto .alert_message_,
.item_list_c5 .listPhoto .alert_message_ {
    left: -107px;
    right: initial;
}

.item_list_c4 .listPhoto .alert_message_ span {
    left: -56px;
    right: inherit;
}

.item_list_c5 .listPhoto .alert_message_ span {
    left: -56px;
    right: inherit;
}

.alert_message_ span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: rgba(102, 102, 102, 0.8) transparent transparent transparent;
    right: 0;
    left: 0;
    bottom: -6px;
    margin: auto;
}

.item_list li .alert_message_ span:after,
.item_list_c3 li:nth-child(3n) .alert_message_ span:after,
.id_checkItem3 li:nth-child(3n) .alert_message_ span:after {
    left: inherit;
    right: 19px;
}

.newsList .item_list_c3 li:nth-child(3n) .alert_message_ span:after {
    right: 23px;
}

.modal_cart_list .cart_box .item_size div:nth-child(3) .alert_message_ span:after {
    left: inherit;
    right: 17.5px;
}

.listPhoto .alert_message_ span::after {
    left: inherit;
    right: 16px;
}

.item_list_c4 .listPhoto .alert_message_ span::after,
.item_list_c5 .listPhoto .alert_message_ span::after {
    left: inherit;
    right: -202px;
}


/*---------------------------------------
  [PC] お気に入り登録（1ステップで登録済になるタイプ）
----------------------------------------*/


/* ボタンベース */

.btn_02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 318px;
    height: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 25px;
    background: #eeeeee;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #04345a;
    text-decoration: none;
    cursor: pointer;
}

.btn_02 img {
    margin-right: 10px;
}

.btn_02.on {
    background: #fff;
    border: 1px solid #eee;
}


/* 下ボタン */

.favorites_1step_btn {
    margin-bottom: 30px;
}


/* 上ボタン */

.favorites_1step_btn_2 a {
    text-decoration: none;
    border: none;
}

.favorites_1step_btn_2 dl {
    text-align: center;
}

.favorites_1step_btn_2 dt img {
    width: 14px;
}

.favorites_1step_btn_2 dd {
    color: #04345a;
    font-size: 8px;
    font-weight: bold;
    white-space: nowrap;
}


/* 一覧のアイコン */

.favorites_1step_ico {
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 10;
}

.favorites_1step_ico .btn_favorite_s {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.favorites_1step_ico .btn_favorite_s img {
    width: 16px;
    height: 14px;
}


/*---------------------------------------
  [PC] 商品一覧
----------------------------------------*/

.item_list_c4 li .listPhoto,
.item_list_c5 li .listPhoto {
    overflow: initial;
}

.btn_favorite_item {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    z-index: 100;
    cursor: pointer;
}

.item_list_c4 li .listPhoto .btn_favorite_item img,
.item_list_c5 li .listPhoto .btn_favorite_item img,
.id_checkItem2 li .listPhoto .btn_favorite_item img {
    width: 16px;
    height: 14px;
}

#modalOpen #modal_item_list_favorite {
    width: 650px;
    max-height: 85vh;
    overflow: hidden;
    background: #efefef;
    padding-top: 30px;
}

#modalOpen #modal_item_list_favorite .modal_noAddress {
    padding: 0;
    max-height: 60vh;
    overflow-y: auto;
    background-color: #fff;
    margin: 0 30px 30px;
}

#page_itemList #modalOpen.on {
    display: flex;
}

#page_itemList #modalOpen .modalPosi {
    display: block;
}

.modal_subtitle_bookmark {
    margin-bottom: 45px;
}

#modal_item_list_favorite .modal_title_bookmark {
    font-size: 18px;
    margin-bottom: 20px;
}

#modal_item_list_favorite #cartBox {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 30px;
}

#modal_item_list_favorite .itemselectbox div.cartbox .box div:nth-child(1) {
	vertical-align: middle;
    display: table-cell;
}

#modal_item_list_favorite .itemselectbox div.cartbox .box div:nth-child(2) {
	vertical-align: middle;
}

#modal_item_list_favorite .itemselectbox div.cartbox .box div:nth-child(3) {
    width: 250px;
}

#modal_item_list_favorite .itemselectbox div.cartbox .box div:nth-child(3) a {
    display: flex;
    width: 250px;
}

#modal_item_list_favorite .itemselectbox div.cartbox .box div:nth-child(3) a img {
    width: auto;
    height: auto;
}

#modal_item_list_favorite .itemselectbox+hr {
    margin: 10px 0;
}

.item_variation_list {
    height: 100%;
}

.item_variation_list .btn_favorite_l {
    overflow: inherit;
    z-index: inherit;
    position: relative;
    cursor: pointer;
}


/*---------------------------------------
  [PC] ニュース詳細
----------------------------------------*/

#page_feature .dtl_ttl .ttl_info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

#page_feature .dtl_ttl .ttl_info::after {
    display: none;
}

.news_dtl .favorites_1step_btn {
    margin-bottom: 0;
}

.news_dtl .favorites_1step_btn .btn_02 {
    width: 250px;
    height: 40px;
    margin: 0;
}

.news_dtl .ttl_info .btn_02 {
    /*background: #fff;*/
}

.news_dtl .ttl_info .btn_02.on {
    border: 1px solid #fff;
}

.mainArea_+.favorites_1step_btn .btn_02 {
    margin: 0 auto;
}


/*---------------------------------------
  [PC] 店舗詳細
----------------------------------------*/

.shop_data .btn_02 {
    width: 400px;
    height: 40px;
}

#page_shopdetail .shop_newsList .newsList {
    padding-bottom: 30px;
}


/*---------------------------------------
  [PC] コーディネート詳細
----------------------------------------*/

#page_coordinate .staff_info_tag {
    margin-bottom: 15px;
}

#page_coordinate .btn_box {
    margin-bottom: 20px;
}

.btn_02.btn_favorite_2 {
    width: 450px;
    height: 60px;
    background: #fff;
    font-size: 13px;
}

#page_coordinate .staff_data .staff_photo {
    vertical-align: top;
}

#page_coordinate .staff_info .btn_02 {
    width: 310px;
    height: 40px;
}


/*---------------------------------------
  [PC] スタッフ詳細
----------------------------------------*/

#page_staffcodedetail .staff_data {
    display: flex;
    justify-content: space-between;
}

#page_staffcodedetail .staff_data .staff_photo {
    min-width: 100px;
}

#page_staffcodedetail .staff_data .staff_info {
    display: block;
    margin-right: auto;
}

#staffBox li {
    position: relative;
}

#staffBox .favorites_1step_btn {
    clear: both;
}

.staff_data .favorites_1step_btn_2 {
    display: table-cell;
    width: 764px;
    vertical-align: middle;
    text-align: right;
}

.staff_data .favorites_1step_btn_2 a.btn_04 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #eeeeee;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #04345a;
    text-decoration: none;
    cursor: pointer;
}

.staff_data .favorites_1step_btn_2 a.btn_04.on {
    border: 1px solid #fff;
    background-color: #fff;
}

.staff_data .favorites_1step_btn_2 a.btn_04 img {
    margin-right: 10px;
}

.staff_data .favorites_1step_btn_2 .alert_message_ {
    right: 20px;
    left: inherit;
    top: -70px;
    margin: 0;
}


/* タグ
----------------------------------------*/

.item_tag ul {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 15px 18px 0;
}

.item_tag li {
    margin: 0 0 15px 5px;
}

.item_tag a {
    display: flex;
    align-items: center;
    min-height: 30px;
    color: #221c1c;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #efefef;
    padding: 0 15px;
    border-radius: 17px;
    box-sizing: border-box;
}

.item_tag a:hover {
    background-color: #efefef;
}


/*---------------------------------------
  [PC] お気に入りページ
----------------------------------------*/

#page_favorites .btn_fix,
#page_favorites .search_refine_wrap_ {
    display: none;
}

#page_favorites .ttl_01 {
    margin-bottom: 20px;
}


/* お気に入りナビ
----------------------------------------*/

.favorites_nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.favorites_nav li {
    position: relative;
}

.favorites_nav li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: transparent;
    left: 0;
    bottom: -1px;
}

.favorites_nav li a,
.favorites_nav li span {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding: 5px 14px 14px;
}

.favorites_nav li a:hover {
    color: #666;
}

.favorites_nav li.active:after,
.favorites_nav li:hover:after {
    background-color: #333;
}


/* お気に入り未登録画面
----------------------------------------*/

#page_favorite .message_,
#favoriteList .message_ {
    text-align: center;
    line-height: 2em;
    margin: 100px 0 40px;
}

#page_favorite .link_btn,
#favoriteList .link_btn {
    margin: 10px auto 58px;
}

#page_favorite .link_btn a,
#favoriteList .link_btn a {
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    margin: 0 auto;
}

#page_favorite .link_btn a:hover,
#favoriteList .link_btn a:hover {
    opacity: 0.7;
}


/* 編集ツールエリア
----------------------------------------*/

#edit_tool {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}


/* [アイテム] 在庫絞り込み */

#refine_stock_nav {
    width: 125px;
}

#refine_stock_nav select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    background: url("../ships_img/pc/parts/ico_select.png") no-repeat 90% center;
    background-size: 8px 7px;
}

#edit_tool.bulk_deletion_mode #refine_stock_nav {
    display: none;
}


/* 編集ボタン */

#item_del_checkbox_btn_toggle {
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    margin-left: auto;
    cursor: pointer;
}

#item_del_checkbox_btn_toggle span {
    display: none;
}

#item_del_checkbox_btn_toggle span.active {
    display: block;
}


/* お気に入りリスト 検索一覧
----------------------------------------*/

#page_favorite .item_list,
#favoriteList .item_list {
    display: flex;
    flex-wrap: wrap;
}

#favoriteList .item_list {
    margin-bottom: 10px;
}

#page_favorite li {
    width: 208px;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 66px;
    position: relative;
}

#favoriteList li {
    float: none;
    width: 208px;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 66px;
    position: relative;
}

#page_favorite li:nth-child(4n) {
    margin-right: 15px;
}

#page_favorite li:nth-of-type(5n),
#favoriteList li:nth-of-type(5n) {
    margin-right: 0;
}

#page_favorite li .item_photo,
#favoriteList li .item_photo {
    width: 208px;
    height: auto;
    margin-bottom: 20px;
}


/* [アイテム] */

.item_cart .btn_cart_l_ {
    width: 176px;
    height: auto;
}

.bulk_deletion_mode .item_cart .btn_cart_l_ {
    visibility: hidden;
}

#page_favorite li .item_name {
    width: 100%;
    margin-bottom: 15px;
}

#page_favorite .bookmark_list_data {
    display: flex;
    flex-wrap: wrap;
}

#page_favorite li .price_data {
    width: 100%;
}


/* [スタイル] */

#favoriteList.favorites_coordinate .item_list .listCoodi {
    position: relative;
}

#favoriteList.favorites_coordinate .item_list .up_day,
#favoriteList.favorites_coordinate .item_list .staff_info_tag {
    font-size: 12px;
}

#favoriteList.favorites_coordinate .item_list .up_day {
    padding: 20px 0 15px;
    color: #666;
}

#favoriteList.favorites_coordinate .item_list .shop {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding-bottom: 10px;
}

#favoriteList.favorites_coordinate .item_list .staff_info_tag a {
    color: #666;
}


/* [スタッフ] */

#favoriteList.favorites_staff .item_list li {
    margin-right: 100px;
    width: 140px;
}

#favoriteList.favorites_staff .item_list li:nth-of-type(5n) {
    margin-right: 0;
}

#favoriteList.favorites_staff .item_list .staff_photo {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

#favoriteList.favorites_staff .item_list .staff_photo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

#favoriteList.favorites_staff .item_list .staff_photo a img {
    max-width: none;
    width: 100%;
}

#favoriteList.favorites_staff .item_list .info {
    position: relative;
}

#favoriteList.favorites_staff .item_list p {
    line-height: 22px;
}

#favoriteList.favorites_staff .item_list .staff {
    font-size: 14px;
}

#favoriteList.favorites_staff .item_list .staff a {
    color: #666;
}

#favoriteList.favorites_staff .item_list .shop {
    font-size: 12px;
}

#favoriteList.favorites_staff .item_list .staff_info_tag {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    padding: 0;
}

#favoriteList.favorites_staff .item_list .staff_info_tag a {
    line-height: 1.4em;
    color: #666;
}

#favoriteList.favorites_staff.bulk_deletion_mode .deletion_checkbox {
    right: 0;
    top: -26px;
}

#favoriteList.favorites_staff.bulk_deletion_mode label .deletion_checkbox span {
    border-color: #555;
}


/* [店舗] */

#favoriteList.favorites_store .item_list {
    display: flex;
    margin-bottom: 60px;
}

#favoriteList.favorites_store .item_list::after {
    display: none;
}

#favoriteList.favorites_store .item_list li {
    width: 540px;
    padding: 15px 20px;
    margin: 0 20px 0 0;
    border-bottom: 1px solid #d5d5d5;
}

#favoriteList.favorites_store .item_list li:nth-of-type(even) {
    margin-right: 0;
}

#favoriteList.favorites_store .item_list li:nth-of-type(1),
#favoriteList.favorites_store .item_list li:nth-of-type(2) {
    border-top: 1px solid #d5d5d5;
}

#favoriteList.favorites_store .item_list li label {
    display: flex;
    justify-content: space-between;
}

#favoriteList.favorites_store .item_list li .img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

#favoriteList.favorites_store .item_list li .img a {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    left: -50%;
    right: -50%;
    margin: auto;
}

#favoriteList.favorites_store .item_list li .img a img {
    max-width: inherit;
    height: 100%;
}

#favoriteList.favorites_store .item_list li .info {
    width: 340px;
    font-size: 12px;
    line-height: 1.6;
}

#favoriteList.favorites_store .item_list li .info .name {
    font-size: 14px;
    padding: 0;
    margin-bottom: 1em;
}

#favoriteList.favorites_store .item_list li .info dt {
    display: inline;
    margin-right: 1em;
}

#favoriteList.favorites_store .item_list li .info dd,
#favoriteList.favorites_store .item_list li .info dd a {
    display: inline;
}

#favoriteList.favorites_store .item_list li .info .open a {
    text-decoration: underline;
}

#favoriteList.favorites_store .item_list li .info .open a:hover {
    text-decoration: none;
}

#favoriteList.favorites_store .item_list li .info {
    padding-right: 32px;
}

#favoriteList.favorites_store.bulk_deletion_mode.position_rc .deletion_checkbox {
    right: 20px;
}


/* [レーベル] */

#favoriteList.favorites_label .item_list {
    display: flex;
    flex-wrap: wrap;
}

#favoriteList.favorites_label .item_list::after {
    display: none;
}

#favoriteList.favorites_label .item_list li {
    width: 350px;
    height: 235px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 24px 24px 0;
    padding: 0px 0 15px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
}

#favoriteList.favorites_label .item_list li:nth-of-type(3n) {
    margin-right: 0;
}

#favoriteList.favorites_label .item_list li label {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    width: 350px;
}

#favoriteList.favorites_label .item_list li .label_logo {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#favoriteList.favorites_label .item_list li .label_logo .label_img_10 {
    background-image: url(/ships_img/pc/common/label_img_southwick.jpg);
    height: 160px;
    width: 160px;
    display: block;
    background-size: cover;
}

#favoriteList.favorites_label .item_list li .label_logo .label_img_11 {
    background-image: url(/ships_img/pc/common/label_img_ships.jpg);
    height: 160px;
    width: 160px;
    display: block;
    background-size: cover;
}

#favoriteList.favorites_label .item_list li .label_logo .label_img_21 {
    background-image: url(/ships_img/pc/common/label_img_shipscolors.jpg);
    height: 160px;
    width: 160px;
    display: block;
    background-size: cover;
}

#favoriteList.favorites_label .item_list li .label_logo .label_img_31 {
    background-image: url(/ships_img/pc/common/label_img_shipswomen.jpg);
    height: 160px;
    width: 160px;
    display: block;
    background-size: cover;
}

#favoriteList.favorites_label .item_list li .label_logo .label_img_37 {
    background-image: url(/ships_img/pc/common/label_img_shipsprimarynavylabel.jpg);
    height: 160px;
    width: 160px;
    display: block;
    background-size: cover;
}

#favoriteList.favorites_label .item_list li .label_logo .label_img_71 {
    background-image: url(/ships_img/pc/common/label_img_shipsany.jpg);
    height: 160px;
    width: 160px;
    display: block;
    background-size: cover;
}

#favoriteList.favorites_label .item_list li .label_logo .label_img_51 {
    background-image: url(/ships_img/pc/common/label_img_shipskids.jpg);
    height: 160px;
    width: 160px;
    display: block;
    background-size: cover;
}

#favoriteList.favorites_label .item_list li .label_logo .label_img_61 {
    background-image: url(/ships_img/pc/common/label_img_quaranciel.jpg);
    height: 160px;
    width: 160px;
    display: block;
    background-size: cover;
}

#favoriteList.favorites_label .item_list li .label_logo .label_img_13 {
    background-image: url(/ships_img/pc/common/label_img_cityambientproducts.jpg);
    height: 160px;
    width: 160px;
    display: block;
    background-size: cover;
}

#favoriteList.favorites_label .item_list li .label_logo .logo img {
    width: 90px;
}

#favoriteList.favorites_label .item_list li .label_logo .logo {
    margin: 0 40px;
}

#favoriteList.favorites_label .item_list li .info {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

#favoriteList.favorites_label .item_list li .info p {
    padding: 0;
}

#favoriteList.favorites_label .item_list li .info .catch {
    margin-bottom: 34px;
}

#favoriteList.favorites_label.bulk_deletion_mode .deletion_checkbox {
    right: 9px;
    top: 200px;
}


/* [特集][ニュース][アイテムトピックス] */

#favoriteList.favorites_itemtopics .item_list li {
    width: 208px;
}

#favoriteList.favorites_news .item_list li .listPhoto,
#favoriteList.favorites_specialty .item_list li .listPhoto,
#favoriteList.favorites_itemtopics .item_list li .listPhoto {
    margin-bottom: 2px;
}

#favoriteList.favorites_news .item_list li p,
#favoriteList.favorites_specialty .item_list li p,
#favoriteList.favorites_itemtopics .item_list li p {
    font-size: 14px;
}


/* [ニュース] */

#favoriteList.favorites_news .item_list li {
    width: 208px;
    margin-right: 15px;
}

#favoriteList.favorites_news .item_list li:nth-of-type(5n) {
    margin-right: 0;
}

.bulk_deletion_mode #favoriteList.favorites_news .item_list li.end label:after {
    background-color: rgba(0, 0, 0, 0);
}

#global.news_list {
    overflow: initial;
}


/* [特集] */

#favoriteList.favorites_specialty .item_list li {
    width: 356px;
}

#favoriteList.favorites_specialty .item_list li:nth-of-type(5n) {
    margin-right: 15px;
}

#favoriteList.favorites_specialty .item_list li:nth-of-type(3n) {
    margin-right: 0;
}


/* [アイテムトピックス] */

#favoriteList.favorites_itemtopics .item_list li .listPhoto a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 208px;
    height: 250px;
}

#favoriteList.favorites_itemtopics .item_list li .list_date {
    font-size: 12px;
}

#favoriteList.favorites_itemtopics .item_list li .brand {
    color: #666;
}
/*動画*/
#favoriteList.favorites_video ul.item_list .video_thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65.99%;
  text-align: center;
  border: 1px solid #eee;
}
#favoriteList.favorites_video ul.item_list .video_thumb img {
  width: auto;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#favoriteList.favorites_video ul.item_list .video_ttl {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-top: 10px;
}


/* お気に入り選択削除
----------------------------------------*/

.deletion_checkbox,
.deletion_checkbox input[type=checkbox],
.bulk_deletion_mode .item_del {
    display: none;
}

.bulk_deletion_mode a {
    pointer-events: none;
}

.bulk_deletion_mode .deletion_checkbox {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
}

.bulk_deletion_mode li label {
    cursor: pointer;
}

.bulk_deletion_mode li.checked label:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.bulk_deletion_mode label .deletion_checkbox span {
    position: relative;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
}

.bulk_deletion_mode li.checked label .deletion_checkbox span {
    background-color: #1a73e8;
    border: 1px solid #1a73e8;
}

.bulk_deletion_mode li.checked label .deletion_checkbox span:after {
    position: absolute;
    content: "";
    top: -3px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 7px;
    height: 12px;
    margin: auto;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}


/* 小サイズ */

.bulk_deletion_mode.size_s .deletion_checkbox,
.bulk_deletion_mode.size_s label .deletion_checkbox span {
    width: 22px;
    height: 22px;
}

.bulk_deletion_mode.size_s li.checked label .deletion_checkbox span:after {
    top: -2px;
    width: 6px;
    height: 8px;
}


/* 画像右上配置 */

.bulk_deletion_mode.position_rt .deletion_checkbox {
    right: 5px;
    top: 5px;
    z-index: 10;
}


/* 画像右下配置 */

.bulk_deletion_mode.position_rb .deletion_checkbox {
    right: 5px;
    bottom: 5px;
    z-index: 10;
}


/* 右中央配置 */

.bulk_deletion_mode.position_rc .deletion_checkbox {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}


/* 下部固定 削除するボタン */

#item_del_checkbox_btn_submit {
    display: none;
}

.bulk_deletion_mode #item_del_checkbox_btn_submit {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    background-color: rgba(26, 115, 232, 0.9);
    border-radius: 0;
    z-index: 2000;
    cursor: pointer;
}

/*---------------------------------------
  [PC] 検索ボックスサジェスト
----------------------------------------*/

.searchbox_suggest {
 position: relative;
}

.header-search-form-suggestion {
 display: none;
 z-index: 102;
 background: white;
 width: 250px;
 height: 28px;
 position: absolute;
 top: 30px;
 left: 0;
 border: 1px solid #eaeaea;
 box-sizing: border-box;
 line-height: 28px;
}

.searchBox.searchbox_suggest {
 position: relative;
}

.searchBox .header-search-form-suggestion {
 display: none;
 z-index: 102;
 background: white;
 width: 797px;
 height: 50px;
 position: absolute;
 top: 50px;
 left: 150px;
 border: 1px solid #eaeaea;
 box-sizing: border-box;
 line-height: 50px;
}

.header-search-form-suggestion li {
 color: #111;
 background: white;
 font-size: 13px;
 border: 1px solid #eaeaea;
 cursor: pointer;
}

.header-search-form-suggestion .sel {
 background: #f5f5f5;
}



#ships_header .h_searchbox {
 background: white;
 box-shadow: 0 0 4px -1px;
}

#ships_header .h_searchbox .searchForm {
 width: 233px;
}

#ships_header .h_searchbox:hover .searchForm {
 width: 233px;
}

#page_itemSearch .searchBox .search_inner {
 box-shadow: 0 0 3px -1px;
}

#item_slide #zoomImage.slides {
 min-height: 636px;
}

.header-search-form-suggestion li {
 padding-left: 28px;
 background: transparent;
 border: none;
 border-top: 1px solid #eaeaea;
}

.header-search-form-suggestion li:hover {
 background: #f5f5f5;
 z-index: 1;
}

.searchBox .header-search-form-suggestion {
 height: auto;
 margin-top: -1px;
 border-radius: 0 0 15px 15px;
 box-shadow: 0 0 3px -1px;
}


#page_itemSearch .searchBox .search_inner:focus-within {
 border-radius: 15px 15px 0 0;
}

.searchBox .header-search-form-suggestion {
 width: 800px;
 border: none;
 border-right: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}

.header-search-form-suggestion {
 border: none;
 text-align: left;
 height: auto;
 border-radius: 0 0 15px 15px;
}

.header-search-form-suggestion li:last-child {
 border-radius: 0 0 15px 15px;
}

.header-search-form-suggestion li:first-child {
 border-top: none;
}

#ships_header .h_searchbox .searchForm {
 display: table-cell;
 width: 233px;
 height: 29px;
 line-height: 29px;
 text-align: left;
 border: 0;
 background: inherit;
 color: black;
 text-indent: 8px;
 vertical-align: middle;
 -webkit-transition: none;
 -moz-transition: none;
 -o-transition: none;
 transition: none;
 outline: 0;
}

.h_searchbox .header-search-form-suggestion {
 width: 270px;
 margin-top: 5px;
}

.h_searchbox ul {
 border-radius: 0 0 15px 15px;
 box-shadow: 0 0 3px -1px;
 border-top: none;
}

#ships_header .h_searchbox:focus-within {
 border-radius: 15px 15px 0 0;
}



/*--------------------------------------------------------
  [PC] イベント詳細表示モード（ランキング）順位番号調整
----------------------------------------------------------*/
.listPhoto .rank_icon {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 6px;
    text-align: center;
}

.listPhoto .num_1 {
    background: #dbab27;
    color: #ffffff;
}
.listPhoto .num_2 {
    background: #647b92;
    color: #ffffff;
}
.listPhoto .num_3 {
    background: #984242;
    color: #ffffff;
}
.ranking_list{
    padding: 0 15px;
}

/*--------------------------------------------------------
  [PC] ブランド検索ページ検索ボックス調整
----------------------------------------------------------*/
#brand_title{
    padding-bottom:25px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.brand_search{
    padding: 0 0 10px;
    color: #000000;
    border-top: solid 2px #000000;
}


/*--------------------------------------------------------
  [PC] headerロゴ大きさ変更
----------------------------------------------------------*/
#catalog_head > div:nth-child(2) {
  width: 20%;
}