@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;
}

html {
    overflow-y: scroll;
}

body {
    line-height: 1;
}

input, select {
    vertical-align: middle;
}

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

input[type="button"] {
    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;
}

body {
    color: #333;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #202020;
    border-top: 3px solid #e70000;
}

#wrapper {
    padding: 20px 0 0 0;
    background: #fff;
}

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

header .account {
    color: #0173bc;
    font-size: 75%;
    text-align: right;
    clear: both;
}

.count {
    font-size: 75%;
    text-align: center;
    float: right;
    margin: 2px 0 0 0;
}

.count span {
    font-weight: bold;
    color: #e70000;
    margin: 0 5px;
}

#topicpath {
    padding-top: 0 !important;
    margin: 0 5px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

#topicpath li {
    font-size: 75%;
    line-height: 150%;
    padding: 0 0 0 10px;
    margin: 0 5px 0 0;
    background: url(img/arrow2.png) no-repeat 0 50%;
    background-size: 7px 11px;
    word-wrap: break-word;
    float: left;
}

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

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

#topicpath li span {
    color: #878787;
}

footer {
    margin: 0 auto;
}

.copyright {
    color: #fff;
    text-align: center;
    font-size: 68.75%;
    padding: 5px;
    margin: 10px 0 0 0;
    background: #ea0000;
}

#main {
    overflow: hidden;
}

#sub {
    margin: 20px 0;
    overflow: hidden;
}

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

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

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

.ex {
    font-size: 75%;
    line-height: 150%;
    margin: 0 0 10px 0;
}

.note {
    color: #999;
    width: 100%;
    line-height: 150%;
    display: block;
}

.btn_box {
    text-align: center;
}

.btn_box .btn,
.sbmt_box .btn {
    display: inline;
}

.btn_box .btn a,
.sbmt_box .btn a {
    width: 45.7%;
}

.btn {
    text-align: center;
    margin: 10px 0 0 0;
}

