@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Orbitron&display=swap");
.important_info {
  display: none !important;
}

.progress {
  background: #555;
  color: #7fcce3;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
}

.progressBar {
  width: 0%;
  z-index: 999;
  border-top: 8px solid #7fcce3;
  position: absolute;
  top: 50%;
}

.progressText {
  width: 100%;
  z-index: 999;
  font-family: "Orbitron", sans-serif;
  font-size: 28px;
  text-align: center;
  margin-top: 10px;
  position: absolute;
  top: 50%;
}

.progressDone .progressBar {
  border-top-color: #ccc;
}

#pageloading2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 500;
}
#pageloading2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 4px solid #c7f2ff;
  border-right-color: #7fcce3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 0.75s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "TESTFONT";
  src: url("/BBFTEST/font/mplus-1c-black.ttf") format("truetype");
}
@font-face {
  font-family: "TESTFONT2";
  src: url("/BBFTEST/font/mplus-2m-thin.ttf") format("truetype");
}
.no-view {
  display: none !important;
}

* {
  box-sizing: border-box;
}

html {
  height: auto;
}

#navi_box {
  background: #fff;
}

body {
  margin: 0;
  background: #fff;
  line-height: 1.5;
}

.main_contents {
  width: 100%;
  height: auto;
  margin: 0 auto;
  clear: both;
}
.main_contents #sup_area {
  height: auto;
  display: flex;
  flex-direction: column;
  height: auto;
  background: #fff;
  padding-top: 10px;
}
.main_contents #sup_area #left_area {
  order: 3;
  background: #fff;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.main_contents #sup_area #left_area #product_chg_btn {
  position: absolute;
  top: 54px;
  width: 24%;
  height: auto;
  z-index: 2;
  background: #888;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 5px;
}
.main_contents #sup_area #left_area #left_menu {
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  min-height: 127px;
  max-height: 130px;
}
.main_contents #sup_area #left_area dl {
  flex: 0 0 36%;
  max-width: 120px;
}
.main_contents #sup_area #left_area dl dt {
  background: #fff;
  color: #333;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_contents #sup_area #left_area dl dt.active {
  background: #7fcce3;
}
.main_contents #sup_area #left_area dl dt.active p {
  position: relative;
  color: #fff;
}
.main_contents #sup_area #left_area dl dt .flex_area {
  display: block;
  align-items: center;
  width: 100%;
  padding: 5px 0;
}
.main_contents #sup_area #left_area dl dt .flex_area img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0px auto 10px;
}
.main_contents #sup_area #left_area dl dt .flex_area > p {
  text-align: center;
  font-size: 12px;
}
.main_contents #sup_area #left_area dl dd {
  display: none !important;
  background: #fff;
  color: #333;
  width: 100%;
  height: 60px;
  position: relative;
}
.main_contents #sup_area #left_area dl dd p {
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding-left: 70px;
  height: 60px;
  position: relative;
  color: #999;
}
.main_contents #sup_area #left_area dl dd p::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 0px;
  border-bottom: solid 2px #999;
  border-left: solid 2px #999;
  position: absolute;
  top: 0;
  left: 30px;
  margin-top: 8px;
}
.main_contents #sup_area #left_area dl dd p span {
  color: #333;
  font-weight: bold;
}
.main_contents #sup_area #left_area dl dd.open {
  display: block;
}
.main_contents #sup_area #center_area {
  order: 1;
  width: 100%;
  height: 100%;
}
.main_contents #sup_area #center_area #imgContainer {
  width: 100%;
  height: auto;
  position: relative;
}
.main_contents #sup_area #center_area #imgContainer .product_img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.main_contents #sup_area #center_area #imgContainer .product_img svg {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.main_contents #sup_area #center_area #imgContainer .product_img svg img {
  width: 100%;
  height: auto;
}
.main_contents #sup_area #center_area #imgContainer .zoom_icon {
  position: absolute;
  width: 33px;
  height: auto;
  bottom: 10px;
  right: 2%;
}
.main_contents #sup_area #center_area #imgContainer .zoom_icon:hover {
  cursor: pointer;
}
.main_contents #sup_area #center_area #imgContainer #thumb_area {
  position: absolute;
  width: 36%;
  min-width: 60px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.main_contents #sup_area #center_area #imgContainer #thumb_area .thumb_img {
  display: flex;
  width: 100%;
  max-width: 60px;
  position: relative;
  height: auto;
  margin: 0 auto;
  background: #fff;
}
.main_contents #sup_area #center_area #imgContainer #thumb_area .thumb_img:hover {
  opacity: 0.6;
}
.main_contents #sup_area #center_area #imgContainer #thumb_area .thumb_img img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 2;
}
.main_contents #sup_area #center_area #imgContainer #thumb_area input[type=radio]:checked + label .thumb_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #7fcce3;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main_contents #sup_area #right_area {
  order: 2;
  width: 100%;
  position: relative;
}
.main_contents #sup_area #right_area #right_menu {
  display: flex;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.main_contents #sup_area #right_area #right_menu #product_name {
  display: none;
}
.main_contents #sup_area #right_area #right_menu .price_box {
  position: fixed;
  bottom: 0;
  background: #f1f1f1;
  padding: 0 2%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  display: none;
}
.main_contents #sup_area #right_area #right_menu .price_box .quantity {
  width: 34%;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_contents #sup_area #right_area #right_menu .price_box .quantity input[type=number] {
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 5px;
  width: 60%;
  text-align: right;
}
.main_contents #sup_area #right_area #right_menu .price_box .price {
  width: 56%;
  margin-left: 10%;
}
.main_contents #sup_area #right_area #right_menu .price_box .price .unit {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main_contents #sup_area #right_area #right_menu .price_box .price .unit span {
  font-size: 13px;
}
.main_contents #sup_area #right_area #right_menu .price_box .price .subtotal {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  display: none;
}
.main_contents #sup_area #right_area #right_menu .price_box .price .subtotal span {
  font-size: 13px;
}
.main_contents #sup_area #right_area #right_menu .price_box .price .tax {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  display: none;
}
.main_contents #sup_area #right_area #right_menu .price_box .price .tax span {
  font-size: 13px;
}
.main_contents #sup_area #right_area #right_menu .price_box .price .total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_contents #sup_area #right_area #right_menu .price_box .price .total span {
  font-size: 14px;
}
.main_contents #sup_area #right_area #right_menu .price_box #make_estimate_modal {
  display: none;
  width: 100%;
  margin: 30px auto;
  background: #fff;
  border: 2px solid #d76160;
  box-sizing: border-box;
  color: #d76160;
  font-size: 13px;
  border-radius: 5px;
  padding: 15px 0;
}
.main_contents #sup_area #right_area #right_menu #product_detail_btn {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: #008B8B;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.main_contents #sup_area #right_area #right_menu #img_dl_btn {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: #d76160;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.main_contents #sup_area #right_area #right_menu .pw_mogadigi {
  position: absolute;
  top: -30px;
  left: 0;
  width: 45%;
  height: auto;
  padding-left: 3%;
}
.main_contents #sup_area #right_area .product_detail_area {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f1f1;
  height: 100%;
  margin-left: 100%;
  padding: 0 20%;
  z-index: 5;
}
.main_contents #sup_area #right_area .product_detail_area .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
}
.main_contents #sup_area #right_area .product_detail_area .close_btn:before, .main_contents #sup_area #right_area .product_detail_area .close_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 1px);
  left: 14%;
}
.main_contents #sup_area #right_area .product_detail_area .close_btn::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}
.main_contents #sup_area #right_area .product_detail_area .close_btn:hover {
  cursor: pointer;
}
.main_contents #sup_area #right_area .product_detail_area .tab {
  display: flex;
  border-bottom: 1px solid #555;
  padding-left: 10%;
}
.main_contents #sup_area #right_area .product_detail_area .tab li {
  width: 30%;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  margin-right: 20px;
  text-align: center;
  padding: 14px 0;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  background: #555;
  color: #fff;
}
.main_contents #sup_area #right_area .product_detail_area .tab li:hover {
  cursor: pointer;
}
.main_contents #sup_area #right_area .product_detail_area .tab li.tab_active {
  background: #f1f1f1;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: -1px;
}
.main_contents #sup_area #right_area .product_detail_area .tab_contents {
  margin: 20px 0 20px 10%;
  overflow: auto;
  height: calc(100% - 94px);
}
.main_contents #sup_area #right_area .product_detail_area .tab_contents.hide {
  display: none;
}
.main_contents #sup_area #right_area .product_detail_area .tab_contents .main-menu,
.main_contents #sup_area #right_area .product_detail_area .tab_contents .sub-menu {
  margin-bottom: 20px;
}
.main_contents #sup_area #right_area .product_detail_area .tab_contents .main-menu dt,
.main_contents #sup_area #right_area .product_detail_area .tab_contents .sub-menu dt {
  font-size: 18px;
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
}
.main_contents #sup_area #right_area .product_detail_area .tab_contents .main-menu dt::before,
.main_contents #sup_area #right_area .product_detail_area .tab_contents .sub-menu dt::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background: #333;
  margin-top: -10px;
}
.main_contents #sup_area #right_area .product_detail_area .tab_contents .main-menu dd,
.main_contents #sup_area #right_area .product_detail_area .tab_contents .sub-menu dd {
  font-size: 14px;
  margin-bottom: 5px;
}
.main_contents #low_area {
  display: none;
  position: absolute;
  bottom: 61px;
  width: 100%;
  background: #fff;
  z-index: 20;
  overflow: auto;
}
.main_contents #low_area #chage_contets_txt {
  background: #555;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.main_contents #low_area .chage_contets_area {
  width: 100%;
}
.main_contents #low_area .chage_contets_area .flex_area {
  align-items: center;
}
.main_contents #low_area .first_select {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
}
.main_contents #low_area .first_select .cate_area {
  width: 100%;
}
.main_contents #low_area .first_select .color_contents {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  height: 40px;
}
.main_contents #low_area .first_select .color_contents label {
  width: 100%;
}
.main_contents #low_area .first_select .color_contents dl {
  width: 100%;
  height: 100%;
}
.main_contents #low_area .first_select .color_contents dl dt {
  display: none !important;
}
.main_contents #low_area .vertical_border {
  display: none;
}
.main_contents #low_area .second_select {
  width: 100%;
}
.main_contents #low_area .second_select .col_area {
  width: 100%;
  height: 100%;
}
.main_contents #low_area .second_select .col_area .color_contents {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 100px;
}
.main_contents #low_area .second_select .col_area .color_contents label {
  flex: 0 0 30%;
  max-width: 100px;
}
.main_contents #low_area .second_select .col_area .color_contents label dl {
  height: 100%;
}
.main_contents #low_area .color_contents {
  display: flex;
}
.main_contents #low_area .color_contents input[type=radio]:checked + label dl {
  background: #7fcce3;
}
.main_contents #low_area .color_contents input[type=radio]:checked + label dl dd {
  color: #fff;
}
.main_contents #low_area .color_contents dl {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_contents #low_area .color_contents dl dt {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  position: relative;
  margin-bottom: 3px;
}
.main_contents #low_area .color_contents dl dt span {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
}
.main_contents #low_area .color_contents dl dt.cl_b001 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b001.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_b002 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b002.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_b003 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b003.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_b004 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b004.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_b005 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b005.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_b006 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b006.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_b007 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b007.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_b008 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b008.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_b009 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b009.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_b010 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b010.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_b011 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b011.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_b012 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b012.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_b013 span {
  background: url("/web-customize/web_cs_sample/cs_bike/img/cl_b013.png") no-repeat;
  background-size: contain;
}
.main_contents #low_area .color_contents dl dt.cl_a0001 span, .main_contents #low_area .color_contents dl dt.cl_a0002 span, .main_contents #low_area .color_contents dl dt.cl_a0003 span, .main_contents #low_area .color_contents dl dt.cl_a0004 span, .main_contents #low_area .color_contents dl dt.cl_a0005 span, .main_contents #low_area .color_contents dl dt.cl_a0006 span, .main_contents #low_area .color_contents dl dt.cl_a0007 span, .main_contents #low_area .color_contents dl dt.cl_a0008 span, .main_contents #low_area .color_contents dl dt.cl_a0009 span, .main_contents #low_area .color_contents dl dt.cl_a0010 span {
  background: #555;
}
.main_contents #low_area .color_contents dl dd {
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}
.main_contents #low_area .hide {
  display: none;
}
.main_contents .price_area {
  width: 25%;
  background: #f1f1f1;
}
.main_contents #sp_foot_area {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 50;
}
.main_contents #sp_foot_area .foot_price_box {
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 0 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_contents #sp_foot_area .foot_price_box .quantity {
  width: 34%;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_contents #sp_foot_area .foot_price_box .quantity input[type=number] {
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 5px;
  width: 60%;
  text-align: right;
}
.main_contents #sp_foot_area .foot_price_box .price {
  width: 56%;
  margin-left: 10%;
}
.main_contents #sp_foot_area .foot_price_box .total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.main_contents #sp_foot_area .foot_price_box .total span {
  font-size: 14px;
}
.main_contents #sp_foot_area .foot_price_box .total span:first-child {
  margin-right: auto;
}
.main_contents #sp_foot_area #selected_area {
  background: #555;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.main_contents #sp_foot_area #selected_area::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -10px;
  margin-right: -16px;
  width: 20px;
  height: 10px;
  border-left: 3px solid #7fcce3;
  border-bottom: 3px solid #7fcce3;
  transform: rotate(-45deg);
}
.main_contents #sp_modal_contets {
  display: none;
  width: 96%;
  height: calc(98% - 60px);
  position: fixed;
  top: 2%;
  left: 2%;
  background: #f1f1f1;
  z-index: 999;
  padding: 20px 0;
  border-radius: 10px;
}
.main_contents #sp_modal_contets .close_btn {
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}
.main_contents #sp_modal_contets .close_btn:before, .main_contents #sp_modal_contets .close_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 1px);
  left: 14%;
}
.main_contents #sp_modal_contets .close_btn::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}
.main_contents #sp_modal_contets .close_btn:hover {
  cursor: pointer;
}
.main_contents #sp_modal_contets .tab {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #555;
  padding: 0 4%;
}
.main_contents #sp_modal_contets .tab li {
  width: 50%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px 5px 0 0;
  background: #555;
  color: #fff;
}
.main_contents #sp_modal_contets .tab li:hover {
  cursor: pointer;
}
.main_contents #sp_modal_contets .tab li.tab_active {
  background: #fff;
  height: 54px;
  color: #333;
  margin-bottom: -2px;
}
.main_contents #sp_modal_contets .tab_contents {
  padding: 20px 3%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 80%;
  background: #fff;
  box-shadow: 0px -8px 8px -1px #e9e9e9 inset;
}
.main_contents #sp_modal_contets .tab_contents.hide {
  display: none;
}
.main_contents #sp_modal_contets .tab_contents .main-menu,
.main_contents #sp_modal_contets .tab_contents .sub-menu {
  margin-bottom: 20px;
}
.main_contents #sp_modal_contets .tab_contents .main-menu dt,
.main_contents #sp_modal_contets .tab_contents .sub-menu dt {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.main_contents #sp_modal_contets .tab_contents .main-menu dt::before,
.main_contents #sp_modal_contets .tab_contents .sub-menu dt::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 15px;
  height: 15px;
  background: #333;
  margin-top: -10px;
}
.main_contents #sp_modal_contets .tab_contents .main-menu dd,
.main_contents #sp_modal_contets .tab_contents .sub-menu dd {
  font-size: 13px;
  margin-bottom: 5px;
  padding-left: 1em;
}
.main_contents #sp_modal_contets .tab_contents .price {
  width: 100%;
  margin-top: 30px;
}
.main_contents #sp_modal_contets .tab_contents .price .unit {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main_contents #sp_modal_contets .tab_contents .price .unit span {
  font-size: 13px;
}
.main_contents #sp_modal_contets .tab_contents .price .subtotal {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.main_contents #sp_modal_contets .tab_contents .price .subtotal span {
  font-size: 13px;
}
.main_contents #sp_modal_contets .tab_contents .price .subtotal span:first-child {
  margin-right: auto;
}
.main_contents #sp_modal_contets .tab_contents .price .tax {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: flex-end;
}
.main_contents #sp_modal_contets .tab_contents .price .tax span {
  font-size: 13px;
}
.main_contents #sp_modal_contets .tab_contents .price .tax span:first-child {
  margin-right: auto;
}
.main_contents #sp_modal_contets .tab_contents .price .total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
}
.main_contents #sp_modal_contets .tab_contents .price .total span {
  font-size: 14px;
}
.main_contents #sp_modal_contets .tab_contents .price .total span:first-child {
  margin-right: auto;
}
.main_contents #sp_modal_contets .tab_contents #make_estimate_modal {
  width: 100%;
  margin: 30px auto;
  background: #fff;
  border: 2px solid #d76160;
  box-sizing: border-box;
  color: #d76160;
  font-size: 13px;
  border-radius: 5px;
  padding: 15px 0;
}
.main_contents #sp_modal_contets .tab_contents .details {
  font-size: 16px;
  text-align: center;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  opacity: 0;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.detail_menu {
  width: 100%;
  height: calc(100% - 115px);
  background: #f1f1f1;
  z-index: 5;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  left: 0;
  bottom: -100%;
  border-top: 1px solid #ccc;
}
.detail_menu .detail_menu_box {
  width: 100%;
  margin-left: auto;
  padding: 30px 5% 30px;
}
.detail_menu .side_btn {
  position: absolute;
  width: 50px;
  height: 280px;
  background: #008385;
  border-radius: 0 5px 5px 0;
  top: 80px;
  right: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_menu .side_btn:hover {
  cursor: pointer;
}
.detail_menu .side_btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -8px;
}
.detail_menu .side_btn.active::before {
  transform: rotate(-135deg);
  margin-left: -3px;
}
.detail_menu .side_btn p {
  font-size: 16px;
  color: #fff;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: relative;
  margin-top: -40px;
}
.detail_menu .detail_contents {
  border: 1px solid #999;
  border-radius: 5px;
  width: 100%;
  position: relative;
  padding: 10px 5%;
}
.detail_menu .detail_contents h3 {
  position: absolute;
  background: #f1f1f1;
  top: -8px;
  left: 50%;
  width: 6em;
  margin-left: -3em;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.detail_menu .detail_contents .detail_txt dl {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin: 20px 0;
}
.detail_menu .detail_contents .detail_txt dl dt {
  width: 9em;
}
.detail_menu .detail_contents .detail_txt dl dd {
  position: relative;
}
.detail_menu .detail_contents .detail_txt dl dd::before {
  content: ":";
  position: absolute;
  top: 0;
  left: -1em;
}
.detail_menu .detail_img_area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.detail_menu .detail_img_area div {
  width: 24%;
  height: auto;
  border: 2px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}
.detail_menu .detail_img_area div::before {
  content: "";
  position: absolute;
  display: block;
  width: 25%;
  height: 25%;
  bottom: 2%;
  right: 2%;
  background: url("/customize/img/zoom_icon.svg") no-repeat center center;
}
.detail_menu .detail_img_area div img {
  display: block;
  width: 100%;
  height: auto;
}
.detail_menu .estimate_area .estimate_box {
  border: 1px solid #999;
  border-radius: 5px;
  width: 100%;
  padding: 10px 5%;
}
.detail_menu .estimate_area .estimate_box dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.detail_menu .estimate_area .estimate_box dl dt {
  width: 55%;
}
.detail_menu .estimate_area .estimate_box dl dt span {
  display: block;
  font-size: 11px;
}
.detail_menu .estimate_area .estimate_box .total_price {
  margin: 15px 0 10px;
  display: block;
  background: #f7f7f7;
  padding: 3px 2%;
  border-radius: 5px;
}
.detail_menu .estimate_area .estimate_box .total_price span {
  display: flex;
  align-items: baseline;
}
.detail_menu .estimate_area .estimate_box .total_price span > span {
  font-size: 11px;
}
.detail_menu .estimate_area .estimate_box .total_price .total_unit {
  font-size: 13px;
  text-align: left;
  margin-left: 10px;
}
.detail_menu .estimate_area .estimate_box .total_price .total_all {
  justify-content: flex-end;
}
.detail_menu .estimate_area .price_box {
  display: block;
  position: static;
  background: none;
  height: auto;
  margin-top: 20px;
}
.detail_menu .estimate_area .price_box .quantity {
  margin-left: auto;
  padding-left: 0;
  display: flex;
  width: 60%;
  color: #333;
  text-align: right;
}
.detail_menu .estimate_area .price_box .cart_in {
  width: 70%;
  height: 50px;
  margin: 20px auto;
  position: static;
  margin-top: 20px;
  text-align: center;
  box-shadow: none;
}
.detail_menu .estimate_area .price_box .cart_in .cart_in_a {
  line-height: 50px;
}

.main_contents nav {
  width: 100%;
  height: 30vh;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  position: fixed;
  background: #f1f1f1;
  bottom: -100%;
  left: 0;
  z-index: 10;
  transition: all 0.5s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  box-shadow: 0px -10px 8px -5px #ccc inset;
}
.main_contents nav.on {
  display: block;
}
.main_contents nav.em_de {
  z-index: 10;
}
.main_contents nav .side_menu_area {
  width: 100%;
  padding: 0 2% 30px;
}
.main_contents nav .side_menu_area .gusset_description,
.main_contents nav .side_menu_area .pocket_description,
.main_contents nav .side_menu_area .embroidery_description {
  background: #fff;
  border-radius: 10px;
  border: none;
  margin-top: 10px;
  padding: 10px 5%;
}
.main_contents nav .side_menu_area .gusset_description .sub_ttl,
.main_contents nav .side_menu_area .pocket_description .sub_ttl,
.main_contents nav .side_menu_area .embroidery_description .sub_ttl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}
.main_contents nav .side_menu_area .gusset_description p,
.main_contents nav .side_menu_area .pocket_description p,
.main_contents nav .side_menu_area .embroidery_description p {
  font-size: 14px;
}

