@charset "utf-8";

/*----------------------------------------------------
 form
----------------------------------------------------*/

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 3%;
    font-size: 1em;
    color: #444;
    border-radius: 3px;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 3px #eee inset;
    -moz-box-shadow: 0 0 3px #eee inset;
    box-shadow: 0 0 3px #eee inset;
    border: 0;
    width: 100%;
    max-width: 100%;
    background-color: #eaedf2;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    box-sizing: border-box;
}

input[type="password"],input[type="tel"] {
    width: 50%;
}

textarea {
    height: 150px;
    line-height: 135%;
    padding: 3%;
    resize: vertical;
}

select {
    width: 40%;
    background: #fff;
    font-weight: bold;
    border: 1px solid #333;
    padding: 0 10px;
}

input[type="checkbox"],input[type="radio"],input[type="file"] {
    margin-bottom: 5px !important;
}

#input_plural {
    margin: 10px 0;
}

#input_plural input.form-control {
    display: inline-block;
    width: 75%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
}

#input_plural input.pluralBtn {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#input_plural input.pluralBtn:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

/*----------------------------------------------------
 page
----------------------------------------------------*/

/* 商品リスト */

#page .swiper-button-prev {
    top: 40%;
    height: 57px;
    left: 0px;
    right: auto;
    background-size: 8px auto;
    background-color: rgb(255 255 255 / 0.9);
    border: 1px solid #ddd;
    border-radius: 0 4px 4px 0;
    border-left: none;
}

#page .swiper-button-next {
    top: 40%;
    height: 57px;
    left: auto;
    right: -1px;
    background-size: 8px auto;
    background-color: rgb(255 255 255 / 0.9);
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

#page .item_list .hidden_box.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0 10px;
    padding:0;
    display: none;
}

#page .item_list .more {
    text-align: center;
    margin: 20px 0 25px;
}

#page .item_list .more button {
    background-image: -webkit-linear-gradient(110deg, #e9defa 0%, #fbfcdb 100%);
    background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border: none;
    cursor: pointer;
    outline: none;
    color:#333;
    font-weight: bold;
    padding: 0;
    line-height: 40px;
    width: 180px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .item_list .more button:hover {
    color: #673ab7;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

#page .item_list ul {
    letter-spacing: -1em;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
}

#page .item_list ul.swiper-wrapper {
    flex-wrap: initial;
}

#page .item_list ul li {
    letter-spacing: normal;
    white-space: normal;
    width: 23.83333%;
    margin: 0 1.5% 20px 0;
    position: relative;
}

#page .item_list ul li.vol_01 .image_area {
    background: #fff6a9;
}

#page .item_list ul li.vol_01 .title {
    color: #b5a305;
}

#page .item_list ul li.vol_01 .bottom .price {
    color: #ff9800;
}

#page .item_list ul li.vol_02 .image_area {
    background: #fff6a9;
}

#page .item_list ul li.vol_02 .title {
    color: #b5a305;
}

#page .item_list ul li.vol_02 a {
    z-index: 10;
    position: relative;
}

#page .item_list ul li.vol_02 .bottom .price {
    color: #ff9800;
}

#page .item_list ul li.vol_02:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: -webkit-repeating-linear-gradient(-45deg, #ffe7a0, #fff8e2 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #ffe7a0, #fff8e2 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

#page .item_list ul li.vol_03 .image_area {
    position    :relative;
    overflow    :hidden;
    background: #fff6a9;
}

#page .item_list ul li.vol_03 a {
    z-index: 10;
    position: relative;
    overflow    :hidden;
}

#page .item_list ul li.vol_03 .bottom .price {
    color: #ff9800;
}

#page .item_list ul li.vol_03 .title {
    color: #b5a305;
}

#page .item_list ul li.vol_03:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: -webkit-repeating-linear-gradient(-45deg, #ffe7a0, #fff8e2 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #ffe7a0, #fff8e2 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

#page .item_list ul li.vol_04 .image_area {
    position    :relative;
    overflow    :hidden;
    background: #fff6a9;
}

#page .item_list ul li.vol_04 a {
    z-index: 10;
    position: relative;
    overflow    :hidden;
}

#page .item_list ul li.vol_04 .bottom .price {
    color: #ff9800;
}

#page .item_list ul li.vol_04 .title {
    color: #b5a305;
}

#page .item_list ul li.vol_04:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: -webkit-repeating-linear-gradient(-45deg, #ffe7a0, #fff8e2 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #ffe7a0, #fff8e2 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

#page .item_list ul li.vol_05 {
    background: linear-gradient(45deg, #6cb8ff, #fff66c, #ffa36c);
    background-size: 600% 600%;
    animation: AnimationName 10s ease infinite;
}

#page .item_list ul li.vol_05 .image_area {
    background: none;
}

#page .item_list ul li.vol_05 a {
    z-index: 10;
    position: relative;
    overflow    :hidden;
}

#page .item_list ul li.vol_05 .bottom .price {
    color: #ff9800;
}

#page .item_list ul li.vol_05 .title {
    color: #b5a305;
}

@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.reflection-add {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 1s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 1s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 1s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 1s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 1s ease-in-out infinite;
}

@keyframes reflection-add {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection-add {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection-add {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection-add {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection-add {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}




#page .item_list ul li .pointback {
    font-size: 11px;
    color: #fff;
    padding: 0px 4px 1px 30px;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

#page .item_list ul li .pointback:before {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../img/parts/point-mark.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 1px;
    top: -3px;
}

#page .item_list ul li .pointback span {
    font-size: 13px;
    font-weight: bold;
}

#page .item_list ul li .pointback.back-05 {
    background: rgb(33 150 243 / .7);
}

#page .item_list ul li .pointback.back-10 {
    background: rgb(0 150 136 / .7);
}

#page .item_list ul li .pointback.back-15 {
    background: rgb(103 58 183 / .7);
}

#page .item_list ul li .pointback.back-20 {
    background: rgb(255 87 34 / .7);
}

#page .item_list ul li .pointback.back-50 {
    background: rgb(233 30 99 / .7);
}

#page .item_list ul li a {
    display: block;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

#page .item_list ul li a:hover {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
}

#page .item_list ul li:nth-child(4n) {
    margin: 0 0 20px 0;
}

#page .item_list ul li .image_area {
    position: relative;
    background: #eee;
    height: 120px;
    width: 100%;
    margin: 0 0 7px;
}

#page .item_list ul li .image_area img {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#page .item_list ul li .title,
#page .item_list ul li .user a {
    color: #287fac;
    font-weight: bold;
    margin: 0 0 8px;
}

#page .item_list ul li ol {
    display: flex;
    margin: 0 0 3px 3px;
}

#page .item_list ul li ol li {
    float: none;
    width: auto;
    margin: 0;
    color: #fff;
    font-size: .8em;
    padding: 0 3px;
    border-radius: 4px;
    margin: 0 4px 0 0;
}

#page .item_list ul li ol li.benefits {
    background-image: linear-gradient(to top, #FF9800 0%, #FFC107 100%);
}

#page .item_list ul li ol li.limited {
    background-image: linear-gradient(to top, #ff0844 0%, #fba388 100%);
}

#page .item_list ul li ol li.set {
    background-image: linear-gradient(to top, #6f86d6 0%, #48c6ef 100%);
}

#page .item_list ul li .bottom .user {
    display: block;
    background: url('/common/img/parts/member-con.png') no-repeat;
    background-size: 14px auto;
    background-position: 3px 5px;
    padding: 2px 0 0 19px;
    margin: 0 0 4px;
    color: #4b4b4b;
    font-weight: bold;
}

#page .item_list ul li .bottom .user a {
    color: #4b4b4b;
}

#page .item_list ul li .bottom .price {
    width: 100%;
    display: block;
    color: #be0709;
    font-weight: bold;
    text-align: right;
    padding: 2px 0 0 0;
    display: flex;
    justify-content: flex-end;
}

#page .item_list ul li .bottom .price span.point-bade {
    display: block;
    margin: -8px 0 0 3px;
}

#page .item_list ul li .bottom .price span.point-bade img {
    width: 40px;
}

#page .item_list ul.rank_list li:nth-child(1) .image_area::after {
    content: '1';
    font-weight: bold;
    background: rgb(244 197 0 / 90%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(2) .image_area::after {
    content: '2';
    font-weight: bold;
    background: rgb(164 163 157 / 90%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(3) .image_area::after {
    content: '3';
    font-weight: bold;
    background: rgb(183 138 88 / 90%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(4) .image_area::after {
    content: '4';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(5) .image_area::after {
    content: '5';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(6) .image_area::after {
    content: '6';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(7) .image_area::after {
    content: '7';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(8) .image_area::after {
    content: '8';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(9) .image_area::after {
    content: '9';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(10) .image_area::after {
    content: '10';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(11) .image_area::after {
    content: '11';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(12) .image_area::after {
    content: '12';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(13) .image_area::after {
    content: '13';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(14) .image_area::after {
    content: '14';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(15) .image_area::after {
    content: '15';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .item_list ul.rank_list li:nth-child(16) .image_area::after {
    content: '16';
    font-weight: bold;
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#page .follow_list ul {
    letter-spacing: -1em;
    white-space: nowrap;
}

#page .follow_list ul li {
    letter-spacing: normal;
    white-space: normal;
    width: 99px;
    margin: 0 0 20px;
    padding: 6px 0 0 0;
    float: left;
    position: relative;
}

#page .follow_list ul li .tooltip {
    width: 100px;
    margin: -48px 0 0;
    background: linear-gradient(180deg, #e95075 0%, #e73e7b 49%, #e6207e 100%);
}

#page .follow_list ul li .tooltip:before {
    left: 43%;
    border-right-color: #e6227d;
}

#page .follow_list ul li .image {
    width: 99px;
    height: 99px;
    position: relative;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    background: #eee;
    margin: 0 10px 0 0;
    border: 2px solid #fff;
    box-shadow: 0.3vw 0.3vw 0.3vw rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#page .follow_list ul li a {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

#page .follow_list ul li a:before {
    position: absolute;
    content: "";
    width: calc(99px + 6px);
    height: calc(99px + 6px);
    border-radius: 50%;
    left: -3px;
    top: 3px;
    background: linear-gradient(to right, #40484a 0, #858b8c 100%);
}

#page .follow_list ul li a:hover:before {
    background: linear-gradient(to right, #f36a98 0, #fd844a 100%);
}

#page .follow_list ul li .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

#page .follow_list ul li .pickup {
    position: absolute;
    right: 0px;
    top: 2px;
    font-size: 1.4em;
    color: #000;
}

#page .follow_list ul li .pickup.normal {
    color: #FFC107;
    font-size: 1.6em;
    top: -1px;
}

#page .follow_list ul li .pickup.big {
    color: #009688;
    font-size: 2em;
    top: -5px;
}

#page .follow_list ul li .pickup-red {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0px;
    top: 2px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #e41e1e;
}

#page .follow_list ul li .pickup-red.middle {
    width: 30px;
    height: 30px;
}

#page .follow_list ul li .pickup-red.big {
    width: 35px;
    height: 35px;
    top: 0;
}

/*----------------------------------------------------
 Ranking Page
----------------------------------------------------*/

#page .ranking_head_area {
    margin: 0 0 3rem
}

#page .ranking_head_area h2 {
    position: relative;
    margin: 0 -10px 1rem;
    padding: 1rem 2rem;
    background: #fff100;
    text-align: center;
    font-size: 1.2rem;
}

#page .ranking_head_area h2 span.big {
    font-size: 1.4rem;
}

#page .ranking_head_area h2 span img {
    width: 21px;
    margin: 0 .5rem;
}

#page .ranking_head_area h2:before,
#page .ranking_head_area h2:after {
    position: absolute;
    content: '';
}

#page .ranking_head_area h2:before {
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #ccc100;
    border-left: 10px solid transparent;
}

#page .ranking_head_area h2:after {
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #ccc100;
    border-right: 10px solid transparent;
}

#page .ranking_nav_area .wrapper{
    text-align:center;
    margin: 0 auto 2.5rem;
}

#page .ranking_nav_area .tabs{
    font-size: 1rem;
    padding: 0px;
    list-style: none;
    background: #fffff2;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    display: inline-block;
    border-radius: 50px;
    position: relative;
}

#page .ranking_nav_area .tabs a {
    text-decoration:none;
    color: #777;
    text-transform:uppercase;
    padding:10px 3rem;
    display:inline-block;
    position:relative;
    z-index:1;
    transition: all 500ms 0s ease;
    font-weight: bold;
}

#page .ranking_nav_area .tabs a:hover {
    color: #f7889d;
}

#page .ranking_nav_area .tabs a.active {
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius:50px;
    transition-duration:0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
}

#page .ranking_nav_area .tabs a i{
    margin-right: 5px;
}

#page .ranking_nav_area .time_sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c4c8cb;
    margin: 0 0 1.5rem;
}

#page .ranking_nav_area .time_sort ul {
    display: flex;
    position: relative;
}

#page .ranking_nav_area .time_sort ul li a.check {
    color: #535353;
    font-weight: bold;
    opacity: 1;
}

#page .ranking_nav_area .time_sort ul li a:after {
    transition: all 500ms 0s ease;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#page .ranking_nav_area .time_sort ul li a.check:after {
    background: #32b16c;
}

#page .ranking_nav_area .time_sort ul li a {
    padding: 1rem 1.5rem 1rem;
    display: block;
    position: relative;
    color: #b0b1b6;
    cursor: pointer;
}

#page .ranking_nav_area .time_sort ul li a:hover:after {
    background: #71787e;
}


#page .ranking_nav_area .time_sort ul li a:hover {
    color: #707980;
}


