@media screen and (max-width: 768px) {
    .slick-slide {
        height: unset !important;
    }

    #footer {
        min-height: 690px;
    }
}

@media screen and (min-width: 360px) {
    #wrapper #popular-creator {
        min-height: 180px;
    }
}

@media screen and (min-width: 375px) {
    #wrapper #popular-creator {
        min-height: 188px;
    }
}

@media screen and (min-width: 384px) {
    #wrapper #popular-creator {
        min-height: 192px;
    }
}

@media screen and (min-width: 412px) {
    #wrapper #popular-creator {
        min-height: 206px;
    }
}

@media screen and (min-width: 600px) {
    #wrapper #popular-creator {
        min-height: 300px;
    }
}

@media screen and (min-width: 768px) {
    #wrapper #popular-creator {
        min-height: 384px;
    }
}

@charset "utf-8";
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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


input, select {
    vertical-align: middle;
}

input[type="submit"] {
    border: none;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:focus {
    outline: none;
}

.clearfix:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

#wrapper {
    padding: 20px 0 0 0;
    background: #fff;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
}

header {
    margin: 0 5px 10px 5px;
}

#topicpath li a {
    font-size: 100%;
}

#topicpath li.home {
    padding: 0;
    background: none;
}

footer {
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #333;
    text-decoration: none;
}

.lnk a {
    padding: 0 0 0 16px;
    background: url(/common/smart/design/css/img/arrow1.png) no-repeat left center;
    background-size: 12px 12px;
}

.profile {
    padding: 10px;
    margin: 20px 0 0 0;
    border: 1px solid #202020;
    border-radius: 3px;
    position: relative;
}

.logged-user-header .nav {
    margin-top: 115px;
    padding-top: 0px !important;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header {
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.wrap {
    margin-right: auto;
    margin-left: auto;
}

p.lnk {
    width: 95%;
    margin: 0 auto;
}

#topicpath {
    padding-top: 0 !important;
    margin: 0 5px;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

#topicpath li {
    font-size: 75%;
    line-height: 150%;
    padding: 0 0 0 10px;
    margin: 0 5px 0 0;
    background: url(/common/design/user/css/img/arrow6.png) no-repeat 0 50%;
    background-size: 7px 10px;
    word-wrap: break-word;
    float: none;
    display: inline-block;
    vertical-align: top;
}

#topicpath a {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

@media (max-width: 768px) {
    #topicpath li {
        font-size: 9px !important;
    }
}

.accordion a:link {
    text-decoration: underline;
    color: #1587d6;
}

#topicpath ul {
    display: flex;
    align-items: center;
}

#topicpath ul li {
    margin: 0 5px 0 0;
}

.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
    transition: opacity 100ms;
    background: #f7f7f7 url('/rakuten/plugins/jquery.bxslider/images/bx_loader.gif') no-repeat center;
}

#main_visual_other {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #FE2500;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-loading .slick-list {
    background: #fff url('/common/design/user/js/slick/ajax-loader.gif') center center no-repeat;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/common/design/user/js/slick/fonts/slick.eot');
    src: url('/common/design/user/js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/common/design/user/js/slick/fonts/slick.woff') format('woff'), url('/common/design/user/js/slick/fonts/slick.ttf') format('truetype'), url('/common/design/user/js/slick/fonts/slick.svg#slick') format('svg');
    font-display: swap;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:focus, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:focus:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '←';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

@charset "utf-8";
* {
    -webkit-text-size-adjust: none
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

html {
    height: 100%;
    background: #fff;
    overflow-y: scroll;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4)
}

p {
    margin: 0 0 15px
}

input, textarea, select {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block
}

ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

body {
    line-height: 1;
    border: 0;
    padding: 0;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
    color: #000;
    background-color: #ff2100;
}

#header {
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: auto !important;
    z-index: 10;
}

#header .wrap {
    overflow: hidden;
    padding: 8px 0;
    position: relative;
    z-index: 3;
    background: #fff;
    height: 55px;
    box-sizing: border-box;
    width: auto;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: url(/common/design/user/img/images-top/logo-market.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
    margin-right: 5px;
}

.logo a {
    display: block;
    height: 100%;
    position: relative;
}

.slogan {
    display: block;;
    font-size: 9px;
    line-height: 14px;
    color: #fff;
    font-weight: normal;
    padding: 0 8px;
    background: #ff0101;
    position: relative;
    z-index: 3;
}

.list-header-top {
    float: right;
}

.list-header-top li {
    float: left;
    padding-right: 12px;
}

.list-header-top li:last-child {
    padding-right: 6px;
}

