#cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath {
  max-width: 1216px;
  margin: 20px auto 0 auto;
}

#cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath li a:link, #cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath li a:visited, #cosmo_contents .cosmo_contents-in ol.cosmo_contents-topicpath li a:hover {
  color: #0F82FF;
}

#store_content {
  font-family: noto-sans-cjk-jp,sans-serif;
  position: relative;
  padding-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

#store_content .store_head-lv2 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 20px;
  padding-top: 60px;
}

#store_content .store_head-lv2 .sharelounge_header {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: noto-sans-cjk-jp,sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

#store_content .store_head-lv2 .underline-label {
  display: inline-block;
  font-weight: 100;
  font-size: 20px;
  font-size: 2rem;
  font-family: noto-sans-cjk-jp,sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#store_content .store_head-lv2 .underline-text {
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-weight: normal;
}

#store_content .store_head-lv3 {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 60px;
  margin-bottom: 35px;
}

#store_content .btn_cv_store {
  display: inline-block;
  box-sizing: border-box;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-transition: background 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

#store_content .btn_cv_store:hover {
  background-color: #707070;
}

#store_content .btn_white {
  text-align: center;
  margin: 0;
}

#store_content .btn_white a, #store_content .btn_white button {
  display: inline-block;
  border: 2px solid #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 20px;
  min-width: 340px;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-transition: background 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

#store_content .btn_white a:hover, #store_content .btn_white button:hover {
  color: #000;
  background-color: #F0F0F0;
}

#store_content .btn_white a:nth-child(2), #store_content .btn_white button:nth-child(2) {
  margin-left: 40px;
}

#store_content .btn_slide_black {
  display: inline-block;
  min-height: 40px;
  line-height: 40px;
  position: relative;
  border: 1px solid #000;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  overflow: hidden;
}

#store_content .btn_slide_black a {
  color: #000;
  padding: 0 30px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 2;
}

#store_content .btn_slide_black a:hover {
  color: #FFF;
}

#store_content .btn_slide_black:before {
  content: "";
  width: 130%;
  height: 100%;
  top: 0;
  left: -145%;
  background: #000;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  transform: skewX(-30deg);
  z-index: 1;
}

#store_content .btn_slide_black:hover a {
  color: #FFF;
}

#store_content .btn_slide_black:hover:before {
  left: -15%;
  transform: skewX(-30deg);
}

#store_content .sub-nav {
  background: #000;
  padding: 40px 0;
}

#store_content .sub-nav ul {
  width: 83%;
  font-size: 0;
  margin: 0 auto;
}

#store_content .sub-nav ul li {
  display: inline-block;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  width: 20%;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

#store_content .sub-nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#store_content .sub-nav ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#store_content .sub-nav ul li:last-child {
  border-right: none;
}

#store_content .pop {
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

#store_content .pop .pop_inner {
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}

#store_content .pop.pop_up {
  opacity: 1;
  filter: alpha(opacity=100);
}

#store_content .pop.pop_up .pop_inner {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search_sort_toggle {
  text-align: center;
  padding-top: 30px;
}

.search_sort_toggle #search_sort_switch {
  display: none;
}

.search_sort_toggle label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 1.5em;
  padding-bottom: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  background: url("../images/icon_sort_switch.svg") no-repeat left center;
}

.search_sort_toggle label .open {
  display: none;
}

.search_sort_toggle #search_sort_switch:checked + label {
  background: url("../images/icon_close_blk.svg") no-repeat left center;
}

.search_sort_toggle #search_sort_switch:checked + label .close {
  display: none;
}

.search_sort_toggle #search_sort_switch:checked + label .open {
  display: inline;
}

.search_options {
  position: relative;
  margin: 0 auto 30px auto;
}

.search_options .search_options_tab {
  border-bottom: 2px solid #bebebe;
  padding-top: 30px;
  margin-bottom: 30px;
}

.search_options .search_options_tab ul {
  font-size: 0;
}

.search_options .search_options_tab ul li {
  display: inline-block;
  width: 50%;
  text-align: center;
}

.search_options .search_options_tab ul li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 0 15px 0;
  text-decoration: none;
  border-bottom: 2px solid #FFF;
  color: #bebebe;
}

.search_options .search_options_tab ul li.active a {
  color: #000;
  border-bottom: 4px solid #000;
  margin-bottom: -2px;
}

.search_options .search_freeword {
  display: none;
  position: relative;
  margin: 0 auto 30px auto;
  width: 66%;
}

.search_options .search_freeword input[type="text"] {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 13px 65px 13px 20px;
  border: #F5F5F5;
  background-color: #F5F5F5;
  font-size: 16px;
  font-size: 1.6rem;
}

.search_options .search_freeword input[type="text"]::placeholder {
  color: #ACABAB;
}

