/* ---- common ---- */
.dws {
  position: relative;
}

.dws .tn_place {
  margin-top: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dws .tn_place .text {
  padding-left: 29px;
  text-decoration: underline;
  cursor: pointer;
  background-image: url("../../img/help.png");
  background-repeat: no-repeat;
  background-size: 20px, 20px;
}

@media screen and (max-width: 767px) {
  .dws .tn_place {
    margin-top: 32px;
  }
  .dws .tn_place .text {
    padding-top: 3px;
    background-image: url("../../img/sp/help.png");
  }
}

.dws.loading {
  visibility: hidden;
}

/* ---- /common ---- */
/* ---- search ---- */
.dws .tn_search_view {
  padding-bottom: 74px;
}

.dws .tn_search_view .section_title {
  padding-bottom: 36px;
}

.dws .tn_search_view .section_title .lines {
  padding-top: 75px;
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  color: #0756c2;
}

.dws .tn_search_view .section_title .note {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
  display: block;
  color: #0756c2;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .dws .tn_search_view .section_title {
    padding-bottom: 31px;
  }
  .dws .tn_search_view .section_title .lines {
    padding-top: 39px;
    font-size: 20px;
  }
  .dws .tn_search_view .section_title .lines .line {
    display: block;
    margin-top: 10px;
  }
  .dws .tn_search_view .section_title .lines .line:first-child {
    margin-top: 0;
  }
  .dws .tn_search_view .section_title .note {
    padding-top: 11px;
  }
}

.dws .tn_search_view .tn_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dws .tn_search_view .tn_input .type_name {
  box-sizing: content-box;
  padding: 0 17px 0 17px;
  width: 457px;
  height: 46px;
  font-size: 16px;
  color: #333;
  display: block;
  border: 2px solid #bcbcbc;
  border-radius: 25px;
}

.dws .tn_search_view .tn_input .type_name::-webkit-input-placeholder {
  color: #9b9b9b;
}

.dws .tn_search_view .tn_input .type_name:-ms-input-placeholder {
  color: #9b9b9b;
}

.dws .tn_search_view .tn_input .type_name::-ms-input-placeholder {
  color: #9b9b9b;
}

.dws .tn_search_view .tn_input .type_name::placeholder {
  color: #9b9b9b;
}

.dws .tn_search_view .tn_input .error {
  display: none;
}

.dws .tn_search_view .tn_input .search_btn {
  box-sizing: content-box;
  margin-left: 10px;
  padding-top: 17px;
  width: 124px;
  height: 33px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
  cursor: pointer;
  border-radius: 25px;
  background-color: #fcd532;
  -webkit-box-shadow: 3.536px 3.536px 9px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 3.536px 3.536px 9px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .dws .tn_search_view .tn_input .search_btn {
    padding-top: 17.5px;
    width: 290px;
    height: 32.5px;
    font-size: 14px;
    line-height: 1.0;
    border-radius: 50px;
    -webkit-box-shadow: 1.768px 1.768px 4.5px 0.5px rgba(0, 0, 0, 0.1);
            box-shadow: 1.768px 1.768px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  }
}

.dws .tn_search_view .tn_input .search_btn:hover {
  opacity: 0.6;
}

.dws .tn_search_view .tn_input.error .error {
  padding-left: 21px;
  padding-top: 15px;
  display: block;
  font-size: 16px;
  color: #e60012;
}

