html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}


img {
	vertical-align:top;
	display:block;
	padding:0px;
	margin:0px;
	border: 0px;
	max-width:100%;
}

* {
	-webkit-appearance: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
    list-style:none;
}

a {
	color:#000;
	text-decoration:none;
}

::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track{
	background: #fff;
	border-left: solid 1px #ececec;
}

::-webkit-scrollbar-thumb{
	background: #ddd;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #fff;
}



@media screen and (min-width: 980px){



div#pankuzu {
    padding: 1rem 8rem 1rem;
    background: #f9f9f9;
}div#pankuzu ol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}div#pankuzu ol li a {
    color:#999;
}div#pankuzu ol li:after {
    content: "\002f";
    margin: 0 0.5rem;
}div#pankuzu ol li:last-child:after {
    content: "";
}


div#header_obi {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 1rem;
    background: #c51212;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
}#header_nav{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 48%);
    transition: all 0.6s;
}#header_nav.panelactive{
    left: 0;
}


#header_nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width:100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


div#header_nav_space {
    position: relative;
    width: 40rem;
    height: 100vh;
    background: #fff;
}#header_nav ul {
    padding: 6rem 2vh;
    height: 100vh;
    overflow-y: scroll;
}#header_nav li {
	position: relative;
    padding: 1rem 2rem 1rem 6rem;
    height: 5rem;
    text-align: left;
    line-height: 3.4;
}span.category_icon img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
}span.category_icon {
    width: 4rem;
    height: 4rem;
    border-radius: 10rem;
    overflow: hidden;
    position: absolute;
    left: 0.5rem;
    border: solid 1px #f1f1f1;
}#header_nav li:after {
    content: "";
    background-image: url(https://sb.mira-inc.jp/category_img/right_arrow.svg);
    background-size: cover;
    background-position: center;
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    right: 1rem;
    top: 1.8rem;
}

.openbtn{
	transition: all .8s;
    z-index: 9999;
    left: 0rem;
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    top: 0.5rem;
    position: relative;
}.openbtn.active {
	transition: all .8s;
}.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #232323;
    width: 2rem;
}.openbtn_close {
    transition: all .8s;
    z-index: 9999;
    right: 2rem;
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    top: 0.5rem;
    position: absolute;
}.openbtn_close span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #232323;
    width: 2rem;
}.openbtn span:nth-of-type(1) {
  top:15px; 
}.openbtn span:nth-of-type(2) {
  top:23px;
}.openbtn span:nth-of-type(3) {
  top:31px;
}.openbtn_close span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}.openbtn_close span:nth-of-type(2) {
  opacity: 0;
}.openbtn_close span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


#secret_coupon {
    position: fixed;
    right: 0;
    top: 10rem;
    background: #000;
    color: #fff;
    padding: 1.2rem 0.8rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: bold;
    letter-spacing: 0.2em;
    z-index: 99;
  opacity: 0;
  transition: opacity 0.5s;
}



:root {
  font-size: 1vw;
}

body {
    -webkit-overflow-scrolling: touch;
	font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    font-weight: 400;
    list-style: none;
    color: #000;
    background: #fff;
    line-height: 1.4;
    font-size: 1.1rem;
}


header {
	transition: opacity 0.5s;
    width: 100%;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 3.5rem;
}.sticky-header {
    transition: opacity 0.5s;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}


h1#logo {
	font-family: 'Comfortaa', cursive;
    font-weight: bold;
    color: #000;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    position: absolute;
    left: 40rem;
    margin-top: 0.2rem;
}
ul#header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 3.5rem;
}ul#header_content li {
    margin: 0 0.5rem;
}li.header_cart {
    width: 2rem;
    opacity: 0.8;
}li.header_fav {
    width: 2rem;
    opacity: 0.8;
}li.header_search {
    width: 2rem;
    opacity: 0.8;
    cursor: pointer;
}li.header_user {
    width: 2rem;
    opacity: 0.8;
}


ul#header_category_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem 0;
    overflow-x: scroll;
    border-collapse: collapse;
    white-space: nowrap;
    border-bottom: 1px solid #f1f1f1;
}ul#header_category_list li {
	padding: 0 2rem;
    font-weight: 500;
    font-size: 1.2rem;
}

