*, ::before, ::after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'icon-font';
    src: url("../fonts/icon-font.eot?11604159");
    src: url("../fonts/icon-font.eot?11604159&#iefix") format("eot"),url("../fonts/icon-font.woff?11604159") format("woff"),url("../fonts/icon-font.ttf?11604159") format("truetype");
    font-weight: 400;
    font-style: normal
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}

html {
    display: block;
}

body {
    position: relative;
    min-height: 100%;
    color: rgb(51, 51, 51);
    background-color: rgb(245, 245, 245);
    font-family: Arial, 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif;
    font-size: 14px;
    line-height: 1;
}

main {
    display: block;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}

select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

img {
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 22px;
    line-height: 1.4;
}

h3 {
    font-size: 22px;
}

label {
    display: inline-block;
}

i {
    font-style: italic;
}

i[class^='icon-'], i[class*='icon-'] {
    display: inline-block;
    font-family: 'icon-font';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a, area, button, input, label, select, textarea, [tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.white {
    background-color: #fff;
}

.red {
    background-color: #ea352d;
}

.font-white {
    color: #fff;
}

.l-single-container {
    background: #fff;
}

@media screen and (min-width: 768px) {
    .l-single-container {
        width: 700px;
        margin: 0 auto;
    }
}

.container {
    background-color: rgb(245, 245, 245);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header {
    background-color: rgb(255, 255, 255);
    /*box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;*/
    position: relative;
    z-index: 3;
}

.header__shadow {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

@media (max-width: 767px) {
    .header {
        display: none;
    }
}

.header__container {
    width: 700px;
    margin: 0px auto;
    padding: 8px 0px 0px;
}

@media (min-width: 1068px) {
    .header__container {
        width: 1020px;
    }
}

.header__logo {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.header__logo__img {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height: 40px;
    margin-right: 45px;
}

.header a {
    color: inherit;
    text-decoration: none;
}

.header__logo__img img {
    height: 36px;
    width: 134px;
}

.header__search__form {
    position: relative;
    width: 100%;
}

.header__search__box {
    background-color: rgb(245, 245, 245);
    font-size: 16px;
    height: 40px;
    line-height: 1.4em;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    outline: none;
    padding: 0px 50px 0px 10px;
    transition: all 0.3s ease-out 0s;
}

.header__search__button {
    background-color: transparent;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    -webkit-appearance: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px 4px 4px 0px;
    padding: 0px;
}

.header__controls {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

.header__controls__list {
    display: flex;
    margin-left: -3px;
}

.header__controls__list svg {
    max-width: 100%;
    max-height: 100%;
    color: rgb(234, 53, 45);
    height: 12px;
    margin-right: 4px;
}

.header__category {
    cursor: pointer;
    height: 44px;
    position: relative;
    z-index: 3;
    padding: 0px 10px;
}

.header__category:first-child {
    padding-left: 0px;
}

.header__category:hover > a.header__category__link:hover {
    color: blue;
}

.header__category a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    white-space: nowrap;
}

.header__category__list {
    display: none;
    left: -34px;
    position: absolute;
    top: 44px;
    z-index: 1;
}

@media (min-width: 1068px) {
    .header__category__list {
        left: 0px;
    }
}

.header__category__list__ul {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    width: 224px;
}

.header__category__list__li {
    width: 224px;
}

.header__category__list__li:hover > a {
    background-color: rgb(234, 53, 45);
    color: rgb(255, 255, 255);
}

.header__category__list__li__ul {
    background-color: rgb(255, 255, 255);
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    display: none;
    left: 224px;
    position: absolute;
    top: 0px;
    width: 224px;
}

.header__category__list__li__ul__li {
    width: 224px;
}

.header__category__list__li__ul__li a {
    display: block;
    padding: 8px 16px;
}

.header__category__list__li__ul__li a:hover {

}

.header__category__list__a {
    display: block;
    font-size: 14px;
    line-height: 44px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 16px;
}

#header__category1:hover > #header__category__list1 {
    display: block;
}

#header__category2:hover > #header__category__list2 {
    display: block;
}

.header__buttons {
    display: flex;
}

.header__button__signup {
    text-align: center;
}

.header__button__signup a {
    background-color: rgb(234, 53, 45);
    color: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(234, 53, 45);
    border-image: initial;
    border-radius: 4px;
    padding: 8px 10px;
}

.header__button__signin {
    text-align: center;
    margin-left: 11px;
}

.header__button__signin a {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 149, 238);
    display: block;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 149, 238);
    border-image: initial;
    border-radius: 4px;
    padding: 8px 10px;
    transition: all 0.3s ease-out 0s;
}

.main {
    width: 100%;
    margin: 0px auto;
    padding: 0px 10px;
}

@media (min-width: 768px) {
    .main {
        max-width: 700px;
        padding: 0px;
    }
}

@media (min-width: 1068px) {
    .main {
        max-width: 1020px;
    }
}

.main_1 {
    position: relative;
}

.main__slider {
    height: 170px;
    left: 50%;
    margin-left: -50vw;
    position: relative;
    top: 0px;
    width: 100vw;
    overflow: hidden;
}

@media (min-width: 768px) {
    .main__slider {
        height: 290px;
    }
}

@media (min-width: 1068px) {
    .main__slider {
        height: 390px;
    }
}

.main__category {
    background-color: rgb(255, 255, 255);
    left: 50%;
    margin-left: -50vw;
    position: relative;
    top: 0px;
    width: 100vw;
    padding: 40px 20px 20px;
}

@media (min-width: 768px) {
    .main__category {
        padding: 56px 0px 30px;
    }
}

.main__category__title {
    margin-bottom: 16px !important;
    text-align: center;
}

.common__font__family {
    font-family: Arial,游ゴシック体,YuGothic,メイリオ,Meiryo,sans-serif;
}

.common__flex {
    flex: 1 1 0%;
}

.heading__01 {
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .res__font__size__01 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .res__font__size__01 {
        font-size: 28px;
    }
}

.main__category__tags {
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
}

.main__category__tags__list {
    display: inline-block;
    margin: 0px;
}

@media (min-width: 768px) {
    .main__category__tags__list {
        display: block;
        text-align: center;
        width: 100%;
        margin: -10px 0px 0px -10px;
    }
}

.main__category__tag__item {
    display: inline-block;
}

@media (min-width: 768px) {
    .main__category__tag__item {
        margin: 10px 0px 0px 10px;
    }
}

.main__category__tag__item__link {
    background-color: rgb(239, 239, 239);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
    padding: 8px 16px;
}

@media (max-width: 767px) {
    .main__category__tag__item__link {
        display: none;
    }
}

.main__product__images {
    padding: 30px 0px 60px;
}

@media (min-width: 768px) {
    .main__product__images {
        padding: 42px 0px 100px;
    }
}

.main__product__list__name {
    align-items: flex-end;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.more__link {
    color: rgb(0, 149, 238);
    display: block;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding: 5px 14px 5px 5px;
}

.more__link::before {
    bottom: 0px;
    content: "";
    height: 8px;
    position: absolute;
    right: 2px;
    top: 0px;
    transform: rotate(-45deg);
    width: 8px;
    border-bottom: 2px solid rgb(0, 149, 238);
    border-right: 2px solid rgb(0, 149, 238);
    margin: auto;
}
@media (min-width: 768px) {
    .more__link {
        font-size: 14px;
        padding: 5px 16px 5px 5px;
    }

    .more__link::before {
        height: 10px;
        width: 10px;
    }
}

@media (min-width: 768px) {
    .main__product__list:not(:first-child) {
        margin-top: 60px;
    }
}

.main__product__list:not(:first-child) {
    margin-top: 40px;
}

.main__product__list__ul {
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}

@media (min-width: 768px) {
    .main__product__list__ul {
        margin: -10px;
    }
}

.main__product__list__li {
    width: 33.3333%;
    padding: 3px;
}

@media (min-width: 768px) {
    .main__product__list__li {
        width: 20%;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .main__product__list__li:nth-child(n+10) {
        display: none;
    }
}

.main__product__list__li__div {
    visibility: visible;
    transition: all 0.5s ease 0s;
    opacity: 1;
}

.main__product__list__link {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: 100%;
}

.main__product__list__link::after {
    border: 1px solid transparent;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 100%;
    z-index: 1;
}

.common__card__01 {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.18);
    box-shadow: 0 2px 4px rgba(0,0,0,.18);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0;
    overflow: hidden;
    z-index: 0;
}

.common__card__01 figcaption {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #222;
    font-size: 14px;
    height: 64px;
    line-height: 1.4em;
    padding: 0 12px;
    white-space: normal;
    word-break: break-word;
}

.common__card__01, .common__card__01 figcaption {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (min-width: 768px) {
    .res__width__01 {
        width: 157px;
    }
}

@media (max-width: 767px) and (min-width: 375px) {
    .res__width__01 {
        width: 117px;
    }
}

.common__fluid__01 {
    width: 100%;
}

@media (max-width: 767px) and (min-width: 375px) {
    .res__width__01 figcaption {
        font-size: 12px;
        height: 46px;
        padding: 0 8px;
    }
}

.common__card__01 figcaption span {
    display: inline-block;
    height: 2.8em;
    overflow: hidden;
    position: relative;
}

.common__card__01__img {
    position: relative;
    width: 100%;
}

.common__fluid__01 .common__card__01__img {
    height: 0;
    overflow: hidden;
    padding: 0 0 100%;
}

.common__card__01 span[aria-label=Price] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0,0,0,.4);
    border-radius: 0 14px 14px 0;
    bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 17px;
    height: 32px;
    height: 28px;
    letter-spacing: .02em;
    margin: 0;
    padding: 0 12px;
    position: absolute;
    z-index: 2;
}

.common__card__01 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    width: 100%;
    z-index: 1;
}