#page .ranking_nav_area .time_sort .now_rank {
    background: #535353;
    color: #fff;
    font-weight: bold;
    font-size: .7rem;
    padding: .2rem 1rem;
    border-radius: 50px;
    margin: 0 0 .5rem;
}


#page .ranking_nav_area .sort01_area {
    text-align: center;
    margin: 0 0 1.5rem;
    font-weight: bold;
    color: #535353
}

#page .ranking_nav_area .sort02_area {
    text-align: center;
    margin: 0 0 1.5rem;
    font-weight: bold;
    color: #535353
}

#page .ranking_nav_area .sort03_area {
    text-align: center;
    margin: 0 0 1.5rem;
    font-weight: bold;
    color: #535353
}

#page .ranking_nav_area .sort04_area {
    margin: 0 0 1.5rem;
    background: #f9f9f9;
}

#page .ranking_nav_area .sort04_area .year_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

#page .ranking_nav_area .sort04_area .year_box .head {
    background: #535353;
    color: #fff;
    display: inline;
    padding: 8px 13px;
    position: relative;
    margin: 0 1px 0 0;
    font-weight: bold;
    border-left: 3px solid #eaea13;
    border-radius: 0 4px 4px 0;
    white-space: nowrap;
}

#page .ranking_nav_area .sort04_area .year_box .head:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #535353;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    right: -5px;
}

#page .ranking_nav_area .sort04_area .year_box .month a {
    color: #0a9cb3;
    font-weight: bold;
    display: block;
    padding: 0 .5rem 0 1rem;
    position: relative;
    white-space: nowrap;
}

#page .ranking_nav_area .sort04_area .year_box .month a:after {
    content: '/';
    color: #333;
    position: absolute;
    top: 0;
    right: -5px;
}

#page .ranking_nav_area .sort04_area .year_box div:last-child a:after {
    display: none;
}

#page .ranking_nav_area .swiper-button-next {
    background-color: rgb(0 0 0 / 90%);
}

#page .ranking_nav_area .swiper-button-prev {
    background-color: rgb(0 0 0);
}

#page .ranking_nav_area .sort05_area {
    margin: 0 0 1.5rem;
}

#page .ranking_nav_area .sort05_area .year_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background: #f9f9f9;
}

#page .ranking_nav_area .sort05_area .year_box .year a {
    color: #0a9cb3;
    font-weight: bold;
    display: block;
    padding: 0 .5rem 0 1rem;
    position: relative;
    white-space: nowrap;
}

#page .ranking_nav_area .sort05_area .year_box .year a:after {
    content: '/';
    color: #333;
    position: absolute;
    top: 0;
    right: -5px;
}

#page .ranking_nav_area .sort05_area .year_box div:last-child a:after {
    display: none;
}

#page .ranking_page_area.item_list ul > li {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}

#page .ranking_page_area.item_list ul > li:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    bottom: -11px;
    left: 0;
}

#page .ranking_page_area.item_list ul li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#page .ranking_page_area.item_list ul li > a:hover {
    opacity: 1;
}

#page .ranking_page_area.item_list ul > li .image_area {
    width: 227px;
    height: 227px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .ranking_page_area.item_list ul > li .image_area:hover {
    opacity: .7;
}

#page .ranking_page_area.item_list ul li .right {
    width: calc( 100% - 252px);
    padding: 0 1rem 0 0;
}

#page .ranking_page_area.item_list ul li .right .title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .ranking_page_area.item_list ul li .right .title:hover {
    opacity: .7;
}

#page .ranking_page_area.item_list ul li .right .user-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: .5rem 0;
}

#page .ranking_page_area.item_list ul li .right .user-info a {
    margin: 0;
}

#page .ranking_page_area.item_list ul li .right .user-info div {
    margin: 0 1rem 0 0;
    color: #4b4b4b;
    font-weight: bold;
}

#page .ranking_page_area.item_list ul li .right .user-info div i {
    padding: 0 .5rem 0 0;
}

#page .ranking_page_area.item_list ul li .right .chara-text {
    color: #333;
    font-size: .8rem;
    height: 54px;
    overflow: hidden;
}

#page .ranking_page_area.item_list ul li .right .item-intoroduction {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0 0;
}

#page .ranking_page_area.item_list ul li .right .item-intoroduction .item-bt {
    display: flex;
    width: 67%;
}

#page .ranking_page_area.item_list ul li .right .item-intoroduction .item-bt .cart_bt a {
    position: relative;
    display: block;
    background: #f2914a;
    padding: 8px 2.5rem 8px 39px;
    margin: 0 1rem 0 0;
    font-size: .9em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

#page .ranking_page_area.item_list ul li .right .item-intoroduction .item-bt .cart_bt a:before {
    content: '';
    background: url('/common/img/product/cart-con.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 21px;
    height: 25px;
    left: 10px;
    top: 6px;
}

#page .ranking_page_area.item_list ul li .right .item-intoroduction .item-bt .cart_bt a:after {
    content: '';
    background: url('/common/img/parts/arrow-white-big-con.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 5px;
    top: 12px;
}

#page .ranking_page_area.item_list ul li .right .item-intoroduction .item-bt .buy_bt a {
    position: relative;
    display: block;
    background: #d1c0a6;
    padding: 8px 2.5rem 8px 43px;
    font-size: .9em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

#page .ranking_page_area.item_list ul li .right .item-intoroduction .item-bt .buy_bt a:before {
    content: '';
    background: url('/common/img/product/buy-con.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 24px;
    height: 25px;
    left: 10px;
    top: 5px;
}

#page .ranking_page_area.item_list ul li .right .item-intoroduction .item-bt .buy_bt a:after {
    content: '';
    background: url('/common/img/parts/arrow-white-big-con.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 5px;
    top: 12px;
}

#page .ranking_page_area.item_list ul li .right .item-intoroduction .price {
    width: 30%;
    align-items: center;
}

#page .ranking_page_area.item_list ul > li .rank_obj {
    background: rgb(100 188 156 / 80%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 20;
}

#page .ranking_page_area.item_list ul.writer_list li .right .title .rank_level.level_black {
    padding: 8px 13px 16px;
    position: absolute;
    right: 0;
    top: -.5rem;
    font-size: .9em;
}

#page .ranking_page_area.item_list ul.writer_list li .right .title .rank_level.level_pink {
    background: url('/common/img/parts/rank-pink.png') no-repeat;
    background-size: 90% auto;
    background-position: center;
    padding: 15px 13px 16px;
    position: absolute;
    right: 0;
    top: -1rem;
    color: #b50f47;
    font-size: .9em;
}

#page .ranking_page_area.item_list ul.writer_list li .right .title .rank_level.level_blue {
    background: url('/common/img/parts/rank-blue.png') no-repeat;
    background-size: 90% auto;
    background-position: center;
    padding: 15px 13px 16px;
    position: absolute;
    right: 0;
    top: -1rem;
    color: #09375d;
    text-shadow: 0 0 2px #fff;
    font-size: 1em;
}

#page .ranking_page_area.item_list ul.writer_list li .right .title .rank_level.level_bronze {
    background: url('/common/img/parts/rank-bronze.png') no-repeat;
    background-size: 90% auto;
    background-position: center;
    padding: 15px 10px 16px;
    position: absolute;
    right: 0;
    top: -1.1rem;
    color: #674539;
    text-shadow: 0 0 10px #ff0;
    font-size: 1.1em;
}

#page .ranking_page_area.item_list ul.writer_list li .right .title .rank_level.level_silver {
    background: url('/common/img/parts/rank-silver.png') no-repeat;
    background-size: 90% auto;
    background-position: center;
    padding: 16px 10px 16px;
    position: absolute;
    right: 0;
    top: -1.3rem;
    color: #009688;
    text-shadow: 0 0 10px #ff0;
    font-size: 1.2em;
}

#page .ranking_page_area.item_list ul.writer_list li .right .title .rank_level.level_gold {
    background: url('/common/img/parts/rank-gold.png') no-repeat;
    background-size: 90% auto;
    background-position: center;
    padding: 17px 10px 16px;
    position: absolute;
    right: 0;
    top: -1.3rem;
    color: #a2830d;
    text-shadow: 0 0 10px #ff0;
    font-size: 1.3em;
}

#page .ranking_page_area.item_list ul.writer_list > li .profile {
    color: #333;
    font-size: .8rem;
    height: 54px;
    overflow: hidden;
}

#page .ranking_page_area.item_list ul.writer_list > li .right {
    position: relative;
}

#page .ranking_page_area.item_list ul.writer_list > li .follow_bt {
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 0 0 14px;
    line-height: 36px;
    font-size: .9rem;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 226px;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

#page .ranking_page_area.item_list ul.writer_list > li .follow_bt:hover {
    opacity: .7;
}

#page .ranking_page_area.item_list ul.writer_list > li .follow_bt span.icons {
    background: url('../img/parts/heart.png') no-repeat;
    background-size: 16px 16px;
    padding: 0 0 0 22px;
}

#page .ranking_page_area.item_list ul.writer_list > li .follow_bt:after {
    content: '';
    background: url('../img/parts/arrow-black-big-con.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 7px;
    top: 13px;
}

#page .ranking_page_area.item_list ul.writer_list > li .follow_bt:before {
    content: '';
    background: url('/common/img/parts/heart.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 30px;
    top: 11px;
}

#page .ranking_page_area.item_list ul.writer_list > li .follow_bt_add {
    background: linear-gradient(180deg, #00BCD4 0%, #278dbb 49%, #3785c3 100%);
    border: 1px solid #ddd;
    color: #fff;
    border-radius: 4px;
    line-height: 36px;
    font-size: .9rem;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 226px;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page .ranking_page_area.item_list ul.writer_list > li .follow_bt_add i {
    padding: 0 .4rem 0 0;
}

#page .ranking_page_area.item_list ul.writer_list > li .follow_bt_add:hover {
    opacity: .7;
}

.writer_item_list .swiper-wrapper {
    display: flex;
}

.writer_item_list .swiper-wrapper .swiper-slide {
    letter-spacing: normal;
    white-space: normal;
    width: 23.83333%;
    margin: 0 1.5% 20px 0;
    position: relative;
}

.writer_item_list .swiper-wrapper .swiper-slide .image {
    position: relative;
    background: #eee;
    height: 120px;
    width: 100%;
    margin: 0 0 7px;
}

.writer_item_list .swiper-wrapper .swiper-slide .image img {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.writer_item_list .swiper-wrapper .swiper-slide .item-title {
    color: #287fac;
    font-weight: bold;
    margin: 0 0 8px;
}

#page .ranking_page_area.item_list ul > li dt {
    display: initial;
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0.3rem 2rem .3rem 1rem;
    margin: 0;
    font-size: .9rem;
    line-height: 1.5;
    position: absolute;
    right: 0;
    top: 14rem;
    border-radius: 4px;
    border: 1px solid #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

#page .ranking_page_area.item_list ul > li dt:hover {
    background: #000;
    color: #fff;
}

#page .ranking_page_area.item_list ul > li dt:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url('/common/img/parts/nav-bottom-arrow.png') no-repeat;
    position: absolute;
    right: 3px;
    top: 3px;
}

#page .ranking_page_area.item_list ul > li dt.active {
    background: #000;
    color: #fff;
}

#page .ranking_page_area.item_list ul > li dt.active:after {
    transform: rotate(-180deg);
}

#page .ranking_page_area.item_list ul > li dd {
    display: none;
}

#page .ranking_page_area.item_list ul.writer_list li > a {
    margin: 0 0 1.5rem;
}

/*----------------------------------------------------
 all
----------------------------------------------------*/

#page .search_list_area {
    border: 1px solid #e5e5e5;
    background: #f0fefe;
    border-radius: 4px;
    margin: 0 0 37px;
}

#page .search_list_area .head {
    position: relative;
    background: url('/common/img/product/search-title-con.png') #0168b7 no-repeat;
    background-position: 8px 7px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px;
    padding: 10px 10px 10px 43px;
    border-radius: 4px 4px 0 0;
}

#page .search_list_area table {
    width: 96%;
    margin: 0 2%;
}

#page .search_list_area table th {
    width: 15%;
    text-align: right;
    padding: 10px;
}

#page .search_list_area table td {
    width: 85%;
    padding: 10px;
}

#page .search_list_area table td select {
    width: 100%;
    padding: 4px 10px;
    border: 1px solid #bbb;
    border-radius: .3em;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
}

#page .search_list_area table td label {
    margin: 0 15px 20px 0;
}

#page .search_list_area .bt {
    margin: 0 auto 15px;
    text-align: center;
}

#page .search_list_area .bt button {
    background: #f39801;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    height: 32px;
    width: 100px;
    padding: 0 0 2px 0;
    border: none;
}

#page .search_list_area .bt button:hover {
    cursor: pointer;
}

#page .search_list_area .bt button span {
    background: url(/common/img/parts/search-con.png) no-repeat;
    background-position-y: 2px;
    padding: 0 0 0 19px;
}

#page .products_list_area h2 {
    position: relative;
    background: linear-gradient(180deg, #f29ba1 0%, #f794a9 49%, #fb8db4 100%);
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 13px;
    padding: 10px 10px 10px 42px;
}

#page .products_list_area h2::before {
    content: '';
    width: 28px;
    height: 25px;
    left: 7px;
    position: absolute;
    background: url('/common/img/product/all-title-con.png') no-repeat;
}

#page .pagination__wrapper {
    width:100%;
    margin:auto;
}

#page .pagination {
    margin: 40px auto;
    width: 100%;
    text-align:center;
}

#page .pagination ul {
    border-radius: 3px;
}

#page .pagination li {
    overflow: hidden;
    margin: 4px;
    padding: 0;
    display: inline-block;
}

#page .pagination a, .pagination span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 3px 0 0;
    border-radius: 50%;
    text-decoration: none;
    color: #666;
    border:2px solid #fff;
}