.main_contents nav li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.main_contents nav.em_de .side_menu_area .menu_ttl_area {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.main_contents nav.em_de .side_menu_area .em_text_type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main_contents nav.em_de .side_menu_area .em_text_type label {
  width: 15%;
  height: 55px;
  border: 1px solid #999;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2%;
  margin-bottom: 10px;
  position: relative;
  font-size: 30px;
  font-family: "Midashi Go MB31";
}
.main_contents nav.em_de .side_menu_area .em_text_type label:nth-of-type(6n) {
  margin-right: 0;
}
.main_contents nav.em_de .side_menu_area .em_text_type input[type=radio]:checked + label::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #008385;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.main_contents nav.em_de .side_menu_area .em_text_type input[type=radio]:checked + label::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("img/custom/icon_check.svg") no-repeat;
  position: absolute;
  top: -5px;
  right: -5px;
}
.main_contents nav.em_de .side_menu_area #em_number_select {
  justify-content: center;
  margin-top: 20px;
}
.main_contents nav.em_de .side_menu_area #em_number_select div:first-child {
  margin-right: 5%;
}
.main_contents nav.em_de .side_menu_area #em_number_select div p {
  text-align: center;
}
.main_contents nav.em_de .side_menu_area #em_number_select select::-ms-expand {
  display: none;
}
.main_contents nav.em_de .side_menu_area #em_number_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 23px;
  line-height: 1.1em;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 3.5em;
  text-align: center;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.menu_ttl_area {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 104%;
  margin-left: -2%;
}
.menu_ttl_area .sub_ttl {
  width: 100%;
  font-size: 14px;
  background: #333;
  color: #fff;
  padding: 2px;
  text-align: center;
}