.common__fluid__01 .common__card__01__img img {
    bottom: 0;
    position: absolute;
    top: 0;
}

.upload__product {
    position: fixed;
    right: -14px;
    bottom: -14px;
    text-align: center;
    z-index: 2;
}

@media (min-width: 768px) {
    .upload__product {
        bottom: 32px;
        font-size: 22px;
        height: 160px;
        right: 32px;
        width: 160px;
    }
}

.upload__product a {
    display: block;
}

.upload__product__part {
    padding-top: 15px;
    text-align: center;
    height: 80px;
    width: 80px;
    background-color: rgb(234, 53, 45);
    border-radius: 50%;
}

@media (min-width: 768px) {
    .upload__product__part {
        width: 160px;
        height: 160px;
        padding-top: 32px;
    }
}

.upload__product__text {
    color: rgb(255,255,255);
}

@media (min-width: 768px) {
    .upload__product__text {
        font-size: 22px;
    }
}

.upload__product svg {
    max-width: 100%;
    max-height: 100%;
    color: rgb(255, 255, 255);
    display: block;
    height: 24px;
    width: 26px;
    margin: 5px auto 0px;
}

@media (min-width: 768px) {
    .upload__product svg {
        width: 60px;
        height: 54px;
        margin-top: 8px;
    }
}

.main__slide {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 170px;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .main__slide {
        margin-left: 0;
    }
}