@media screen and (max-width: 767px) {
  .dws .tn_search_view {
    padding-bottom: 40px;
  }
  .dws .tn_search_view .tn_input {
    display: block;
  }
  .dws .tn_search_view .tn_input .type_name_w {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 22px;
    width: 290px;
  }
  .dws .tn_search_view .tn_input .type_name_w .type_name {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 290px;
    height: 50px;
  }
  .dws .tn_search_view .tn_input .search_btn {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .dws .tn_search_view .tn_input .search_btn:hover {
    opacity: 1.0;
  }
  .dws .tn_search_view .tn_input.error .type_name_w {
    padding-bottom: 0;
  }
  .dws .tn_search_view .tn_input.error .error {
    width: 290px;
    padding-left: 0;
    padding-top: 13px;
    padding-bottom: 16px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dws .tn_search_view .tn_input.error .error .line {
    text-align: center;
    display: block;
  }
  .dws .tn_search_view .tn_input.error .error .line2 {
    padding-top: 4px;
  }
}

.dws .other_search_view {
  display: none;
  min-width: 780px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.dws .other_search_view .section_title {
  padding-top: 69px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  color: #0756c2;
}

@media screen and (max-width: 767px) {
  .dws .other_search_view .section_title {
    font-size: 20px;
  }
  .dws .other_search_view .section_title .line {
    display: block;
    margin-top: 10px;
  }
  .dws .other_search_view .section_title .line:first-child {
    margin-top: 0;
  }
}

.dws .other_search_view .guide {
  margin-top: 9px;
  font-size: 16px;
  text-align: center;
}

.dws .other_search_view .sel {
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  border-bottom: 1px solid #d7d7d7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dws .other_search_view .sel .title {
  width: 241px;
}

.dws .other_search_view .sel .title .item {
  font-size: 28px;
  font-weight: bold;
  color: #0756c2;
}

.dws .other_search_view .sel .title .text {
  font-size: 18px;
  font-weight: bold;
}

.dws .other_search_view .sel .item_list {
  position: relative;
}

.dws .other_search_view .sel .item_list .item {
  position: absolute;
  cursor: pointer;
}

.dws .other_search_view .sel .item_list .item:nth-child(1) {
  left: 0;
}

.dws .other_search_view .sel .item_list .item:nth-child(2) {
  left: 143px;
}

.dws .other_search_view .sel .item_list .item:nth-child(3) {
  left: 284px;
}

.dws .other_search_view .sel .item_list .item:nth-child(4) {
  left: 426px;
}

.dws .other_search_view .sel .item_list .btn {
  width: 120px;
  height: 120px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: 120px 120px;
  background-repeat: no-repeat;
}

.dws .other_search_view .sel .item_list .btn:hover {
  opacity: 0.6;
}

.dws .other_search_view .sel .item_list .w_45 {
  background-image: url("../img/btn_w_45.png");
}

.dws .other_search_view .sel .item_list .w_45[data-selected="true"] {
  background-image: url("../img/btn_w_45_on.png");
}

.dws .other_search_view .sel .item_list .w_60 {
  background-image: url("../img/btn_w_60.png");
}

.dws .other_search_view .sel .item_list .w_60[data-selected="true"] {
  background-image: url("../img/btn_w_60_on.png");
}

.dws .other_search_view .sel .item_list .w_none {
  background-image: url("../img/btn_w_none.png");
}

.dws .other_search_view .sel .item_list .w_none[data-selected="true"] {
  background-image: url("../img/btn_w_none_on.png");
}

.dws .other_search_view .sel .item_list .t_slide {
  background-image: url("../img/btn_t_slide.png");
}

.dws .other_search_view .sel .item_list .t_slide[data-selected="true"] {
  background-image: url("../img/btn_t_slide_on.png");
}

.dws .other_search_view .sel .item_list .t_front {
  background-image: url("../img/btn_t_front.png");
}

.dws .other_search_view .sel .item_list .t_front[data-selected="true"] {
  background-image: url("../img/btn_t_front_on.png");
}

.dws .other_search_view .sel .item_list .t_top {
  background-image: url("../img/btn_t_top.png");
}

.dws .other_search_view .sel .item_list .t_top[data-selected="true"] {
  background-image: url("../img/btn_t_top_on.png");
}

.dws .other_search_view .sel .item_list .t_none {
  background-image: url("../img/btn_t_none.png");
}

.dws .other_search_view .sel .item_list .t_none[data-selected="true"] {
  background-image: url("../img/btn_t_none_on.png");
}

.dws .other_search_view .width_sel {
  height: 151px;
  margin-top: 55px;
}

.dws .other_search_view .width_sel .title {
  padding-top: 35px;
}

.dws .other_search_view .type_sel {
  height: 152px;
  margin-top: 40px;
}

.dws .other_search_view .type_sel .title {
  padding-top: 35px;
}

.dws .other_search_view .maker_sel {
  height: 121px;
  margin-top: 71px;
}

.dws .other_search_view .maker_sel .pd_makers {
  height: 46px;
  border: 2px solid #bcbcbc;
  border-radius: 25px;
  background-color: #fff;
  background-image: url("../../img/pd_arrow.png");
  background-repeat: no-repeat;
  background-size: 37px, 37px;
  background-position: right 5px top 4px;
}

.dws .other_search_view .maker_sel .pd_makers select {
  padding-left: 25px;
  padding-right: 50px;
  padding-top: 0;
  width: 392px;
  height: 48px;
  font-size: 16px;
  color: #333333;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.dws .other_search_view .maker_sel .pd_makers:hover {
  opacity: 0.6;
}

.dws .other_search_view .search_btn {
  padding-top: 34px;
  padding-bottom: 70px;
}

.dws .other_search_view .search_btn .btn {
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  width: 265px;
  height: 33px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
  cursor: pointer;
  border-radius: 25px;
  background-color: #fcd532;
  -webkit-box-shadow: 3.536px 3.536px 9px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 3.536px 3.536px 9px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .dws .other_search_view .search_btn .btn {
    padding-top: 17.5px;
    width: 200px;
    height: 32.5px;
    font-size: 14px;
    line-height: 1.0;
    border-radius: 50px;
    -webkit-box-shadow: 1.768px 1.768px 4.5px 0.5px rgba(0, 0, 0, 0.1);
            box-shadow: 1.768px 1.768px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  }
}

.dws .other_search_view .search_btn .btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .dws .other_search_view {
    min-width: 0;
  }
  .dws .other_search_view .section_title {
    padding-top: 59px;
  }
  .dws .other_search_view .guide {
    margin-top: 6px;
    font-size: 14px;
  }
  .dws .other_search_view .guide .line {
    display: block;
  }
  .dws .other_search_view .guide .line:nth-child(2) {
    margin-top: 4px;
  }
  .dws .other_search_view .sel {
    padding-bottom: 21px;
    width: 290px;
    display: block;
  }
  .dws .other_search_view .sel .title {
    width: auto;
    text-align: center;
  }
  .dws .other_search_view .sel .title .item {
    font-size: 21px;
  }
  .dws .other_search_view .sel .title .text {
    font-size: 16px;
  }
  .dws .other_search_view .sel .item_list {
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .dws .other_search_view .sel .item_list .item {
    position: relative;
    width: 145px;
    height: 139px;
    margin-bottom: 11px;
  }
  .dws .other_search_view .sel .item_list .item:nth-child(1) {
    left: auto;
  }
  .dws .other_search_view .sel .item_list .item:nth-child(2) {
    left: auto;
  }
  .dws .other_search_view .sel .item_list .item:nth-child(3) {
    left: auto;
  }
  .dws .other_search_view .sel .item_list .item:nth-child(4) {
    left: auto;
  }
  .dws .other_search_view .sel .item_list .item .btn {
    position: absolute;
  }
  .dws .other_search_view .sel .item_list .item:nth-child(2n+1) .btn {
    left: 7px;
  }
  .dws .other_search_view .sel .item_list .item:nth-child(2n) .btn {
    left: 7px;
  }
  .dws .other_search_view .sel .item_list .btn {
    width: 139px;
    height: 139px;
    background-size: 139px 139px;
  }
  .dws .other_search_view .sel .item_list .btn:hover {
    opacity: 1.0;
  }
  .dws .other_search_view .sel .item_list .w_45 {
    background-image: url("../img/sp/btn_w_45.png");
  }
  .dws .other_search_view .sel .item_list .w_60 {
    background-image: url("../img/sp/btn_w_60.png");
  }
  .dws .other_search_view .sel .item_list .w_none {
    background-image: url("../img/sp/btn_w_none.png");
  }
  .dws .other_search_view .sel .item_list .t_slide {
    background-image: url("../img/sp/btn_t_slide.png");
  }
  .dws .other_search_view .sel .item_list .t_front {
    background-image: url("../img/sp/btn_t_front.png");
  }
  .dws .other_search_view .sel .item_list .t_top {
    background-image: url("../img/sp/btn_t_top.png");
  }
  .dws .other_search_view .sel .item_list .t_none {
    background-image: url("../img/sp/btn_t_none.png");
  }
  .dws .other_search_view .width_sel {
    margin-top: 6px;
    height: auto;
  }
  .dws .other_search_view .type_sel {
    height: auto;
    margin-top: 4px;
  }
  .dws .other_search_view .type_sel .item_list {
    margin-top: 25px;
  }
  .dws .other_search_view .maker_sel {
    margin-top: 37px;
    padding-bottom: 27px;
  }
  .dws .other_search_view .maker_sel .pd_makers {
    margin-top: 23px;
    width: 286px;
  }
  .dws .other_search_view .maker_sel .pd_makers select {
    width: 286px;
  }
  .dws .other_search_view .maker_sel .pd_makers:hover {
    opacity: 1.0;
  }
  .dws .other_search_view .search_btn {
    padding-top: 29px;
  }
  .dws .other_search_view .search_btn .btn:hover {
    opacity: 1.0;
  }
}

/* ---- /search ---- */
/* ---- result ---- */
.dws .result_view .section_title {
  padding-top: 75px;
  padding-bottom: 40px;
}

.dws .result_view .section_title .lines {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  color: #0756c2;
}

@media screen and (max-width: 767px) {
  .dws .result_view .section_title {
    padding-top: 40px;
  }
  .dws .result_view .section_title .lines {
    font-size: 20px;
  }
  .dws .result_view .section_title .lines .line {
    display: block;
    margin-top: 10px;
  }
  .dws .result_view .section_title .lines .line:first-child {
    margin-top: 0;
  }
}

.dws .result_view .num_of_items {
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  max-width: 954px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .dws .result_view .num_of_items {
    padding-left: 16px;
    padding-top: 3px;
    width: 100%;
    height: 77px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url("../../img/sp/slide_guide.png");
    background-size: 107px 51.5px;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

.dws .result_view .products {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 954px;
}

.dws .result_view .products .pd_list {
  border-collapse: collapse;
}

.dws .result_view .products .pd_list .header th {
  height: 53px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #f4f4f4;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.dws .result_view .products .pd_list .items td {
  height: 72px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #d7d7d7;
}

.dws .result_view .products .pd_list .tn {
  width: 174px;
}

.dws .result_view .products .pd_list .tn a {
  font-weight: bold;
  color: #0756c2;
}

.dws .result_view .products .pd_list .tn .na {
  font-weight: bold;
  color: #0756c2;
  cursor: pointer;
}

.dws .result_view .products .pd_list .mk {
  width: 139px;
}

.dws .result_view .products .pd_list .wd {
  width: 102px;
}

.dws .result_view .products .pd_list .tp {
  width: 182px;
}

.dws .result_view .products .pd_list .dt {
  width: 140px;
}

.dws .result_view .products .pd_list .os {
  width: 217px;
}

@media screen and (max-width: 767px) {
  .dws .result_view .products {
    margin-top: 9px;
    margin-left: 0;
    padding-left: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: scroll;
  }
  .dws .result_view .products .pd_list {
    width: 666px;
  }
  .dws .result_view .products .pd_list .header th {
    height: 49px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e7e7e7;
  }
  .dws .result_view .products .pd_list .items td {
    padding-left: 10px;
    padding-right: 10px;
    height: 49px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #e7e7e7;
  }
  .dws .result_view .products .pd_list .tn {
    width: 104px;
  }
  .dws .result_view .products .pd_list .mk {
    width: 75px;
  }
  .dws .result_view .products .pd_list .wd {
    width: 45px;
  }
  .dws .result_view .products .pd_list .tp {
    width: 109px;
  }
  .dws .result_view .products .pd_list .dt {
    width: 86px;
  }
  .dws .result_view .products .pd_list .os {
    width: 127px;
  }
}

.dws .result_view .pd_list_guide {
  display: none;
}

.dws .result_view .back_btn_area {
  margin-top: 64px;
  padding-top: 40px;
  height: 91px;
  background-color: #f5f5f5;
  box-sizing: content-box;
}

.dws .result_view .back_btn_area .back_to_top_btn {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 17px;
  padding-left: 87px;
  width: 213px;
  height: 33px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0;
  cursor: pointer;
  border-radius: 25px;
  background-color: #fff;
  background-image: url("../../img/back_btn_arrow.png");
  background-repeat: no-repeat;
  background-size: 7px, 13px;
  background-position: 58px, 20px;
  -webkit-box-shadow: 3.536px 3.536px 9px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 3.536px 3.536px 9px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .dws .result_view .back_btn_area .back_to_top_btn {
    padding-left: 81px;
    padding-top: 18.5px;
    width: 207px;
    height: 31.5px;
    font-size: 14px;
    line-height: 1.0;
    border-radius: 50px;
    background-image: url("../../img/sp/back_btn_arrow.png");
    background-size: 5.25px, 10.25px;
    background-position: 53px, 20px;
    -webkit-box-shadow: 1.768px 1.768px 4.5px 0.5px rgba(0, 0, 0, 0.1);
            box-shadow: 1.768px 1.768px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  }
}

.dws .result_view .back_btn_area .back_to_top_btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .dws .result_view .back_btn_area {
    padding-top: 30px;
    margin-top: 30px;
    height: 80px;
  }
  .dws .result_view .back_btn_area .back_to_top_btn:hover {
    opacity: 1.0;
  }
}

/* ---- /result ---- */
/* ---- search error view ---- */
.dws .search_error_view .section_title {
  padding-top: 75px;
  padding-bottom: 9px;
}

.dws .search_error_view .section_title .lines {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  color: #0756c2;
}

.dws .search_error_view .section_title .note {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
  display: block;
  color: #0756c2;
}

@media screen and (max-width: 767px) {
  .dws .search_error_view .section_title {
    padding-top: 40px;
    font-size: 20px;
  }
  .dws .search_error_view .section_title .line {
    display: block;
    margin-top: 10px;
  }
  .dws .search_error_view .section_title .line:first-child {
    margin-top: 0;
  }
}

.dws .search_error_view .message {
  padding-top: 42px;
  padding-bottom: 16px;
}

.dws .search_error_view .message .lines {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  color: #0756c2;
}

@media screen and (max-width: 767px) {
  .dws .search_error_view .message {
    padding-top: 40px;
    font-size: 20px;
  }
  .dws .search_error_view .message .line {
    display: block;
    margin-top: 10px;
  }
  .dws .search_error_view .message .line:first-child {
    margin-top: 0;
  }
}

.dws .search_error_view .tn_place {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .dws .search_error_view .tn_place {
    margin-top: 29px;
  }
}

.dws .search_error_view .back_btn_area {
  margin-top: 58px;
  padding-top: 40px;
  height: 91px;
  background-color: #f5f5f5;
  box-sizing: content-box;
}

.dws .search_error_view .back_btn_area .back_to_top_btn {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 17px;
  padding-left: 87px;
  width: 213px;
  height: 33px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0;
  cursor: pointer;
  border-radius: 25px;
  background-color: #fff;
  background-image: url("../../img/back_btn_arrow.png");
  background-repeat: no-repeat;
  background-size: 7px, 13px;
  background-position: 58px, 20px;
  -webkit-box-shadow: 3.536px 3.536px 9px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 3.536px 3.536px 9px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .dws .search_error_view .back_btn_area .back_to_top_btn {
    padding-left: 81px;
    padding-top: 18.5px;
    width: 207px;
    height: 31.5px;
    font-size: 14px;
    line-height: 1.0;
    border-radius: 50px;
    background-image: url("../../img/sp/back_btn_arrow.png");
    background-size: 5.25px, 10.25px;
    background-position: 53px, 20px;
    -webkit-box-shadow: 1.768px 1.768px 4.5px 0.5px rgba(0, 0, 0, 0.1);
            box-shadow: 1.768px 1.768px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  }
}

.dws .search_error_view .back_btn_area .back_to_top_btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .dws .search_error_view .back_btn_area {
    margin-top: 43px;
    padding-top: 30px;
    height: 81px;
  }
  .dws .search_error_view .back_btn_area .back_to_top_btn:hover {
    opacity: 1.0;
  }
}

/* ---- /search error view ---- */
/* ---- no matched products view ---- */
.dws .no_matched_products_view .section_title {
  padding-top: 75px;
  padding-bottom: 9px;
}

.dws .no_matched_products_view .section_title .lines {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  color: #0756c2;
}

@media screen and (max-width: 767px) {
  .dws .no_matched_products_view .section_title {
    padding-top: 40px;
    font-size: 20px;
  }
  .dws .no_matched_products_view .section_title .line {
    display: block;
    margin-top: 10px;
  }
  .dws .no_matched_products_view .section_title .line:first-child {
    margin-top: 0;
  }
}

.dws .no_matched_products_view .back_btn_area {
  margin-top: 58px;
  padding-top: 40px;
  height: 91px;
  background-color: #f5f5f5;
  box-sizing: content-box;
}

.dws .no_matched_products_view .back_btn_area .back_to_top_btn {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 17px;
  padding-left: 87px;
  width: 213px;
  height: 33px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0;
  cursor: pointer;
  border-radius: 25px;
  background-color: #fff;
  background-image: url("../../img/back_btn_arrow.png");
  background-repeat: no-repeat;
  background-size: 7px, 13px;
  background-position: 58px, 20px;
  -webkit-box-shadow: 3.536px 3.536px 9px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 3.536px 3.536px 9px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .dws .no_matched_products_view .back_btn_area .back_to_top_btn {
    padding-left: 81px;
    padding-top: 18.5px;
    width: 207px;
    height: 31.5px;
    font-size: 14px;
    line-height: 1.0;
    border-radius: 50px;
    background-image: url("../../img/sp/back_btn_arrow.png");
    background-size: 5.25px, 10.25px;
    background-position: 53px, 20px;
    -webkit-box-shadow: 1.768px 1.768px 4.5px 0.5px rgba(0, 0, 0, 0.1);
            box-shadow: 1.768px 1.768px 4.5px 0.5px rgba(0, 0, 0, 0.1);
  }
}

.dws .no_matched_products_view .back_btn_area .back_to_top_btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .dws .no_matched_products_view .back_btn_area {
    margin-top: 43px;
    padding-top: 30px;
    height: 81px;
  }
  .dws .no_matched_products_view .back_btn_area .back_to_top_btn:hover {
    opacity: 1.0;
  }
}

/* ---- /no matched products view ---- */
/* ---- tn place ---- */
.dws .tn_place_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.dws .tn_place_popup .content {
  width: 756px;
  height: 358px;
  background-image: url("../../img/type_name_place.png");
  background-size: 756px 358px;
  background-repeat: no-repeat;
}

.dws .tn_place_popup .content .close_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .dws .tn_place_popup .content {
    width: 305.5px;
    height: 412px;
    background-image: url("../../img/sp/type_name_place.png");
    background-size: 305.5px 412px;
  }
  .dws .tn_place_popup .content .close_btn {
    position: absolute;
    left: 261px;
    top: 1px;
    display: block;
    width: 39px;
    height: 39px;
    opacity: 0;
  }
}

/* ---- /tn place ---- */
.result_view {
  display: none;
}

.search_error_view {
  display: none;
}

.no_matched_products_view {
  display: none;
}
