@charset "UTF-8";

#PR #a2926_color_MWT03JA::after,
#PR #a2926_color_MWRY3JA::after,
#PR #a2926_color_MWT23JA::after,
#PR #a2926_color_MWT13JA::after,
#PR #a2837_color_MWRQ3JA::after,
#PR #a2837_color_MWRP3JA::after,
#PR #a2837_color_MWRT3JA::after,
#PR #a2837_color_MWRR3JA::after {
  content: "※Nano-textureガラス搭載";
  font-size: 10px;
  display: block;
  transform: translateY(-5px);
}

#PR img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#PR ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#PR #product_btn_wrap {
  margin-bottom: 30px;
  padding: 20px 30px;
  background-color: #f3f3f3;
}

@media (max-width: 767px) {
  #PR #product_btn_wrap {
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}

#PR #product_btn_wrap .product_btn_title {
  margin-bottom: 10px;
  font-weight: bold;
}

#PR #product_btn_wrap #product_select {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 35px;
  padding: 0 10px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #cfd0d1;
}

#PR .search_btn_wrap {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

@media (max-width: 500px) {
  #PR .search_btn_wrap {
    flex-direction: column;
    gap: 10px;
  }
}

#PR .search_btn_wrap .stock_search {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 45px;
  min-width: 220px;
  padding: 10px 17px;
  font-size: 13px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #d1d1d1;
}

@media (max-width: 500px) {
  #PR .search_btn_wrap .stock_search {
    width: 100%;
  }
}

#PR .search_btn_wrap .stock_search .check_icon {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #494949;
  border-radius: 2px;
  position: relative;
}

#PR .search_btn_wrap .stock_search.loading {
  pointer-events: none;
  position: relative;
}

#PR .search_btn_wrap .stock_search.loading::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-top-color: transparent;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 10.2em;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  opacity: 0.7;
  animation: circle 1s linear infinite;
  -webkit-animation: circle 1s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

#PR .search_btn_wrap .stock_search.loading::after {
  content: "在庫情報取得中";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

#PR .search_btn_wrap .stock_search.active {
  border: 2px solid #eb5505;
}

#PR .search_btn_wrap .stock_search.active .check_icon {
  background: #eb5505;
}

#PR .search_btn_wrap .stock_search.active .check_icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: rotate(-45deg) translateX(-64%);
}

#PR .search_btn_wrap .device_category_search_wrap {
  display: inline-block;
  position: relative;
}

#PR .search_btn_wrap .device_category_search_wrap .device_category_search {
  display: none;
  gap: 7px;
  align-items: center;
  min-height: 45px;
  min-width: 220px;
  padding: 4px 17px;
  font-size: 13px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #d1d1d1;
}

@media (max-width: 500px) {
  #PR .search_btn_wrap .device_category_search_wrap .device_category_search {
    width: 100%;
  }
}

#PR .search_btn_wrap .device_category_search_wrap .device_category_search img {
  flex-shrink: 0;
  width: 20px;
}

#PR .search_btn_wrap .device_category_search_wrap.active::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 21px solid #d1d1d1;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}

#PR .search_btn_wrap .device_category_search_wrap.active::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(100% + 11px);
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 25px solid #fff;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
}

#PR .search_btn_wrap .device_category_search_wrap.active .device_category_search {
  border: 2px solid #eb5505;
}

#PR #product_view_wrap .stock_hidden {
  display: none !important;
}

#PR #product_view_wrap.stock_search_on .stock_check_flag_on {
  display: none !important;
}

#PR .search_form_wrap {
  position: relative;
  z-index: 1;
}

#PR .search_form_wrap .search_form {
  display: none;
  margin-bottom: 30px;
  padding: 20px 30px;
  border: 1px solid #ccc;
  position: relative;
}

@media (max-width: 767px) {
  #PR .search_form_wrap .search_form {
    margin-bottom: 20px;
    padding: 20px;
  }
}