.list-header-top a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background: #ff0101;
    overflow: hidden;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    text-indent: -9999px;
}

.list-header-top a.tel {
    background: #ff0101 url(/common/smart/design/img/images-top/btn-header002.png) no-repeat 50%;
    background-size: 100px 31px;
    width: 106px;
}

.mobile-opener {
    display: block;
    position: absolute;
    outline: none;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    z-index: 990;
    -webkit-transition: background .3s;
    transition: background .3s;
    text-indent: -9999px;
    opacity: 1 !important;
    overflow: hidden;
}

.mobile-opener span {
    display: block;
    position: absolute;
    top: 18px;
    left: 7px;
    right: 7px;
    height: 3px;
    background: #fff;
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s;
}

.mobile-opener span:after, .mobile-opener span:before {
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
}

.mobile-opener span:before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
    top: -10px;
}

.mobile-opener span:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    bottom: -10px;
}

.nav-visible .mobile-opener span {
    background: 0 0;
}

.nav-visible .mobile-opener span:after, .nav-visible .mobile-opener span:before {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}

.nav-visible .mobile-opener span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.nav-visible .mobile-opener span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}

.add-nav {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
}

.add-nav li {
    width: 100%;
}

.add-nav a {
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    position: relative;
}

.add-nav a:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 11px;
    overflow: hidden;
    margin: 10px 0 0;
}

.nav {
    position: fixed;
    top: 0;
    width: 60%;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    right: 0;
    -webkit-transform: translate3d(125%, 0, 0);
    transform: translate3d(125%, 0, 0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    padding: 70px 0 0;
}

.nav-visible .nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.logged-user-header.nav-visible .nav {
    width: 50%;
    padding-top: 102px;
}

.nav ul, .user-wrap ul {
    overflow: hidden;
}

.nav li, .user-wrap li {
    border-bottom: 1px solid #5c5755;
}

.nav a, .user-wrap a {
    display: block;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
}

#footer {
    overflow: hidden;
    background: #ea0000;
    padding: 0 14px;
    border-bottom: 1px solid #fff;
}

#footer .wrap {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding: 14px 0 11px;
    margin-bottom: 6px;
    width: auto;
}

.col-link {
    display: block;
    overflow: hidden;
    font-size: 10px;
    line-height: 13px;
    color: #fff;
}

.col-link span {
    display: block;
    overflow: hidden;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.copyright {
    background: #ea0000;
    background: none;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
    font-size: 10px;
    line-height: 17px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.pure-form {
    display: block;
    background: #080808;
    padding: 9px 10px;
    overflow: hidden;
    position: relative;
}

.pure-form > div {
    overflow: hidden;
}

.pure-form .pure-button {
    display: block;
    width: 48px;
    height: 28px;
    font-size: 10px;
    line-height: 22px;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    background: #373737;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pure-form .field {
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 175px;
    border: 0;
    padding: 7px !important;
    font-size: 10px;
    line-height: 12px;
    color: #454545;
    font-weight: bold;
    margin: 0 8px 0 0 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.pure-form {
    padding: 2px;
}

.pure-form .pure-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
}

.pure-form > div {
    position: relative;
    padding-right: 49px;
}

.pure-form .field {
    width: 100%;
}

.wrap-info {
    width: 100%;
    margin: 5px auto;
    margin-top: 25px;
    text-align: left;
}

.wrap-info p {
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    margin: -7px 0;
}

.wrap-info p a {
    color: #fff;
}

.list-items-handled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-items-handled .nav-item {
    border: unset;
    display: block;
}

.list-items-handled .nav-item + .nav-item {
    margin-top: 5px;
}

.list-items-handled .nav-item > a, .list-items-handled .nav-item > span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    padding: 9px 12px 9px 22px;
    color: #1587d6;
    box-sizing: border-box;
    text-decoration: none;
}

.list-items-handled .nav-item > span {
    cursor: pointer;
}

.list-items-handled .nav-item.arrowed > a:after, .list-items-handled .nav-item.arrowed > span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%) rotate(0.01deg);
    border: 5px solid transparent;
    border-left: 6px solid #1587d6;
    border-right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.list-items-handled .nav-item.arrowed.selected > a, .list-items-handled .nav-item.arrowed.selected > span {
    color: #393939;
}

.list-items-handled .nav-item.arrowed.selected > a:after, .list-items-handled .nav-item.arrowed.selected > span:after {
    transform: translate(0, -50%) rotate(90deg);
}