ul#header_ban {
    width: 96rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem;
}ul#header_ban li {
    width: 20rem;
    margin: 0 1rem;
}

.swiper-container img {
    width: 100%;
}


section#top_content {
    padding: 1rem 6rem;
    margin: 2rem 0 0;
}.content_space {
	padding: 2rem;
    margin: 2rem 0;
}.h2_title_space {
    position: relative;
}.content_h2 {
	font-weight: bold;
    font-size: 2.4rem;
}span.h2_span {
    padding-left: 0.8rem;
    font-size: 2rem;
}.content_h2 small {
    display: block;
    font-size: 1rem;
}a.more {
    position: absolute;
    top: 1rem;
    right: 0;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
}



span.bookmark {
    position: absolute;
    font-size: 1.5rem;
    margin-top: -0.5rem;
    right: 1rem;
    cursor: pointer;
    font-weight: bold;
    color: #999;
}span.bookmark.--fav {
    color: #ff573a;
}


ul.content_item_card_ul_left_slider {
    margin: 0rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 0rem;
    overflow-x: scroll;
}ul.content_item_card_ul_left_slider li {
    position: relative;
    width: 18rem;
    margin-right: 1rem;
    background: #fff;
    padding: 1rem;
}ul.content_item_card_ul_left_slider li:last-child {
    margin-right: 0rem;
}.content_item_card_ul_left_slider_img {
	width: 16rem;
    height: 16rem;
    position: relative;
}ul.content_item_card_ul_left_slider li img {
    width: 16rem;
    height: 16rem;
    object-fit: cover;
}p.item_name_p {
    word-break: break-all;
    margin: 1rem 0;
    font-weight: 500;
    font-size: 1rem;
    width: 15rem;
    height: 2.5rem;
}p.item_name_p a {
    color: #0072eb;
    text-decoration: underline;
}span.time_sale_off {
    position: absolute;
    z-index: 2;
    margin: 0 1rem;
    background: #ffff00;
    padding: 0.5rem 0.5rem 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}span.time_sale_off small {
	display: block;
    font-size: 0.9rem;
}.timer {
    display: block;
    font-size: 1rem;
    font-family: monospace;
    margin-top: 1rem;
    color: #f90000;
}.timer:before {
    content:"\00231a";
    margin-right:0.5rem;
}


s.default_price {
   font-family: 'Roboto', sans-serif;
    color: #999;
    font-size: 0.9rem;
    margin-right: 0.5rem;
}s.default_price:before {
    content:"\00ffe5";
}span.order_price {
   font-family: 'Roboto', sans-serif;
    color: #dd3f00;
    margin-right: 0.5rem;
    font-weight: 600;
    font-size: 1.6rem;
}span.order_price:before {
    content: "\00ffe5";
    font-size: 1.4rem;
}ul.item_card_category {
}ul.item_card_category li {
    margin: 0!important;
    width: 100%;
    padding: 0;
    font-size: 0.8rem;
    font-family: monospace;
    letter-spacing: 0rem;
    color: #929292;
    letter-spacing: -0.1rem;
}ul.item_card_category li:before {
    content: "\0023";
    margin-right: 0.3rem;
}span.get_point {
    display: block;
    color: #d10000;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-family: monospace;
    font-weight: bold;
}


section#sale_content {
    background: #fafafa;
    padding: 1rem 6rem;
}
ul.content_item_card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 2rem -0.5rem 0;
}ul.content_item_card li {
    position: relative;
    margin: 0 0.2rem 0.4rem;
    background: #fff;
    padding: 0.5rem;
}.content_item_card_img {
	    width: 15.25rem;
    overflow: hidden;
}.content_item_card_img img {
	    width: 15.25rem;
    height: 15.3rem;
    object-fit: cover;
}span.order_price.--single_price {
    color: #000;
}



