* {
    touch-action: pan-y;
}
.--column2_position_up_right_fixed {
    position: absolute;
    top: 0px;
    right: 0px;
}
.--column2_width {
    width: 90%;
}
.--column2_color {
    color: #666666;
}
.--column2_left {
    text-align: left;
}
.--column2_border {
    border-bottom: 1px solid #d2d2d7;
}
.--column1_width {
    width: 95%;
}
.form-control {
    display: block;
    width: 100%;
    padding-top: 0.275rem;
    padding-bottom:  0.275rem;
    line-height: 1.5;
    color: var(--aplusxbto_color_main);
    background-color: var(--aplusxbto_color_bg_main);
    background-clip: padding-box;
    border: 1px solid var(--aplusxbto_color_stroke);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0.5rem;
}
.form-control:focus {
    color: var(--aplusxbto_color_main);
    background-color: var(--aplusxbto_color_bg_main);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: var(--aplusxbto_fontSize_12);
    color: var(--aplusxbto_color_err)
}
.form-control.invalid {
    border-color: var(--aplusxbto_color_err);
}
input.invalid {
    border-color: var(--aplusxbto_color_err);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.hidden {
    z-index: -1 !important;
}
.aplusxbto_optionsList.--column4{
    --aplusxbto_optionsList_column:4;
    --aplusxbto_optionsList_gap:9px
}

.aplusxbto_optionsList.--column4{
    --aplusxbto_optionsList_column:4;
    --aplusxbto_optionsList_gap:9px
}
.aplusxbto-l__model-name {
    padding-left: .5em;
    padding-right: 2em;
    color: var(--aplusxbto_color_heading);
    background-color: var(--aplusxbto_color_bg_main);
    font-size: var(--aplusxbto_fontSize_14);
    white-space:nowrap;
}
.aplusxbto-l__model-name .--bold {
    font-weight: bold;
    font-size: medium;
}
.flex_table {
    display: flex;
    flex-direction: row;
    font-size: var(--aplusxbto_fontSize_14);
}
.left_align {
    text-align: left;
}
.width50 {
    width: 50%;
}
.width100 {
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .aplusxbto-l__left {
        margin-left: -20px;
    }
}
@media screen and (min-width: 768px) {
    .aplusxbto_optionsList.--column4 .aplusxbto_optBtn__title{
        font-size: var(--aplusxbto_fontSize_14) !important;
    }
}

@media screen and (max-width: 375px) {
    .aplusxbto_optionsList.--column4 {
        --aplusxbto_optionsList_column:2;
        --aplusxbto_optionsList_gap:9px
    }
    .aplusxbto_optBtn.--middle .aplusxbto_optBtn__label{
        font-size:var(--aplusxbto_fontSize_12)
    }

    .aplusxbto_optBtn__qty.--active .qty {
        margin-bottom: 10px;
    }
    .aplusxbto_optBtn__qty.--active .aplusxbto_div_qty, .aplusxbto_optBtn__qty.--active .qty button {
        padding: 5px;
    }
    #canvas3DPreOrder img {
        width:100%;
    }
}
@media screen and (min-width: 901px) and (max-width: 1200px){
    .aplusxbto_optionsList.--column4 {
        --aplusxbto_optionsList_column:3;
        --aplusxbto_optionsList_gap:9px
    }
}
::-webkit-scrollbar {
  width: 0px;
}
/* model css */
.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,.6);
  overflow: auto;
  display: none
}

.modal-box {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 50px auto;
  animation-name: modalbox;
  animation-duration: .3s;
  animation-timing-function: ease-out;
}
.modal-content * {
    font-family:var(--aplusxbto_font_main);
    font-size: 14px;
}
.modal-content {
    background-color: #fff;
    border: 1px solid var(--aplusxbto_color_stroke_active);
    border-radius: 4px;
}
.modal-header {
  padding-top: 20px;
  text-align: center;
}
.modal-header h1 {
    color: var(--aplusxbto_button_main);
    font-weight: 700;
    font-size: 36px;
    margin: 0px;
}
.modal-body {
  padding: 0px 40px;
}
.modal-body div {
    padding-top: 20px;
}
.modal-body div {
    width: 100%;
}
/* Close Button */
.close-modal {
  text-align: right;
  position: absolute;
  cursor: pointer;
  right: 30px;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

/* Aditional Styles */
.modal-box .color {
  color: var(--aplusxbto_button_main);
}


/* チェックボックス02 */

/* チェックボックス02 */
input[type=checkbox] {
    display: none;
}
.chxTick {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.chxTick::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 0px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.chxTick::after {
    border-right: 6px solid var(--aplusxbto_color_accent);
    border-bottom: 3px solid var(--aplusxbto_color_accent);
    content: '';
    display: block;
    height: 20px;
    left: 2px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .chxTick::before {
    border-color: #666;
}
input[type=checkbox]:checked + .chxTick::after {
    opacity: 1;
}
#canvas3DPreOrder {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal-content input[type="checkbox"]:nth-child(2) {
    opacity: 0.5;
    pointer-events: none;
  }
.modal-content input[type="checkbox"]:nth-child(3) {
    position: relative;
    pointer-events: none;
  }
.modal-content input[type="checkbox"]:nth-child(3):before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width:1024px) {
    .aplusxbto-l__model-name {
        padding: 10px 10px;
        font-size: var(--aplusxbto_fontSize_10);
    }
    .aplusxbto-l__model-name .--bold {
        font-size: var(--aplusxbto_fontSize_10);
    }
}