#PR .search_form_wrap .search_form.active {
  display: block;
}

#PR .search_form_wrap .search_form hr {
  margin: 10px 0;
  border: none;
  border-bottom: 1px solid #ccc;
}

#PR .search_form_wrap .search_form .close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  right: 7px;
  font-weight: bold;
  color: #fff;
  background-color: #777;
  border: 1px solid #ccc;
  border-radius: 50%;
}

#PR .search_form_wrap .search_form .search_form_title {
  margin-bottom: 10px;
  font-weight: bold;
}

#PR .search_form_wrap .search_form .radio_form_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

@media (max-width: 660px) {
  #PR .search_form_wrap .search_form .radio_form_wrap {
    gap: 5px 20px;
  }
}

@media (max-width: 660px) {
  #PR .search_form_wrap .search_form .radio_form_wrap .radio_form {
    width: calc(50% - 15px);
    font-size: 14px;
  }
}

#PR .search_form_wrap .search_form .radio_form_wrap .radio_form label {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-weight: normal;
  cursor: pointer;
}

#PR .search_form_wrap .search_form .radio_form_wrap .radio_form input[type=radio] {
  accent-color: #eb5505;
  cursor: pointer;
}

#PR .search_form_wrap .search_form .search_form_btn {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 20px auto 0;
  padding: 9px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  border: 1px solid #ccc;
}

#PR #product_view_smartphone #tbody_smartphone tr {
  display: none;
}

#PR #product_view_smartphone.all #tbody_smartphone tr {
  display: table-row;
}

#PR #product_view_smartphone.pixel_only #tbody_smartphone tr.pixel {
  display: table-row;
}

#PR #product_view_smartphone.galaxy_only #tbody_smartphone tr.galaxy {
  display: table-row;
}

#PR #product_view_smartphone.xperia_only #tbody_smartphone tr.xperia {
  display: table-row;
}

#PR #product_view_au_certified #tbody_au_certified tr {
  display: none;
}

#PR #product_view_au_certified.maker_all.rank_all #tbody_au_certified tr {
  display: table-row;
}

#PR #product_view_au_certified.maker_all.rank_au_certified #tbody_au_certified tr.au_certified.iphone,
#PR #product_view_au_certified.maker_all.rank_au_certified #tbody_au_certified tr.au_certified.android {
  display: table-row;
}

#PR #product_view_au_certified.maker_all.rank_au_certified_plus #tbody_au_certified tr.au_certified_plus.iphone,
#PR #product_view_au_certified.maker_all.rank_au_certified_plus #tbody_au_certified tr.au_certified_plus.android {
  display: table-row;
}

#PR #product_view_au_certified.maker_all.rank_au_certified_premium #tbody_au_certified tr.au_certified_premium.iphone,
#PR #product_view_au_certified.maker_all.rank_au_certified_premium #tbody_au_certified tr.au_certified_premium.android {
  display: table-row;
}

#PR #product_view_au_certified.maker_iphone.rank_all #tbody_au_certified tr.iphone.au_certified,
#PR #product_view_au_certified.maker_iphone.rank_all #tbody_au_certified tr.iphone.au_certified_plus,
#PR #product_view_au_certified.maker_iphone.rank_all #tbody_au_certified tr.iphone.au_certified_premium {
  display: table-row;
}

#PR #product_view_au_certified.maker_iphone.rank_au_certified #tbody_au_certified tr.iphone.au_certified {
  display: table-row;
}

#PR #product_view_au_certified.maker_iphone.rank_au_certified_plus #tbody_au_certified tr.iphone.au_certified_plus {
  display: table-row;
}

#PR #product_view_au_certified.maker_iphone.rank_au_certified_premium #tbody_au_certified tr.iphone.au_certified_premium {
  display: table-row;
}