#page .pagination a:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 3px 0 0;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    background: #f29248;
    border:2px solid #f29248;
}

#page .pagination .pagenation-current {
    color: #f29248;
    cursor: default;
    margin: 0 3px 0 0;
    border:2px solid #f29248;
}

#page .page-numbers {
    padding: 0;
    background: transparent
}

/*----------------------------------------------------
 detail
----------------------------------------------------*/

#page .detail_area h2.head {
    background: #32b16c;
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 16px;
    border: none;
}

#page .detail_area h2.level {
    border-left: 4px solid #32b16c;
    color: #333;
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 16px;
    background: #f9f9f9;
}

#page .detail_area .intro_box {
    margin: 0 0 20px;
}

#page .detail_area .intro_box .image {
    position: relative;
    background: #eee;
    height: 309px;
    width: 38%;
    margin: 0 4% 7px 0;
    float: left;
}

#page .detail_area .intro_box .image img {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#page .detail_area .intro_box .image .ribbons-content {
    position: absolute;
    top: -6px;
    right: -5px;
    width: 89px;
    height: 91px;
    overflow: hidden;
}

#page .detail_area .intro_box .image .bronze-ribbon {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    background: linear-gradient(to right, #795548 0%,#9e8075 100%);
    color: #fff;
    text-shadow: 0 2px 2px #462c23;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#page .detail_area .intro_box .image .bronze-ribbon:before, #page .detail_area .intro_box .image .bronze-ribbon:after {
    position: absolute;
    content: "";
    border-top: 4px solid #b1ac85;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

#page .detail_area .intro_box .image .bronze-ribbon:before {
    left: 14px;
}

#page .detail_area .intro_box .image .bronze-ribbon:after {
    right: 18px;
}

#page .detail_area .intro_box .image .silver-ribbon {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    color: #000;
    background-image: -webkit-linear-gradient(135deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
    background-image: linear-gradient(-45deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#page .detail_area .intro_box .image .silver-ribbon:before, #page .detail_area .intro_box .image .silver-ribbon:after {
    position: absolute;
    content: "";
    border-top: 4px solid #535353;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

#page .detail_area .intro_box .image .silver-ribbon:before {
    left: 14px;
}

#page .detail_area .intro_box .image .silver-ribbon:after {
    right: 18px;
}

#page .detail_area .intro_box .image .gold-ribbon {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    color: #b1921b;
    background: -webkit-gradient(linear, right top, left top, from(#ffd75b), color-stop(30%, #fff5a0), color-stop(40%, #fffabe), color-stop(50%, #ffffdb), color-stop(70%, #fff5a0), to(#fdd456));
    background: -webkit-linear-gradient(right, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
    background: linear-gradient(-90deg, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
    text-shadow: -1px -1px 1px #ffffd9;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#page .detail_area .intro_box .image .gold-ribbon:before, #page .detail_area .intro_box .image .gold-ribbon:after {
    position: absolute;
    content: "";
    border-top: 4px solid #af8a7c;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

#page .detail_area .intro_box .image .gold-ribbon:before {
    left: 14px;
}

#page .detail_area .intro_box .image .gold-ribbon:after {
    right: 18px;
}

#page .detail_area .intro_table {
    width: 58%;
    margin: 6px 0 0 0;
    float: left;
    text-align: left;
}

#page .detail_area .intro_table th {
    width: 30%;
    position: relative;
    color: #7b7b7b;
    padding: 8px 0;
}

#page .detail_area .intro_table th span {
    position: absolute;
    right: 13px;
    top: 8px;
}

#page .detail_area .intro_table td {
    padding: 8px 0;
    word-break: break-all;
    position: relative;
}

#page .detail_area .intro_table td.price {
    font-weight: bold;
    color: #920805;
}

#page .detail_area .intro_table td.price span.point-bade {
    margin: -8px 0 0 3px;
}

#page .detail_area .intro_table td.price span.point-bade img {
    width: 40px;
}

#page .detail_area .intro_table td a {
    text-decoration: underline;
    color: #2065a0;
}

#page .detail_area .intro_table td .rank_level {
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
    font-family: 'Fjalla One', sans-serif;
}

#page .detail_area .intro_table td .rank_level.level_black {
    padding: 8px 13px 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: .9em;
}

#page .detail_area .intro_table td .rank_level.level_pink {
    background: url(/common/img/parts/rank-pink.png) no-repeat;
    background-size: 90% auto;
    background-position: center;
    padding: 15px 13px 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #b50f47;
    font-size: .9em;
}

#page .detail_area .intro_table td .rank_level.level_blue {
    background: url(/common/img/parts/rank-blue.png) no-repeat;
    background-size: 90% auto;
    background-position: center;
    padding: 15px 13px 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #09375d;
    text-shadow: 0 0 2px #fff;
    font-size: 1em;
}

#page .detail_area .intro_table td .rank_level.level_bronze {
    background: url(/common/img/parts/rank-bronze.png) no-repeat;
    background-size: 90% auto;
    background-position: center;
    padding: 15px 10px 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #674539;
    text-shadow: 0 0 10px #ff0;
    font-size: 1.1em;
}

#page .detail_area .intro_table td .rank_level.level_silver {
    background: url(/common/img/parts/rank-silver.png) no-repeat;
    background-size: 90% auto;
    background-position: center;
    padding: 16px 10px 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #009688;
    text-shadow: 0 0 10px #ff0;
    font-size: 1.2em;
}

#page .detail_area .intro_table td .rank_level.level_gold {
    background: url(/common/img/parts/rank-gold.png) no-repeat;
    background-size: 90% auto;
    background-position: center;
    padding: 17px 10px 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #a2830d;
    text-shadow: 0 0 10px #ff0;
    font-size: 1.3em;
}

#page .detail_area h2.info {
    background: url('/common/img/product/news-con.png') #434343 no-repeat;
    color: #fff;
    background-position: 12px 9px;
    background-size: 23px auto;
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 40px;
    border: none;
}

#page .detail_area .manage_info  {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 12px;
    margin: 0 0 17px;
    overflow: auto;
    max-height: 145px;
}

#page .detail_area .manage_info ul li {
    border-bottom: 1px solid #434343;
    padding: 10px 0;
    word-break: break-all;
}

#page .detail_area .manage_info .head {
    border-top: 1px solid #d8e6dc;
    border-bottom: 1px solid #d8e6dc;
    padding: 10px 12px 10px;
    background: #fff;
    width: calc(100% + 24px);
    margin: 0 0 10px -12px;
    box-sizing: border-box;
}

#page .detail_area .manage_info p:nth-child(2n) {
    margin: 0 0 36px;
}

#page .detail_area .manage_info p:last-child {
    margin: 0 0 10px;
}

#page .detail_area .manage_info p strong {
    color: #32b16c;
}

#page .detail_area h2.sample {
    background: url('/common/img/product/sample-con.png') #434343 no-repeat;
    color: #fff;
    background-position: 10px 13px;
    background-size: 18px auto;
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 35px;
}

#page .detail_area .sample_image {
    margin: 0 0 30px;
}

#page .detail_area .sample_image li {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
    background: #eee;
    border: 4px solid #eeeeee;
    border-radius: 4px;
    box-sizing: border-box;
}

#page .detail_area .sample_image li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page .detail_area .sample_image li img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
}

#page .detail_area h2.description {
    background: url('/common/img/product/desc-con.png') #434343 no-repeat;
    color: #fff;
    background-position: 11px 12px;
    background-size: 21px auto;
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 37px;
}

#page .detail_area p.desc_text {
    margin: 0 10px 30px;
}

#page .detail_area .follow_box,
#page .detail_area .watchlist_box {
    border: 6px solid #e5e5e5;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 0 0 20px;
}

#page .detail_area .follow_box .left,
#page .detail_area .watchlist_box .left {
    width: 45%;
    float: left;
}

#page .detail_area .follow_box .left h3,
#page .detail_area .watchlist_box .left h3 {
    font-size: 1.1em;
}

#page .detail_area .follow_box .right,
#page .detail_area .watchlist_box .right {
    width: 45%;
    float: right;
}

#page .detail_area .follow_box .right .follow_bt,
#page .detail_area .watchlist_box .right .watchlist_bt {
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 42px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 25px;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

#page .detail_area .follow_box .right .follow_bt:hover,
#page .detail_area .watchlist_box .right .watchlist_bt:hover {
    cursor: pointer;
    opacity: 0.7;
}

#page .detail_area .follow_box .right .follow_bt::after,
#page .detail_area .watchlist_box .right .watchlist_bt::after {
    content: '';
    background: url('/common/img/parts/arrow-black-big-con.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 7px;
    top: 14px;
}

#page .detail_area .follow_box .right .follow_bt::before {
    content: '';
    background: url('/common/img/parts/heart.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 90px;
    top: 13px;
}

#page .detail_area .watchlist_box .right .watchlist_bt::before {
    content: '';
    background: url('/common/img/parts/star.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 90px;
    top: 11px;
}

#page .detail_area .follow_box .right .follow_bt_add,
#page .detail_area .watchlist_box .right .watchlist_bt_add {
    background: linear-gradient(180deg, #00BCD4 0%, #278dbb 49%, #3785c3 100%);
    border: 1px solid #ddd;
    color: #fff;
    border-radius: 4px;
    line-height: 42px;
    font-weight: bold;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    padding: 0;
    text-align: center;
}

#page .detail_area .follow_box .right .follow_bt_add:hover,
#page .detail_area .watchlist_box .right .watchlist_bt_add:hover {
    cursor: pointer;
    opacity: 0.7;
}

#page .detail_area .blacklist_box {
    border: 6px solid #e5e5e5;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 0 0 20px;
}

#page .detail_area .blacklist_box .left {
    width: 45%;
    float: left;
}

#page .detail_area .blacklist_box .left h3 {
    font-size: 1.1em;
}

#page .detail_area .blacklist_box .right {
    width: 45%;
    float: right;
}

#page .detail_area .blacklist_box .right .blacklist_bt {
    background: linear-gradient(to bottom, #5f5d5d 0%,#212121 100%);
    text-align: center;
    border: 1px solid #ddd;
    color: #fff;
    border-radius: 4px;
    line-height: 42px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 25px;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

#page .detail_area .blacklist_box .right .blacklist_bt:hover {
    cursor: pointer;
    opacity: 0.7;
}

#page .detail_area .blacklist_box .right .blacklist_bt::after {
    content: '';
    background: url('/common/img/parts/arrow-white-big-con.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 7px;
    top: 14px;
}

#page .detail_area .blacklist_box .right .blacklist_bt::before {
    content: '';
    background: url('/common/img/parts/black-list.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 60px;
    top: 13px;
}

#page .detail_area .blacklist_box .right .blacklist_bt_add {
    background: linear-gradient(180deg, #FFEB3B 0%, #e8d73f 49%, #c7b50f 100%);
    border: 1px solid #ddd;
    color: #000;
    border-radius: 4px;
    line-height: 42px;
    font-weight: bold;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    padding: 0;
    text-align: center;
}

#page .detail_area .blacklist_box .right .blacklist_bt_add:hover {
    cursor: pointer;
    opacity: 0.7;
}

#page .detail_area .purchase_box,
#page .detail_area .tip_box {
    border: 6px solid #e5e5e5;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 0 0 20px;
}

#page .detail_area .purchase_box .top,
#page .detail_area .tip_box .top {
    margin: 0 0 15px;
}

#page .detail_area .purchase_box .top h3,
#page .detail_area .tip_box .top h3 {
    float: left;
    width: 60%;
    font-size: 1.1em
}

#page .detail_area .purchase_box .top p {
    float: right;
    width: 40%;
    text-align: right;
    font-size: 1.1em;
    font-weight: bold;
    color: #920805;
}

#page .detail_area .tip_box .buttons p {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 1.1em;
}

#page .detail_area .purchase_box .buttons .cart_bt {
    position: relative;
    float: left;
    width: 48%;
}

#page .detail_area .purchase_box .buttons .cart_bt a {
    position: relative;
    display: block;
    background: #f2914a;
    padding: 12px 12px 12px 32px;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

#page .detail_area .purchase_box .buttons .cart_bt a:before {
    content: '';
    background: url('/common/img/product/cart-con.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 87px;
    top: 11px;
}

#page .detail_area .purchase_box .buttons .cart_bt a:after {
    content: '';
    background: url('/common/img/parts/arrow-white-big-con.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 7px;
    top: 17px;
}

#page .detail_area .purchase_box .buttons .buy_bt,
#page .detail_area .tip_box .buttons .tip_bt {
    position: relative;
    float: right;
    width: 48%;
}

#page .detail_area .purchase_box .buttons .buy_bt a {
    position: relative;
    display: block;
    background: #d1c0a6;
    padding: 12px 12px 12px 32px;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

#page .detail_area .tip_box .buttons .tip_bt a {
    position: relative;
    display: block;
    background: rgb(245, 197, 1);
    padding: 12px 12px 12px 32px;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

#page .detail_area .purchase_box .buttons .buy_bt a:before {
    content: '';
    background: url('/common/img/product/buy-con.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 120px;
    top: 11px;
}

#page .detail_area .purchase_box .buttons .buy_bt a:after,
#page .detail_area .tip_box .buttons .tip_bt a:after {
    content: '';
    background: url('/common/img/parts/arrow-white-big-con.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 7px;
    top: 17px;
}

#page .detail_area .tag_box {
    position: relative;
    padding: 20px 0;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

#page .detail_area .tag_box h2 {
    background: url('/common/img/product/tags-con.png') no-repeat;
    font-size: 1.1em;
    background-size: 24px auto;
    background-position: 10px 2px;
    margin: 0 0 14px;
    padding: 1px 0 4px 41px;
}