.list-items-handled .sub-nav, .list-items-handled .sub-nav-second_level {
    margin: 10px 0;
    padding: 0 0 0 6px;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.list-items-handled .sub-nav .sub-nav-item {
    border: unset;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 2px 3px;
}

.list-items-handled .sub-nav .sub-nav-item > a, .list-items-handled .sub-nav .sub-nav-item > span {
    position: relative;
    display: block;
    border: none;
    background: #fff;
    font-size: 10px;
    line-height: 16px;
    color: #1587d6;
    padding: 2px 4px 2px 14px;
    box-sizing: border-box;
    text-decoration: underline;
}

.list-items-handled .sub-nav .sub-nav-item.next-level > a, .list-items-handled .sub-nav .sub-nav-item.next-level > span {
    text-decoration: none;
}

.list-items-handled .sub-nav .sub-nav-item > a:after, .list-items-handled .sub-nav .sub-nav-item > span:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 6px;
    transform: translate(0, 0) rotate(0.01deg);
    border: 4px solid transparent;
    border-left: 4px solid #d61518;
    border-right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.list-items-handled .nav-item.selected > a:after, .list-items-handled .nav-item.selected > span:after {
    transform: rotate(90deg);
}

.container_s1 .slick-dots li {
    margin: 0;
}

.container_s1 .slick-dots li button:before {
    line-height: 15px;
}

.box-item-sp .list-items-handled .nav-item > a, .box-item-sp .list-items-handled .nav-item2 > a, .box-item-sp .list-items-handled .nav-item > span, .box-item-sp .list-items-handled .nav-item2 > span, .box-item-sp .list-items-handled .sub-nav-item > span, .box-item-sp .sub-nav-second_level .sub-nav-item > a {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
}

.box-item-sp .list-items-handled .nav-item + .nav-item {
    margin: 0;
}

.box-item-sp .list-items-handled .nav-item > a, .box-item-sp .list-items-handled .nav-item2 > a, .box-item-sp .list-items-handled .nav-item > span, .box-item-sp .list-items-handled .nav-item2 > span, .box-item-sp .list-items-handled .sub-nav-item > span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 12px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.box-item-sp .list-items-handled .nav-item > span, .box-item-sp .list-items-handled .nav-item2 > span {
    cursor: pointer;
}

.box-item-sp .list-items-handled .nav-item.arrowed > a:after, .box-item-sp .list-items-handled .nav-item.arrowed > span:after, .box-item-sp .list-items-handled .nav-item2.arrowed > a:after, .box-item-sp .list-items-handled .nav-item2.arrowed > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    left: unset;
    transform: scaleY(1.5);
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.box-item-sp .list-items-handled .sub-nav, .box-item-sp .list-items-handled .sub-nav-second_level {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item {
    border: unset;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level > a, .box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level > span {
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
    height: 35px;
    line-height: 26px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item {
    display: block;
    width: 100%;
    padding: 0 !important;
    transition: all 0.5s ease;
}

.box-item-sp .list-items-handled .sub-nav-item, .box-item-sp .list-items-handled .sub-nav-item a {
    background: #003245ad;
}

.box-item-sp .nav-item, .box-item-sp .nav-item2 {
    position: relative;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item > a:after {
    content: unset;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item > a {
    background: #003245ad;
}

.box-item-sp .list-items-handled .nav-item.arrowed.selected > span, .box-item-sp .list-items-handled .nav-item2.arrowed.selected > span {
    background: #003245ad;
    color: #fff;
    transition: all 5s;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item > a {
    text-decoration: none !important;
    padding: 5px 20px !important;
    color: #fff;
}

.nav {
    right: -3px;
}

.box-item-sp .sub-nav .nav-item {
    background: #003245ad;
}

.note-telephone {
    font-size: 12px;
    width: max-content;
    display: inline-block;
}

.accordion-footer {
    background-color: #ea0000;
    color: #fff;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    transition: 0.4s;
    list-style: none;
}

.accordion-footer span {
    display: block;
    padding: 18px;
    border-bottom: 2px solid #fff;
}

.accordion-footer span:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    float: right;
}

.accordion-footer-item a {
    color: #fff !important;
    padding: 18px;
    font-size: 12px;
    display: block;
    background: #ea0000;
    border-bottom: 1px solid #fff;
}

.accordion-footer-item a:after, .accordion-footer-item a:before {
    float: right;
    content: "";
    vertical-align: middle;
}

.accordion-footer-item a:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 6px;
    width: 6px;
    margin-right: 3px;
    transform: rotate(45deg);
}

.accordion-ft {
    background-color: #ea0000;
    color: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-bottom: 2px solid #fff;
    transition: 0.4s;
}

.accordion-ft a {
    font-size: 15px;
    font-weight: bold;
    border-bottom: none;
    padding: 18px !important;
    background: transparent !important;
}

.accordion-footer .nav-item span, .accordion-footer-item a {
    padding: 18px 18px 18px 30px;
}

.bg-accordion-footer .accordion-footer-item a {
    padding: 18px 18px 18px 40px;
}

.bg-accordion-footer .sub-nav_ft span {
    font-size: 12px;
    padding-left: 30px;
    border-bottom: 1px solid #fff;
}

.bg-accordion-footer .sub-nav_ft span:after {
    font-size: 17px;
}

.add-nav.tab-add-nav .item01 {
    background: #ff0054;
}

.add-nav.tab-add-nav .item02 {
    background: #0574dc;
}

.add-nav.tab-add-nav .item03 {
    background: #159600;
}

.add-nav.tab-add-nav .item04 {
    background: #ff8400;
}

.add-nav.tab-add-nav a:before {
    content: unset;
}

.add-nav.tab-add-nav .item-nav {
    position: relative;
    border-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7px 3px 0;
}

.tab-add-nav li {
    color: #fff;
}

.tab-add-nav .item-nav span {
    font-size: 10px;
    line-height: 24px;
    white-space: nowrap;
}

.tab-add-nav .img-nav {
    width: 25px;
    height: 25px;
    position: relative;
}

.tab-add-nav .img-nav img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gr-nav-item {
    position: absolute;
    width: 100%;
    left: 0;
    background: #000000;
    display: none;
    z-index: 9999;
    opacity: 0.9;
}

.gr-nav-item .list_li_nav {
    width: 50%;
    flex: 0 0 50%;
}

.gr-nav-item .left_li_nav .item_li_nav {
    padding: 10px 10px 0 0;
}

.gr-nav-item .right_li_nav .item_li_nav {
    padding: 10px 0 0 10px;
}

.gr-nav-item .item_li_nav a {
    width: auto !important;
    text-align: left;
    border: 1px solid #fff;
    padding: 5px 5px 5px 25px;
    height: unset;
    line-height: 20px;
    position: relative;
    transition: .5s ease;
}

.gr-nav-item .item_li_nav a:after {
    content: '';
    width: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.gr-nav-item .container_s1 {
    display: flex;
    padding: 10px 15px 20px;
    flex-wrap: wrap;
}

.tab-add-nav .icon-slide {
    opacity: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-bottom: 5px solid #000;
    border-right: 4px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all .5s;
}

.wrap-header-sp .list-header-top li {
    padding-right: 8px;
}

.wrap-header-sp .img-nav {
    text-indent: 9px;
    width: 22px;
    height: 22px;
    position: relative;
    margin: 5px auto 2px;
}

.wrap-header-sp .img-nav img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.wrap-header-sp .item05 {
    display: flex;
    flex-direction: column;
}

.wrap-header-sp .item05 span {
    color: #fff;
    font-size: 8px;
    text-indent: 0;
    text-align: center;
    font-weight: 700;
}

.wrap-header-sp .humburger-menu.list-header-top {
    float: left;
    width: 45px;
    padding-left: 5px;
}

.wrap-header-sp .nav-left-to-right {
    transform: translate3d(-125%, 0, 0);
    left: 0;
}

.nav-visible .wrap-header-sp .nav-left-to-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.logged-user-header .nav-left-to-right {
    margin-top: 70px;
}

.nav-left-to-right .list-items-handled .nav-item > a, .nav-left-to-right .list-items-handled .nav-item > span {
    border: 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
}

.wrap-header-sp .list-items-handled .nav-item-user {
    display: flex;
    align-items: center;
}

.wrap-header-sp .item06 {
    background: #b200c7;
    width: auto;
}

.wrap-header-sp .logo {
    left: 60px;
}

.nav-visible_desq .wrap-header-sp .logo {
    margin: 0;
}

.nav-left-to-right.glo-nav-new .box-item-sp .list-items-handled .nav-item .user-name {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-left-to-right.glo-nav-new .user-name span {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
}

.nav-left-to-right.glo-nav-new .discount-use-name {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-left-to-right.glo-nav-new .name-list-user {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    padding: 15px 12px 9px 5px;
    color: #fff;
    margin: 0 -12px;
}

.nav-left-to-right.glo-nav-new .wrap_user_name a {
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    padding: 12px;
}

.nav-left-to-right.glo-nav-new .wrap_user_name ul li:first-child a {
    border-top: 1px solid #56686f;
}

.nav-left-to-right.glo-nav-new .wrap_user_name {
    border-top: 3px solid #fff;
    margin-top: 10px;
}

.logged-user-header.nav-visible .nav-left-to-right.glo-nav-new {
    width: 70%;
}

.glo-nav-new .box-item-sp .list-items-handled .nav-item > a, .glo-nav-new .box-item-sp .list-items-handled .nav-item2 > a, .glo-nav-new .box-item-sp .list-items-handled .nav-item > span, .glo-nav-new .box-item-sp .list-items-handled .nav-item2 > span, .glo-nav-new .box-item-sp .list-items-handled .sub-nav-item > span {
    font-size: 13px;
}

.nav-visible {
    overflow: hidden;
    height: 100%;
}

.list-header-top .btn-top-my-page {
    text-indent: 1px;
    font-size: 8px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
}

.list-header-top .btn-top-my-page .image {
    display: block;
    width: 18px;
    height: 18px;
    margin: 4px auto;
    position: relative;
}

.list-header-top .btn-top-my-page .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.list-header-top a.tel-new {
    background: #ff0101 !important;
    text-indent: 0;
    color: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    font-weight: 700;
    width: 110px;
}

.list-header-top a.tel-new strong {
    font-size: 9px;
    font-weight: 700;
}

.list-header-top a.tel-new span {
    font-size: 13px;
}

.slick-slide img {
    width: 100%;
}

section p {
    font-size: 14px;
}

.container_s1 {
    display: block;
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: content-box;
}

.container_s1:after {
    content: '';
    clear: both;
    display: block;
}

.common-title_s1 {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background: url(/common/design/user/img/images_index-add/title-common-bg.png) left top repeat;
    margin: 0 0 10px;
    padding: 7px 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: bold;
}

.common-title_s1 {
    -webkit-background-size: 4px;
    background-size: 4px;
}

.d-flex-ct {
    display: flex
}

#social_tag {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #FE2500;
    margin-top: 30px;
    padding-bottom: 30px
}

#category_search {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #FE2500
}

#social_tag h3 {
    background-color: #FE2500;
    color: #FFF;
    height: 40px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    width: 300px
}

#social_tag .box {
    padding: 20px
}

#twitter_tl {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px
}

#sp_sns {
    background-image: url(/common/smart/design/img/sp_images01.png);
    background-repeat: no-repeat;
    background-position: 0 -1750px;
    height: 150px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    background-size: 100%;
    margin-top: 30px;
    margin-bottom: 30px
}

#sp_sns #sp_sns_fb a {
    height: 150px;
    width: 160px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    float: left
}

#sp_sns #sp_sns_google a {
    height: 150px;
    width: 160px;
    text-indent: 100%;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    float: left
}