.back_btn,
.back_btn2 {
  position: fixed;
  margin-top: 12px;
  opacity: 0.8;
  right: 2%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
}
.back_btn img,
.back_btn2 img {
  width: 20px;
  height: 20px;
}

ul {
  list-style: none;
  padding: 0;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label .thumb_img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #008385;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=radio]:checked + label .thumb_img::after {
  content: "VIEW";
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: #008385;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0%;
  left: 0;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}

.cursor__inner {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #008385;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  transition: background 0.2s linear, transform 0.4s ease-out;
}

.cursor.is-hovering .cursor__inner {
  background: #999;
  transform: translate(-50%, -50%) scale(10);
}

#graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: #fafafa;
  z-index: 9999;
}
#graydisplay .close_btn {
  content: "×";
  display: block;
  position: absolute;
  top: 20px;
  right: 2%;
  width: 50px;
  height: 50px;
  color: #333;
  font-size: 50px;
}
#graydisplay .btn-info {
  display: block;
  position: absolute;
  top: 80px;
  left: calc(50% - 40px);
  width: 80px;
  height: 50px;
  color: #333;
  font-size: 15px;
  background: #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 0 4px #ccc;
  opacity: 0.8;
}
#graydisplay .start {
  display: none;
  position: absolute;
  bottom: 70px;
  left: 10%;
  width: 80%;
  padding: 30px 5px;
  background: #333;
  border-radius: 10px;
  opacity: 0.6;
  color: #fff;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
}
#graydisplay .zoom_img {
  width: 98%;
  height: 98%;
}
#graydisplay .zoom_img svg {
  width: 98%;
  height: 98%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}