#PR #product_view_au_certified.maker_android.rank_all #tbody_au_certified tr.android.au_certified,
#PR #product_view_au_certified.maker_android.rank_all #tbody_au_certified tr.android.au_certified_plus,
#PR #product_view_au_certified.maker_android.rank_all #tbody_au_certified tr.android.au_certified_premium {
  display: table-row;
}

#PR #product_view_au_certified.maker_android.rank_au_certified #tbody_au_certified tr.android.au_certified {
  display: table-row;
}

#PR #product_view_au_certified.maker_android.rank_au_certified_plus #tbody_au_certified tr.android.au_certified_plus {
  display: table-row;
}

#PR #product_view_au_certified.maker_android.rank_au_certified_premium #tbody_au_certified tr.android.au_certified_premium {
  display: table-row;
}

#PR #product_view_wrap {
  min-height: 165px;
  position: relative;
}

@media (max-width: 767px) {
  #PR #product_view_wrap {
    min-height: 140px;
  }
}

#PR #product_view_wrap .no_data_text {
  height: 165px;
  padding: 100px 10px 0;
  font-size: 14px;
  text-align: center;
  color: #eb5505;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  #PR #product_view_wrap .no_data_text {
    height: 140px;
    padding: 83px 10px 0;
    font-size: 12px;
  }
}

#PR .product_view {
  display: none;
  height: 170px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#PR .product_view::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 3;
}

#PR .product_view::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 4px solid #eb5505;
  border-top-color: transparent;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: circle 1s linear infinite;
  animation: circle 1s linear infinite;
  z-index: 4;
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

#PR .product_view.active {
  display: block;
}

#PR .product_view.view_loading_complete {
  height: auto;
  overflow: visible;
}

#PR .product_view.view_loading_complete::before,
#PR .product_view.view_loading_complete::after {
  content: none;
}

#PR table {
  width: 100%;
  font-size: 14px;
}

@media (max-width: 767px) {
  #PR table {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  #PR table {
    font-size: 10px;
  }
}

#PR table thead tr {
  background: #eee;
}

#PR table thead th {
  padding: 10px;
}

@media (max-width: 767px) {
  #PR table thead th {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  #PR table thead th {
    font-size: 10px;
  }
}

#PR table thead .table_head_name {
  width: 45%;
}

@media (max-width: 979px) {
  #PR table thead .table_head_name {
    width: 35%;
  }
}

@media (max-width: 767px) {
  #PR table thead .table_head_name {
    width: auto;
  }
}

#PR table thead .table_head_capacity {
  width: 140px;
}

@media (max-width: 767px) {
  #PR table thead .table_head_capacity {
    width: auto;
  }
}

@media (max-width: 500px) {
  #PR table thead .table_head_color {
    width: 25%;
  }
}

#PR table th,
#PR table td {
  padding: 16px 20px;
  border: 1px solid #ccc;
}

@media (max-width: 767px) {

  #PR table th,
  #PR table td {
    padding: 15px 10px;
  }
}

@media (max-width: 500px) {

  #PR table th,
  #PR table td {
    padding: 10px 7px;
  }
}

#PR .table_tbody_name a {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-left: 15px;
  font-size: 18px;
  color: #333;
}

@media (max-width: 979px) {
  #PR .table_tbody_name a {
    flex-direction: column;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  #PR .table_tbody_name a {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  #PR .table_tbody_name a {
    font-size: 13px;
  }
}

#PR .table_tbody_name a:hover {
  color: #333;
  text-decoration: none;
}

@media (min-width: 768px) {
  #PR .table_tbody_name a p {
    position: relative;
  }

  #PR .table_tbody_name a p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #666;
    transition: width 0.3s;
  }

  #PR .table_tbody_name a:hover p::after {
    width: 100%;
  }
}

#PR .table_tbody_name a img {
  flex-shrink: 0;
  width: 32%;
  max-width: 120px;
}

@media (max-width: 979px) {
  #PR .table_tbody_name a img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #PR .table_tbody_name a img {
    max-width: 100px;
  }
}

#PR .table_tbody_name a .product_title {
  display: flex;
  gap: 10px;
}