#page .detail_area .tag_box p.link {
    position: absolute;
    background: url('/common/img/product/link.png') right no-repeat;
    padding: 0 20px 4px 0;
    background-size: 16px auto;
    background-position: right 5px;
    top: 21px;
    right: 10px;
}

#page .detail_area .tag_box p.link a {
    text-decoration: underline;
    color: #2065a0;
}

#page .detail_area .tag_box ul {
    margin: 0 0 0 10px;
}

#page .detail_area .tag_box ul li {
    display: inline-block;
    width: 97px;
    margin: 0 6px 6px 0;
}

#page .detail_area .tag_box ul li a {
    color: #fff;
    background: #019e97;
    border-radius: 4px;
    padding: 3px;
    text-align: center;
    display: block;
}

#page .detail_area .tag_box ul li a:hover {
    background: #01889e;
}

#page .detail_area .detaile_info_box {
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid #e5e5e5;
}

#page .detail_area .detaile_info_box h2 {
    background: url('/common/img/product/info-con.png') no-repeat;
    font-size: 1.1em;
    background-size: 24px auto;
    background-position: 10px 0;
    margin: 0 0 14px;
    padding: 1px 0 4px 41px;
}

#page .detail_area .detaile_info_box table {
    width: 98%;
    margin: 6px 0 0 1%;
    text-align: left;
}

#page .detail_area .detaile_info_box table th {
    width: 20%;
    position: relative;
    color: #7b7b7b;
    padding: 8px 0;
}

#page .detail_area .detaile_info_box table th span {
    position: absolute;
    right: 14px;
    top: 8px;
}

#page .detail_area .detaile_info_box table td {
    padding: 8px 0 8px 4px;
}

#page .detail_area .detaile_info_box table td.price {
    font-weight: bold;
    color: #920805;
}

#page .detail_area .detaile_info_box table td a {
    text-decoration: underline;
    color: #2065a0;
}

#page .detail_area .member_box {
    position: relative;
    padding: 20px 0 50px;
}

#page .detail_area .member_box h2 {
    background: url('/common/img/product/member-con.png') no-repeat;
    font-size: 1.1em;
    background-size: 24px auto;
    background-position: 10px 2px;
    margin: 0 0 14px;
    padding: 1px 0 4px 41px;
}

#page .detail_area .member_box p.link {
    position: absolute;
    background: url('/common/img/product/link.png') right no-repeat;
    padding: 0 20px 4px 0;
    background-size: 16px auto;
    background-position: right 5px;
    top: 21px;
    right: 10px;
}

#page .detail_area .member_box p.link a {
    text-decoration: underline;
    color: #2065a0;
}

#page .detail_area .member_box table {
    width: 98%;
    margin: 6px 0 0 1%;
    text-align: left;
}

#page .detail_area .member_box table th {
    width: 20%;
    position: relative;
    color: #7b7b7b;
    padding: 8px 0;
}

#page .detail_area .member_box table th span {
    position: absolute;
    right: 14px;
    top: 8px;
}

#page .detail_area .member_box table td {
    padding: 8px 0 8px 4px;
}

#page .detail_area .member_box table td p {
    line-height: 1.8em;
}

#page .detail_area .member_box table td a {
    text-decoration: underline;
    color: #2065a0;
}

#page .detail_area h2.recommend {
    background: url('/common/img/product/recommend-title-con.png') #f29c9f no-repeat;
    color: #fff;
    background-position: 13px 14px;
    background-size: 16px auto;
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 37px;
}

#page .detail_area.affiliate_area img {
    width: 200px;
}

#page .detail_area.affiliate_area textarea {
    margin: 10px 0px;
    height: 7em;
}

#page .detail_area.affiliate_area .detaile_info_box {
    position: relative;
    padding: 20px 0;
    border-top: 2px solid #e5e5e5;
}

#page .relation_area {
    position: relative;
    padding: 8px 0 20px 0;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

#page .relation_area h2 {
    background: url('/common/img/product/recommend-con.png') no-repeat;
    color: #333;
    background-position: 13px 9px;
    background-size: 26px auto;
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 49px;
}

#page .recommend_for_area {
    position: relative;
    padding: 8px 0 20px 0;
    border-bottom: 2px solid #e5e5e5;
}

#page .recommend_for_area h2 {
    background: url('/common/img/product/recommend-for-con.png') no-repeat;
    color: #333;
    background-position: 13px 9px;
    background-size: 26px auto;
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 49px;
}

#page .watchlist_for_area {
    padding: 20px 0;
}

#page .popular_area {
    position: relative;
    padding: 8px 0 20px 0;
    margin: 0 0 100px;
}

#page .popular_area h2 {
    background: url('/common/img/product/popular-con.png') no-repeat;
    color: #333;
    background-position: 13px 9px;
    background-size: 26px auto;
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 49px;
}


/*----------------------------------------------------
 member
----------------------------------------------------*/

#page .buyer_area h2.login_head {
    background: #f29c9f;
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 16px;
    border: none;
}

#page .buyer_area h2 {
    border-left: 4px solid #fb8db5;
    color: #333;
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 16px;
    background: #fff9fc;
}

#page .buyer_area .warning {
    font-weight: bold;
    margin: 0 0 15px;
}

#page .buyer_area .warning span {
    color: #b51111;
}

#page .buyer_area .buyer_table {
    width: 100%;
    border: 2px solid #d2d2d2;
    margin: 0 0 20px;
}

#page .buyer_area .buyer_table th {
    width: 30%;
    padding-left: 22px;
    text-align: left;
    background-color: #eeeeee;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    border: 1px solid #ccc;
    color: #000;
    position: relative;
    vertical-align: middle;
    font-weight: bold;
    box-sizing: border-box;
}

#page .buyer_area .buyer_table th.head {
    background: #535353;
    color: #fff;
    text-align: center;
    padding: 12px 0;
}

#page .buyer_area .buyer_table th.withdraw_head {
    background-color: #FFEB3B;
    width: 100%;
    padding: 12px 0;
    text-align: center;
}

#page .buyer_area .buyer_table th span {
    color: #fff;
    background: #009688;
    position: absolute;
    right: 10px;
    font-size: 0.7em;
    padding: 1px 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#page .buyer_area .buyer_table th p {
    font-weight: normal;
}

#page .buyer_area .buyer_table td {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#page .buyer_area .buyer_table td input {
    margin-bottom: 0;
}

#page .buyer_area .buyer_table td .login-submit {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #f9a72f;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .buyer_area .buyer_table td .login-submit:hover {
    cursor: pointer;
    background: #f37047;
}

#page .buyer_area .buyer_table td .login-submit[disabled] {
    background: #bbb;
}

#page .buyer_area .buyer_table td .login-submit[disabled]:hover {
    background: #aaa;
}

#page .buyer_area .buyer_table td .withdraw-submit,
#page .seller_area .seller_table td .withdraw-submit,
#page .affiliater_area .affiliater_table td .withdraw-submit {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #b10909;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .buyer_area .buyer_table td .withdraw-submit:hover {
    cursor: pointer;
    background: #6b0606;
}

#page .buyer_area .buyer_table td .registration_link a {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #8bc34a;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .buyer_area .buyer_table td .registration_link a:hover {
    cursor: pointer;
    background: #009688;
}

#page .buyer_area .buyer_table td.text_area {
    line-height: 175%;
}

#page .buyer_area .buyer_table td.text_area ol,
#page .buyer_area .buyer_table td.text_area ul {
    padding-left: 25px;
}

#page .buyer_area .buyer_table td.text_area ul li {
    list-style-type: disc;
}

#page .buyer_area .reco_user {
    margin: 0 0 20px;
}

#page .buyer_area .reco_user .left {
    width: 67%;
    float: left;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
}

#page .buyer_area .reco_user .right {
    width: 24%;
    float: right;
    padding: 4px 0;
}

#page .buyer_area .reco_user .left .image {
    width: 56px;
    height: 55px;
    position: relative;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    background: #eee;
    margin: 0 10px 0 0;
}

#page .buyer_area .reco_user .left .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

#page .buyer_area .reco_user .left .name {
    max-width: 300px;
}

#page .buyer_area .reco_user .left .name a {
    color: #287fac;
    font-weight: bold;
}

#page .buyer_area .reco_user .right .follow_bt {
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 42px;
    font-weight: bold;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    padding: 0 54px 0 12px;
}

#page .buyer_area .reco_user .right .follow_bt:hover {
    opacity: .7;
    cursor: pointer;
}

#page .buyer_area .reco_user .right .follow_bt span {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: .7em;
    font-weight: normal;
}

#page .buyer_area .reco_user .right .follow_bt i {
    margin: 0 4px 0 0;
    color: #036abb;
}

#page .buyer_area .reco_user .right .follow_bt_active {
    background: linear-gradient(180deg, #00BCD4 0%, #278dbb 49%, #3785c3 100%);
    border: 1px solid #ddd;
    color: #fff;
    border-radius: 4px;
    line-height: 42px;
    font-weight: bold;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    padding: 0 54px 0 12px;
}

#page .buyer_area .reco_user .right .follow_bt_active:hover {
    opacity: .7;
    cursor: pointer;
}

#page .buyer_area .reco_user .right .follow_bt_active span {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: .7em;
    font-weight: normal;
}

#page .buyer_area .reco_user .right .follow_bt_active i {
    margin: 0 4px 0 0;
    color: #fff;
}

#page .buyer_area .reco_list ul {
    border-bottom: 1px solid #ddd;
    margin: 0 0 23px;
}

/*----------------------------------------------------
 mypage
----------------------------------------------------*/

#page .mypage .news,
#page .mypage .coupons {
    max-height: 225px;
    overflow: auto;
    background: #fbfbfb;
    padding: 11px 15px;
    margin: 0 0 30px;
}

#page .mypage .news ul {
    border-bottom: 1px dotted #A8A8A8;
    padding: 14px 3px;
}

#page .mypage .news ul li.head {
    margin: 0 0 5px;
}

#page .mypage .news ul li a {
    text-decoration: underline;
    color: #247fae;
}

#page .mypage .favorites,
#page .mypage .watchlist {
    max-height: 505px;
    overflow: auto;
    background: #fbfbfb;
    padding: 11px 15px;
    margin: 0 0 30px;
}

#page .mypage .download_text ul {
    margin: 0 0 30px;
}

#page .mypage .download_text ul li {
    padding: 0 0 0 16px;
    background: url('/common/img/parts/header-link-con.png') no-repeat;
    font-size: .9em;
    background-position: 0 4px;
    margin: 0 0 7px;
}

#page .mypage .download_text ul li a {
    text-decoration: underline;
    color: #247fae;
}

#page .mypage .download_list {
    margin: 0 0 30px;
    overflow-x: auto;
}

#page .mypage .download_list::-webkit-scrollbar {
    height: 10px;
}

#page .mypage .download_list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

#page .mypage .download_list::-webkit-scrollbar-track-piece:start {
    background: #f1f1f1;
}

#page .mypage .download_list::-webkit-scrollbar-track-piece:end {
    background: #f1f1f1;
}

#page .mypage .download_list table,
#page .mypage .tip_list table {
    width: 100%;
}

#page .mypage .download_list table thead,
#page .mypage .tip_list table thead {
    border-bottom: 2px solid #333;
    border-top: 2px solid #333;
    display: table-header-group;
}

#page .mypage .download_list table th,
#page .mypage .tip_list table th {
    display: table-cell;
    min-width: 50px;
    font-size: 1em;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
}

#page .mypage .download_list table tbody,
#page .mypage .tip_list table tbody {
    display: table-row-group;
}

#page .mypage .download_list table td,
#page .mypage .tip_list table td {
    border-bottom: 1px dashed #c9c9c9;
    display: table-cell;
    font-size: 1em;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

#page .mypage.seller_area .download_list table td:nth-child(2),
#page .mypage.seller_area .tip_list table td:nth-child(2),
#page .mypage.affiliater_area .download_list table td:nth-child(2) {
    word-break: break-all;
    min-width: 120px;
}

#page .mypage.seller_area .download_list table td:nth-child(3),
#page .mypage.affiliater_area .download_list table td:nth-child(3) {
    /*min-width: 200px;*/
    text-align: left;
    word-break: break-all;
}

#page .mypage.seller_area .tip_list table td:nth-child(7) {
	white-space: nowrap;
	text-align: left;
}

#page .mypage .download_list table td a {
    text-decoration: underline;
    color: #247fae;
}

#page .mypage .download_list table td a.bt {
    display: block;
    background: #FF9800;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 4px 7px;
    margin: 4px 0px;
    font-size: .9em;
    white-space: nowrap;
    position: relative;
}

#page .mypage .download_list table td a.bt.disabled {
    cursor: not-allowed;
}

#page .mypage .download_list table td a.bt.disabled .tooltip {
    margin: -70px 0 0;
}

#page .mypage .download_list table td a.bt:hover {
    background: #ff5722;
}

#page .mypage .download_list table td a.rating-btn {
    color: rgb(144,144,144);
    text-decoration: none;
}

#page .mypage .download_list table td a.rating-good {
    color: rgb(6,95,212);
}

#page .mypage .download_list table td a.rating-bad {
    color: rgb(204,0,0);
}

#page .mypage .sales_list {
    margin: 0 0 30px;
    overflow-x: auto;
}

#page .mypage .sales_list::-webkit-scrollbar {
    height: 10px;
}

#page .mypage .sales_list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

#page .mypage .sales_list::-webkit-scrollbar-track-piece:start {
    background: #f1f1f1;
}

#page .mypage .sales_list::-webkit-scrollbar-track-piece:end {
    background: #f1f1f1;
}

#page .mypage .sales_list table {
    width: 100%;
}