#category_search {
    border: 1px solid #FF0201
}

#category_search h2 {
    background-color: #FE2500;
    color: #FFF;
    height: 40px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    width: 300px
}

#category_search ul {
    padding: 10px 5px 0
}

#category_search li {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #d8d8d8
}

#category_search li h3 {
    color: #333;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    background-image: url(/common/design/user/css/img/arrow1.png);
    background-repeat: no-repeat;
    background-position: 5px 9px
}

#category_search li:last-child {
    padding: 0;
    border-bottom: none
}

#category_search li a {
    color: #333;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    display: block;
    padding: 3px;
    background: url(/common/design/user/css/img/arrow1.png) no-repeat right 50%
}

#category_search li ul {
    border: none;
    margin: 0 0 0 10px
}

#category_search li ul li {
    padding: 0;
    margin: 0 0 5px;
    border-bottom: none
}

#category_search li ul li:last-child {
    margin: 0
}

.banner-market-new {
    padding: 0 10px
}

.banner-market-new h2 {
    display: block;
    background: url(/common/smart/design/img/images_index-add/title-common-bg.png) left top repeat;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    padding: 10px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.banner-market-new p {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    padding: 25px 0;
    margin: 0
}

.btn-market .btn-red {
    position: relative;
    display: block;
    background: #e61e02;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    outline: unset;
    width: 100%;
    margin: 40px auto;
    box-sizing: border-box
}

.btn-market .btn-red:after {
    content: '\f138';
    border: unset;
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 28px
}

.d-flex-ct {
    display: flex
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/common/css/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('/common/css/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/common/css/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/common/css/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/common/css/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/common/css/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.market-ct-2 * {
    box-sizing: border-box;
}

.market-ct-2 #main_contents {
    width: 100% !important;
    float: unset;
}

.market-ct-2 .image img {
    width: 100%;
}

.market-ct-2 .banner {
    background: url("/common/design/user/img/battle-market/ct-2/banner-pc.webp") no-repeat;
    background-size: cover;
    display: flex;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.market-ct-2 .banner h1 {
    font-size: 30px;
    line-height: 58px;
    margin-bottom: 10px;
    font-weight: 600;
}

.market-ct-2 .banner .text {
    color: #d61518;
    font-size: 46px;
    line-height: 58px;
    position: relative;
}

.market-ct-2 .banner .text .line-bottom {
    width: 100%;
    height: 15px;
    background: #ffde00;
    border: 2px solid #fff;
    position: absolute;
    bottom: 5px;
    left: -10px;
}

.market-ct-2 .banner .text .content-text {
    position: relative;
    z-index: 2;
}

.market-ct-2 .banner .text:after {
    content: '';
    position: absolute;
    bottom: 0;
}

.market-ct-2 .banner .btn-market {
    max-width: 395px;
    margin: auto;
}

.market-ct-2 .banner .btn-market .btn-red {
    width: auto;
}

.market-ct-2 .banner .image-1 {
    max-width: 335px;
}

.market-ct-2 .banner .image-2 {
    max-width: 300px;
}

.market-ct-2 .banner ul {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
}

.market-ct-2 .banner ul li {
    width: calc(100% / 3);
    padding-right: 10px;
    padding-left: 10px;
}

.market-ct-2 .banner ul .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 100%;
    border-radius: 8px;
    padding: 20px 10px;
}

.market-ct-2 .banner ul .item .image {
    max-width: 90px;
    margin: auto;
}

.market-ct-2 .banner ul .item .text {
    max-width: 160px;
    font-size: 23px;
    line-height: 27px;
    color: #000;
    margin-bottom: 10px;
}

.market-ct-2 .list-item-slide {
    font-size: 16px;
    line-height: 23px;
}

.market-ct-2 .list-item-slide ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 40px;
}