ul.top_pick_up {
    margin: 6rem 6rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}ul.top_pick_up li {
    width: 27rem;
    margin: 0 1rem 2rem;
}ul.top_pick_up {
    margin: 6rem 6rem 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}a.pick_up_a {
    font-size: 0.9rem;
    margin: 0.2rem;
    display: table;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}a.pick_up_a:before {
    content: "\003e\003e  ";
}


section#top_new_item {
    padding: 1rem 6rem;
}
section#top_ranking {
	background: #232323;
    padding: 1rem 6rem;
}.--white {
    color: #fff;
}span.rank {
    position: absolute;
    z-index: 2;
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    color: #fff;
    line-height: 2.2;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
}.--ranking1{
    background: #cfb42d;
}.--ranking2 {
    background: #a5a5a5;
}.--ranking3 {
    background: #857219;
}.--ranking4 {
    background: #494949;
}.--ranking5 {
    background: #000;
}



section#content_top_news {
    padding: 8rem 8rem 8rem 40rem;
    position: relative;
}h2#top_news_h2 {
    font-weight: bold;
    font-size: 2.4rem;
    position: absolute;
    left: 8rem;
}h2#top_news_h2 small {
    display: block;
    font-size: 1rem;
}time.top_news_time {
    position: absolute;
    left: 1rem;
    top: 1.5rem;
   font-family: 'Roboto', sans-serif;
}ul.content_news li {
    padding: 1rem 1rem 1rem 10rem;
    border-bottom: 1px solid #dedede;
    position: relative;
}a.link {
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    color: #666;
}

section#last_view {
    padding: 0 6rem;
}

section#footer_key {
    background: #f9f9f9;
    padding: 4rem 8rem;
}h2.footer_key {
    font-size: 1.2rem;
    font-weight: bold;
}ul.footer_key {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}ul.footer_key li {
    background: #f1f1f1;
    font-size: 0.9rem;
    padding: 0.3rem 1rem;
    border-radius: 10rem;
    margin: 0 0.2rem 0.4rem;
    color: #666;
}




footer {
    padding: 4rem 0;
    text-align: center;
}h4#footer_h4 {
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
    color: #000;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}ul.footer_nav_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 0;
}ul.footer_nav_ul li a {
    font-size: 1rem;
    padding: 0 1rem;
    color: #999;
}ul.footer_nav_other_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 0;
}ul.footer_nav_other_ul li a {
    color: #999;
    font-size: 1rem;
    padding: 0 1rem;
}.copy {
    margin-top: 4rem;
    font-size: 1rem;
    color: #999;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
}


ul.footer_content_ul {
    padding: 6rem 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}ul.footer_content_ul li {
    margin: 0 .5rem;
}h2.footer_content_ul_h2 {
    font-size: 1.4rem;
    font-weight: bold;
    background: #f9f9f9;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}h3.footer_content_ul_h3 {
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0.5rem 1rem;
}p.footer_content_ul_p {
    font-size: 0.96rem;
    margin: 0.5rem 1rem 1.5rem;
}




section#under_content {
	margin: 3rem 8rem 8rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}div#under_content_title {
    margin: 4rem 8rem 0rem;
}div#left {
	width: 17rem;
    height: 88vh;
    overflow-y: scroll;
    position: sticky;
    top: 5rem;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
}div#right {
    width: 66.5rem;
}

h3.left_category_title {
	font-weight: 500;
    position: relative;
    padding: 1rem 0;
    cursor: pointer;
    font-size: 1.2rem;
}h3.left_category_title:after {
    content: "\002b";
    position: absolute;
    right: 1.1rem;
    cursor: pointer;
}h3.left_category_title.active_h3:after {
    content: "\002d";
    position: absolute;
    right: 1.1rem;
    cursor: pointer;
}ul.left_category_list {
	margin-bottom: 1rem;
    display: none;
}li.list_sub_title {
    cursor: pointer;
    position: relative;
    padding: 0.5rem 0;
    font-size: 1rem;
}li.list_sub_title:after {
    content: "\002d";
    position: absolute;
    right: 1.3rem;
    cursor: pointer;
}li.list_sub_title.active_list_sub_title:after {
    content: "\002b";
    position: absolute;
    right: 1.3rem;
    cursor: pointer;
}a.search_link {
	font-size: 0.8rem;
    background: #f1f1f1;
    padding: 0.2rem 0.8rem;
    border-radius: 10rem;
    margin: 0 0.2rem 0.2rem 0;
    display: inline-block;
}li.list_search {
    margin-bottom: 1rem;
}