#page .mypage .sales_list table thead {
    border-bottom: 2px solid #333;
    border-top: 2px solid #333;
    display: table-header-group;
}

#page .mypage .sales_list table th {
    display: table-cell;
    min-width: 50px;
    font-size: 1em;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
}

#page .mypage .sales_list table tbody {
    display: table-row-group;
}

#page .mypage .sales_list table td {
    border-bottom: 1px dashed #c9c9c9;
    display: table-cell;
    font-size: 1em;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
}

#page .mypage .favorites_list ul {
    letter-spacing: -1em;
    white-space: nowrap;
}

#page .mypage .favorites_list ul li {
    position: relative;
    letter-spacing: normal;
    white-space: normal;
    width: 32.3333%;
    margin: 0 1.5% 20px 0;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}

#page .mypage .favorites_list ul li a {
    display: block;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

#page .mypage .favorites_list ul li a:hover {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
}

#page .mypage .favorites_list ul li:nth-child(3n) {
    margin: 0 0 20px 0;
}

#page .mypage .favorites_list ul li .image_area {
    position: relative;
    background: #eee;
    height: 246px;
    width: 100%;
    margin: 0 0 7px;
}

#page .mypage .favorites_list ul li .image_area img {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#page .mypage .favorites_list ul li .name {
    float: left;
    width: 65%;
    margin: 0 0 10px;
}

#page .mypage .favorites_list ul li .deleat {
    float: right;
    width: 30%;
}

#page .mypage .favorites_list ul li .name a {
    color: #247fae;
    font-weight: bold;
}

#page .mypage .favorites_list ul li .deleat {
    position: relative;
    float: right;
    width: 32.6%;
    background: #c1c1c1;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .mypage .favorites_list ul li .deleat:hover {
    cursor: pointer;
    background: url('/common/img/parts/close-con.png') .6em #7d0a0a no-repeat;
    background-size: 10px auto;
}

#page .mypage .favorites_list .head {
    float: left;
    width: 50%;
    line-height: 30px;
    font-weight: bold;
}

#page .mypage .favorites_list .switch_box {
    float: right;
    width: 50%;
}

#page .mypage .favorites_list .switch_box .bt {
    background-color: #ccc;
    border: none;
    border-radius: 2px;
    color: #FFFFFF !important;
    display: inline-block;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    float: right;
}

#page .mypage .favorites_list .switch_box .bt:hover {
    background-color: #6eb98f;
    border-color: #338659;
}

#page .mypage .favorites_list .switch_box .bt.active {
    background-color: #32b16c;
    border-color: #175f38;
}

#page .mypage .favorites_list .switch_box .bt.active:hover {
    background-color: #32b16c;
    border-color: #175f38;
}

#page .mypage .favorites_list .switch_box .bt:first-child {
    border-radius: 0 2px 2px 0;
}

#page .mypage .favorites_list .switch_box .bt:last-child {
    border-radius: 2px 0 0 2px;
}

#page .mypage .favorites_list .switch_box input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

#page .mypage .create_bt a {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #03a9f4;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
}

#page .mypage .create_bt a:hover {
    cursor: pointer;
    background: #3f51b5;
}

#page .mypage .faq_bt a {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto 20px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #9c9766;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
}

#page .mypage .faq_bt a:hover {
    cursor: pointer;
    background: #736f42;
}

#page .mypage .contact_bt a {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #e24e80;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
}

#page .mypage .contact_bt a:hover {
    cursor: pointer;
    background: #b33862;
}

#page .mypage .logout_bt a {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #564a4e;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
}

#page .mypage .logout_bt a:hover {
    cursor: pointer;
    background: #2d1b21;
}

#page .mypage .coupons .coupon {
    width: 350px;
    text-align: center;
	float: left;
}

#page .mypage .coupons .coupon .coupon_ticket {
    background-image: url(/common/img/parts/coupon_bg.png);
    background-repeat: no-repeat;
    background-size: 350px auto;
    height: 115px;
    text-align: center;
}

#page .mypage .coupons .coupon .coupon_ticket p {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    font-size: 80%;
    color: #fff;
}

#page .mypage .coupons .coupon .coupon_ticket p.rate {
    padding: 0px;
    font-size: 250%;
    line-height: 120%;
    text-shadow: 2px 2px 4px #333;
}

#page .mypage .coupons .coupon .coupon_ticket p.expiry {
    padding: 0px;
    font-size: 90%;
}

#page .mypage .coupons .coupon p.code {
    margin: 0px 0px 13px 0px;
}

#page .mypage .coupons p.how {
	clear: both;
    margin: 0px;
}

/*----------------------------------------------------
 manage
----------------------------------------------------*/

#page .seller_area h2.login_head {
    background: #a88abe;
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 16px;
    border: none;
    position: relative;
}

#page .seller_area h2 {
    border-left: 4px solid #a88abe;
    color: #333;
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 16px;
    background: #f9f9f9;
}

#page .seller_area .warning {
    font-weight: bold;
    margin: 0 0 15px;
}

#page .seller_area .warning span {
    color: #b51111;
}

#page .seller_area .seller_table {
    width: 100%;
    border: 2px solid #d2d2d2;
    margin: 0 0 20px;
}

#page .seller_area .seller_table th {
    width: 30%;
    padding-left: 22px;
    text-align: left;
    background-color: #eeeeee;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    border: 1px solid #ccc;
    color: #000;
    position: relative;
    vertical-align: middle;
    font-weight: bold;
    box-sizing: border-box;
}

#page .seller_area .seller_table th.head {
    background: #535353;
    color: #fff;
    text-align: center;
    padding: 12px 0;
}

#page .seller_area .seller_table th.withdraw_head {
    background-color: #FFEB3B;
    width: 100%;
    padding: 12px 0;
    text-align: center;
}

#page .seller_area .seller_table th span {
    color: #fff;
    background: #009688;
    position: absolute;
    right: 10px;
    font-size: 0.7em;
    padding: 1px 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#page .seller_area .seller_table td {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#page .seller_area .seller_table td input {
    margin-bottom: 0;
}

#page .seller_area .seller_table td .login-submit {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #f9a72f;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .seller_area .seller_table td .login-submit:hover {
    cursor: pointer;
    background: #f37047;
}

#page .seller_area .seller_table td .login-submit[disabled] {
    background: #bbb;
}

#page .seller_area .seller_table td .login-submit[disabled]:hover {
    background: #aaa;
}

#page .seller_area .seller_table td .search-submit {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #03a9f4;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .seller_area .seller_table td .search-submit:hover {
    cursor: pointer;
    background: #3f51b5;
}

#page .seller_area .seller_table td .registration_link a {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #8bc34a;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .seller_area .seller_table td .registration_link a:hover {
    cursor: pointer;
    background: #009688;
}

#page .seller_area .sales_table .month_select label {
    white-space: nowrap;
    margin: 0 19px 0 0;
}

#page .seller_area .sales_table .month_select label input {
    margin-bottom: 5px;
}

#page .seller_area .sales_table .detail_select label input {
    margin-bottom: 5px;
}

#page .seller_area .sales_table .detail_select select {
    width: 100px;
    display: initial;
    margin: 0 0 0 10px;
}

#page .seller_area .sales_table .free_select label input {
    margin-bottom: 5px;
}

#page .seller_area .warning_bg {
    background: #ecfff5;
    padding: 15px 20px;
    line-height: 2em;
    margin: 0 0 100px;
}

#page .seller_area .seller_table .short input[type=text] {
    width: 130px;
    display: initial;
    margin: 0 9px 0 0;
}


#page .seller_area .seller_table .ui-widget-header {
    background: #3ba6d6;
}

#page .seller_area .download_list input.edit {
    color: #fff;
    background: #8bc34a;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .seller_area .download_list input.edit:hover {
    background: #32b16c;
    cursor: pointer;
}

#page .seller_area .download_list input.delete {
    color: #fff;
    background: #6f6f6f;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .seller_area .download_list input.delete:hover {
    background: #b30303;
    cursor: pointer;
}

#page .seller_area .seller_table .start_box input {
    width: 160px;
    display: initial;
    margin: 0 9px 0 0;
}

#page .seller_area .seller_table .start_box select {
    width: 100px;
    display: initial;
    margin: 0 9px 0 0;
}

/*--
#page .seller_area .product_list {
    overflow: scroll;
    height: 80vh;
}
--*/

#page .seller_area .product_list {
    margin: 0 0 30px;
}

#page .seller_area .product_list table {
    width: 100%;
}

#page .seller_area .product_list table th {
    padding: 10px 5px;
    max-width: 150px;
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
    /*
    position: -webkit-sticky;
    position: sticky;
    */
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
    background: #40484a;
    color: #fff;
}

#page .seller_area .product_list table th:first-child {
    /*
    position: -webkit-sticky;
    position: sticky;
    */
    left: 0;
    z-index: 100;
}

#page .seller_area .product_list table td {
    padding: 10px 8px;
    min-width: 70px;
    vertical-align: middle;
    text-align: center;
}

#page .seller_area .product_list table td span {
    color: #bd1206;
    font-weight: bold;
}

#page .seller_area .product_list table td .image_area {
    position: relative;
    background: #eee;
    height: 80px;
    width: 80px;
}

#page .seller_area .product_list table td .image_area img {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#page .seller_area .product_list table td:nth-child(3) {
    text-align: left;
    color: #d8d8d8;
    word-break: break-all;
}

#page .seller_area .product_list table td:first-child {
    /*
    position: -webkit-sticky;
    position: sticky;
    */
    left: 0;
    z-index: 2;
    background: #fff;
}

#page .seller_area .product_list table td a {
    color: #247fae;
}

#page .seller_area .product_list table td a:hover {
    text-decoration: underline;
}

#page .seller_area .product_list table td button {
    width: 80px;
}

#page .seller_area .product_list table td button.edit {
    margin: 0 0 10px;
    color: #fff;
    background: #8bc34a;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .seller_area .product_list table td button.edit:hover {
    cursor: pointer;
    background: #468201;
}

#page .seller_area .product_list table td button.delete {
    margin: 0 0 10px;
    color: #fff;
    background: #6f6f6f;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .seller_area .product_list table td button.delete:hover {
    cursor: pointer;
    background: #000;
}

#page .seller_area .product_list table td button.private {
    margin: 0 0 10px;
    color: #fff;
    background: #6b79c7;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .seller_area .product_list table td button.private:hover {
    cursor: pointer;
    background: #0520b7;
}

#page .seller_area .product_list table td button.tags {
    margin: 0 0 10px;
    color: #fff;
    background: #a2796a;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .seller_area .product_list table td button.tags:hover {
    cursor: pointer;
    background: #795548;
}

#page .seller_area .product_list table td button.benefits {
    margin: 0 0 10px;
    color: #fff;
    background: #ff9800;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .seller_area .product_list table td button.benefits:hover {
    cursor: pointer;
    background: #e28700;
}

#page .seller_area .product_list table td button.release {
    margin: 0 0 10px;
    color: #fff;
    background: #ea3c2f;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .seller_area .product_list table td button.release:hover {
    cursor: pointer;
    background: #b31509;
}

#page .seller_area .product_list table tr {
    border-bottom: 1px solid #ddd;
}

#page .seller_area .product_list table thead tr{
    border-bottom: 3px solid #333;
}

#page .seller_area .sort-date ul {
    display: flex;
    flex-wrap: wrap;
    /*
    justify-content: center;
    margin: 0 0 15px;
    */
}

#page .seller_area .sort-date ul li {
    padding: 0 15px 0 0;
    line-height: 40px;
}

#page .seller_area .sort-date ul li:first-child {
    font-weight: bold;
}

#page .seller_area .sort-date input[type="date"] {
    width: 141px;
    background: #f7f7ec;
}

#page .seller_area .sort-date input[type="date"]:hover {
    cursor: pointer;
}

#page .seller_area .sort-date input#date,
#page .seller_area .sort-date input.textbox-n {
    width: 141px;
    background: #f7f7ec;
}

#page .seller_area .sort-date input#date:hover {
    cursor: pointer;
}

#page .seller_area .sort-date ul li button {
    margin: 0 0 10px;
    height: 40px;
    color: #fff;
    background: #444444;
    border: 2px solid #444444;
    padding: 0 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .seller_area .sort-date ul li button:hover {
    color: #444444;
    background: #fff;
    border: 2px solid #444444;
    cursor: pointer;
}

/*----------------------------------------------------
 tooltip design (吹き出し)
----------------------------------------------------*/

.tooltip {
    width: 160px;
    padding:10px;
    font-size:12px;
    margin:-30px 0 0;
    background: linear-gradient(180deg, #f29ba1 0%, #f793ab 49%, #fb8cb6 100%);
    border-radius: 4px;
    color:#fff;
    position:absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.tooltip:before {
    position: absolute;
    left: 47%;
    bottom: 0;
    transform: translateX(-47%) rotate(45deg);
    -webkit-transform: translateX(-47%) rotate(45deg);
    -ms-transform: translateX(-47%) rotate(45deg);
    content: " ";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid black;
    border-color: rgba(102, 102, 102, 0);
    border-right-color: #fb8cb6;
    border-width: 15px;
    margin-bottom: 0;
}

.tooltip-table {
    position: absolute;
    width: 160px;
    padding: 10px;
    font-size: 12px;
    background: linear-gradient(180deg, #f29ba1 0%, #f793ab 49%, #fb8cb6 100%);
    border-radius: 4px;
    color: #fff;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


/*----------------------------------------------------
 badge design
----------------------------------------------------*/

#page .seller_area .badge_list {
    background: #feffed;
    padding: 30px 20px 10px;
    margin: 0 0 30px;
}

#page .buyer_area .badge_list {
    background: #feffed;
    padding: 30px 20px 20px;
    margin: 0 0 30px;
}

#page .badge_list li {
    text-align: center;
    width: 23%;
    float: left;
    margin: 0 1% 20px;
    background: #fff;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    padding: 0 0 15px;
    border-radius: 4px;
    position: relative;
}

#page .badge_list .badge {
    position: relative;
    margin: 1.5em 3em .4em;
    width: 4em;
    height: 6.2em;
    border-radius: 10px;
    display: inline-block;
    top: 0;
    transition: all 0.2s ease;
}