.search_options .search_freeword input[type="text"]:valid + .btn_close {
  display: block;
  position: absolute;
  background: url("../images/icon_close.svg") no-repeat center center;
  background-size: 100% cover;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  cursor: pointer;
}

.search_options .search_freeword input[type="text"]:invalid + .btn_close {
  display: none;
}

.search_options .search_freeword input[type="text"]:focus {
  outline-color: #F5F5F5;
  border: #F5F5F5;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.search_options .search_freeword input[type="text"]:focus::placeholder {
  color: #F5F5F5;
}

.search_options .search_freeword.active {
  display: block;
}

.search_options .search_select {
  font-size: 0;
  display: none;
  position: relative;
  width: 66%;
  margin: 0 auto 30px auto;
}

.search_options .search_select select {
  width: 49%;
  color: #000000;
  border: #F5F5F5;
  background: url("../images/icon_arrow_down.svg") no-repeat 95% center #F5F5F5;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 13px 20px;
  margin: 0 1% 0 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  /*&.initial {
	        border: 2px solid $lightGray2;
	      }*/
}

.search_options .search_select select:-ms-expand {
  display: none;
}

.search_options .search_select select option, .search_options .search_select select optgroup {
  color: #000000;
}

.search_options .search_select select:disabled {
  border: #fcfcfc;
  background: url("../images/icon_arrow_down-disable.svg") no-repeat 95% center #fcfcfc;
  color: #bebebe;
}

.search_options .search_select select:last-child {
  margin: 0 0 0 1%;
}

.search_options .search_select.active {
  display: block;
}

.search_options .search_select.result {
  display: block;
  text-align: center;
}

.search_options .search_select .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  top: 0;
}

.search_options .search_sort_toggle {
  text-align: center;
  padding-top: 30px;
}

.search_options .search_sort_toggle #search_sort_switch {
  display: none;
}

.search_options .search_sort_toggle label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 1.5em;
  padding-bottom: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  background: url("../images/icon_sort_switch.svg") no-repeat left center;
}

.search_options .search_sort_toggle label .open {
  display: none;
}

.search_options .search_sort_toggle #search_sort_switch:checked + label {
  background: url("../images/icon_close_blk.svg") no-repeat left center;
}

.search_options .search_sort_toggle #search_sort_switch:checked + label .close {
  display: none;
}

.search_options .search_sort_toggle #search_sort_switch:checked + label .open {
  display: inline;
}

.search_options .search_sort-option {
  position: relative;
  overflow: hidden;
  font-size: 0;
  padding-top: 20px;
  margin: 0 auto;
  width: 66%;
  height: 0;
}

.search_options .search_sort-option .search_sort_main .search_category {
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
}

.search_options .search_sort-option .search_sort_main .search_category:nth-child(odd) {
  padding: 0 15px 40px 0;
}

.search_options .search_sort-option .search_sort_main .search_category:nth-child(even) {
  padding: 0 0 40px 15px;
}

.search_options .search_sort-option .search_sort_sub {
  padding-bottom: 50px;
}

.search_options .search_sort-option h2 {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 15px;
}

.search_options .search_sort-option ul {
  font-size: 0;
}

.search_options .search_sort-option ul li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 1.5em;
  padding-bottom: 15px;
  transition: 0.3s;
}

.search_options .search_sort-option ul li label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.search_options .search_sort-option ul li label:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.search_options .search_sort-option ul li label:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: url("../images/icon_checkbox_off.svg") no-repeat left center;
  background-size: cover;
}

.search_options .search_sort-option ul li input[type="checkbox"] {
  /*vertical-align: baseline;*/
  display: none;
}

.search_options .search_sort-option ul li input[type="checkbox"]:checked + label:before {
  background: url("../images/icon_checkbox_on.svg") no-repeat left center;
}

.search_options .search_sort-option ul li input[type="checkbox"]:disabled + label {
  color: #CFCFCF;
  cursor: default;
}

.search_options .search_sort-option ul li input[type="checkbox"]:disabled + label:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.search_options .search_sort-option ul li input[type="checkbox"]:disabled + label:before {
  background: url("../images/icon_checkbox_na.svg") no-repeat left center;
}

.search_options .search_sort-option .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.7), #fff);
  left: 0;
  top: 0;
  z-index: 10;
}

.search_options .search_sort-option.open {
  height: auto;
}

.search_options .search_sort-option.open .mask {
  display: none;
}

.search_options .search_sort-option.open .search_submit {
  margin-bottom: 30px;
}

.search_options .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  top: 0;
}

.search_submit {
  text-align: center;
}

.search_submit button {
  max-width: 120px;
  padding: 15px 25px 15px 25px;
  margin: 0 auto;
  border: 2px solid #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search_submit button:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.search_submit button:disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.search_submit.search_submit_hidden-service {
  margin-top: 50px;
}