ul.under_content_item_card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}ul.under_content_item_card li {
    position: relative;
    flex-basis: calc(25% - 0rem);
    margin: 1rem 0rem 2rem;
}



div#search_space {
    margin-left: -0.5rem;
    padding: 1rem;
    border: none;
    margin-bottom: 2rem;
}select#page_search {
    padding: 1rem;
    margin-left: 0.5rem;
    background: #f1f1f1;
    width: 15rem;
    border: none;
}




section#other_content {
    margin: 4rem 8rem 10rem;
}table {
    border-collapse:  collapse;
}tr:nth-child(even) {
    background-color:  #f9f9f9;
}table.law th {
    width: 23rem;
    text-align: left;
    padding: 3rem;
}table.law td {
    text-align: left;
    padding: 3rem;
    position: relative;
}table.law {
    margin: 4rem 0;
    width: 100%;
}p.pp_text {
    margin: 4rem 0;
    padding: 2rem;
    background: #f9f9f9;
}.pp_title {
    font-weight: bold;
    margin: 3rem 0rem 1rem;
}ul#pp_ul ol {
    padding: 0 1rem;
    margin: 1rem 0.5rem;
}ul#pp_ul ol li {
    list-style: decimal;
    padding: 0.2rem 0;
}ul#pp_ul {
    margin: 0 2rem 8rem 2rem;
    line-height: 1.6;
}



input.text {
    padding: 1rem;
    width: 40rem;
    border: 1px solid #dedede;
    background: #f1f1f1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
}sup {
    margin-left: 0.5rem;
}.kome {
    margin: 4rem 0;
}textarea.textarea {
    padding: 1rem;
    width: 54rem;
    border: 1px solid #dedede;
    background: #f1f1f1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    height: 20rem;
}



ul#qa {
    margin: 4rem 0 10rem;
}li.qa_title {
    padding: 2rem;
    font-weight: 500;
    border-bottom: 1px solid#dedede;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    position: relative;
    cursor: pointer;
}li.qa_title:after {
    content: "\002b";
    position: absolute;
    right: 2rem;
}li.qa_text {
    padding: 2rem;
    font-size: 1rem;
    line-height: 1.6;
    display: none;
}li.qa_title.active_qa_title:after {
    content: "-";
    position: absolute;
    right: 2rem;
}



.brand_list_img img {
    width: 100%;
    object-fit: cover;
}ul#brand_list li {
    margin: 0 0.5rem 2rem;
    width: 31.6rem;
}ul#brand_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}



section#item_detail {
    margin: 4rem 8rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}div#item_detail_img {
    width: 33.5rem;
    margin-right: 4rem;
}div#item_detail_img {
    width: 35rem;
    margin-right: 4rem;
}div#item_main_img img {
    width: 35rem;
    height: 35rem;
    object-fit: cover;
}ul.item_detail_img_thumbnail {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1rem;
}ul.item_detail_img_thumbnail li {
    width: calc(20% - 0rem);
}div#item_detail_text {
    width: 44rem;
}h3#item_detail_h3 {
    font-weight: 500;
}

span.item_detail_defo_price {
   font-family: 'Roboto', sans-serif;
    color: #999;
    margin-right: 0.5rem;
}span.item_detail_order_price {
   font-family: 'Roboto', sans-serif;
    color: #dd3f00;
    font-size: 2rem;
    font-weight: bold;
}div#price {
    margin: 4rem 0;
}


div#cart_item {
    padding: 1rem;
    position: fixed;
    top: -10rem;
    right: 5rem;
    z-index: 999;
    background: #fff;
    width: 20rem;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    opacity: 0;
    transition: top .8s, opacity 1s;
}

div#cart_item.active {
    top: 0;
    opacity: 1;
}span.cart_num {
    position: absolute;
    z-index: 99;
    background: rgb(255 56 24 / 90%);
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    line-height: 1.8;
    border-radius: 10rem;
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
    margin: -0.5rem -1rem 0 0;
}