.btn a {
    width: 96%;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 20px 5px;
    background: linear-gradient(#444, #1a1a1a);
    border-radius: 3px;
}

.sbmt_box {
    text-align: center;
    margin: 20px 0 0 0;
}

.sbmt_box .sbmt {
    display: inline;
}

.sbmt_box .btn {
    margin: 0;
}

.sbmt {
    text-align: center;
    margin: 20px 0 0 0;
}

.sbmt input[type="submit"] {
    width: 48%;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    display: inline-block;
    padding: 17px 5px;
    border-radius: 3px;
    background: linear-gradient(#444, #1a1a1a);
}

.sbmt input[type="button"] {
    width: 48%;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    background: linear-gradient(#444, #1a1a1a);
}

.send input[type="submit"] {
    background: linear-gradient(#e70000, #c70000);
}

.s_cart a {
    background: linear-gradient(#e70000, #c70000);
}

.s_cart input[type="submit"] {
    background: linear-gradient(#e70000, #c70000);
}

.s_cart input[type="button"] {
    background: linear-gradient(#e70000, #c70000);
}

.form h3 {
    font-size: 87.5%;
    padding: 3px 5px;
    margin: 10px 0 5px 0;
    border-left: 5px solid #e70000;
}

.form textarea {
    width: 98%;
}

.form dl {
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    padding: 10px 0;
    margin: 5px 0 0 0;
}

.form dt {
    font-size: 75%;
    font-weight: bold;
    margin: 0 0 7px 0;
}

.form dd {
    font-size: 75%;
    line-height: 150%;
    padding: 0 0 7px 0;
    margin: 0 0 7px 0;
    border-bottom: 1px dotted #d8d8d8;
}

.form dd:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.nec {
    color: #ff0000;
    margin: 0 3px;
}
.contact .form .nec {
    color: #fff;
    padding: 4px 8px;
    background: #e00014;
    font-size: 14px;
    border-radius: 4px;
    width: auto;
}
.form dd .note {
    font-size: 80%;
}

.form dd .note a {
    color: #e70000;
}

.form dd input[type="text"] {
    margin: 3px;
}

.form dd label input {
    padding: 2px;
    margin: 0 3px 3px 0;
    position: relative;
}
.contact .form dd  label{
    position: relative;
}
.contact .form dd label input:before{
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 2px solid #dadada;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact .form dd label input:after{
    content: "";
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
    background: #dadada;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.contact .form dd label input:checked:after {
    background: #ff0000;
    width: 13px;
    height: 13px;
}
.contact .form dd label input{
    width: 20px;
    height: 20px;
}

.form dd.row label {
    width: 48%;
    margin: 0 5px 5px 0;
    float: left;
}

.check_form {
    margin: 20px 0 0 0;
}

.check_form h3 {
    font-size: 87.5%;
    padding: 3px 5px;
    margin: 10px 0;
    border-left: 5px solid #e70000;
}

.check_form dt {
    font-size: 75%;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.check_form dd {
    font-size: 75%;
    line-height: 150%;
    margin: 0 0 15px 0;
}

.error {
    padding: 10px;
    margin: 10px auto;
    border: 2px solid #ff0000;
}

.error .msg {
    font-size: 87.5%;
    font-weight: bold;
    color: #ff0000;
    line-height: 150%;
    padding: 0 0 5px 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #ff0000;
    background: url(img/alert.gif) no-repeat 0 3px;
    background-size: 16px 14px;
}

.error ul {
    padding: 0 10px;
}

.error li {
    color: #ff0000;
    font-size: 75%;
    line-height: 150%;
    padding: 0 0 0 10px;
    background: url(img/arrow4.png) no-repeat 0 7px;
    background-size: 4px 5px;
}

.comp dl {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}

.comp dt {
    font-size: 75%;
    line-height: 160%;
    margin: 0 0 20px 0;
}

.comp dd {
    text-align: center;
}

.comp dd p a {
    font-size: 75%;
    line-height: 150%;
    display: inline;
    padding: 0 0 0 15px;
    margin: 0 10px;
    background: url(img/arrow1.png) no-repeat 0 0;
    background-size: 12px 12px;
}

.ag {
    font-size: 75%;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.ag input {
    margin: 0 3px 0 0;
    position: relative;
}

.login {
    margin: 0 5px;
}

.cart {
    margin: 0 5px;
}

.cart h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}

.cart .flow {
    margin: 10px 0 20px 0;
}

.cart .item_list {
    margin: 0;
}

.cart .item_list li,
.order_info .item_list li {
    background: none;
}

.cart .item_list input[type="text"] {
    width: 20%;
    padding: 2px;
    margin: 0 3px 0 0;
}

.cart .item_list .sbmt {
    display: inline;
}

.cart .item_list .reload input {
    font-size: 100%;
    width: 25%;
    background: linear-gradient(#bbb, #aaa);
}

.cart .btn {
    margin: 0 0 10px 0;
}

.sum {
    padding: 10px 10px 5px 10px;
    margin: 15px 0;
    border: 1px solid #d8d8d8;
}

.sum table {
    width: 100%;
}

.sum table th,
.sum table td {
    font-size: 75%;
    padding: 5px 0;
    text-align: right;
}

.sum table th {
    width: 80%;
}

.sum table td span {
    color: #ff0000;
    font-weight: bold;
}

.cart .account {
    background: #f7f7f9;
}

.cart .form dl,
.cart .check_form dl {
    margin: 0 0 15px 0;
}

.order_info {
    margin: 0 5px;
}

.order_info h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}

.order_info table.common {
    margin: 0 0 10px 0;
}

.search {
    margin: 0 5px 20px 5px;
}

.search h2 {
    color: #fff;
    font-size: 100%;
    padding: 7px 0 7px 30px;
    background-color: #e70000;
    background-image: url(img/icon_search.png), url(img/arrow5.png);
    background-position: 5px 50%, 98% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px, 10px 6px;
}

.search dl {
    padding: 5px;
    background: #fff;
    border: 5px solid #f8f8f8;
}

.search dt {
    font-size: 75%;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.search dd {
    font-size: 75%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #d8d8d8;
}

.search dd input[type="text"] {
    margin: 3px;
}

.search dd label {
    margin: 0 10px 0 0;
}

.search dd label input {
    padding: 2px;
    margin: 0 3px 3px 0;
    position: relative;
}

.search dd.row label {
    width: 48%;
    margin: 0 5px 5px 0;
    float: left;
}

.page_navi {
    margin: 5px 0 0 0;
}

.page_navi ul {
    text-align: center;
}

.page_navi li {
    font-size: 75%;
    display: inline;
}

.page_navi li span {
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    background-color: #898989;
    border: 1px #bbb solid;
    font-weight: bold;
}

.page_navi li a {
    color: #878787;
    display: inline-block;
    padding: 6px 10px;
    border: 1px #bbb solid;
}

.page_navi .paging-small a, .page_navi .paging-small span {
    padding: 6px 3px !important;
    font-size: 10px !important;
}

.page_navi li a:active {
    color: #fff;
    border-color: #bbb;
    background-color: #bbb;
}

.item_list {
    margin: 0 5px;
}

.item_list span {
    line-height: 130%;
    font-size: 90%;
}

.item_list h2 {
    font-size: 87.5%;
    height: 28px;
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #202020;
    border-top: 1px solid #202020;
}

.item_list h2 span {
    margin: 0 0 0 10px;
}

.item_list h2 strong {
    font-size: 150%;
    color: #e70000;
    margin: 0 5px 0 0;
}

.item_list .ex {
    margin: 10px 0;
}

.item_list .btn {
    margin: 10px 0;
}

.item_list li p span {
    font-size: 80%;
    color: #fff;
    padding: 0 7px;
    margin: 0 5px 0 0;
    background: #202020;
    border-radius: 20px;
}

.item_list li p .offi {
    background: #0173bc;
}

ul.list {
    text-align: center;
}

.item_list ul.list {
    margin: 5px 0 0 0;
}

ul.list li {
    width: 48%;
    text-align: center;
    display: inline-block;
    margin: 0 0 10px 0;
    vertical-align: top;
}

ul.list li:last-child {
    margin: 0;
}

ul.list li p {
    font-size: 75%;
    text-align: center;
    line-height: 150%;
}

ul.list2 {
    border: 5px solid #f8f8f8;
    background: #fff;
    margin: 5px 0 0 0;
}

ul.list2 li {
    padding: 10px;
    border-bottom: 5px solid #f8f8f8;
}

ul.list2 li:last-child {
    margin: 0;
    border-bottom: none;
}

ul.list2 h3 {
    font-size: 87.5%;
    line-height: 150%;
    margin: 0 0 10px 0;
}

ul.list2 h3 a {
    display: block;
    padding: 0 5% 0 0;
    background: url(img/arrow2.png) no-repeat right 50%;
    background-size: 7px 11px;
}

ul.list2 li img {
    width: 32%;
    margin: 0 0 10px 0;
    float: left;
}

.img li h3 {
    width: 64%;
    margin: 0 0 0 10px;
    float: left;
}

.list2 li table {
    width: 100%;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    clear: both;
}

.list2 li th,
.list2 li td {
    font-size: 75%;
    line-height: 150%;
    padding: 5px;
    border-bottom: 1px dotted #d8d8d8;
}

.list2 li th {
    width: 26%;
    background: #f7f7f9;
}

.list2 li td {
    background: #fff;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal .modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 15px 25px;
    max-height: 600px;
    width: 70%;
}

.modal .modal-container .modal-close {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 28px;
    color: #b8b8b8;
    line-height: 0;
    cursor: pointer;
}

.modal .modal-container .modal-header {
    padding: 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
}

.modal .modal-container .modal-body {
    padding: 15px 0;
    overflow-y: scroll;
    max-height: 380px;
}


.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader .loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    max-height: 600px;
}

.loader-text {
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
}

.loader-bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

.loader-bounceball:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: loader-bounce 500ms alternate infinite ease;
    animation: loader-bounce 500ms alternate infinite ease;
}

@-webkit-keyframes loader-bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

@keyframes loader-bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

.sns {
    margin: 0 0 10px 0;
}

dl.detail {
    padding: 10px 0;
    border-top: 1px solid #202020;
    border-bottom: 1px solid #202020;
    position: relative;
    zoom: 1;
}

dl.detail dt,
dl.detail dd {
    font-size: 75%;
    line-height: 150%;
    text-align: left;
    margin: 5px 0;
}

dl.detail dt {
    width: 30%;
    font-weight: bold;
    position: absolute;
}

dl.detail dd {
    padding: 0 0 0 33%;
}

dl.detail dd span.red {
    color: #F00;
    font-weight: bold;
}

dl.detail dd textarea {
    width: 90%;
}

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

.profile .photo {
    width: 25%;
    float: left;
    padding: 10px 0;
    min-height: 0px;
}

.profile .info {
    width: 68%;
    margin: 0 0 0 15px;
    float: left;
}

.profile .info .name {
    font-size: 87.5%;
    font-weight: bold;
    margin: 15px 0;
}

.profile .info .name span {
    font-size: 80%;
    color: #fff;
    padding: 3px 7px;
    margin: 0 5px 0 0;
    background: #202020;
    border-radius: 20px;
}

.profile .info .name .offi {
    background: #0173bc;
}

.profile .ex {
    clear: left;
}

.design {
    margin: 20px 0 0 0;
}

.news {
    margin: 0 5px;
}

.news h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}

dl.news_list {
}

dl.news_list dt,
dl.news_list dd {
    font-size: 75%;
}

dl.news_list dt {
    font-weight: bold;
    margin: 0 0 5px 0;
}

dl.news_list dd {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #cacaca;
}

dl.news_list dd:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.sub_menu {
    padding: 5px;
    margin: 0 0 10px 0;
    background: #f8f8f8;
}

.sub_menu ul {
    margin: 0 -5px -5px 0;
}

.sub_menu li {
    width: 48%;
    margin: 0 5px 5px 0;
    float: left;
}

.sub_menu li a {
    font-size: 68.75%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    display: block;
    background: #b0b0b0;
}

.sub_menu li a:hover {
    background: #292929;
}

.sub {
    margin: 0 0 30px 0;
}

.sub:last-child {
    margin: 0;
}

.sub h5 {
    font-size: 75%;
    line-height: 150%;
    padding: 3px 5px;
    margin: 0 0 5px 0;
    background: #d8d8d8;
}

.sub .price {
    height: 200px;
    padding: 0 10px 0 0;
    margin: 0 0 10px 0;
    overflow: auto;
}

.sub table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.sub table th,
.sub table td {
    font-size: 75%;
    line-height: 150%;
    text-align: center;
    padding: 7px;
    background: #fff;
    border-right: 1px dotted #d8d8d8;
}

.sub table .even th,
.sub table .even td {
    background: #f8f8f8;
}

.sub table th {
    width: 70%;
}

.faq {
    margin: 0 5px;
}

.faq > h3 {
    border-bottom: 2px solid #e70000;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding: 4px 0 8px;
    margin: 20px 0;
    display: block !important;
}

.faq > .info {
    display: block !important;
    margin-bottom: 10px !important;
}

.faq h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}

.faq li {
    padding: 0 5px 5px 5px;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #e0e0e0;
}

.faq li h3 {
    font-size: 87.5%;
    line-height: 150%;
    padding: 2px 0 2px 25px;
    background: url(img/icon_q.gif) no-repeat 0 4px;
    background-size: 20px 18px;
}

.faq li p {
    font-size: 75%;
    line-height: 160%;
    padding: 0 0 0 17px;
    margin: 10px 0 10px 0;
    background-size: 12px 11px;
}

.faq li table.common {
    width: 100%;
}

.faq li table.common th {
    width: 47%;
}

.faq li table.common td {
    width: 53%;
}

.faq .info {
    font-size: 75%;
    line-height: 150%;
    text-align: center;
    padding: 30px;
    margin: 10px 0 0 0;
    background: #f8f8f8;
}

.tool {
    margin: 0 5px;
}

.tool h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}

.s_tag {
    margin: 0 5px;
}

#sub .s_tag {
    margin: 0 5px 15px 5px;
}

.s_tag h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    background: #e70000;
}

.s_tag .box {
    padding: 5px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.s_tag .box p a {
    text-decoration: underline;
    padding: 5px;
    display: inline-block;
}

.bookmark_list {
    margin: 0 5px;
}

.bookmark_list h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}

.btn_delete {
    width: 15px;
    margin: 10px 0 0 0;
}

.btn_delete a {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    background: url(img/icon_delete.png) no-repeat 0 0;
    background-size: 15px 15px;
}

.report_list {
    margin: 0 5px;
}

.report_list h2 {
    font-size: 87.5%;
    height: 28px;
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #202020;
    border-top: 1px solid #202020;
}

.mydesign_info {
    margin: 0 5px;
}

.mydesign_info h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}

.mydesign_info .btn_box p a {
    width: 44.9%;
}

.mydesign_info dl.detail {
    margin: 10px 0;
}

.mydesign_info table.common {
    margin: 0 0 15px 0;
}

.delete {
    margin: 0 5px;
}

.delete h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}