#PR .table_tbody_name a .product_title::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 0.45em;
  border-top: solid 2px #eb5505;
  border-right: solid 2px #eb5505;
  transform: rotate(45deg);
}

@media (max-width: 979px) {
  #PR .table_tbody_name a .product_title {
    text-align: center;
  }
}

@media (max-width: 500px) {
  #PR .table_tbody_name a .product_title {
    gap: 5px;
  }

  #PR .table_tbody_name a .product_title::before {
    width: 7px;
    height: 7px;
  }
}

#PR .capacity_list {
  text-align: center;
}

#PR .capacity_list .capacity_btn_wrap .capacity_btn {
  width: 90px;
  margin: 5px 0;
  padding: 12px 10px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 0;
}

@media (max-width: 600px) {
  #PR .capacity_list .capacity_btn_wrap .capacity_btn {
    width: 75px;
    padding: 10px;
  }
}

@media (max-width: 500px) {
  #PR .capacity_list .capacity_btn_wrap .capacity_btn {
    width: 60px;
  }
}

#PR .capacity_list .capacity_btn_wrap .capacity_btn.active {
  border: 2px solid #eb5505;
  color: #eb5505;
}

#PR .color_list {
  display: none;
}

#PR .color_list.active {
  display: block;
}

#PR .color_list .color .color_inner {
  display: flex;
  gap: 5px;
  margin: 5px 0;
  padding: 8px 0;
}

#PR .color_list .color .color_code_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid rgb(209, 209, 209);
  transform: translateY(-0.1em);
}

#PR .color_list .color .color_code_wrap .color_code {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

@media (max-width: 500px) {
  #PR .color_list .color .color_code_wrap {
    width: 15px;
    height: 15px;
  }

  #PR .color_list .color .color_code_wrap .color_code {
    width: 11px;
    height: 11px;
  }
}

#PR .stock_status_list {
  display: none;
}

#PR .stock_status_list.active {
  display: block;
}

#PR .stock_status_list .stock_status {
  text-align: center;
}

#PR .stock_status_list .stock_status .status {
  display: inline-block;
  width: 110px;
  min-height: 35px;
  margin: 5px 0;
  padding: 8px;
  text-align: center;
  color: #333;
  background-color: #D1D1D1;
  position: relative;
}

@media (max-width: 600px) {
  #PR .stock_status_list .stock_status .status {
    width: 90px;
  }
}

@media (max-width: 500px) {
  #PR .stock_status_list .stock_status .status {
    width: 62px;
    min-height: 25px;
    padding: 6px 3px;
  }
}

#PR .stock_status_list .stock_status .status::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 4px solid #eb5505;
  border-top-color: transparent;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: circle 1s linear infinite;
  -webkit-animation: circle 1s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

#PR .stock_status_list .stock_status.loading_complete .status::after {
  content: none;
}

#PR .stock_status_list .stock_status.in_stock .status {
  color: #fff;
  background-color: #eb5505;
}

#PR .stock_status_list .stock_status.out_of_stock .status {
  color: #333;
  background-color: #D1D1D1;
}

#PR .stock_status_list .stock_status.subtle .status {
  color: #333;
  background-color: transparent;
  border: 1px solid #707070;
}

#PR .stock_status_list .stock_status.reserve .status {
  color: #eb5505;
  background-color: transparent;
  border: 1px solid #eb5505;
}

#PR .stock_status_list .stock_status.sales_suspended .status {
  color: #fff;
  background-color: #777;
}

#PR .stock_status_list .stock_status.end_of_sale .status,
#PR .stock_status_list .stock_status.sold_out .status {
  color: #EB5505;
  background-color: transparent;
  border: 1px solid #707070;
}

#PR .stock_status_list .stock_status.cancel .status {
  color: #FF0000;
  background-color: #FEF0EF;
}

#PR .stock_status_list .stock_status.stock_hidden .status::after {
  content: "";
}