#page .badge_list .badge .circle {
    text-align: center;
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#page .badge_list .badge .ribbon {
    text-align: center;
    position: absolute;
    border-radius: 4px;
    width: 100px;
    z-index: 11;
    color: #fff;
    bottom: 12px;
    left: 60%;
    margin-left: -56px;
    height: 20px;
    font-size: 12px;
    color: #ffe500;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    background: linear-gradient(to bottom right, #555 0%, #333 100%);
    cursor: default;
}

#page .badge_list .badge .circle i {
    font-size: 1.6em;
    margin-top: 15px;
    display: inline-block;
}

#page .badge_list .badge::before {
    transform: rotate(60deg);
}

#page .badge_list .badge::after {
    transform: rotate(-60deg);
}

#page .badge_list .badge::before,#page .badge_list .badge::after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#page .badge_list .yellow {
    background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
    color: #ffb300;
}

#page .badge_list .orange {
    background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
    color: #f68401;
}

#page .badge_list .pink {
    background: linear-gradient(to bottom right, #F48FB1 0%, #d81b60 100%);
    color: #dc306f;
}

#page .badge_list .red {
    background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
    color: #c62828;
}

#page .badge_list .purple {
    background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
    color: #7127a8;
}

#page .badge_list .teal {
    background: linear-gradient(to bottom right, #4DB6AC 0%, #00796B 100%);
    color: #34a297;
}

#page .badge_list .blue {
    background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
    color: #259af3;
}

#page .badge_list .gold {
    background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
    color: #b7892b;
}

#page .badge_list table {
    width: 98%;
    margin: 0 1%;
}

#page .badge_list table th {
    width: 23%;
    background: #e5e8b9;
    border: 3px solid #feffed;
    color: #656565;
    padding: 8px 10px;
    font-size: .9em;
}

#page .badge_list table td {
    background: #fff;
    border: 3px solid #feffed;
    color: #333;
    padding: 8px 20px;
    font-size: .9em;
}

/*----------------------------------------------------
 affili
----------------------------------------------------*/

#page .affiliater_area h2.login_head {
    background: #b4d465;
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 16px;
    border: none;
}

#page .affiliater_area h2 {
    border-left: 4px solid #b4d465;
    color: #333;
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 16px;
    background: #f7f9e4;
}

#page .affiliater_area h3 {
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 20px;
    color: #32b16c;
}

#page .affiliater_area p {
    margin: 0 0 13px 20px;
}

#page .affiliater_area ul.blog_sample_list li {
    margin: 0 15px 15px 0;
    width: 150px;
}

#page .affiliater_area ul.blog_sample_list li .text {
    position: absolute;
    color: #fff;
    background: rgb(0 0 0 / .8);
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 8px;
    word-break: break-all;
}

#page .affiliater_area ul.blog_sample_list li.round03 .text {
    position: absolute;
    color: #fff;
    background: rgb(0 0 0 / .8);
    bottom: 39%;
    left: 0;
    width: 100%;
    padding: 3px 8px;
    word-break: break-all;
    text-align: center;
}

#page .affiliater_area ul.blog_sample_list li.display01 .text {
    display: inline;
}

#page .affiliater_area ul.blog_sample_list li.display02 .text {
    display: none;
}

#page .affiliater_area ul.blog_sample_list li.round01 .image_area {
    border-radius: 0;
}

#page .affiliater_area ul.blog_sample_list li.round02 .image_area {
    border-radius: 12px;
}

#page .affiliater_area ul.blog_sample_list li.round03 .image_area {
    border-radius: 50%;
}

#page .affiliater_area ul.blog_sample_list li.line01 {
    display: block;
}

#page .affiliater_area ul.blog_sample_list li.line02 {
    float: left;
}

#page .affiliater_area ul.blog_sample_list li.height150 {
    width: 150px;
}

#page .affiliater_area ul.blog_sample_list li.height150 .image_area {
    height: 150px;
    overflow: hidden;
    position: relative;
}

#page .affiliater_area ul.blog_sample_list li.height200 {
    width: 200px;
}

#page .affiliater_area ul.blog_sample_list li.height200 .image_area {
    height: 200px;
    overflow: hidden;
    position: relative;
}

#page .affiliater_area ul.blog_sample_list li.height250 {
    width: 250px;
}

#page .affiliater_area ul.blog_sample_list li.height250 .image_area {
    height: 250px;
    overflow: hidden;
    position: relative;
}

#page .affiliater_area ul.blog_sample_list li.height300 {
    width: 300px;
}

#page .affiliater_area ul.blog_sample_list li.height300 .image_area {
    height: 300px;
    overflow: hidden;
    position: relative;
}

#page .affiliater_area ul.blog_sample_list .image_area {
    height: 150px;
    overflow: hidden;
    position: relative;
}

#page .affiliater_area ul.blog_sample_list .image_area img {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#page .affiliater_area ul.blog_sample_list.volume1 li:nth-child(2),#page .affiliater_area ul.blog_sample_list.volume1 li:nth-child(3),#page .affiliater_area ul.blog_sample_list.volume1 li:nth-child(4),#page .affiliater_area ul.blog_sample_list.volume1 li:nth-child(5) {
    display: none;
}

#page .affiliater_area ul.blog_sample_list.volume2 li:nth-child(3),#page .affiliater_area ul.blog_sample_list.volume2 li:nth-child(4),#page .affiliater_area ul.blog_sample_list.volume2 li:nth-child(5) {
    display: none;
}

#page .affiliater_area ul.blog_sample_list.volume3 li:nth-child(4),#page .affiliater_area ul.blog_sample_list.volume3 li:nth-child(5) {
    display: none;
}

#page .affiliater_area ul.blog_sample_list.volume4 li:nth-child(5) {
    display: none;
}


#page .affiliater_area .warning {
    font-weight: bold;
    margin: 0 0 15px;
}

#page .affiliater_area .warning span {
    color: #b51111;
}

#page .affiliater_area .affiliater_table {
    width: 100%;
    border: 2px solid #d2d2d2;
    margin: 0 0 20px;
}

#page .affiliater_area .affiliater_table th {
    width: 30%;
    padding-left: 22px;
    text-align: left;
    background-color: #eeeeee;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    border: 1px solid #ccc;
    color: #000;
    position: relative;
    vertical-align: middle;
    font-weight: bold;
    box-sizing: border-box;
}

#page .affiliater_area .affiliater_table th.head {
    background: #535353;
    color: #fff;
    text-align: center;
    padding: 12px 0;
}

#page .affiliater_area .affiliater_table th.withdraw_head {
    background-color: #FFEB3B;
    width: 100%;
    padding: 12px 0;
    text-align: center;
}

#page .affiliater_area .affiliater_table th span {
    color: #fff;
    background: #009688;
    position: absolute;
    right: 10px;
    font-size: 0.7em;
    padding: 1px 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#page .affiliater_area .affiliater_table td {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#page .affiliater_area .affiliater_table td input {
    margin-bottom: 0;
}

#page .affiliater_area .affiliater_table td .login-submit {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #f9a72f;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .affiliater_area .affiliater_table td .login-submit:hover {
    cursor: pointer;
    background: #f37047;
}

#page .affiliater_area .affiliater_table td .login-submit[disabled] {
    background: #bbb;
}

#page .affiliater_area .affiliater_table td .login-submit[disabled]:hover {
    background: #aaa;
}

#page .affiliater_area .affiliater_table td .search-submit {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #03a9f4;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .affiliater_area .affiliater_table td .search-submit:hover {
    cursor: pointer;
    background: #3f51b5;
}

#page .affiliater_area .affiliater_table td .registration_link a {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #8bc34a;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .affiliater_area .affiliater_table td .registration_link a:hover {
    cursor: pointer;
    background: #009688;
}

#page .affiliater_area .affiliater_table td a.link {
    display: block;
    width: 65%;
    letter-spacing: 1px;
    margin: 0 auto;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #287294;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 2.6em;
}

#page .affiliater_area .affiliater_table td a.link:hover {
    background: #0d3142;
}

#page .affiliater_area .affiliater_table .month_select label {
    white-space: nowrap;
    margin: 0 19px 0 0;
}

#page .affiliater_area .affiliater_table .month_select label input {
    margin-bottom: 5px;
}

#page .affiliater_area .affiliater_table .detail_select label input {
    margin-bottom: 5px;
}

#page .affiliater_area .affiliater_table .detail_select select {
    width: 100px;
    display: initial;
    margin: 0 0 0 10px;
}

/*--
#page .affiliater_area .product_list {
    overflow: scroll;
    height: 80vh;
}
--*/

#page .affiliater_area .product_list {
    margin: 0 0 30px;
}

#page .affiliater_area .product_list table {
    width: 100%;
}

#page .affiliater_area .product_list table th {
    padding: 10px 5px;
    max-width: 150px;
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
    /*
    position: -webkit-sticky;
    position: sticky;
    */
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
    background: #40484a;
    color: #fff;
}

#page .affiliater_area .product_list table th:first-child {
    /*
    position: -webkit-sticky;
    position: sticky;
    */
    left: 0;
    z-index: 100;
}

#page .affiliater_area .product_list table td {
    padding: 10px 8px;
    min-width: 70px;
    vertical-align: middle;
    text-align: center;
}

#page .affiliater_area .product_list table td span {
    color: #bd1206;
    font-weight: bold;
}

#page .affiliater_area .product_list table td .image_area {
    position: relative;
    background: #eee;
    height: 80px;
    width: 80px;
}

#page .affiliater_area .product_list table td .image_area img {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#page .affiliater_area .product_list table td:nth-child(3) {
    text-align: left;
    color: #d8d8d8;
    word-break: break-all;
}

#page .affiliater_area .product_list table td:first-child {
    /*
    position: -webkit-sticky;
    position: sticky;
    */
    left: 0;
    z-index: 2;
    background: #fff;
}

#page .affiliater_area .product_list table td a {
    color: #247fae;
}

#page .affiliater_area .product_list table td a:hover {
    text-decoration: underline;
}

#page .affiliater_area .product_list table td button {
    width: 80px;
}

#page .affiliater_area .product_list table td button.edit {
    margin: 0 0 10px;
    color: #fff;
    background: #8bc34a;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .affiliater_area .product_list table td button.edit:hover {
    cursor: pointer;
    background: #468201;
}

#page .affiliater_area .product_list table td button.delete {
    margin: 0 0 10px;
    color: #fff;
    background: #6f6f6f;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .affiliater_area .product_list table td button.delete:hover {
    cursor: pointer;
    background: #000;
}

#page .affiliater_area .product_list table td button.private {
    margin: 0 0 10px;
    color: #fff;
    background: #6b79c7;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .affiliater_area .product_list table td button.private:hover {
    cursor: pointer;
    background: #0520b7;
}

#page .affiliater_area .product_list table td button.tags {
    margin: 0 0 10px;
    color: #fff;
    background: #a2796a;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .affiliater_area .product_list table td button.tags:hover {
    cursor: pointer;
    background: #795548;
}

#page .affiliater_area .product_list table td button.benefits {
    margin: 0 0 10px;
    color: #fff;
    background: #ff9800;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .affiliater_area .product_list table td button.benefits:hover {
    cursor: pointer;
    background: #e28700;
}

#page .affiliater_area .product_list table td button.release {
    margin: 0 0 10px;
    color: #fff;
    background: #ea3c2f;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .affiliater_area .product_list table td button.release:hover {
    cursor: pointer;
    background: #b31509;
}

#page .affiliater_area .product_list table tr {
    border-bottom: 1px solid #ddd;
}

#page .affiliater_area .product_list table thead tr{
    border-bottom: 3px solid #333;
}

#page .affiliater_area .sort-date ul {
    display: flex;
    flex-wrap: wrap;
    /*
    justify-content: center;
    margin: 0 0 15px;
    */
}

#page .affiliater_area .sort-date ul li {
    padding: 0 15px 0 0;
    line-height: 40px;
}

#page .affiliater_area .sort-date ul li:first-child {
    font-weight: bold;
}

#page .affiliater_area .sort-date input[type="date"] {
    width: 141px;
    background: #f7f7ec;
}

#page .affiliater_area .sort-date input[type="date"]:hover {
    cursor: pointer;
}

#page .affiliater_area .sort-date input#date,
#page .affiliater_area .sort-date input.textbox-n {
    width: 141px;
    background: #f7f7ec;
}

#page .affiliater_area .sort-date input#date:hover {
    cursor: pointer;
}

#page .affiliater_area .sort-date ul li button {
    margin: 0 0 10px;
    height: 40px;
    color: #fff;
    background: #444444;
    border: 2px solid #444444;
    padding: 0 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .affiliater_area .sort-date ul li button:hover {
    color: #444444;
    background: #fff;
    border: 2px solid #444444;
    cursor: pointer;
}

#page .affiliater_area .blog_parts_list table {
    width: 100%;
    border: 2px solid #d2d2d2;
    margin: 0 0 20px;
}

#page .affiliater_area .blog_parts_list table th {
    width: 30%;
    padding-left: 22px;
    text-align: left;
    background-color: #eeeeee;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    border: 1px solid #ccc;
    color: #000;
    position: relative;
    vertical-align: middle;
    font-weight: bold;
    box-sizing: border-box;
}

#page .affiliater_area .blog_parts_list table td {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#page .affiliater_area .blogparts-sample,
#page .mypage_menu .blogparts-sample {
    border: none;
    width: 100%;
}