.market-ct-2 .list-item-slide ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    width: calc(100% / 3);
}

.market-ct-2 .list-item-slide ul li .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d7d7;
    height: 92px;
    color: #919191;
}

.market-ct-2 .recommend-creat ul li .item {
    height: auto;
    border-radius: 5px;
}

.market-ct-2 .recommend-creat ul li .item {
    flex-direction: column;
}

.market-ct-2 .recommend-creat ul li .item .top {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 15px;
}

.market-ct-2 .recommend-creat ul li .item .bottom .d-flex-ct {
    align-items: center;
}

.market-ct-2 .recommend-creat ul li .item .bottom {
    background: #f7f7f7;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.market-ct-2 .recommend-creat ul li .item .bottom .image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
}

.market-ct-2 .recommend-creat ul li .item .bottom .image img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -o-object-fit: cover;
}

.market-ct-2 .recommend-creat ul li .item .bottom .text {
    display: inline-block;
    width: calc(100% - 90px);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #202020;
}

.market-ct-2 .new-products ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.market-ct-2 .new-products ul li {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.market-ct-2 .new-products ul li .top .image {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;
}

.market-ct-2 .new-products ul li .top .price {
    font-size: 14px;
    margin-bottom: 10px;
}

.market-ct-2 .new-products ul li .top .text {
    margin-bottom: 10px;
}

.market-ct-2 .new-products ul li .bottom .image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.market-ct-2 .new-products ul li .bottom .text {
    flex: 1;
}

.market-ct-2 .new-products .btn-market .btn-red {
    width: 400px;
}

.market-ct-2 .easy-free {
    text-align: center;
}

.market-ct-2 .easy-free .image {
    margin-bottom: 15px;
}

.market-ct-2 .easy-free p, .market-ct-2 .original-domains p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
}