div#cart_item.inactive {
    top: -10rem;
    opacity: 0;
}.cart_in_title {
    background: #000;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: bold;
}p.cart_in_item_p {
    margin: 1rem 0;
    font-size: 1rem;
}span.cart_in_item_name {
    color: #999;
}span.cart_in_item_other {
    color: #999;
}

table#price {
    margin: 2rem 0;
    width: 100%;
}table#price th {
    vertical-align: top;
    padding: 1rem 0.5rem 0.5rem;
    text-align: left;
    font-size: 1rem;
    width: 15rem;
}table#price td {
    padding: 1rem 0.5rem 0.5rem;
}span.reference_price {
   font-family: 'Roboto', sans-serif;
}span.reference_price:before {
    content: "\00ffe5";
}span.selling_price {
   font-family: 'Roboto', sans-serif;
}span.selling_price:before  {
    content: "\00ffe5";
}span.timesale_price {
	font-weight:bold;
    color: #dd3f00;
   font-family: 'Roboto', sans-serif;
}span.timesale_price:before  {
    content: "\00ffe5";
}th.time_sale_price_th {
    color: #dd3f00;
}


ul.other_price {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}ul.other_price li {
    padding: 0.2rem 0.8rem;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}li.delivery {
    background: #5278ff;
    border-radius: 10rem;
    color: #fff;
}li.postage {
    background: #ff4700;
    border-radius: 10rem;
    color: #fff;
}

table#order_select {
    margin: 2rem 0;
}table#order_select th {
    padding: 1rem;
    width: 15rem;
    text-align: left;
}table#order_select td {
    padding: 1rem;
    text-align: left;
}select.order_select {
    padding: 1rem;
    width: 28rem;
}div#order_bt {
    position: relative;
}button.cart_bt {
    background: #141414;
    color: #fff;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    width: 24rem;
    padding: 0.5rem 0.5rem 0.8rem;
    font-size: 1.4rem;
    height: 4.8rem;
    font-weight: bold;
    cursor: pointer;
}span.cart_bookmark {
    font-size: 3.4rem;
    position: absolute;
    margin-left: 2rem;
    cursor: pointer;
}


section#item_detail_other {
    margin: 6rem 8rem 10rem;
}div#item_detail_space {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}ul.item_detail_lp {
    width: 46.5rem;
    margin-right: 4rem;
}div#item_review {
    width: 40rem;
    text-align: left;
    position: sticky;
}h3.item_review_h3 {
    font-weight: 500;
}span.review_count {
    font-weight: 500;
    color: #dd3f00;
   font-family: 'Roboto', sans-serif;
    margin: 0 1rem;
}h3.item_review_h3 {
    font-weight: 500;
    border-bottom: 1px solid #dedede;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}div#item_review {
    width: 40rem;
    text-align: left;
    position: sticky;
    top: 5rem;
    height: 90vh;
    overflow-y: scroll;
}


table#spec {
	width: 100%;
    font-size: 1rem;
    margin-top: 4rem;
}table#spec th {
    width: 15rem;
    text-align: left;
    padding: 1rem;
    font-weight: 500;
}table#spec td {
    text-align: left;
    padding: 1rem;
}


.star_ul {
  list-style: none;
}.star_ul li {
	font-size: 1.4rem;
    position: absolute;
    top: 0rem;
    right: 6rem;
}.star {
  color: gold;
}.star_half {
  position: relative;
}.star_half_overlay {
	position: absolute;
    width: 50%;
    overflow: hidden;
    color: whitesmoke;
    text-indent: -0.7rem;
    right: 0rem;
    top: 0.045rem;
    font-size: 1.4rem;
}ul.item_detail_review li {
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 3rem;
    border-bottom: 1px solid #dedede;
}ul.item_detail_review li:last-child {
    border-bottom: 0px solid #dedede;
}span.rate {
    font-weight: 500;
    color: #dd3f00;
   font-family: 'Roboto', sans-serif;
    position: absolute;
    right: 3rem;
    top: 0.6rem;
    font-size: 1.4rem;
}h3.review_user {
    font-weight: 500;
}p.review_item_name {
    color: #999;
    font-size: 1rem;
    margin: 1rem 0;
}.user_rate {
    position: absolute;
    right: 3rem;
    top: 0.1rem;
}