@media (max-width: 1400px) {
    .main__slide {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .main__slide {
        height: 290px;
    }
}

@media (min-width: 1068px) {
    .main__slide {
        height: 390px;
        background-size: auto;
    }
}

.bx-wrapper {
    margin-bottom: 0px !important;
    -webkit-box-shadow: 0 0 0px !important;
    box-shadow: 0 0 0px !important;
    border: 0px !important;

}

.bx-viewport {
    width: 100% !important;
}

.bread-crumbs {
    position: relative;
    border-top: 1px solid #eee;
    background: #f5f5f5;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
    background: #fff;
}

.bread-crumbs:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#fff));
    background: linear-gradient(to right, rgba(255,255,255,0), #fff);
}

.bread-crumbs ul {
    padding: 16px;
    font-size: 0;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
    .bread-crumbs ul {
        overflow: visible;
        width: 700px;
        margin: 0 auto;
        padding: 16px 0;
        white-space: normal;
    }
}

@media screen and (min-width: 1068px) {
    .bread-crumbs ul {
        width: 1020px;
    }
}

.bread-crumbs li {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
}

.bread-crumbs li:last-child {
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .bread-crumbs li {
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.bread-crumbs a {
    color: #333;
}

.bread-crumbs .icon-arrow-right {
    margin: 0 8px;
    font-size: 9px;
    color: #888;
}

.icon-arrow-right:before {
    content: '\e005';
}

.icon-sort:before {
    content: '\e027';
}

.category-index {
    background: transparent;
    margin: 40px auto;
}

.visible-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .visible-sp {
        display: block;
    }
}


.visible-pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .visible-pc {
        display: block;
    }
}

.gray {
    background-color: #f5f5f5;
}

.category-index h2 {
    padding: 8px 10px;
    font-weight: 600;
}

.text-center {
    text-align: center;
}

.category-root-category-link-name {
    border-radius: 4px;
    min-width: 80px;
    height: 40px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(14,14,14,0.0580392);
    box-shadow: 1px 1px 1px 1px rgba(14,14,14,0.0580392);
    padding: 0 30px;
    margin: 5px;
    color: #333;
    font-size: 16px;
    line-height: 40px;
}

.category-list-nav a {
    float: left;
    display: block;
    text-decoration: none;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.category-list-box {
    margin: 30px auto;
}

.category-list-individual-box {
    border-radius: 4px;
    margin-bottom: 40px;
}

.category-list-individual-box-root-category-name {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 7px 30px 0 30px;
    height: 40px;
}

.category-list-individual-box-inner-box {
    padding: 24px 30px 10px 30px;
}

.category-list-box a {
    text-decoration: none;
    color: #0099e8;
}

.category-list-box a:hover {
    text-decoration: underline;
    opacity: .7;
}

.category-list-individual-box-sub-category-name {
    padding-top: 15px;
    padding-bottom: 5px;
}

.category-list-individual-box-sub-sub-category-box {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    padding-bottom: 10px;
}

.category-list-individual-box-sub-sub-category-name {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
}

.category-list-individual-box-inner-box p {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}



.search-container {
    position: relative
}

.l-container {
    margin: 24px auto 0;
    padding: 0 0 40px;
}

@media screen and (max-width: 768px) {
    .l-container {
        margin: 24px 0 0;
    }
}

@media screen and (min-width: 768px) {
    .l-container {
        width: 700px;
    }
}

@media screen and (min-width: 1068px) {
    .l-container {
        margin: 40px auto 0;
        width: 1020px;
    }
}

.l-content {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .l-content {
        float: none;
        width: 700px;
    }
}

@media screen and (min-width: 1068px) {
    .l-content {
        float: right;
    }
}



.search-nav {
    display: table;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
    .search-nav {
        border: 1px solid #ccc;
        background: #fff;
    }
}

@media screen and (min-width: 1068px) {
    .hidden-large {
        display: none;
    }
}

.search-nav>div {
    display: table-cell;
    width: 50%;
    font-size: 12px;
    height: 72px;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}

.search-nav>div:first-child {
    /*border-left: 0;*/
}

.search-nav > div {
    height: 50px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.search-nav > div:last-child {
    border-right: 1px solid #ccc;
}

.search-nav .icon-sort {
    font-size: 14px;
}
.search-nav i {
    color: #aaa;
}

.search-nav>div>div {
    margin: 8px 0 0;
}

.search-nav > div > div {
    display: inline-block;
    margin: 0 0 0 4px;
}

.search-nav .icon-search-detail {
    font-size: 15px;
}

.search-result-no-head {
    margin: 16px 4% 8px;
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .search-result-no-head {
        font-size: 22px;
        margin: 16px 0;
    }
}

@media screen and (min-width: 1068px) {
    .search-result-no-head {
        margin: 0 0 16px;
    }
}



.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.font-2 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}


.font-5 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.icon-like-border:before {
    content: '\e018';
}

.icon-search-detail:before {
    content: '\e024';
}

.l-side {
    margin: 40px auto 0;
}

@media screen and (min-width: 768px) {
    .l-side {
        width: 700px;
    }
}


@media screen and (min-width: 1068px) {
    .l-side {
        float: left;
        width: 280px;
        margin: 0 40px 0 0;
    }
}

@media screen and (min-width: 1068px) {
    .search-extend-container {
        position: relative;
    }
}

.search-sort {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 50%;
    margin: 0 auto;
}

@media screen and (min-width: 1068px) {
    .search-sort {
        opacity: 1;
        position: static;
        width: auto;
    }
}

.form-group {
    margin: 40px 0 0;
}

.form-group:first-child {
    margin: 0;
}

.select-wrap {
    position: relative;
    background: #fff;
}

.select-category-child, .select-category-grand-child {
    display: none;
}

.form-group .select-wrap {
    margin: 8px 0 0;
}

.select-category-child.is-show, .select-category-grand-child.is-show {
    display: block;
}

.search-sort .select-wrap {
    margin: 0;
    background: 0;
    text-align: center;
}

@media screen and (min-width: 1068px) {
    .search-sort .select-wrap {
        background: #fff;
        text-align: left;
    }
}

.form-group .icon-arrow-bottom {
    position: absolute;
}

.select-wrap .icon-arrow-bottom {
    position: absolute;
    right: 16px;
    top: 50%;
    z-index: 2;
    color: #888;
    font-size: 8px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.icon-arrow-bottom:before {
    content: '\e001';
}

.select-default {
    position: relative;
    z-index: 2;
    height: 48px;
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: 0;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.select-default:disabled {
    background: #f5f5f5;
}

.form-group select {
    width: 100%;
}

.search-sort .select-default {
    height: 52px;
    padding: 0;
    border: 0;
}

@media screen and (min-width: 1068px) {
    .search-sort .select-default {
        height: 48px;
        padding: 0 16px;
        border: 1px solid #ccc;
    }
}

[data-dropdown='content'] {
    display: none;
}

.search-dropdown-content {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 10001;
    padding: 16px 5%;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
}

@media screen and (min-width: 768px) {
    .search-dropdown-content {
        padding: 64px;
    }
}

@media screen and (min-width: 1068px) {
    .search-extend {
        margin: 40px 0 0;
    }
}

@media screen and (min-width: 1068px) {
    .search-dropdown-content.search-extend {
        position: static;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 16px;
    }
}

.search-dropdown-content h3 {
    font-size: 16px;
}

.visible-large {
    display: none;
}

@media screen and (min-width: 1068px) {
    .visible-large {
        display: block;
    }
}

.search-extend .form-group {
    font-size: 0;
}

.search-dropdown-content h3+.form-group {
    margin: 0;
}

@media screen and (min-width: 1068px) {
    .search-dropdown-content h3+.form-group {
        margin: 24px 0 0;
    }
}

.search-extend i {
    position: relative;
    top: -1px;
    margin: 0 4px 0 0;
    color: #888;
    font-size: 16px;
    vertical-align: middle;
}

.icon-plus:before {
    content: '\e023';
}

.search-extend i+span {
    font-size: 14px;
    vertical-align: middle;
}

.form-group .input-default {
    width: 100%;
    margin: 8px 0 0;
}
.input-default {
    height: 48px;
    padding: 10px 16px 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 1.5;
    font-size: 16px;
}

.input-default.has-error {
    border-color: #ea352d;
}

.search-extend-brand {
    position: relative;
}

.search-extend .form-group {
    font-size: 0;
}

.form-group label {
    font-weight: 600;
}

.search-extend label {
    display: block;
}

.icon-tag:before {
    content: '\e029';
}

input {
    border: 0;
    outline: 0;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-extend-brand ul {
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    max-height: 280px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.64);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.64);
    -webkit-overflow-scrolling: touch;
}


.search-extend i {
    position: relative;
    top: -1px;
    margin: 0 4px 0 0;
    color: #888;
    font-size: 16px;
    vertical-align: middle;
}

.icon-list:before {
    content: '\e01b';
}

.icon-coin:before {
    content: '\e011';
}

.search-price .input-default {
    width: 45%;
}

.search-price .input-default {
    width: 45%;
}

.search-price>span {
    display: inline-block;
    width: 10%;
    font-size: 14px;
    text-align: center;
}

.search-extend-btn {
    height: 90px;
    padding: 40px 0 0;
}

.btn-default {
    display: block;
    width: 100%;
    line-height: 48px;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    cursor: pointer;
    text-align: center;
}

.btn-gray {
    background: #aaa;
    border: 1px solid #aaa;
    color: #fff;
}

.btn-red {
    background: #ea352d;
    border: 1px solid #ea352d;
    color: #fff;
}

.search-extend-btn .btn-default {
    width: 45%;
}

.search-extend-btn .btn-gray {
    float: left;
}

.search-extend-btn .btn-red {
    float: right;
}

.search-result-head {
    margin: 16px 4% 8px;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .search-result-head {
        margin: 16px 0 8px;
    }
}

@media screen and (min-width: 1068px) {
    .search-result-head {
        font-size: 22px;
        margin: 0 0 8px;
    }
}

.search-result-head-text {
    margin: 0 0 0 4px;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (min-width: 1068px) {
    .search-result-head-text {
        font-size: 18px;
    }
}

.search-result-number {
    margin: 8px 4%;
    font-size: 12px;
    color: #888;
}

@media screen and (min-width: 768px) {
    .search-result-number {
        margin: 16px 0;
    }
}

.pager {
    position: relative;
    font-size: 0;
    text-align: center;
}

.pager-prev {
    left: 0;
}

.pager-next {
    right: 0;
}

.pager-prev, .pager-next {
    position: absolute;
    top: 0;
}

.pager-cell {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 42px;
}

.pager-cell a {
    display: block;
    color: #333;
}

.pager-prev i, .pager-next i {
    position: relative;
    top: 0.15em;
}

.icon-arrow-double-left:before {
    content: '\e002';
}

.icon-arrow-left:before {
    content: '\e004';
}

.pager-num {
    max-width: 220px;
    margin: 0 auto;
}

.pager-cell.active {
    color: #fff;
    background: #ea352d;
}

.icon-arrow-right:before {
    content: '\e005';
}

.icon-arrow-double-right:before {
    content: '\e003';
}

[data-dropdown='content'].is-show {
    display: block;
}

.search-nav {
    margin: 0 4%;
    width: calc(100% - 8%);
    table-layout: fixed;
}

.single-container {
    /*padding: 0 0 250px;*/
}

@media screen and (min-width: 768px) {
    .single-container {
        /*padding: 0 0 220px;*/
    }
}

.single-header {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .single-header {
        height: 128px;
    }
}

.single-header h1 {
    display: inline-block;
    margin: 11px 0 12px;
}

@media screen and (min-width: 768px) {
    .single-header h1 {
        margin: 40px 0 0;
    }
}

.single-header a {
    display: inline-block;
    width: 120px;
    height: 33px;
    margin: 0 8px 0 0;
    line-height: 33px;
}

@media screen and (min-width: 768px) {
    .single-header a {
        width: 185px;
        height: 49px;
        line-height: 49px;
    }
}

.single-header img {
    width: 120px;
    height: 33px;
}

@media screen and (min-width: 768px) {
    .single-header img {
        width: 185px;
        height: 49px;
    }
}

.login-panel {
    max-width: 456px;
    margin: 0 auto;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .login-panel {
        max-width: none;
        width: 456px;
    }
}

.login-no-account {
    padding: 24px 32px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .login-no-account {
        padding: 40px 64px;
    }
}

.login-no-account p {
    font-size: 14px;
}

.login-panel a {
    display: block;
    margin: 40px 0 0;
}

.login-no-account a {
    display: block;
    margin: 8px 0 0;
    border: 1px solid #0099e8;
    background: #0099e8;
    color: #fff;
    line-height: 40px;
}

.login-form-inner {
    padding: 24px 32px;
    border-top: 1px solid #eee;
}

@media screen and (min-width: 768px) {
    .login-form-inner {
        padding: 32px 64px;
    }
}

.login-form-inner:first-child {
    padding: 24px 32px;
    border: 0;
}

@media screen and (min-width: 768px) {
    .login-form-inner:first-child {
        padding: 24px 64px 32px;
    }
}

.login-form-inner .form-group {
    margin: 24px 0 0;
}

.login-form-inner .form-group:first-child {
    margin: 0;
}

.login-form-inner .input-default {
    margin: 0;
}

.login-form-inner .form-group {
    margin: 24px 0 0;
}

.login-submit {
    margin: 24px 0 0;
}

.login-panel a {
    display: block;
    margin: 40px 0 0;
    text-decoration: none;
}

.login-form-inner a {
    color: #0099e8;
    text-decoration: none;
}

.login-form-inner a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.progress-bar {
    font-size: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .progress-bar {
        display: inline-block;
        vertical-align: top;
    }
}

.signup-bar.progress-bar {
    padding: 16px 0;
    border-top: 1px solid #eee;
}

@media screen and (min-width: 768px) {
    .signup-bar.progress-bar {
        padding: 40px 0 0 44px;
        border: 0;
    }
}

.progress-bar ol {
    margin: 0;
}

.progress-bar li {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 40px;
    margin: 0 5% 0 0;
    font-size: 12px;
    color: #888;
}

@media screen and (min-width: 768px) {
    .progress-bar li {
        min-width: 60px;
    }
}

@media screen and (min-width: 768px) {
    .progress-bar li {
        margin: 0 40px 0 0;
    }

}

.progress-bar li.active {
    font-weight: 600;
    color: #ea352d;
}

.progress-status {
    width: 12px;
    height: 12px;
    margin: 8px auto 0;
    background: #ccc;
    border-radius: 50%;
}

.progress-status:before {
    right: 50%;
}
.progress-status:before, .progress-status:after {
    position: absolute;
    bottom: 5px;
    z-index: -1;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
}

.l-single-head {
    padding: 24px 8px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .l-single-head {
        padding: 32px 16px;
        font-size: 22px;
    }
}

.l-single-head.registration, .l-chapter-head.registration {
    padding: 16px;
}

@media screen and (min-width: 768px) {
    .l-single-head.registration, .l-chapter-head.registration {
        font-size: 22px;
        padding: 32px;
    }
}

.l-single-inner {
    border-top: 1px solid #f5f5f5;
    padding: 40px;
}

@media screen and (min-width: 768px) {
    .l-single-inner {
        padding: 64px;
    }
}

.l-single-inner.registration-form {
    padding: 24px 16px 40px;
}

@media screen and (min-width: 1068px) {
    .l-single-inner.registration-form {
        padding: 40px 40px 64px;
    }
}

.l-single-content {
    max-width: 320px;
    margin: 0 auto;
}

.l-single-inner.registration-form .l-single-content {
    max-width: 343px;
}

.form-require, .form-arbitrary, .message-is-seller, .news-private {
    margin: 0 0 0 8px;
    padding: 2px 4px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
}

.form-require {
    background: #ea352d;
}

.has-error-text {
    color: #ea352d;
    line-height: 1.5;
    font-size: 14px;
}

.has-error-text li {
    margin: 8px 0 0;
}

.form-info-text {
    margin: 8px 0 0;
    color: #888;
    line-height: 1.5;
}

.l-single-inner p {
    margin: 8px 0 0;
    line-height: 1.5;
}

.l-single-content p {
    margin: 8px 0 0;
    line-height: 1.5;
}

.checkbox-default {
    position: relative;
    font-size: 0;
}

.form-group .checkbox-default, .form-group .radio-default, .form-group .textarea-default {
    margin: 16px 0 0;
}

.checkbox-default input[type='checkbox'] {
    display: none;
}

.checkbox-default .icon-check {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.icon-check:before {
    content: '\e00f';
}

.l-chapter-sub-head {
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .l-chapter-sub-head {
        font-size: 16px;
    }
}

.l-single-content p.l-single-text {
    margin: 8px 0 0;
    padding: 0;
}

.birthday-select-wrap .select-wrap {
    display: inline-block;
    width: calc(30% - 17px);
}

@media screen and (min-width: 768px) {
    .birthday-select-wrap .select-wrap {
        width: 76px;
    }
}

.birthday-select-wrap .select-wrap:first-of-type {
    width: calc(34% - 17px);
}

@media screen and (min-width: 768px) {
    .birthday-select-wrap .select-wrap:first-of-type {
        width: 76px;
    }
}

.select-default.has-error {
    border-color: #ea352d;
}

.birthday-select-wrap .select-wrap .select-default {
    padding: 0 10px;
}

.mypage-nav-list li {
    border-top: 1px solid #eee;
}

.mypage-nav-list li:first-child {
    border: 0;
}

.mypage-nav-list a {
    text-decoration: none;
}

.mypage-nav-list a:hover {
    background: #fafafa;
    text-decoration: none;
    opacity: 1
}

.mypage-nav-list a:hover .icon-arrow-right {
    -webkit-transform: translate(4px, -50%);
    transform: translate(4px, -50%);
    color: #333
}

.mypage-nav-list-item {
    position: relative;
    display: block;
    min-height: 48px;
    padding: 16px;
    background: #fff;
    font-size: 14px;
    color: #333;
}


.mypage-nav-list-item.active {
    background: #eee;
    font-weight: 600
}

.mypage-nav-list-item.active .icon-arrow-right {
    color: #333
}

.mypage-nav-list-item.active:hover {
    background: #eee
}


.mypage-nav-list-item .icon-arrow-right {
    position: absolute;
    top: 50%;
    right: 16px;
    color: #ccc;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

.mypage-nav-number {
    position: absolute;
    top: 50%;
    right: 32px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ea352d;
    text-align: center;
    line-height: 24px;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.mypage-sold .item-sold-out-badge:after {
    border-width: 40px 40px 0 0
}

.mypage-sold .item-sold-out-badge>div {
    top: 8px;
    font-size: 11px;
    letter-spacing: 1px
}

.mypage-history {
    margin: 16px 4% 0;
    height: 44px
}

@media screen and (min-width: 768px) {
    .mypage-history {
        margin:16px 0 0
    }
}

@media screen and (min-width: 1068px) {
    .mypage-history {
        margin:40px 0 0
    }
}

.listing-item-change-box {
    margin: 24px 0 24px 0;
    background: #fff;
    padding: 8px 16px 8px 16px
}

.listing-item-change-box .btn-default {
    margin: 16px 0 16px 0
}

.listing-item-change-box p {
    font-size: 16px
}

.mypage-bank-account .address-info,.mypage-identification .address-info {
    margin: 0 0 0 4px
}

.mypage-bank-account .address-info address,.mypage-identification .address-info address {
    font-size: 16px;
    margin: 8px 0 0
}

.mypage-bank-account .address-info address p,.mypage-identification .address-info address p {
    margin: 0
}

.mypage-bank-account button[type="submit"],.mypage-identification button[type="submit"] {
    margin: 40px 0 0 0
}

.mypage-deferred-payments .month-block {
    padding: 0 16px
}

.mypage-deferred-payments .month-block .head {
    padding-top: 40px;
    font-weight: bold;
    font-size: 16px
}

.mypage-deferred-payments .month-block .body {
    padding: 10px 0 16px;
    font-size: 14px;
    line-height: 1.3em
}

.mypage-deferred-payments .mypage-nav-list {
    border-bottom: 1px solid #eee
}

.mypage-deferred-payments .payment-method {
    padding: 40px 0 32px
}

.mypage-deferred-payments .payment-method .head {
    padding: 0 16px;
    font-size: 16px;
    font-weight: bold
}

.mypage-deferred-payments .payment-method .body {
    margin: 16px 0 32px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mypage-deferred-payments .payment-method .body li {
    margin-top: 16px;
    width: 50%
}

@media screen and (min-width: 768px) {
    .mypage-deferred-payments .payment-method .body li {
        width:33%
    }
}

.mypage-deferred-payments .payment-method .body li label {
    line-height: 20px
}

.mypage-deferred-payments .payment-method .payment-cvs {
    margin: 16px 24px;
    padding: 16px;
    background: #fff6de
}

.mypage-deferred-payments .payment-method .payment-cvs .destination {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold
}

.mypage-deferred-payments .payment-method .payment-cvs .instructions {
    font-size: 12px;
    line-height: 1.3em
}

.mypage-deferred-payments .payment-method .payment-cvs .seven-eleven {
    padding-top: 5px;
    font-size: 12px
}

.mypage-deferred-payments .payment-method .payment-cvs .seven-eleven a {
    color: #d3463d
}

.mypage-deferred-payments .payment-method .btn-default {
    margin: 0 auto;
    width: 45%
}

.mypage-deferred-payments .no-item {
    padding: 40px 24px 0
}

.mypage-nav-head {
    margin: 40px 4% 0;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .mypage-nav-head {
        margin: 40px 0 0;
    }
}

.mypage-nav-head+.mypage-nav-list {
    margin: 8px 0 0;
}

.mypage-tab-container {
    margin: 40px 0 0;
    background: #fff;
}

.mypage-tab-container:nth-of-type(1) {
    margin: 0;
}

.mypage-tab-head {
    padding: 0 4%;
    background: #fafafa;
    font-size: 16px;
    line-height: 72px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .mypage-tab-head {
        padding: 0 16px;
    }
}

.mypage-tabs, .listing-tabs, .review-history-tabs {
    border: 0;
    background: #eee;
    font-size: 0;
}

.mypage-tabs li, .listing-tabs li, .review-history-tabs li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.listing-tabs li {
    width: 33.3%;
}

.mypage-tabs li.active, .listing-tabs li.active, .review-history-tabs li.active {
    background: #fff;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

.mypage-item-list li {
    position: relative;
    border-bottom: 1px solid #eee;
}

.mypage-item-list li:last-child {
    border: 0;
}

.mypage-item-list li:first-child {
    border-bottom: 1px solid #eee;
}

.mypage-item-list li.mypage-item-not-found {
    border: 0;
}

.mypage-tabs a, .listing-tabs a, .review-history-tabs a {
    position: relative;
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 72px;
    font-weight: bold;
}

.mypage-tabs li.active a, .listing-tabs li.active a, .review-history-tabs li.active a {
    border-top: 2px solid #ea352d;
}

.mypage-item-not-found {
    padding: 110px 0 110px;
    background-size: 78px 85px;
    text-align: center;
    font-size: 16px;
    color: #ccc;
    font-weight: bold;
}

.mypage-item-link {
    display: block;
    min-height: 80px;
    padding: 16px;
    color: #333;
}

.mypage-item-link figure {
    position: relative;
    overflow: hidden;
    float: left;
    width: 48px;
    height: 48px;
}

.mypage-item-list img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.mypage-item-body {
    margin: 0 40px 0 68px;
}

.mypage-item-text {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    max-height: 4.4em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.mypage-item-link time {
    display: inline-block;
    color: #888;
    margin-top: 6px;
}

.mypage-item-link .icon-time {
    margin: 0 8px 0 0;
}

.icon-time:before {
    content: '\e02a';
}

.mypage-item-link time span {
    vertical-align: middle;
}

.mypage-item-link .icon-arrow-right {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mypage-item-list a:hover {
    background: #fafafa;
    opacity: 1;
    text-decoration: none
}

.listing-col-2 {
    width: 50% !important;
}

.listing-col-4 {
    width: 25% !important;
}

.l-chapter-container {
    margin: 40px 0 0;
    background: #fff;
}

.l-chapter-container:first-child {
    margin: 0;
}

.l-chapter-head {
    padding: 12px 4%;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .l-chapter-head {
        font-size: 24px;
        padding: 8px 24px;
    }
}

.form-require, .form-arbitrary, .message-is-seller, .news-private {
    margin: 0 0 0 8px;
    padding: 2px 4px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
}

.form-arbitrary {
    background: #ccc;
}

.error-message {
    color: #ea352d;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 8px;
}

.mypage-item-right-part {
    float: right;
    margin-top: -25px;
    font-size: 18px;
}

.mypage-item-body-left {
    margin-left: 16px !important;
}

.mypage-span-status {
    color: white;
    background-color: red;
    padding: 3px 5px 3px 5px;
    margin-right: 12px;
}

.buy-head {
    padding: 16px;
}

@media screen and (min-width: 768px) {
    .buy-head {
        font-size: 22px;
        padding: 32px;
    }
}

.buy-content {
    padding: 24px 16px;
    border-top: 1px solid #f5f5f5;
}

@media screen and (min-width: 768px) {
    .buy-content {
        padding: 32px 16px;
    }
}

.buy-item {
    text-align: center;
}

.buy-content:first-of-type {
    margin: 0;
}

.buy-content-inner {
    max-width: 343px;
    margin: 0 auto;
}

.buy-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.buy-item-image {
    height: 80px;
    width: 80px;
    min-width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buy-item .buy-item-image img {
    width: 80px;
}

.buy-item-detail {
    margin-left: 16px;
}

.buy-item-name {
    font-size: 14px;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    text-align: left;
}

.bold {
    font-weight: 600;
}

.buy-price-ja {
    margin: 0;
    text-align: left;
    font-size: 15px;
}

.item-shipping-fee {
    display: inline-block;
    font-size: 16px;
}

.buy-price-ja .item-shipping-fee {
    font-size: 12px;
}

.buy-price-table {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.buy-price-table:first-child {
    margin: 0;
}

.buy-price-row {
    display: table-row;
    /*border-top: 1px solid #ccc;*/
}

.buy-you-pay {
    font-size: 24px;
    height: 45px;
}

@media screen and (min-width: 768px) {
    .buy-you-pay {
        font-size: 30px;
    }
}

.buy-price-row:first-child {
    border: 0;
}

.buy-price-cell {
    display: table-cell;
    padding: 0;
    text-align: right;
}

.buy-price-table .buy-price-cell-label {
    font-size: 18px;
}

.buy-price-cell:first-child {
    text-align: left;
}


/** DETAIL **/

.item-box-container {
    background: #fff;
    margin: 40px auto 0;
    padding: 24px 16px 55px 16px;
}

@media screen and (max-width: 767px) {
    .item-box-container {
        margin: 40px 0 0;
    }

}
@media screen and (min-width: 768px) {
    .item-box-container {
        padding: 24px 40px 40px;
    }
}

.item-name {
    font-size: 24px;
    text-align: center;
    word-wrap: break-word;
    line-height: 1.4;
}

.item-main-content {
    margin: 16px 0 0;
}

.item-photo {
    position: relative;
    min-width: 280px;
    max-width: 360px;
    min-height: 280px;
    margin: 0 auto;
    background: #fafafa;
}

@media screen and (min-width: 768px) {
    .item-photo {
        float: left;
        min-width: 300px;
        max-width: 300px;
        min-height: 375px;
    }
}

.owl-carousel {
    position: relative;
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-stage {
    position: relative
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 100%
}

.owl-carousel .owl-item-inner.is-higher-height {
    min-height: 300px
}

.owl-carousel .owl-item-inner.is-higher-height img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin: auto
}

.owl-carousel .owl-item-inner.is-higher-width {
    min-height: 300px
}

.owl-carousel .owl-item-inner.is-higher-width img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.owl-carousel img {
    width: 100%;
    vertical-align: bottom
}

.owl-carousel .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-nav {
    display: none
}

.owl-dots {
    line-height: 0
}

.owl-dot {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 20%;
    max-height: 90px;
    opacity: .4;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .owl-dot {
        width:60px;
        height: 60px;
        max-height: none
    }
}

.owl-dot.active {
    opacity: 1;
    cursor: default
}

.owl-dot img {
    width: 100%;
    vertical-align: bottom;
}

.owl-dot img.is-higher-height {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.owl-dot img.is-higher-width {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.owl-dot span {
    display: none
}

.owl-dot-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 100%;
    pointer-events: none
}

@media screen and (min-width: 768px) {
    .owl-dot-inner {
        position:static;
        width: auto;
        height: auto;
        padding: 0
    }
}


.item-detail-table {
    width: 100%;
    max-width: 360px;
    margin: 8px auto 0;
    border-collapse: collapse;
    border: 1px solid #f5f5f5
}

@media screen and (min-width: 768px) {
    .item-detail-table {
        float:right;
        max-width: 300px;
        /*height: 420px;*/
        margin: 0 auto
    }
}

.item-detail-table th,.item-detail-table td {
    border-collapse: collapse;
    border: 1px solid #f5f5f5;
    padding: 16px 8px
}

@media screen and (min-width: 768px) {
    .item-detail-table th,.item-detail-table td {
        padding:8px
    }
}

.item-detail-table th {
    width: 39%;
    text-align: left;
    font-weight: 400;
    background: #fafafa
}

.item-detail-table td {
    width: 61%;
    background: #fff
}

.item-detail-table a {
    display: block;
    margin: 16px 0 0;
    color: #0099e8
}

@media screen and (min-width: 768px) {
    .item-detail-table a {
        margin:0
    }
}

.item-detail-table a:first-child {
    margin: 0
}

.item-detail-table .icon-arrow-right:before {
    font-size: .9em
}

.item-price-box {
    margin: 24px 0 0
}

.item-price {
    margin: 0 8px 0 0;
    font-size: 32px;
}

@media screen and (min-width: 768px) {
    .item-price {
        margin: 0 16px 0 0;
        font-size: 50px;
    }
}

.item-tax {
    font-size: 10px;
}

.item-buy-btn {
    display: block;
    margin-top: 16px;
    background: #ea352d;
    font-size: 14px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

@media screen and (min-width: 768px) {
    .item-buy-btn {
        font-size: 24px;
        line-height: 60px;
    }
}

.f14 {
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .f14 {
        font-size: 18px;
    }
}

.item-description {
    padding: 24px 0 0;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .item-description {
        padding: 32px 0 0;
    }
}

.item-description-inner {
    white-space: pre-wrap;
}

.item-button-container {
    margin: 16px 0 0;
    font-size: 0;
}

@media screen and (min-width: 768px) {
    .item-button-left {
        float: left;
    }
}

.item-button {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 40px;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.item-button-like {
    color: #333;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}

.item-button-container i {
    font-size: 14px;
    vertical-align: middle;
}

.icon-like-border:before {
    content: '\e018';
}

.item-button-container span {
    display: inline-block;
    margin: 1px 0 0 8px;
    font-size: 12px;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .item-button-container span {
        font-size: 14px;
    }
}

.item-button-container span.fade-in-down {
    -webkit-animation: fade-in-down ease-out .4s forwards;
    animation: fade-in-down ease-out .4s forwards;
}

.item-detail-seller {
    width: 100%;
    max-width: 360px;
    margin: 8px auto 0;
    padding: 12px;
}

@media screen and (min-width: 768px) {
    .item-detail-seller {
        float: right;
        max-width: 300px;
        margin: 0 auto;
    }
}

.item-detail-seller h4 {
    font-weight: bold;
}

.item-detail-seller a {
    color: #0099e8;

}

.item-detail-seller a:hover {
    text-decoration: underline;
}


.item-detail-seller p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.item-detail-seller img {
    margin-top: 12px;
    width: 105px;
}

.item-detail-message {
    margin: 8px auto;
}

@media screen and (max-width: 768px) {
    .item-detail-message {
        margin: 8px 0;
    }
}

@media screen and (min-width: 768px) {
    .item-detail-message {
        width: 700px;
    }
}

.message-content {
    padding: 24px 7.5%;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .message-content {
        padding: 24px;
    }
}

.message-items {
    margin: 0;
}

.message-items li {
    margin: 60px 0 0;
}

.message-del {
    text-decoration: underline;
    color: #0099e8;
}

.message-user {
    float: left;
    position: relative;
    top: -20px;
    display: inline-block;
    color: #333;
}

.message-user figure>div {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.message-user img {
    width: 100%;
}

.message-user figcaption {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 56px;
    max-width: 100%;
    min-width: 214px;
    height: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
    .message-user figcaption {
        width: 600px;
        min-width: 600px;
    }
}

.message-body {
    float: right;
    position: relative;
    width: calc(100% - 56px);
    padding: 16px;
    background: #eef0f4;
    border-radius: 15px;
    line-height: 1.5;
    word-break: break-all;
}

@media screen and (min-width: 768px) {
    .message-body {
        width: 600px;
    }
}

.message-icons {
    margin: 8px 0 0;
}

.message-icon-left {
    float: left;
}

.message-icons time {
    display: block;
    color: #aaa;
}

.message-icons i, .message-icons span {
    vertical-align: middle;
}

.message-icon-right {
    float: right;
}

.message-icons a, .message-icons div {
    display: inline-block;
    color: #aaa;
    text-decoration: none;
}

.message-icons div {
    cursor: pointer;
}

.message-body .icon-balloon {
    position: absolute;
    top: 8px;
    left: -9px;
    color: #eef0f4;
}

.icon-balloon:before {
    content: '\e009';
}

.message-items li:first-child {
    margin: 1.5em 0 0;
}


.message-form p {
    padding: 8px;
    font-size: 14px;
    background: #fff6de;
}

.message-submit {
    width: 100%;
    margin: 8px 0 0;
    font-size: 0;
    text-align: center;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.modal-inner {
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width: 375px;
    margin: 8px auto;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .modal-inner {
        max-width: none;
        width: 600px;
        margin: 20px auto;
    }
}

.modal-banner {
    text-align: center;
}

.modal-body {
    padding: 32px 2.5%;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .modal-body {
        padding: 64px;
    }
}

.modal-head {
    font-size: 16px;
}

[data-comment='body'] {
    margin: 16px 0 0;
    padding: 16px;
    background: #eee;
}

.textarea-default {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 104px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.message-form .textarea-default {
    margin: 8px 0 0;
}

.message-submit span {
    font-size: 14px;
    vertical-align: middle;
}

.item-button-left a {
    text-decoration: underline;
    color: #0099e8;
}

@media screen and (min-width: 768px) {
    .items-in-user-profile {
        width: 700px;
        margin: 0 auto;
    }
}

.user-details {
    margin: 40px auto;
}

@media screen and (max-width: 767px) {
    .user-details {
        margin: 40px 0;
    }
}

.users-detail-profile-box {
    background-size: cover;
    padding-top: 50px;
}

.users-detail-photo {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .users-detail-photo {
        width: 180px;
        height: 180px;
    }
}

.font-6 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.users-detail-title {
    margin: 8px 0 16px;
}

.users-detail-description_box {
    border-top: 2px solid #f5f5f5;
    padding: 20px 15px 30px 15px;
    line-height: 1.5;
    word-break: break-all;
}

@media screen and (min-width: 768px) {
    .users-detail-description_box {
        padding: 30px 50px 60px 50px;
    }
}

.users-detail-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.font-3 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.users-detail-score {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .users-detail-score {
        padding-bottom: 30px;
    }
}

.users-detail-score>button:nth-child(2) {
    margin-left: 12px;
}

.users-detail-score button {
    padding: 12px;
    background-color: #b35858;
    border-radius: 12px;
    color: white;
    border: none;
}

.sell-form {
    border-top: 1px solid #eee;
}

.sell-upload-box {
    padding: 40px 2.5%;
}

@media screen and (min-width: 768px) {
    .sell-upload-box {
        width: 620px;
        padding: 40px;
    }
}

.sell-upload-head {
    font-size: 16px;
    font-weight: bold;
}

.sell-dropbox-container {
    display: inline;
    margin: 16px auto 0;
}

@media screen and (min-width: 768px) {
    .sell-dropbox-container {
        display: block;
        width: 620px;
    }
}

.sell-dropbox-container .sell-upload-items-container {
    display: inline;
}

.sell-upload-items {
    display: inline;
}

@media screen and (min-width: 768px) {
    .sell-upload-items {
        float: left;
        display: block;
    }
}

.sell-upload-items ul {
    display: inline;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .sell-upload-items ul {
        display: block;
    }
}

.sell-upload-drop-box {
    position: relative;
    min-height: 162px;
    background: #f5f5f5;
    border: 1px dashed #ccc;
    font-size: 0;
    text-align: center;
    -webkit-transition: -webkit-box-shadow ease-out .3s;
    transition: -webkit-box-shadow ease-out .3s;
    transition: box-shadow ease-out .3s;
    transition: box-shadow ease-out .3s, -webkit-box-shadow ease-out .3s;
    cursor: pointer;
    float: right;
    margin-left: 2%;
}

@media screen and (min-width: 768px) {
    .sell-upload-drop-box {
        float: right;
        width: 620px;
        padding: 40px;
    }
}

.sell-upload-drop-box.have-item-0 {
    width: 100%;
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .sell-upload-drop-box pre {
        position: absolute;
        top: 50%;
        left: 16px;
        right: 16px;
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        pointer-events: none;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
}

.sell-upload-drop-box .icon-camera {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .sell-upload-drop-box .icon-camera {
        display: none;
    }
}

.sell-content {
    padding: 40px;
    border-top: 1px solid #eee;
}

.sell-sub-head {
    color: #888;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .sell-sub-head {
        float: left;
    }
}

.sell-form-box {
    margin: 40px 0 0;
}

@media screen and (min-width: 768px) {
    .sell-form-box {
        float: right;
        width: 400px;
        margin: 0;
    }
}

.sell-btn-box .btn-red {
    margin: 40px 0 0;
}

.sell-btn-box .btn-gray {
    width: 45%;
    margin: 24px auto 0;
}

.form-question {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0099e8;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
}

.sell-price>li {
    padding: 24px 0;
    border-top: 1px solid #ccc;
}

.sell-price>li:first-child {
    padding: 0 0 24px;
    border: 0;
}

.l-left {
    float: left;
}

.sell-price .form-group .l-left {
    width: 50%;
    line-height: 48px;
}

.l-right {
    float: right;
}

li.l-right {
    list-style: none;
}

.sell-price-input {
    text-align: right;
}

.sell-price .form-group .l-right {
    width: 50%;
}

.sell-price-input>div {
    display: inline-block;
    width: 80%;
    margin: 0 0 0 5%;
}

.sell-price-input .input-default {
    margin: 0;
    text-align: right;
}

.tag-input {
    width: 49% !important;
}

@media screen and (min-width: 768px) {
    .tag-input {
        width: 32.8% !important;
    }
}

.sell-content-caution-body {
    font-size: 1em;
    margin-bottom: 5px !important;
    line-height: 120%;
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.sell-upload-sub-head {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 2%;
}

@media screen and (min-width: 768px) {
    .sell-upload-sub-head {
        padding-left: 0%;
        font-weight: 500;
    }
}

.sell-upload-main-imagebox {
    width: 100%;
}

.sell-upload-main-imagebox img {
    width: 92%;
    margin: 0 4%;
}

@media screen and (min-width: 768px) {
    .sell-upload-main-imagebox {
        width: 30%;
    }
    .sell-upload-main-imagebox img {
        width: 100%;
        margin: 0;
    }
}


.upload-imagebox-link {
    padding-top: 12px;
    text-align: center;
    padding-bottom: 12px;
}

.upload-imagebox-link a {
    font-size: 1.0em;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.sell-upload-sub-images {
    width: 100%;
    overflow: hidden;
}

.sell-upload-sub-imagebox {
    width: 100%;
}

.sell-upload-sub-imagebox img {
    width: 92%;
    margin: 0 4%;
}

@media screen and (min-width: 768px) {
    .sell-upload-sub-imagebox {
        width: 24%;
        margin-right: 1%;
        float: left;
    }

    .sell-upload-sub-imagebox img {
        width: 100%;
        margin: 0;
    }
}

#FileUpForm h2 {
    width: 100%;
    height: 41px;
    font-size: 17px !important;
    font-weight: bold !important;
    font-family: inherit;
    line-height: 32px !important;
    border-bottom: dashed 1px #ccc;
    padding: 5px 0 5px 0;
    color: #4b4b4b !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

#FileUpForm p {
    margin: 0 0 10px;
    line-height: 140%;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.mypage-item-list-right-part {
    float: right;
    margin-top: -77px;
    font-size: 14px;
    text-align: right;
    line-height: 140%;
    /* margin-bottom: 12px; */
    padding-right: 20px;
}

.mypage-item-list-right-part a {
    text-decoration: underline;
    color: #0099e8;
}

.static-page {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .static-page {
        margin: 0 0;
    }
}

.static-page h2 {
    padding: 20px 4.6875% 0;
}

@media screen and (min-width: 768px) {
    .static-page h2 {
        padding: 20px 40px 0;
    }
}

.static-page-content {
    margin: 20px 0;
    padding: 40px 4.6875%;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .static-page-content {
        padding: 40px;
    }
}

.static-page p {
    margin: 0;
    line-height: 1.5;
}


.static-page p.title {
    margin: 20px 0 20px;
    padding: 15px 20px;
    color: #4b4b4b;
    line-height: 1.0;
    background: #f7f7f7;
    border: none;
    height: 100%;
    text-decoration: none;
}

.guide_img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.btn-favorite {
    background: #aaa;
    width: 60%;
    margin-left: 20%;
}

.sp-header {
    font-family: Arial,游ゴシック体,YuGothic,メイリオ,Meiryo,sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 1000;
    background: #fff
}

.sp-header.with-shadow {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16)
}

.sp-header .logo {
    width: 132px
}

.sp-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 10px 0
}

.sp-header-btn {
    display: inline-block;
    padding: 0 6px;
    border-radius: 4px;
    text-align: center;
    line-height: 26px
}

.sp-header-btn:first-child {
    margin-right: 3px
}

@media screen and (min-width: 375px) {
    .sp-header-btn {
        padding:0 10px;
        line-height: 30px
    }
}

.sp-header-signup {
    border: 1px solid #0099e8;
    background: #fff;
    color: #0099e8
}

.sp-header-signup:hover {
    background: #0099e8;
    color: #fff
}

.sp-header-user-icon {
    color: #ccc;
    display: inline-block;
    height: 32px;
    margin-right: 13px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    vertical-align: middle;
    width: 32px
}

.sp-header-user-icon:last-child {
    margin-right: 0
}

.sp-header-user-icon figure {
    display: inline-block;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    width: 32px
}

.sp-header-user-icon figure div {
    overflow: hidden;
    border-radius: 50%
}

.sp-header-user-icon figure i {
    vertical-align: -webkit-baseline-middle
}

.sp-header-user-icon figcaption {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ea352d;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff
}

.icon-bell {
    font-size: 20px
}

.icon-check {
    font-size: 16px;
    padding-top: 2px
}

.search-bar {
    margin: 10px 10px 0;
    padding-bottom: 8px;
    position: relative
}

.search-bar .sp-header-search {
    background-color: #f5f5f5;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    padding: 0 50px 0 10px;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s
}

.search-bar .icon-search {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    z-index: 1
}

.sp-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sp-header-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 42px;
    font-weight: bold;
    color: #333;
    padding-bottom: 4px
}

.sp-header-nav .sp-header-cat-brand-icon {
    color: #ea352d;
    font-size: 12px;
    margin-right: 4px
}

.pc-header {
    font-family: Arial,游ゴシック体,YuGothic,メイリオ,Meiryo,sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 1001;
    background: #fff
}

.pc-header.with-shadow {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16)
}

.pc-header h1 a {
    display: block;
    color: #333
}

.pc-header h1 a:hover {
    opacity: 1;
    text-decoration: none
}

.pc-header-inner {
    width: 700px;
    margin: 0 auto;
    padding: 8px 0 0
}

@media screen and (min-width: 1068px) {
    .pc-header-inner {
        width:1020px
    }
}

.pc-header-form {
    position: relative;
    margin-left: 45px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pc-header-form .input-default {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 0 42px 0 10px;
    width: 100%;
    height: 40px;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s
}

.pc-header-form .input-default::-ms-clear {
    margin-right: 25px
}

.pc-header-form .icon-search {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.pc-header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pc-header-nav-box {
    margin: 8px 0 0
}

.pc-header-nav-root {
    position: relative;
    height: 44px;
    line-height: 32px
}

.pc-header-nav-root.list-parent {
    font-weight: 700
}

.pc-header-nav-root:hover {
    color: #0099e8
}

.pc-header-nav-root span {
    vertical-align: middle
}

.pc-header-cat-brand-icon {
    color: #ea352d;
    font-size: 12px;
    margin-right: 4px
}

.pc-header-nav-count {
    position: absolute;
    top: -2px;
    left: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ea352d;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff
}

.pc-header-nav {
    font-size: 0
}

.pc-header-nav>li {
    position: relative;
    display: inline-block;
    padding: 0 11px;
    cursor: pointer
}

.pc-header-nav>li:first-child {
    padding-left: 0
}

.pc-header-nav>li:last-child {
    padding-right: 0
}

.pc-header-nav>li.hover .pc-header-nav-nochild,.pc-header-nav>li.hover .pc-header-nav-parent,.pc-header-nav>li:hover .pc-header-nav-nochild,.pc-header-nav>li:hover .pc-header-nav-parent {
    display: block
}

.pc-header-nav h2 {
    font-size: 14px;
    font-weight: 400
}

.pc-header-nav a {
    display: block;
    color: #333
}

.pc-header-nav a:hover {
    opacity: 1;
    text-decoration: none
}

.pc-header-nav .icon-arrow-bottom {
    margin: 0 0 0 8px;
    font-size: 7px
}

.pc-header-nav-parent-wrap {
    position: absolute;
    top: 44px;
    left: -34px;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24)
}

@media screen and (min-width: 1068px) {
    .pc-header-nav-parent-wrap {
        left:0
    }
}

.pc-header-nav-parent-wrap a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px
}

.pc-header-nav-parent {
    display: none;
    width: 224px
}

.pc-header-nav-parent:hover>ul .pc-header-nav-child,.pc-header-nav-parent.hover>ul .pc-header-nav-child,.pc-header-nav-parent.active>ul .pc-header-nav-child {
    display: block
}

.pc-header-nav-parent h3 {
    font-weight: 400;
    font-size: 14px
}

.pc-header-nav-parent h3 a {
    padding: 0 16px;
    line-height: 44px
}

.pc-header-nav-parent h3 a:hover,.pc-header-nav-parent h3 a.active {
    background: #ea352d;
    color: #fff
}

.pc-header-nav-nochild {
    display: none;
    width: 224px
}

.pc-header-nav-nochild h3 {
    font-weight: 400;
    font-size: 14px
}

.pc-header-nav-nochild h3 a {
    padding: 0 16px;
    line-height: 44px
}

.pc-header-nav-nochild h3 a:hover,.pc-header-nav-nochild h3 a.active {
    background: #ea352d;
    color: #fff
}

.pc-header-nav-child-wrap {
    position: absolute;
    top: 0;
    left: 224px;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 0 #eee inset;
    box-shadow: 1px 0 0 0 #eee inset
}

.pc-header-nav-child {
    display: none;
    width: 224px
}

.pc-header-nav-child.hover>ul .pc-header-nav-grand-child,.pc-header-nav-child:hover>ul .pc-header-nav-grand-child {
    display: block
}

.pc-header-nav-child>a {
    padding: 8px 16px
}

.pc-header-nav-child>a:hover,.pc-header-nav-child>a.active {
    background: #eee
}

.pc-header-nav-grand-child-wrap {
    position: absolute;
    top: 0;
    left: 224px;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 0 #eee inset;
    box-shadow: 1px 0 0 0 #eee inset
}

.pc-header-nav-grand-child {
    display: none;
    width: 320px
}

.pc-header-nav-grand-child>a {
    padding: 8px 16px
}

.pc-header-nav-grand-child>a:hover,.pc-header-nav-grand-child>a.active {
    background: #eee
}

.pc-header-login-nav>li {
    display: inline-block;
    margin: 0 0 0 8px
}

.pc-header-login-nav>li:first-child {
    margin: 0
}

.pc-header-login-nav a:hover {
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s
}

.pc-header-login-nav .sp-header-btn {
    margin: 0
}

.pc-header-login-nav .btn-red {
    display: block
}

.header-login {
    display: block;
    border: 1px solid #0099e8;
    background: #fff;
    color: #0099e8
}

.header-login:hover {
    background: #0099e8;
    color: #fff
}

.pc-header-user-nav {
    font-size: 0
}

.pc-header-user-nav>li {
    position: relative;
    display: inline-block;
    /*padding: 0 7px;*/
    cursor: pointer;
    list-style: none;
}

@media screen and (min-width: 1068px) {
    .pc-header-user-nav>li {
        /*padding:0 14px*/
    }
}

.pc-header-user-nav>li:first-child {
    padding-left: 0
}

.pc-header-user-nav>li:last-child {
    padding-right: 0
}

.pc-header-user-nav>li:hover .pc-header-user-box {
    display: block
}

.pc-header-user-nav>li:hover .icon-bell,.pc-header-user-nav>li:hover .icon-check,.pc-header-user-nav>li:hover .icon-like-border {
    color: #0099e8
}

.pc-header-user-nav>li>a:hover {
    text-decoration: none;
    opacity: 1
}

.pc-header-user-nav>li>a span {
    margin-left: 10px;
    font-size: 14px
}

.pc-header-user-nav>li i {
    color: #ccc
}

.pc-header-user-nav .pc-header-user-icon figure {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.pc-header-user-nav .pc-header-user-icon figure>div {
    overflow: hidden;
    border-radius: 50%
}

.pc-header-user-nav .pc-header-user-icon figure img {
    vertical-align: bottom
}

.pc-header-user-nav .pc-header-user-icon figcaption {
    top: -6px;
    right: -6px
}

.pc-header-user-nav .pc-header-user-icon i {
    color: #ccc
}

.pc-header-user-nav .pc-header-user-icon>div {
    display: inline-block;
    margin: 0 0 0 8px;
    font-size: 14px;
    vertical-align: middle
}

.pc-header-user-nav i,.pc-header-user-nav span {
    vertical-align: middle
}

.pc-header-user-nav .liked-items-link {
    display: none
}

@media screen and (min-width: 1068px) {
    .pc-header-user-nav .liked-items-link {
        display:inline-block
    }
}

.pc-header-user-nav .icon-bell {
    font-size: 20px
}

.pc-header-user-nav .icon-check {
    font-size: 16px
}

.pc-header-user-nav .icon-like-border {
    font-size: 18px
}

.pc-header-user-nav>li {
    list-style: none;
}


.pc-header-menu-link {
    position: relative;
    display: block;
    height: 44px;
    line-height: 32px;
    font-size: 0;
    color: #333
}

.pc-header-menu-link:hover {
    color: #0099e8
}

.pc-header-link {
    display: block;
    font-size: 14px;
    color: #333
}

.pc-header-user-box {
    position: absolute;
    top: 44px;
    z-index: 1;
    display: none;
    width: 320px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24);
    font-size: 14px
}

.pc-header-user-box .loading-black {
    height: 80px;
    background-position: center
}

.pc-header-mypage-box {
    right: 0
}

.pc-header-mypage-box .mypage-nav-list li:first-child {
    border-top: 1px solid #eee
}

.pc-header-mypage-state figure {
    padding: 28px 0 0;
    height: 80px;
    background: url("/assets/img/mypage/user-bg.jpg");
    background-repeat: no-repeat;
    background-size: 320px 80px
}

.pc-header-mypage-state figure>div {
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.08);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.08)
}

.pc-header-mypage-state figcaption {
    margin: 8px 0 0;
    padding: 0 8px;
    font-size: 16px
}

.pc-header-mypage-review-listing {
    margin: 40px 0 0;
    padding: 8px 8px 0;
    font-size: 0;
    text-align: center
}

.pc-header-mypage-review-listing li {
    display: inline-block;
    margin: 0 0 0 16px;
    font-size: 14px
}

.pc-header-mypage-review-listing li:first-child {
    margin: 0
}

.pc-header-mypage-review-listing a:hover {
    text-decoration: underline
}

.pc-header-mypage-sales-point {
    width: 300px;
    margin: 16px auto;
    background: #fafafa;
    border: 1px solid #eee
}

.pc-header-mypage-sales-point li {
    border-top: 1px solid #eee
}

.pc-header-mypage-sales-point li:first-child {
    border: 0
}

.pc-header-mypage-sales-point a {
    padding: 0 8px;
    line-height: 40px
}

.pc-header-mypage-sales-point .icon-arrow-right {
    position: relative;
    top: -2px;
    font-size: 12px;
    margin: 0 0 0 8px;
    color: #ccc
}

.pc-header-notification-box {
    left: 0
}

.pc-header-todo-box {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.pc-header-user-error {
    padding: 24px
}

.items-box {
    position: relative;
    float: left;
    width: 48%;
    margin: 0 0 4% 4%;
    background: #fff;
}

.items-box:nth-child(odd) {
    margin: 0 0 4%;
}


@media screen and (min-width: 768px) {
    .items-box {
        width: 124px;
        margin: 0 0 20px 20px;
    }

    .items-box:nth-child(odd) {
        margin: 0 0 20px 20px;
    }

    .items-box:nth-child(5n+1) {
        margin-left: 0;
    }

    .items-box:nth-child(5n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1068px) {
    .items-box {
        width: 188px;
    }
}

.items-box a {
    display: block;
    color: #333;
}

.items-box a:hover {
    opacity: 1;
    text-decoration: none
}

.search-container .items-box,.category-brand-list .items-box,.related-item-column .items-box {
    width: calc(33.3333% - 2.666666px);
    margin: 0 4px 4px 0
}

.search-container .items-box:nth-child(3n),.category-brand-list .items-box:nth-child(3n),.related-item-column .items-box:nth-child(3n) {
    margin-right: 0
}


@media screen and (max-width: 767px) {
    .search-container .items-box .item-sold-out-badge:after,.category-brand-list .items-box .item-sold-out-badge:after,.related-item-column .items-box .item-sold-out-badge:after {
        border-width:50px 50px 0 0
    }

    .search-container .items-box .item-sold-out-badge>div,.category-brand-list .items-box .item-sold-out-badge>div,.related-item-column .items-box .item-sold-out-badge>div {
        top: 10px;
        font-size: 13px
    }

    .search-container .items-box .items-box-body,.category-brand-list .items-box .items-box-body,.related-item-column .items-box .items-box-body {
        height: 0;
        padding: 0
    }

    .search-container .items-box .items-box-name,.category-brand-list .items-box .items-box-name,.related-item-column .items-box .items-box-name {
        height: 0
    }

    .search-container .items-box .items-box-num,.category-brand-list .items-box .items-box-num,.related-item-column .items-box .items-box-num {
        margin-top: -28px
    }

    .search-container .items-box .items-box-num .font-2,.category-brand-list .items-box .items-box-num .font-2,.related-item-column .items-box .items-box-num .font-2 {
        display: none
    }

    .search-container .items-box .items-box-price,.category-brand-list .items-box .items-box-price,.related-item-column .items-box .items-box-price {
        background-color: rgba(0,0,0,0.3);
        border-radius: 0 12px 12px 0;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 4px 12px 4px 8px;
        z-index: 2
    }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
    .search-container .items-box .items-box-price,.category-brand-list .items-box .items-box-price,.related-item-column .items-box .items-box-price {
        background-color:transparent;
        color: inherit;
        font-size: 16px;
        margin-top: 0;
        padding: 0
    }
}

@media screen and (min-width: 768px) {
    .search-container .items-box:nth-child(odd), .search-container .items-box:nth-child(3n) {
        margin: 0 20px 20px 0;
    }
}

@media screen and (min-width: 768px) {
    .search-container .items-box {
        width:160px;
        margin: 0 20px 20px 0
    }

    .search-container .items-box:nth-child(odd),.search-container .items-box:nth-child(3n) {
        margin: 0 20px 20px 0
    }

    .search-container .items-box:nth-child(4n+1) {
        margin-left: 0
    }

    .search-container .items-box:nth-child(4n) {
        margin-right: 0
    }
}

.search-container .items-box-photo {
    width: 100%;
    height: auto
}

@media screen and (min-width: 768px) {
    .search-container .items-box-photo {
        width:160px;
        height: 160px
    }
}


.items-box-content {
    width: 92%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .items-box-content {
        width: auto;
    }
}

.items-box-photo {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 100%;
}

@media screen and (min-width: 768px) {
    .items-box-photo {
        width: 220px;
        height: 220px;
    }
}

.items-box-photo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.items-box-body {
    padding: 8px;
    height: 110px;
}

@media screen and (min-width: 768px) {
    .items-box-body {
        padding: 16px;
    }
}

@media screen and (min-width: 768px) {
    .items-box-body {
        position: relative;
        height: 58px;
        padding: 8px 12px;
    }
}

.items-box-name {
    overflow: hidden;
    position: relative;
    font-weight: 400;
    height: 3em;
    line-height: 1.5;
    word-break: break-word;
    white-space: normal;
}

@media screen and (min-width: 768px) {
    .items-box-name {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .items-box-num .font-2 {
        position: absolute;
        right: 12px;
        bottom: 10px;
        padding-left: 32px;
        background: linear-gradient(to right, rgba(255,255,255,0), #fff 24px);
    }
}

.items-box-name:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 1.5em;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(72%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0), #fff 72%);
}

@media screen and (min-width: 768px) {
    .items-box-name:after {
        width: 30%;
    }
}

.items-box-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 8px 0 0;
}

@media screen and (min-width: 768px) {
    .items-box-price {
        font-size: 16px;
    }
}

@media screen and (min-width: 1068px) {
    .items-box-price {
        font-size: 17px;
    }
}

@media screen and (min-width: 768px) {
    .items-box-price {
        z-index: 2;
        position: absolute;
        top: -30px;
        left: 0;
        padding: 4px 12px 4px 8px;
        border-radius: 0 16px 16px 0;
        font-weight: 600;
        color: #fff;
        background-color: rgba(0,0,0,0.3);
    }
}

.items-box-container+.pager {
    margin: 20px 0 0;
}

@media screen and (min-width: 768px) {
    .items-box-container+.pager {
        margin: 40px 0 0;
    }
}

.items-box-head {
    font-size: 18px;
    margin: 24px 4% 8px;
    line-height: 1.4;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .items-box-head {
        font-size: 22px;
        margin: 24px 0 8px;
    }
}

.items-box-content {
    width: 92%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .items-box-content {
        width: auto;
    }
}

.search-container .items-box, .category-brand-list .items-box, .related-item-column .items-box {
    width: calc(33.3333% - 2.666666px);
    margin: 0 4px 4px 0;
}

@media screen and (min-width: 768px) {
    .related-item-column .items-box {
        width: 220px;
        margin: 0 20px 20px 0;
    }

    .related-item-column .items-box:nth-child(4n) {
        margin-right: 20px
    }

    .related-item-column .items-box:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    .related-item-column .items-box-photo {
        width: 220px;
        height: 220px;
    }
}

.items-box-overflow .items-box-content {
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 10px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
}

@media screen and (min-width: 768px) {
    .items-box-overflow .items-box-content {
        padding: 0;
    }
}

.items-box-overflow .items-box {
    float: none;
    display: inline-block;
    width: 55%;
    max-width: 220px;
    margin: 0 5px;
    vertical-align: top;
}

@media screen and (min-width: 768px) {
    .items-box-overflow .items-box {
        float: left;
        display: block;
        width: 220px;
        margin: 0 0 20px 20px;
        vertical-align: inherit;
    }
}

@media screen and (min-width: 768px) {
    .items-box-overflow .items-box:nth-child(odd) {
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .items-box-overflow .items-box:nth-child(2n+1) {
        margin: 0 0 20px 20px;
    }
}

@media screen and (min-width: 768px) {
    .items-box-overflow .items-box:nth-child(3n+1) {
        margin: 0 0 20px;
    }
}

.items-box-overflow {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .search-container .items-box {
        width: 160px;
        margin: 0 20px 20px 0;
    }
}

@media screen and (min-width: 768px) {
    .search-container .items-box:nth-child(4n+1) {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .category-brand-list .items-box {
        width:160px;
        margin: 0 20px 20px 0
    }

    .category-brand-list .items-box:nth-child(odd),.category-brand-list .items-box:nth-child(3n) {
        margin: 0 20px 20px 0
    }

    .category-brand-list .items-box:nth-child(4n+1) {
        margin-left: 0
    }

    .category-brand-list .items-box:nth-child(4n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1068px) {
    .category-brand-list .items-box {
        width:188px
    }

    .category-brand-list .items-box:nth-child(odd), .category-brand-list .items-box:nth-child(3n) {
        margin: 0 20px 20px 0;
    }

    .category-brand-list .items-box:nth-child(4n) {
        margin-right: 20px
    }

    .category-brand-list .items-box:nth-child(4n+1) {
        margin-left: 0;
    }

    .category-brand-list .items-box:nth-child(5n) {
        margin-right: 0
    }
}

.buy-item-del {
    margin: 0;
    text-align: left;
    font-size: 15px;
    margin-top: 12px;
    text-decoration: underline;
    color: #0099e8;
}

.l-content.full-width {
    width: 100%;
}

@media screen and (min-width: 1068px) {
    .category-brand-list .items-box {
        width: 188px;
    }
}

.category-brand-list .items-box-photo {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1068px) {
    .category-brand-list .items-box-photo {
        width: 188px;
        height: 188px;
    }
}

.items-box-photo img.is-higher-height {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.global-footer {
    font-family: Arial,游ゴシック体,YuGothic,メイリオ,Meiryo,sans-serif;
    font-weight: 500;
    padding: 0 20px 10px 20px;
    background: #212121;
    color: #fff;
    margin-top: 32px;
}

@media screen and (min-width: 768px) {
    .global-footer nav {
        width:700px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1068px) {
    .global-footer nav {
        width:1020px
    }
}

.global-footer li {
    color: #333
}

.global-footer a {
    color: #fff;
    font-size: 12px;
    line-height: 1.5em
}

.footer-head {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.footer-cell {
    display: block;
    float: left;
    margin-top: 18px;
    padding-left: 10px;
    width: 50%
}

.footer-cell:first-child {
    padding: 0 10px 0 0
}

.footer-cell a {
    display: inline-block
}

.footer-cell li {
    color: #fff
}

.footer-cell li:first-child {
    margin-top: 12px
}

.footer-cell.full-width {
    width: 100%;
    margin: 30px 0 0;
    padding: 0
}

@media screen and (min-width: 1068px) {
    .footer-cell {
        width:23%;
        padding: 0 40px 0 0;
        vertical-align: top
    }

    .footer-cell:first-child {
        padding: 0 20px 0 0;
        width: 25%
    }

    .footer-cell.full-width {
        margin-top: 18px;
        padding: 0 40px 0 0;
        width: 52%
    }
}

.footer-cell li {
    margin: 14px 0 0
}

.footer-cell li:first-child {
    margin: 16px 0 0
}

.footer-cell a {
    display: block;
    opacity: .7
}

.inner-footer-cell {
    float: left;
    padding-left: 10px;
    vertical-align: top;
    width: 50%
}

.inner-footer-cell:first-of-type {
    padding: 0 10px 0 0
}

.footer-social-link {
    display: inline-block
}

.footer-social-link a {
    opacity: 1
}

.footer-social-link i {
    background: transparent;
    margin: 16px 18px 0 0
}

.icon-facebook {
    font-size: 26px
}

.icon-twitter {
    font-size: 24px
}

.footer-nav-lang {
    margin-top: 35px;
    padding: 0
}

@media screen and (min-width: 1068px) {
    .footer-nav-lang {
        margin-top:18px
    }
}

.footer-nav-lang li {
    display: inline-block;
    padding-right: 30px
}

@media screen and (min-width: 1068px) {
    .footer-nav-lang li {
        display:block
    }
}

@media screen and (min-width: 768px) {
    .footer-nav-lang {
        width:auto
    }
}

.footer-bottom {
    margin: 50px auto 0
}

@media screen and (min-width: 768px) {
    .footer-bottom {
        width:700px
    }
}

@media screen and (min-width: 1068px) {
    .footer-bottom {
        margin:30px auto 20px;
        width: 1020px
    }
}

.footer-logo {
    display: inline-block;
    margin-right: 10px;
    width: auto
}

.footer-copyright {
    display: inline-block;
    margin: 8px 0 0;
    text-align: center;
    vertical-align: sub
}

.footer-copyright small {
    font-size: 12px
}

@media screen and (min-width: 1068px) {
    .footer-copyright {
        width:745px
    }
}

.footer-address {
    margin: 24px 0 0;
    line-height: 1.2
}

.text-red {
    color: red;
}

.mypage-user-image {
    float: left;
}

@media screen and (max-width: 767px) {
    .mypage-user-part {
        margin-left: 0%;
    }

}
.mypage-user-name {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    width: 130px;
    padding: 7px;
    margin-left: 0px;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;

}

.mypage-user-tab {
    padding-left: 24px;
}

.mypage-user-tab a {
    text-decoration: underline;
}

.mypage-user-detail {
    float: right;
    font-weight: 400;
    text-decoration: underline;
}

.l-single-inner-left {
    width: 30%;
    float: left;
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .l-single-inner-left {
        width: 100%;
        margin-right: 0px;
        float: none;
    }
}

.l-single-inner-right {
    padding-left: 35%;
}

@media screen and (max-width: 767px) {
    .l-single-inner-right {
        padding-left: 0;
        margin-top: 25px;
    }
}

.mypage-user-property {
    font-weight: bold;
    margin-top: 30px !important;
    margin-bottom: 10px;
    font-size: 15px;
}

.mypage-user-value span.strong {
    font-weight: bold;
}

.mypage-user-value span.numeric-value {
    float: right;
    margin-right: 30px;
}