.market-ct-2 .easy-free .btn-market .btn-red {
    width: 525px;
}

.market-ct-2 .slider-step h3 {
    text-align: center;
}

.market-ct-2 .box-step {
    position: relative;
    border: 1px solid #ebebeb;
    padding: 50px 20px 20px;
    margin-top: 80px;
}

.market-ct-2 .box-step .number-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #11b700;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.market-ct-2 .box-step .title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market-ct-2 .box-step .step-title {
    align-items: center;
    margin-bottom: 20px;
}

.market-ct-2 .box-step .step-title .number {
    font-size: 31px;
    line-height: 28px;
    width: 40px;
    height: 40px;
    background: #0090ff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-right: 5px;
}

.market-ct-2 .box-step .content {
    justify-content: space-between;
}

.market-ct-2 .box-step .content p {
    font-size: 17px;
    line-height: 28px;
}

.market-ct-2 .slick-dots li button {
    width: 15px;
    height: 15px;
}

.market-ct-2 .slick-dots li button:before {
    font-size: 12px;
    width: 15px;
    height: 15px;
}

.market-ct-2 .slick-next, .market-ct-2 .slick-prev {
    width: 35px;
    height: 35px;
    background: url("/common/design/user/img/battle-market/ct-2/icon-arrow.png") no-repeat !important;
    background-size: contain !important;
    z-index: 2;
}