ul.review_img {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}ul.review_img li {
    cursor: pointer;
    width: 6.7rem;
    height: 6.7rem;
    overflow: hidden;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}ul.review_img li img {
    width: 6.7rem;
    height: 6.7rem;
    object-fit: cover;
}



div#overlay {
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 99999;
    position: fixed;
    padding: 5vh 20rem;
    cursor: pointer;
}.overlay_img {
    width: 40rem;
    margin: 0 auto;
    overflow-y: scroll;
    max-height: 90vh;
}

table#cart {
    margin: 4rem 0;
    width: 100%;
}table#cart thead th {
    background: #212121;
    color: #fff;
    padding: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
}table#cart tbody td {
    padding: 1rem;
    width: 32rem;
}td.cart_item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}.cart_thum {
	width: 12rem;
    margin-right: 2rem;
}h3.cart_item_name {
	word-break: break-all;
    width: 20rem;
    font-size: 1.1rem;
}td.center.--cart_num {
    text-align: center;
   font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
}span.trash {
    width: 2rem;
    display: table;
    margin: 0 auto;
}small.cart_item_name_detail {
    display: block;
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #888;
    font-weight: normal;
}small.cart_item_name_detail:before {
    content:"\0023";
    margin-right:0.3rem;
}span.cart_price:before {
    content: "\00ffe5";
    margin-right: 0.2rem;
}ul.cart_detail {
    width: 34rem;
    margin-left: 49.2rem;
    text-align: right;
}span.cart_detail_title {
    font-weight: bold;
    position: absolute;
    right: 26rem;
}input.point_text {
    background: #f1f1f1;
    text-align: center;
    padding: 0.5rem 1rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    width: 8rem;
    border: solid 2px #000;
}span.get_point_total {
    font-size: 1.4rem;
    color: #d10000;
    margin-bottom: 0.5rem;
    font-weight: bold;
    display: block;
}ul.cart_detail li {
	padding: 2rem 0 1rem;
    border-bottom: 1px solid #dedede;
    position: relative;
}span.point {
    font-family: 'Roboto', sans-serif;
    margin-left: 1rem;
    font-weight: bold;
}ul.cart_detail li small {
    display: block;
    margin-top: 1rem;
}ul.cart_detail li small:before {
    content: "\00203b";
    margin-right: 0.2rem;
}input.cart_in_submit {
    background: #141414;
    color: #fff;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    width: 24rem;
    padding: 0.5rem 0.5rem 0.8rem;
    font-size: 1.4rem;
    height: 4.8rem;
    font-weight: bold;
    cursor: pointer;
    margin-left: 59.5rem;
    margin: 3rem 0rem 10rem 59.2rem;
}input#zip1, input#zip1-2 {
    padding: 1rem;
    width: 6rem;
    border: 1px solid #dedede;
    background: #f1f1f1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    margin-right: 0.5rem;
}input#zip2, input#zip2-2 {
    padding: 1rem;
    width: 6rem;
    border: 1px solid #dedede;
    background: #f1f1f1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    margin-left: 0.5rem;
}select#address1, select#address1-2 {
    padding: 1rem;
    width: 20rem;
    border: 1px solid #dedede;
    background: #f1f1f1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
}input#address2, input#address2-2 {
    padding: 1rem;
    width: 19.7rem;
    border: 1px solid #dedede;
    background: #f1f1f1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    margin-right: 0.5rem;
}input#address3, input#address3-2 {
    padding: 1rem;
    width: 19.7rem;
    border: 1px solid #dedede;
    background: #f1f1f1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
}