.tt img {
    padding: 15px 0 0 0;
}

.tshirt_p_st01 {
    color: #0094FF;
    font-size: 120%;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-weight: bold;
    padding: 7px;
    text-align: center;
    margin: 20px 0 0 0;
    border: dotted #000;
}

.item_detail {
    margin: 0 5px;
}

.item_detail h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}

.item_detail ul {
    margin: 10px 0 0 0;
}

.item_detail li {
    width: 150px;
    height: 300px;
    border: 1px solid;
    float: left;
    margin: 10px 0 0 10px;
    font-size: 90%;
    line-height: 120%;
    padding: 0 0 10px 0;
}

.item_detail h3 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #3CF;
}

.item_detail li p {
    font-size: 80%;
    line-height: 100%;
    padding: 0 0 0 5px;
    margin: 10px 0 10px 0;
    background-size: 12px 11px;
}

.item_detail li a {
    border-bottom: thin #00F;
    color: #00F;
}

.item_detail li a:hover {
    background-position: 0 -500px;
}

.item_detail li span {
    color: #F00;
    font-size: 130%;
}

.item_manual {
    margin: 0 5px;
}

.item_manual h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}

.item_manual h3 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #3CF;
}

.item_manual_box01 {
    margin: 10px 0 0 0;
}

.item_manual_box01 li {
    line-height: 25px;

}