.market-ct-2 .slick-next {
    transform: rotate(180deg);
    right: -15px;
}

.market-ct-2 .slick-prev {
    left: -15px;
}

.market-ct-2 .slick-prev:before, .market-ct-2 .slick-next:before {
    content: unset;
}

.market-ct-2 .slider-step .box-text {
    flex: 1;
    margin-right: 30px;
}

.market-ct-2 .slider-step .btn-market .btn-red {
    width: 525px;
}

.market-ct-2 .original-domains .btn-market .btn-red {
    width: 450px;
}

.market-ct-2 .slider-step .list-slider-step .slick-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.market-ct-2 .slider-step .list-slider-step .item {
    display: flex;
    align-items: center;
    background: #e5e5e5;
    width: max-content;
    padding: 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.market-ct-2 .slider-step .box-title-blue .title {
    background: #0090ff;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.market-ct-2 .list-item-slide ul li .item a {
    position: relative;
    width: 100%;
    height: 100%;
}

.market-ct-2 .list-item-slide ul li .item a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 991px) {
    .market-ct-2 .banner-market-new {
        padding: 0;
    }

    .market-ct-2 .banner h1 {
        font-size: 15px;
        line-height: 30px;
        text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;
    }

    .market-ct-2 .banner .container_s1 {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .market-ct-2 .banner {
        position: relative;
        margin-right: -10px;
        margin-left: -10px;
        padding: 30px 0 0;
        background-position: center;
    }

    .market-ct-2 .banner:before {
        content: "";
        display: block;
        border-top: 100px solid #92d9e5;
        border-right: 45px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
    }

    .market-ct-2 .banner:after {
        content: "";
        display: block;
        border-top: 100px solid #f7cf90;
        border-left: 45px solid transparent;
        position: absolute;
        top: 0;
        right: 0;
    }

    .market-ct-2 .banner .image-1 {
        position: absolute;
        max-width: 90px;
        top: 0;
    }

    .market-ct-2 .banner .image-2 {
        position: absolute;
        max-width: 75px;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .market-ct-2 .banner .text {
        font-size: 23px;
        line-height: 25px;
    }

    .market-ct-2 .banner .text .line-bottom {
        height: 10px;
        border: 1px solid #fff;
        bottom: -4px;
        left: -5px;
    }

    .market-ct-2 .banner ul .item .text {
        font-size: 12px;
        line-height: 19px;
    }

    .market-ct-2 .banner ul .item .image {
        max-width: 50px;
    }

    .market-ct-2 .banner ul {
        margin-right: -5px;
        margin-left: -5px;
    }

    .market-ct-2 .banner ul li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .market-ct-2 .new-products ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .market-ct-2 .new-products ul li {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    .market-ct-2 .list-item-slide .slick-dots {
        justify-content: center;
        margin-bottom: 0;
    }

    .market-ct-2 .list-item-slide .slick-dots li {
        width: 15px;
        margin-bottom: 0;
    }

    .market-ct-2 .recommend-creat ul li .item .bottom .image {
        width: 35px;
        height: 35px;
    }

    .market-ct-2 .recommend-creat ul li .item .bottom .text {
        font-size: 12px;
        line-height: 18px;
    }

    .market-ct-2 .new-products ul li .top .text, .market-ct-2 .new-products ul li .bottom .text {
        font-size: 12px;
    }

    .market-ct-2 .new-products ul li .top .price {
        font-size: 10px;
    }

    .market-ct-2 .btn-market .btn-red {
        margin: 30px auto;
        font-size: 14px;
        padding: 15px 6px;
    }

    .market-ct-2 .btn-market .btn-red:after {
        font-size: 18px;
    }

    .market-ct-2 .banner .btn-market .btn-red {
        width: 210px;
    }

    .market-ct-2 .slick-next, .market-ct-2 .slick-prev {
        width: 15px;
        height: 15px;
    }

    .market-ct-2 .easy-free p, .market-ct-2 .original-domains p {
        padding: 0;
        font-size: 11px;
        line-height: 22px;
        text-align: left;
    }

    .market-ct-2 .new-products .btn-market .btn-red, .market-ct-2 .easy-free .btn-market .btn-red {
        max-width: 320px;
    }

    .market-ct-2 .slider-step h3 {
        font-size: 11px;
        text-align: left;
    }

    .market-ct-2 .box-step .number-step {
        width: 60px;
        height: 60px;
        top: -33px;
    }

    .market-ct-2 .box-step {
        padding: 30px 10px 10px;
        margin-top: 55px;
    }

    .market-ct-2 .slick-prev {
        left: 0;
    }

    .market-ct-2 .slick-next {
        right: 0;
        transform: rotate(180deg);
    }

    .market-ct-2 .box-step .title {
        font-size: 14px;
        line-height: 20px;
        margin: 10px auto 15px;
    }

    .market-ct-2 .box-step .content .image {
        max-width: 200px;
        margin: 0 auto 20px;
    }

    .market-ct-2 .box-step .step-title .number {
        font-size: 18px;
        line-height: 26px;
        width: 30px;
        height: 30px;
    }

    .market-ct-2 .slider-step .box-text {
        margin-right: 0;
    }

    .market-ct-2 .box-step .step-title .text {
        flex: 1;
        font-size: 14px;
    }

    .market-ct-2 .box-step .content p {
        padding: 0;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }

    .market-ct-2 .slider-step .slick-slider {
        margin-bottom: 50px;
    }

    .market-ct-2 .slider-step .btn-market .btn-red {
        max-width: 320px;
    }

    .market-ct-2 .slider-step .slick-dots {
        bottom: -35px;
    }

    .market-ct-2 .original-domains .btn-market .btn-red {
        max-width: 320px;
        margin: 15px auto;
    }

    .market-ct-2 .list-item-slide-banner ul li .item {
        height: 74px;
    }
}

.market-ct-2 .list-item-slide-banner ul li .item {
    border: 0;
}

.market-ct-2 .recommend-creat ul li .item .top .image {
    width: calc(100% / 3);
    height: 112px;
    position: relative;
}

.market-ct-2 .recommend-creat ul li .item .top .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    -o-object-fit: contain;
}

@media (max-width: 768px) {
    .market-ct-2 .list-item-slide-banner ul li .item {
        height: auto;
    }

    .market-ct-2 .list-item-slide-banner ul li {
        width: 100%;
    }

    .market-ct-2 .list-item-slide-banner ul li .item a img {
        width: 100%;
        height: auto;
        position: relative;
    }

    .market-ct-2 .list-item-slide ul {
        display: block;
    }

    .list-item-slide-banner > ul > li:not(:first-child) {
        display: none;
    }
}

#category_search {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #FE2500;
}

#category_search {
    border: 1px solid #FF0201;
}