.switch__label {
    position: relative;
    display: inline-block;
    height: 5rem;
}
.switch__content {
    top: 1.5rem;
	display: block;
    cursor: pointer;
    position: relative;
    border-radius: 10rem;
    height: 2rem;
    -webkit-transition: all .1s .4s;
    -moz-transition: all .1s .4s;
    -ms-transition: all .1s .4s;
    -o-transition: all .1s .4s;
    transition: all .1s .4s;
    overflow: hidden;
    width: 5rem;
    position: absolute;
}
.switch__content:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 0.08rem);
    height: calc(100% - 1rem);
    top: 0;
    left: 0;
    height: 2rem;
    border-radius: 10rem;
    background-color: #e7e7e7;
}
.switch__content:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10rem;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
}
.switch__input {
    display: none;
}
.switch__circle {
	display: block;
	top: 2rem;
    right: -1.5rem;
    position: absolute;
    width: 1rem;
    height: 1rem;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #fff;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
}
.switch__input:checked ~ .switch__circle {
    right: -4.5rem;
    background-color: #fff;
}
.switch__input:checked ~ .switch__content {
    border-color: transparent;
    -webkit-transition: all 0s;
       -moz-transition: all 0s;
        -ms-transition: all 0s;
         -o-transition: all 0s;
            transition: all 0s;
}
.switch__input:checked ~ .switch__content:after {
    background-color: #00c4cc;
    width: 100%;
}


div#member {
    color: #777;
    font-size: 1rem;
    font-family: monospace;
    display: none;
}div#member:before {
    content:"\00203b";
    margin-right:0.2rem;
}select.select {
    padding: 1rem;
    width: 20rem;
    border: 1px solid #dedede;
    background: #f1f1f1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
}span.point_use {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
}




div#search {
	display:none;
    width: 100%;
    height: 100vh;
    background: rgb(255 255 255 / 95%);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 4vh 30rem;
}div#search_close {
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
    position: absolute;
    right: 24rem;
    top: 1vh;
    cursor: pointer;
    font-weight: 100;
}h2.hot_keyword {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 3rem;
    border-top: 1px solid #dedede;
    padding-top: 2rem;
}button.search_bt {
    background: #000;
    border: none;
    width: 3.5rem;
    height: 3rem;
    padding: 0 1rem;
    position: absolute;
    cursor: pointer;
}input.search_text {
    background: #f1f1f1;
    border: none;
    height: 3rem;
    width: 35rem;
    padding: 1rem;
}div#search_space_txt {
    position: relative;
    width: 100%;
}ul.hot_key {
	margin: 1rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}ul.hot_key li {
    margin: 0 0.5rem 0.5rem 0;
    background: #f1f1f1;
    padding: 0.2rem 1.4rem 0.3rem;
    border-radius: 10rem;
    font-size: 1rem;
}




section#login_content {
    padding: 4rem 8rem;
}ul#login_tab {
    margin: 6rem 0 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul#login_tab li {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    padding-bottom: 2rem;
    border-bottom: 4px solid #e9e9e9;
}li.select {
    border-bottom: 4px solid #000!important;
}a.block {
    display: block;
}table.login {
    margin: 4rem 0px;
    width: 100%;
}table.login th {
    width: 28rem;
    text-align: right;
    padding: 2rem 4rem;
}input#login_submit {
    background: #141414;
    color: #fff;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    width: 27rem;
    padding: 0.5rem 0.5rem 0.8rem;
    font-size: 1.4rem;
    height: 4.8rem;
    font-weight: bold;
    cursor: pointer;
    margin: 3rem auto 0rem;
    display: table;
}a.a_link {
    display: table;
    margin: 2rem auto 10rem;
    text-decoration: underline;
    color: #2e81d9;
    text-underline-offset: 0.4rem;
}.kome.--kome {
    text-align: center;
    margin: 0;
}div#regist_form {
    margin: 6rem 0;
    border-bottom: 1px solid #ededed;
    padding-bottom: 4rem;
}h3.mypage_h3 {
    margin: 6rem 0rem 4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}


a.submit_a {
    background: #141414;
    color: #fff;
    border: none;
    font-family: 'Noto Sans JP', sans-serif;
    width: 27rem;
    font-size: 1.4rem;
    height: 2.8rem;
    font-weight: bold;
    cursor: pointer;
    margin: 3rem auto 0rem;
    display: table;
    text-align: center;
    padding: 1.5rem;
}p.ajax_none_text {
    text-align: center;
    background: #f9f9f9;
    padding: 2rem 0;
    color: #999;
}a.link.--blue {
    color: #2e81d9;
}th.user_order_detail {
    width: 60rem!important;
}