.color_list {
    width: 350px;
    margin-bottom: 20px;
}

.color_list li {
    width: 100px;
    height: 135px;
    float: left;
    margin: 10px 0 15px 4px;
    font-size: 80%;

}

.color_list li p {
    padding: 10px 0 0 0;
    text-align: center;

    margin: 10px 0 10px 0;

}

ul.list2 li img.cart_image {
    width: 25%;
}

.cart_mes {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 80%;
    color: #999;
}

.btn_again a {
    background-image: url(../img/btn_again.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    height: 21px;
    width: 110px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.btn_again a:hover {
    background-image: url(../img/btn_again.png);
    background-repeat: no-repeat;
    background-position: 0px -22px;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    height: 21px;
    width: 110px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}


.report-time-custom {
    color: #009dff !important;
}

.btn-preview-custom {
    text-align: center;
    margin-bottom: 10px;
}

.btn-preview-custom .btn_delivery {
    padding: 20px 25px;
    border-radius: 5px;
    border: none;

    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #fff;

    transition: transform .4s ease-in-out, box-shadow .4s ease-in-out;
}

.btn-preview-custom .btn_delivery:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 3px #525252;
}

.btn-preview-custom .btn_preview {
    background-color: #269fc2;
}

.btn-preview-custom .btn_download {
    background-color: red;
}

.btn-preview-custom .btn_delivery span {
    display: inline-block;
    position: relative;
}

.btn-preview-custom .btn_delivery span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
}