#category_search h2 {
    background-color: #FE2500;
    color: #FFF;
    height: 40px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    width: 300px;
}

#category_search ul {
    padding: 10px 5px 0;
}

#category_search li {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #d8d8d8;
}

#category_search li h3 {
    color: #333;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    background-image: url(/common/design/user/css/img/arrow1.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
}

#category_search li:last-child {
    padding: 0;
    border-bottom: none;
}

#category_search li a {
    color: #333;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    display: block;
    padding: 3px;
    background: url(/common/design/user/css/img/arrow1.png) no-repeat right 50%;
}

#category_search li ul {
    border: none;
    margin: 0 0 0 10px;
}

#category_search li ul li {
    padding: 0;
    margin: 0 0 5px;
    border-bottom: none;
}

#category_search li ul li:last-child {
    margin: 0;
}

.w-100p {
    width: 100% !important;
}

.list-header-top a.login {
    background: #ff0101 url(/common/smart/design/img/images-top/btn-header001.png) no-repeat 0 -1px;
    background-size: 40px 40px;
}

.list-item-slide > ul > li > .item > .top > .image img.lazyload, .list-item-slide > ul > li > .item > .bottom .d-flex-ct > .image img.lazyload {
    display: none
}

.list-item-slide-banner-wrap {
    max-height: 205px;
    overflow: hidden
}

.recommend-creat-wrap, .recommend-creat-wrap {
    overflow: hidden;
    max-height: 325px;
}
a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(255,255,255,.4);
}

@media (max-width: 768px){
    .banner-list:not(.show-banner) button#loadmore-2 {
        display: none;
    }
    .banner-list.show-banner .btn_on_banner {
        display: none;
    }
    button.btn_banner_top {
        display: block;
        text-align: center;
        overflow: hidden;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        max-width: 200px;
        width: 100%;
        margin: 10px auto;
        font-size: 14px;
        line-height: 30px;
        font-weight: 700;
        color: #fff;
        border: 0;
        background: #e61e02;
        transition: all 600ms ease-in-out;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        cursor: pointer;
    }
}