span.unopened {
    width: 0.6rem;
    height: 0.6rem;
    background: #ff3a3a;
    position: absolute;
    border-radius: 10rem;
    margin: 0.4rem -3rem;
}span.get_point.--review {
    margin-top: 0.5rem;
}



/* ブログ */
ul.topic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}ul.topic li {
    flex-basis: calc(50% - 1.5rem);
    margin: 1rem 0rem 2rem;
}h3.topic_h3 {
    font-weight: 500;
    margin: 1rem 0 0.5rem;
}time.topic_top_time {
    font-family: 'Roboto', sans-serif;
    color: #999;
    display: block;
}


div#topic_left {
    width: 66.5rem;
}div#topic_right {
    width: 17rem;
    position: sticky;
    top: 5rem;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
}h1.topic_h1 {
    font-weight: 500;
    font-size: 2.2rem;
    margin-top: 2rem;
}

ul.topic_tag {
    margin: 4rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}ul.topic_tag li {
    padding: 0.2rem 0.5rem;
    margin-right: 0.2rem;
    font-size: 0.9rem;
    font-weight: 500;
}ul.topic_tag li:before {
    content: "\0023";
    margin-right:0.2rem;
}


.topic_top_img {
    margin: 4rem 0;
}.topic_top_detail_p p {
    line-height: 2;
}time.topic_top_time {
    margin-bottom: 0.5rem;
}article {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid rgb(0 0 0 / 17%);
}article h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 4rem;
}article p {
    line-height: 2;
    margin: 1.4rem 0;
}article h3 {
    font-size: 1.2rem;
    padding: 1rem;
    font-weight: bold;
    background: #f9f9f9;
    margin: 4rem 0 2rem;
}article h4 {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 2rem 0;
    padding-left: 2rem;
    position: relative;
}article h4:before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1px;
    background: #000;
    left: 0;
    top: 0.8rem;
}a.topic_item {
    display: table;
    margin: 6rem 0;
    text-decoration: underline;
    font-weight: 500;
    text-underline-offset: 0.5rem;
}


ul.topic_ranking li {
    position: relative;
    margin-bottom: 1.5rem;
}p.topic_ranking_p {
    font-size: 1rem;
    margin-top: 0.5rem;
}.topic_right_title {
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}


ul.archive_ul {
    margin-top: 4rem;
}ul.archive_ul li {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid;
    padding: 1rem 1rem 1rem 2rem;
}ul.archive_ul li:before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 1px;
    background: #000;
    left: 0.5rem;
    top: 1.7rem;
}span.archive_ul_span {
    position: absolute;
    right: 0.5rem;
    top: 1rem;
    font-weight: 200;
    font-size: 0.9rem;
    font-family: monospace;
    color: #666;
}span.archive_ul_span:before {
    content:"\0028";
}span.archive_ul_span:after {
    content:"\0029";
}


h1#archive-title {
    margin: 4rem 0 2rem;
    font-weight: 500;
    font-size: 2rem;
}




section#sale_template {
    margin: 2rem 8rem;
}ul.sale_template {
    display: flex;
    justify-content: space-between;
    align-items: center;
}div#sale_header {
    margin: 4rem 0;
    position: relative;
    border-bottom: 1px solid;
    height: 4rem;
}.search_absolute {
    position: absolute;
    top: -1.6rem;
    right: -1rem;
}ul.sale_template_ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}ul.sale_template_ul li {
    border: solid 1px;
    border-radius: 1rem;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 1rem;
}ul.sale_template_ul li a {
    display: block;
    padding: 0.2rem 1rem;
}li.active {
    border-radius: 1rem;
    background: #000;
    color: #fff;
    border: solid 1px #000;
}li.active a {
    border-radius: 1rem;
    background: #000;
    color: #fff;
    border: solid 1px #000;
}



}