.btn-preview-custom .btn {
    display: inline-block;
    width: auto;
    position: relative;
}

.none {
    display: none;
}

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

.content-page-404 {
    padding: 0 10px;
    margin-bottom: 55px;
    margin-top: 40px;
}

.content-page-404 .shirt-404 {
    display: block;
    width: 80%;
    margin: auto;
}

.content-page-404 .banner-404 {
    display: block;
    width: 100%;
    margin-top: 30px;

}

.content-page-404 a {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.content-page-404 a img {
    display: block;
    width: 100%;
}

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

.top_visual_s1 .delivery-date_s1 span.receive-date-fast, .top_visual_s1 .delivery-date_s1 span.receive-date {
    display: inline
}

.display-none {
    display: none
}
.common-info-sp caption {
  font-size: 87.5%;
  font-weight: 700;
  padding: 3px 0 2px 7px;
  margin: 15px 0 10px 0;
  border-left: 5px solid #e70000;
  text-align: left;
}

table.common-info-sp th, table.common-info-sp td {
  font-size: 75%;
  line-height: 150%;
  padding: 7px;
  background: #f8f8f8;
  border: 1px dotted #d8d8d8;
}

table.common-info-sp th {
  width: 30%;
  text-align: center;
}

table.common-info-sp .even th, table.common-info-sp .even td {
  background: #fff;
}

.video-item-detail {
  position: relative;
  width: 80%;
  overflow: hidden;
  padding-top: 45%;
  margin: 15px auto auto;
}

.video-item-detail iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.column1 .btn_box {
    display: flex;
    text-align: center;
    width: 100%;
}
/* fix 29-6 */
.profile__parent--box {
    margin: 0;
    padding: 30px 10px;
    background-color: #F7F7F7;
    border: none;
    border-radius: 0;
}
.profile__parent--box .top-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    gap: 10px;
}
.profile__parent--box .photo {
    margin-bottom: 0;
    width: 140px;
    display: flex;
    padding: 10px;
    background: #fff;
}
.profile__parent--box .photo img {
    max-width: 120px;
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
}
.profile__parent--box .info {
    width: calc(100% - 140px);
}
.title__box--head {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
}
.title__box--head .title__boxs {
    border-radius: 30px;
    padding: 5px 15px;
    background-color: #363636;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    width: max-content;
}
.tabs__box--parent .tab__box {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    padding-left: 20px;
}
.tabs__box--parent .tab__box li a {
    font-size: 14px;
    line-height: 14px;
    color: #828282;
    padding: 10px;
    background-color: #F7F7F7;
    display: block;
    border: 1px solid #E8E8E8;
    border-width: 1px 1px 0 1px;
    position: relative;
}
.tabs__box--parent .tab__box li.active a {
    color: #000;
    background-color: #fff;
}
.tabs__box--parent .tab__box li.active a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    left: 0;
}
.tabs__box--parent .box_button {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.tabs__box--parent .box_button a {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    border-radius: 20px;
    padding: 5px 15px;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    gap: 5px;
}
.tabs__box--parent .box_button a:after {
    content: '';
    background: url("/common/img/creator-down-icon.png") no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    display: block;
}
.tabs__box--parent .box_button .active {
    background-color: #363636;
    color: #fff;
}
.tabs__box--parent .box_button .active:after {
    background: url("/common/img/creator-down-icon-w.png") no-repeat;
    background-size: 100% 100%;
}
.slider__parents .container_s1{
    position: relative;
}
.slider__parents .swiper-button-prev:after {
    content: '';
    background: url("/common/img/creator-down-icon-3.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}
.slider__parents .swiper-button-next:after {
    content: '';
    background: url("/common/img/creator-down-icon-3.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    display: block;
}
.slider__parents .swiper-button-prev,
.slider__parents .swiper-button-next {
    background-image: unset;
    top: 50%;
    height: max-content;
    transform: translateY(-50%);
}
.slider__parents .swiper-button-prev {
    left: 0;
}
.slider__parents .swiper-button-next {
    right: -6px;
}
.slider__parents .swiper {
    position: unset;
    overflow: hidden;
}
.slick__slider--parent .item__box a {
    display: block;
}
.slick__slider--parent .item__box .img__box {
    margin-bottom: 5px;
    border: 1px solid #E7E7E7;
    padding: 15px;
}
.slick__slider--parent .item__box .img__box img {
    width: 100%;
    object-fit: contain;
    display: block;
    min-height: 90px;
    max-height: 90px;
}
.slick__slider--parent .item__box h3 {
    font-size: 12px;
    line-height: 17px;
    color: #828282;
    margin-bottom: 0;
    font-weight: 500;
}
.slider__parents .title__head--slider {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid #E8E8E8;
    text-align: center;
    margin-top: 30px;
}
.slider__parents {
    margin-bottom: 30px;
}
.btn__link--box a {
    color: #0084FF;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
    line-height: 20px;
    gap: 5px;
}
.btn__link--box a:after {
    content: '';
    background: url(/common/img/creator-down-icon-2.png) no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.cart.has-order-complete {
    margin: 0;
    background: #F7F7F7;
    padding: 10px;
}

.cart .order-complete.comp dt {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.comp .image_line {
    width: 100%;
    min-height: 165px;
    margin-bottom: 20px;
}

.comp .image_line img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.order-complete.comp dd p a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #0084FF;
    background: transparent;
    border: none;
}