/*----------------------------------------------------
 cart
----------------------------------------------------*/

#page .cart_area h2.login_head {
    background: #32b16c;
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 16px;
    border: none;
}

#page .cart_area h2 {
    border-left: 4px solid #b4d465;
    color: #333;
    font-size: 1.1em;
    margin: 0 0 13px;
    padding: 10px 10px 10px 16px;
    background: #f7f9e4;
}

#page .cart_area .warning {
    font-weight: bold;
    margin: 0 0 15px;
}

#page .cart_area .warning span {
    color: #b51111;
}

#page .cart_area .cart_table {
    width: 100%;
    border: 2px solid #d2d2d2;
    margin: 0 0 20px;
}

#page .cart_area .cart_table th {
    text-align: center;
    background-color: #eeeeee;
    padding-top: 12px;
    padding-bottom: 12px;
    padding: 12px 20px;
    vertical-align: top;
    border: 1px solid #ccc;
    color: #000;
    position: relative;
    vertical-align: middle;
    font-weight: bold;
    box-sizing: border-box;
    white-space: nowrap;
}

#page .cart_area .cart_table th:first-child {
    width: 30%;
}

#page .cart_area .cart_table th.head {
    background: #535353;
    color: #fff;
    text-align: center;
    padding: 12px 0;
}

#page .cart_area .cart_table th.withdraw_head {
    background-color: #FFEB3B;
    width: 100%;
    padding: 12px 0;
    text-align: center;
}

#page .cart_area .cart_table th span {
    color: #fff;
    background: #009688;
    position: absolute;
    right: 10px;
    font-size: 0.7em;
    padding: 1px 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#page .cart_area .cart_table td {
    background-color: #fff;
    padding: 12px 20px;
    vertical-align: middle;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
}

#page .cart_area .cart_table td.right {
    text-align: right;
    background: #eef1eb;
    color: #333;
    font-weight: bold;
}

#page .cart_area .cart_table td.right span {
    color: #FFEB3B;
    font-size: 0.8em;
}

#page .cart_area .cart_table td.left {
    text-align: left;
}

#page .cart_area .cart_table td input {
    margin-bottom: 0;
}

#page .cart_area .cart_table td.payment_type label {
    display: block;
    text-align: left;
}

/*
#page .cart_area .cart_table td.payment_type.payment_method label:first-child {
	display: none;
}
*/

#page .cart_area .cart_table td.payment_type label img {
    height: 1.4rem;
}

#page .cart_area .cart_table td.payment_type div {
    font-size: .9em;
    margin: 0 0 6px;
    text-align: left;
}

#page .cart_area .cart_table td.payment_type.optional input {
    display: inline;
}

#page .cart_area .cart_table td.payment_type.optional input[type=text] {
    width: 50%;
}

#page .cart_area .cart_table td.point {
    text-align: left;
}

#page .cart_area .cart_table td.point input {
    width: 60%;
    display: initial;
    margin: 0 6px 6px 0;
}

#page .cart_area .cart_table td.point div,
#page .cart_area .cart_table td.phone div {
    font-size: 0.9em;
    text-align: left;
}

#page .cart_area .cart_table tr.phone_row {
    display: none;
}

#page .cart_area .cart_table td .login-submit {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #f9a72f;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .cart_area .cart_table td .login-submit:hover {
    cursor: pointer;
    background: #f37047;
}

#page .cart_area .cart_table td .search-submit {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #03a9f4;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .cart_area .cart_table td .search-submit:hover {
    cursor: pointer;
    background: #3f51b5;
}

#page .cart_area .cart_table td .registration_link a {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #8bc34a;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page .cart_area .cart_table td .registration_link a:hover {
    cursor: pointer;
    background: #009688;
}

#page .cart_area .cart_table td a {
    text-decoration: underline;
}

#page .cart_area .cart_table td a.link {
    display: block;
    width: 65%;
    letter-spacing: 1px;
    margin: 0 auto;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #287294;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 2.6em;
}

#page .cart_area .cart_table td a.link:hover {
    background: #0d3142;
}

#page .cart_area .cart_table .detail_select label input {
    margin-bottom: 5px;
}

#page .cart_area .cart_table .detail_select select {
    width: 100px;
    display: initial;
    margin: 0 0 0 10px;
}

#page .cart_area .cart_table input.delete {
    color: #fff;
    background: #6f6f6f;
    padding: 2px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9em;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}

#page .cart_area .cart_table input.delete:hover {
    background: #b30303;
    cursor: pointer;
}

#page .cart_area .cart_table td a {
    text-decoration: underline;
    color: #247fae;
}

/*----------------------------------------------------
 guide
----------------------------------------------------*/

#page .guide .guide_contents {
    padding: 0px 10px;
    word-break: break-all;
}

#page .guide .guide_contents img {
    width: 100%;
}

#page .guide .guide_contents p {
    font-size: 1.2em;
}

#page .guide .guide_contents h4 {
    font-size: 1.5em;
    font-weight: normal;
}

#page .guide .guide_contents .buyer a,
#page .guide .guide_contents .seller a,
#page .guide .guide_contents .affiliater a {
    position: relative;
}

#page .guide .guide_contents .buyer img,
#page .guide .guide_contents .seller img,
#page .guide .guide_contents .affiliater img {
    width: auto;
    max-width: 100%;
}

#page .guide .guide_contents p img {
    width: auto;
}

#page .guide .guide_contents h3 {
    font-size: 1.5em;
    font-weight: bold;
    padding: 0 0 0 12px;
    border-left: 8px solid #fe78d7;
}

#page .guide .guide_contents .feature h4,
#page .guide .guide_contents .faq h4 {
    font-size: 1.35em;
    font-weight: bold;
    padding: 0 0 0 12px;
    border-left: 8px solid #4990E2;
}

#page .guide .guide_contents ul {
    margin-left: 20px;
}

#page .guide .guide_contents ul li {
    font-size: 1.2em;
    list-style: disc;
}

#page .guide .guide_contents table tr td {
    font-size: 1.2em;
    padding: 12px;
    text-align: left;
    border: 1px solid #ccc;
}

#page .guide .guide_contents dl dt {
    font-size: 1.2em;
    background: url(/common/img/guide/qa_q.png) no-repeat;
    padding: 15px 0px 15px 60px;
}

#page .guide .guide_contents dl dd {
    font-size: 1.2em;
    background: url(/common/img/guide/qa_a.png) no-repeat;
    padding: 15px 0px 35px 60px;
}

/*----------------------------------------------------
 PC
----------------------------------------------------*/

@media screen and (min-width: 1000px)  {
    /*　画面サイズ 1000pxから適用　*/

    /*------------------------
        detaile
    ------------------------*/
    #page .slide_item_sp {
        display: none;
    }
}

/*----------------------------------------------------
 TABLET
----------------------------------------------------*/

@media screen and (min-width: 500px) and (max-width: 999px) {
    /*　画面サイズ 500pxから999pxまで適用　*/

    #main_col {
        padding: 0 8px;
    }

    /*------------------------
        Ranking page
    ------------------------*/

    #page .ranking_nav_area .tabs {
        display: flex;
        justify-content: center;
    }

    #page .ranking_nav_area .tabs a.active {
        font-size: 1rem;
    }

    #page .ranking_nav_area .tabs a {
        padding: 10px 2.1rem;
    }

    #page .ranking_nav_area .time_sort ul li a {
        padding: 1rem 1rem 1rem;
    }

    #page .ranking_nav_area .sort04_area .year_box {
        flex-wrap: wrap;
        padding: 10px 3rem;
    }

    #page .ranking_page_area.item_list ul.writer_list > li .follow_bt {

    }

    #page .ranking_page_area.item_list ul li .right .item-intoroduction {
        display: block;
    }

    #page .ranking_page_area.item_list ul li .right .item-intoroduction .item-bt {
        width: 100%;
        margin: 0 0 1rem;
    }

    #page .ranking_page_area.item_list ul li .right .item-intoroduction .item-bt .cart_bt a {
        font-size: .8rem;
        white-space: nowrap;
    }

    #page .ranking_page_area.item_list ul li .right .item-intoroduction .item-bt .buy_bt a {
        font-size: .8rem;
        white-space: nowrap;
    }

    #page .ranking_page_area.item_list ul li .right .item-intoroduction .price {
        width: 100%;
    }

    #page .ranking_page_area.item_list ul li .title {
        margin: 0;
    }

    /*------------------------
        item
    ------------------------*/

    #page .item_list ul li {
        width: 32.333%;
        margin: 0 1.5% 20px 0;
    }

    #page .item_list ul li:nth-child(4n) {
        margin: 0 1% 20px 0;
    }

    #page .item_list ul li:nth-child(3n) {
        margin: 0 0 20px 0;
    }

    /*------------------------
        all.php
    ------------------------*/

    #page .pc {
        display: none;
    }

    #page .search_list_area table th {
        width: 25%;
    }

    #page .search_list_area table td {
        width: 75%;
    }

    #page .search_list_area table td label {
        display: block;
        margin: 0 15px 0px 0;
    }

    /*------------------------
        detaile
    ------------------------*/
    #page .slide_item_sp {
        display: none;
    }

    #page .detail_area .intro_box .image {
        height: 200px;
    }

    #page .detail_area .follow_box .right .follow_bt::before {
        left: 10px;
    }

    #page .detail_area .follow_box .right .follow_bt {
        padding: 0 0 0 36px;
        text-align: left;
    }

    #page .detail_area .blacklist_box .right .blacklist_bt::before {
        left: 10px;
    }

    #page .detail_area .blacklist_box .right .blacklist_bt {
        padding: 0 0 0 38px;
        text-align: left;
    }

    #page .detail_area .purchase_box .buttons .cart_bt a:before {
        left: 10px;
    }

    #page .detail_area .purchase_box .buttons .cart_bt a {
        padding: 12px 12px 12px 42px;
        text-align: left;
    }

    #page .detail_area .purchase_box .buttons .buy_bt a:before {
        left: 10px;
    }

    #page .detail_area .purchase_box .buttons .buy_bt a {
        padding: 12px 12px 12px 42px;
        text-align: left;
    }

    #page .detail_area .follow_box .left {
        width: 100%;
        margin: 0 0 10px;
    }

    #page .detail_area .follow_box .right {
        width: 100%;
    }

    #page .detail_area .blacklist_box .left {
        width: 100%;
        margin: 0 0 10px;
    }

    #page .detail_area .blacklist_box .right {
        width: 100%;
    }

    #page .detail_area .intro_box .image {
        width: 100%;
        height: 220px;
    }

    #page .detail_area .intro_table {
        width: 96%;
        margin: 0 2% 0;
    }

    /*------------------------
        member
    ------------------------*/

    #page .buyer_area .buyer_table th span {
        top: 0;
        right: 0;
    }

    #page .buyer_area .reco_user .left {
        width: 55%;
    }

    #page .buyer_area .reco_user .right {
        width: 35%;
    }

    #page .buyer_area .reco_user .left .name {
        max-width: 170px;
    }

    /*------------------------
        mypage
    ------------------------*/
    #page .mypage .favorites {
        max-height: 450px;
    }

    #page .mypage .favorites_list ul li {
        width: 49%;
        margin: 0 2% 20px 0;
    }

    #page .mypage .favorites_list ul li:nth-child(2n) {
        margin: 0 0% 20px;
    }

    #page .mypage .favorites_list ul li:nth-child(3n) {
        margin: 0 2% 20px 0;
    }

    #page .mypage.seller_area .download_list table td:nth-child(3),
    #page .mypage.affiliater_area .download_list table td:nth-child(3) {
        min-width: 150px;
        text-align: left;
    }

    /*------------------------
        manage
    ------------------------*/

    #page .seller_area .seller_table th,#page .seller_area .seller_table td {
        display: block;
        width: 100%;
    }

    #page .seller_area .product_list {
        margin: 0 0 60px;
        overflow: scroll;
    }

    /*------------------------
        badge list
    ------------------------*/

    #page .badge_list li {
        width: 31.333%;
    }

    /*------------------------
        affili
    ------------------------*/

    #page .affiliater_area .affiliater_table th,#page .affiliater_area .affiliater_table td {
        display: block;
        width: 100%;
    }

    #page .affiliater_area .product_list {
        margin: 0 0 60px;
        overflow: scroll;
    }

    /*----------------------------------------------------
     guide
    ----------------------------------------------------*/

    #page .guide .guide_contents p img {
        width: 100%;
    }

}


/*----------------------------------------------------
 SP
----------------------------------------------------*/

