@charset "utf-8";
.dtitem-processing_mds {
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #ecf3ff;
    border-left: solid 6px #4285f4;
    color: #4285f4;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    cursor: pointer;
    font-size: 22px;
    margin-bottom: 25px;
}
.dtitem-processing_mds:before {
    content: "\f5aa";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

.dtitem-processing_mds:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
}

#item_cartjump {
    width: 110px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 150px;
    padding: 0;
    box-sizing: border-box;
    z-index: 9999;
}

.dtitem-fax_link {
    font-size: 22px;
    display: block;
    margin: 5px;
    padding: .5em;
    text-align: center;
    color: #fff !important;
    border-radius: 5px;
}

.codetabs input[name="codetabs-radio"] {
    display: none;
}

.codetabs input[name="codetabs-radio"]:checked + .codetab-label {
    border: 2px solid #4285f4;
}

.codetabs .codetab-label {
    display: inline-block;
    padding: 3px 6px;
    font-size: 0.9em;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.codetab-label img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.codetabs {
    margin-top: 12px;
}

.codetabs .codetab-content {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 200px;
}

.codetabs .codetab-label {
    display: inline-block;
    padding: 3px 6px;
    font-size: 0.9em;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.codetab-label p {
    width: 100%;
    position: absolute;
    top: 4em;
    left: 0;
    z-index: 1;
    color: #555;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.84);
}

.radio_ct, .checkbox_ct {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 5px 0px 0;
    padding: 0 5px 5px 30px;
    border-radius: 8px;
    background-color: #f6f7f8;
    vertical-align: middle;
    cursor: pointer;
}

.catalog_form_img {
    max-width: 100%;
}

.radio_ct:hover, .checkbox_ct:hover {
    background-color: #FCCAA7;
}

.radio_ct:hover:after, .checkbox_ct:hover:after {
    border-color: #fff;
}

.radio_ct:after, .checkbox_ct:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 5%;
    left: 5px;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
}

.radio_ct:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 7%;
    left: 12px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d0111a;
    content: '';
    opacity: 0;
}

input[type=radio]:checked + .radio_ct:before {
    opacity: 1;
}

.checkbox_ct:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 7%;
    left: 12px;
    display: block;
    width: 5px;
    height: 9px;
    border-right: 3px solid #d0111a;
    border-bottom: 3px solid #d0111a;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox_ct:before {
    opacity: 1;
}

.catalog_choice-area table {
    width: 100%;
}

.catalog_choice-area td {
    width: 25%;
}

.catalog_form_acbtn1 {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    clear: both;
    background: #eb6100;
}

/* è©³ã—ãè¦‹ã‚‹ãƒœã‚¿ãƒ³ */
.catalog_imglink {
    display: block;
    width: 80%;
    margin: 5px auto 20px auto;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #EB6100;
    color: #fff !important;
    border-radius: 5px;
    font-size: 12px;
}

.catalog_imglink:hover {
    background-color: #25879e;
}

.catalog_imglink::before,
.catalog_imglink::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.catalog_imglink,
.catalog_imglink::before,
.catalog_imglink::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.catalog_choice-area2 {
    width: 100%;
    box-sizing: border-box;
}

.catalog_choice-area2 td {
    width: 20%;
    font-size: 12px;
}

.catalog_choice-area2 img {
    width: 100%;
}

.omakase_btn:hover {
    cursor: pointer;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

/*ãƒ„ãƒŠã‚®ç”¨ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ãƒœã‚¿ãƒ³*/
.tsunagi_listlink {
    box-sizing: border-box;
    padding: 10px 10px;
    font-weight: bold;
    background-color: #61c3da;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    cursor: hand;
}

.tsunagi_listlink:hover {
    background-color: #696969;
}
.main-wrap::after{
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.greyout {
    background-color: #A9A9A9;
}