@media screen and (max-width: 499px) {

    /*------------------------
        Ranking Page
    ------------------------*/

    #page .ranking_head_area h2 {
        margin: 0 0 1rem;
        padding: .7rem 0;
    }

    #page .ranking_head_area h2:before, #page .ranking_head_area h2:after {
        display: none;
    }

    #page .ranking_head_area h2 span img {
        margin: 4px .5rem 0;
    }

    #page .ranking_nav_area .tabs a.active {
        font-size: .9rem;
    }

    #page .ranking_nav_area .tabs a {
        padding: 10px 1.5rem;
        font-size: .9rem;
    }

    #page .ranking_nav_area .time_sort .now_rank {
        display: none;
    }

    #page .ranking_nav_area.writer-info .time_sort {
        justify-content: flex-end;
    }

    #page .ranking_nav_area.writer-info .time_sort .now_rank {
        margin: 0 .5rem .5rem 0;
        display: initial;
    }

    #page .ranking_nav_area .time_sort ul {
        align-items: center;
    }

    #page .ranking_nav_area .time_sort ul li a {
        font-size: .8rem;
        padding: 1rem 1rem 1rem;
    }

    #page .ranking_nav_area .sort04_area .year_box {
        flex-wrap: wrap;
        padding: 10px 2.3rem 10px 2rem;
    }

    #page .ranking_nav_area .sort04_area .year_box .head {
        padding: 4px 10px;
        margin: 0 1px 4px 0;
    }

    #page .ranking_nav_area .sort04_area .year_box .head:after {
        width: 8px;
        height: 8px;
        top: 10px;
        right: -3px;
    }

    #page .ranking_nav_area .sort04_area .swiper-wrapper {
        align-items: center;
    }

    #page .ranking_page_area.item_list ul > li {
        width: 96%;
        margin: 0 2% 20px;
    }

    #page .ranking_nav_area .sort05_area .year_box {
        flex-wrap: wrap;
        padding: 10px .5rem;
    }

    #page .ranking_page_area.item_list ul.writer_list > li .follow_bt {
        line-height: 28px;
        max-width: 180px;
        font-size: .8rem;
        text-align: left;
        padding: 0 0 0 14px;
    }

    #page .ranking_page_area.item_list ul.writer_list > li .follow_bt:before {
        width: 14px;
        height: 14px;
        left: 17px;
        top: 7px;
    }

    #page .ranking_page_area.item_list ul.writer_list > li .follow_bt span.icons {
        padding: 0 0 0 18px;
        background-size: 14px 14px;
    }

    #page .ranking_page_area.item_list ul.writer_list > li .follow_bt:after {
        top: 9px;
        width: 8px;
        height: 8px;
        right: 5px;
    }

    #page .ranking_page_area.item_list ul.writer_list > li .follow_bt_add {
        line-height: 28px;
        max-width: 180px;
        font-size: .8rem;
        text-align: left;
        padding: 0 0 0 4px;
    }

    #page .ranking_page_area.item_list ul li .right .item-intoroduction {
        display: block;
    }

    #page .ranking_page_area.item_list ul li .right .item-intoroduction .item-bt {
        width: 100%;
        margin: 0 0 .7rem;
    }

    #page .ranking_page_area.item_list ul li .right .item-intoroduction .price {
        width: 100%;
    }

    #page .ranking_page_area.item_list ul li > a {
        display: block;
    }

    #page .ranking_page_area.item_list ul > li .image_area {
        width: 100%;
        height: 140px;
        margin: 0 0 .7rem;
    }

    #page .ranking_page_area.item_list ul li .right {
        width: 100%;
        padding: 0 .7rem .7rem;
    }

    #page .ranking_page_area.item_list ul.writer_list li > a {
        display: flex;
    }

    #page .ranking_page_area.item_list ul.writer_list > li .image_area {
        width: 30%;
    }

    #page .ranking_page_area.item_list ul.writer_list li .right {
        width: 67%;
        padding: 0 1rem 0 0;
    }

    #page .ranking_page_area.item_list ul.writer_list > li dt {
        top: 8.7rem;
        font-size: .8rem;
    }

    #page .ranking_page_area.item_list ul.writer_list > li dt:hover {
        background: #fff;
        color: #000;
    }

    #page .ranking_page_area.item_list ul.writer_list > li dt.active {
        background: #000;
        color: #fff;
    }

    /*------------------------
        item
    ------------------------*/

    #page .item_list ul li {
        width: 48%;
        margin: 0 1% 20px;
    }

    #page .item_list ul li:nth-child(4n) {
        margin: 0 1% 20px;
    }

    /*------------------------
        all
    ------------------------*/

    #page .pc {
        display: none;
    }

    #page .search_list_area table th {
        width: 30%;
    }

    #page .search_list_area table td {
        width: 70%;
    }

    #page .search_list_area table td label {
        display: block;
        margin: 0 15px 0px 0;
    }

    #page .search_list_area {
        border: none;
        border-radius: 0;
        padding: 0 0 2px;
    }

    #page .search_list_area .head {
        border-radius: 0;
    }

    /*------------------------
        detaile
    ------------------------*/
    #page .slide_item_pc {
        display: none;
    }

    #page .detail_area h2.head {
        padding: 8px;
    }

    #page .detail_area .intro_box .image {
        width: 100%;
        height: 220px;
    }

    #page .detail_area .intro_table {
        width: 96%;
        margin: 0 2% 0;
    }

    #page .detail_area h2.sample {
        background-position: 10px 11px;
        background-size: 15px auto;
        padding: 8px 8px 8px 30px;
    }

    #page .detail_area .sample_image li {
        width: calc(100% - 16px);
        height: 100%;
        margin: 0 8px 8px;
    }

    #page .detail_area h2.description {
        background-position: 10px 11px;
        background-size: 17px auto;
        padding: 8px 8px 8px 32px;
    }

    #page .detail_area .follow_box,
    #page .detail_area .watchlist_box {
        width: 98%;
        margin: 0 1% 20px;
        padding: 12px;
    }

    #page .detail_area .follow_box .left,
    #page .detail_area .watchlist_box .left {
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }

    #page .detail_area .follow_box .right,
    #page .detail_area .watchlist_box .right {
        width: 100%;
    }

    #page .detail_area .blacklist_box .left {
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }

    #page .detail_area .blacklist_box .right {
        width: 100%;
    }

    #page .detail_area .tag_box h2 {
        background-size: 19px auto;
        background-position: 11px 3px;
        padding: 1px 0 4px 35px;
    }

    #page .detail_area .purchase_box {
        width: 98%;
        margin: 0 1% 20px;
        padding: 12px;
    }

    #page .detail_area .purchase_box .top {
        margin: 0 0 10px;
    }

    #page .detail_area .purchase_box .top h3 {
        width: 100%;
        text-align: center;
    }

    #page .detail_area .purchase_box .top p {
        width: 100%;
        text-align: center;
    }

    #page .detail_area .tip_box .buttons p {
        width: 100%;
        text-align: left;
        margin: 0 0 10px;
    }

    #page .detail_area .purchase_box .buttons .cart_bt {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }

    #page .detail_area .purchase_box .buttons .cart_bt a:before {
        left: 90px;
    }

    #page .detail_area .purchase_box .buttons .buy_bt {
        width: 100%;
        float: none;
    }

    #page .detail_area .tip_box .buttons .tip_bt {
        width: 100%;
    }

    #page .detail_area .purchase_box .buttons .buy_bt a:before {
        left: 104px;
    }

    #page .detail_area .detaile_info_box h2 {
        background-size: 20px auto;
        background-position: 11px 1px;
        padding: 1px 0 4px 38px;
    }

    #page .detail_area .detaile_info_box table {
        width: 96%;
        margin: 6px 2% 0;
    }

    #page .detail_area .detaile_info_box table th {
        width: 32%;
    }

    #page .detail_area .detaile_info_box table th span {
        right: 5px;
    }

    #page .detail_area .member_box h2 {
        background-size: 17px auto;
        background-position: 10px 3px;
        padding: 1px 0 4px 31px;
    }

    #page .detail_area .member_box table {
        width: 96%;
        margin: 6px 2% 0;
    }

    #page .detail_area .member_box table th {
        width: 32%;
    }

    #page .detail_area .member_box table th span {
        right: 5px;
    }

    #page .detail_area h2.recommend {
        background-position: 9px 10px;
        background-size: 16px auto;
        padding: 8px 8px 8px 30px;
    }

    #page .relation_area h2 {
        background-position: 13px 11px;
        background-size: 21px auto;
        padding: 10px 10px 10px 43px;
    }

    #page .recommend_for_area h2 {
        background-position: 13px 11px;
        background-size: 21px auto;
        padding: 10px 10px 10px 43px;
    }

    #page .popular_area h2 {
        background-position: 13px 11px;
        background-size: 21px auto;
        padding: 10px 10px 10px 43px;
    }

    #page .swiper-container ul li {
        margin: auto;
    }

    #page .swiper-container ul li:nth-child(4n) {
        margin: auto;
    }

    #page .search_list_area .bt button span {
        background-position-y: 4px;
        padding: 6px 0 6px 19px;
    }

    #page .detail_area .intro_box .image .ribbons-content {
        right: 0;
    }

    #page .detail_area .intro_box .image .bronze-ribbon:after {
        display: none;
    }

    #page .detail_area .intro_box .image .silver-ribbon:after {
        display: none;
    }

    #page .detail_area .intro_box .image .gold-ribbon:after {
        display: none;
    }

    /*------------------------
        member
    ------------------------*/
    #page .buyer_area .buyer_table th {
        display: block;
        width: 100%;
    }

    #page .buyer_area .buyer_table td {
        display: block;
        width: 100%;
    }

    #page .buyer_area h2.login_head {
        font-size: 1.1em;
        padding: 8px;
    }

    #page .follow_list ul li {
        margin: auto;
        padding: 6px 0 22px;
    }

    #page .follow_list ul li .pickup {
        right: 16px;
    }

    #page .follow_list ul li .pickup.normal {
        right: 10px;
    }

    #page .buyer_area .reco_user .left {
        width: 67%;
    }

    #page .buyer_area .reco_user .left .name {
        max-width: 170px;
    }

    #page .buyer_area .reco_user .left .image {
        margin: 0 6px 0;
    }

    #page .buyer_area .reco_user .right {
        width: 28%;
        margin: 0 2% 0 0;
    }

    #page .buyer_area .reco_user .right .follow_bt {
        padding: 0 0 0 12px;
    }

    #page .buyer_area .reco_user .right .follow_bt span {
        display: none;
    }

    #page .buyer_area .reco_user .right .follow_bt_active {
        padding: 0 0 0 12px;
    }

    #page .buyer_area .reco_user .right .follow_bt_active span {
        display: none;
    }

    #page .buyer_area .badge_list {
        padding: 20px 10px;
    }

    /*------------------------
        member mypage
    ------------------------*/
    #page .mypage .favorites_list ul li {
        width: 49%;
        margin: 0 2% 20px 0;
    }

    #page .mypage .favorites_list ul li:nth-child(2n) {
        margin: 0 0% 20px;
    }

    #page .mypage .favorites_list ul li:nth-child(3n) {
        margin: 0 2% 20px 0;
    }

    #page .mypage .favorites_list ul li .image_area {
        height: 183px;
    }

    #side_col .mypage_menu dd {
        width: 50%;
        float: left;
        border: none;
        box-sizing: border-box;
    }

    #page .mypage.seller_area .download_list table td:nth-child(3),
    #page .mypage.affiliater_area .download_list table td:nth-child(3) {
        min-width: 180px;
        text-align: left;
    }

    /*------------------------
        manage
    ------------------------*/

    #page .seller_area .seller_table th,#page .seller_area .seller_table td {
        display: block;
        width: 100%;
    }

    #page .seller_area .seller_table td select {
        width: 100%;
    }

    #page .seller_area .product_list {
        margin: 0 0 60px;
        overflow: scroll;
    }

    #page .seller_area .sort-date ul li:nth-child(4) {
        padding: 0;
    }

    #page .seller_area .sort-date ul li:last-child {
        width: 100%;
        margin: 15px 0 0 0;
        text-align: center;
        padding: 0 4%;
    }

    #page .seller_area .sort-date button {
        width: 100%;
    }

    #page .seller_area .sort-date input[type="date"] {
        width: 110px;
    }

    #page .seller_area .sort-date input#date {
        width: 110px;
    }

    /*------------------------
        mypage
    ------------------------*/
    #page .mypage .favorites {
        max-height: 450px;
    }

    /*------------------------
        badge list
    ------------------------*/

    #page .seller_area .badge_list {
        padding: 20px 10px 0;
    }

    #page .badge_list li {
        width: 48%;
    }

    #page .badge_list .badge .circle {
        width: 50px;
        height: 50px;
    }

    #page .badge_list .badge .circle i {
        font-size: 1.2em;
        margin-top: 13px;
    }

    #page .badge_list table th {
        vertical-align: middle;
    }

    #page .badge_list table td {
        padding: 8px 10px;
    }

    /*------------------------
        affili
    ------------------------*/

    #page .affiliater_area .affiliater_table th,#page .affiliater_area .affiliater_table td {
        display: block;
        width: 100%;
    }

    #page .affiliater_area .blog_parts_list table th,#page .affiliater_area .blog_parts_list table td {
        display: block;
        width: 100%;
    }

    /*----------------------------------------------------
     guide
    ----------------------------------------------------*/

    #page .guide .guide_contents p img {
        width: 100%;
    }

}


/*----------------------------------------------------
 sp iphone 5
----------------------------------------------------*/

@media screen and (max-width: 321px) {
    #page .detail_area .follow_box .right .follow_bt::before {
        left: 56px;
    }

    #page .detail_area .purchase_box .buttons .cart_bt a:before {
        left: 62px;
    }

    #page .detail_area .purchase_box .buttons .buy_bt a:before {
        left: 73px;
    }

    #header_middle .login_status {
        width: 31%;
        font-size: .9em;
        white-space: nowrap;
        transform: scale(0.7);
    }

    #page .seller_area .sort-date ul li:first-child {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    /*--------------------------
     guide
    --------------------------*/

    #page .guide .guide_contents p img {
        width: 100%;
    }

    /*--------------------------
     Ranking page
    --------------------------*/

    #page .ranking_head_area h2 {
        font-size: 1rem;
    }

    #page .ranking_nav_area .tabs a {
        padding: 8px 1.5rem;
        font-size: .8rem;
    }

    #page .ranking_nav_area .tabs a.active {
        font-size: .8rem;
    }

    #page .ranking_nav_area .time_sort ul li a {
        padding: 1rem 1rem 1rem;
    }

}


#page button.back-submit {
    display: block;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #aaa;
    border-radius: 4px;
    color: #fff;
    border: none;
    line-height: 3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  .3s ease;
}

#page button.back-submit:hover {
    cursor: pointer;
    background: #bbb;
}
