html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
	width:100%;
	vertical-align:top;
	display:block;
	padding:0px;
	margin:0px;
	border: 0px;
}

* {
	-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;
}

::-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;
}

h1#header_h1 a {
    color: #ff0000;
    font-family: 'Vollkorn', serif;
}





:root {
  font-size: 1vw;
}

input, textarea, select {
    font-size: 1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
}

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.5;
    font-size: 1.1rem;
}

header {
    padding: 1.5rem 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
}div#logo {
    width: 10rem;
    position: relative;
}div#logo img {
    position: absolute;
    top: -2rem;
}ul.header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul.header_nav li {
    margin: 0 1rem;
}ul.header_nav li {
    margin: 0 1rem;
    background: #414141;
    color: #fff;
    position: relative;
}ul.header_nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 3rem;
}li.cart {
    background: #fff!important;
}li.cart a {
    display: block;
    padding: 0rem!important;
}span.cart_icon {
    display: block;
    width: 3rem;
}span.cart_num {
    position: absolute;
    z-index: 2;
    top: -0.2rem;
    right: -0.8rem;
    font-size: 0.8rem;
    color: #fff;
    background: #e15d10;
    width: 1.5rem;
    text-align: center;
    height: 1.5rem;
    border-radius: 10rem;
    line-height: 1.5rem;
}



main {
    margin: 6rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

section#left {
	margin-right:5rem;
    width: 20rem;
}h2.left_h2 {
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
    padding: 1rem 0.5rem;
    border-bottom: 1px solid;
}h2.left_h2:after {
    content: "+";
    position: absolute;
    right: 1rem;
}ul.left_ulul {
    padding: 1rem;
    font-size: 1rem;
}h3.left_h3 {
    position: relative;
    padding-left: 0.5rem;
}h3.left_h3:before {
    content: "-";
    position: absolute;
    left: -0.5rem;
}


section#right {
    width: 63rem;
}h2.content_h2 {
    font-weight: bold;
}h2.content_h2 small {
    font-size: 1rem;
    display: block;
}

ul.news {
    padding: 1.5rem;
    background: #f9f9f9;
    margin: 1.5rem 0 3rem;
}ul.news li {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding: 0.5rem;
    border-bottom: 1px solid rgb(222 222 222 / 50%)!important;
}ul.news li:last-child {
    border-bottom: 0px solid rgb(222 222 222 / 50%)!important;
}span.news_span {
    margin-right: 2rem;
	font-family: 'Oswald', sans-serif;
}


span.new {
    font-family: monospace;
    cursor: pointer;
    background-color: #f32121;
    background-image: linear-gradient(to bottom, #f32121, #dd1d1d);
    color: #fff;
    border-color: #dd1d1d;
    display: inline-block;
    padding: 0.2rem 1rem;
    border-radius: 4px;
    margin: 0 0.2rem;
}span.restock {
    font-family: monospace;
    cursor: pointer;
    background-color: #f321c6;
    background-image: linear-gradient(to bottom, #f321c6, #dd1db4);
    color: #fff;
    border-color: #dd1dab;
    display: inline-block;
    padding: 0.2rem 1rem;
    border-radius: 4px;
    margin: 0 0.2rem;
}span.discontinued {
    font-family: monospace;
    cursor: pointer;
    background-color: #41f321;
    background-image: linear-gradient(to bottom, #3cbf2c, #25ad30);
    color: #fff;
    border-color: #20dd1d;
    display: inline-block;
    padding: 0.2rem 1rem;
    border-radius: 4px;
    margin: 0 0.2rem;
}ul.item_list_ul {
    margin: 1.5rem 0 3rem;
}ul.item_list_ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	padding: 1rem;
    border-bottom: 1px solid #f1f1f1;
}span.item_up_date {
    font-family: 'Oswald', sans-serif;
    margin-right: 1rem;
}


footer {
    padding: 3rem 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(0 0 0 / 15%);
}div#footer_logo {
    width: 6rem;
}ul.footer_nav_ul {
    display: flex;
    justify-content: center;
    align-items: center;
}ul.footer_nav_ul li {
    margin: 0 0.5rem;
}

input.text3 {
    border: 1px solid #dedede;
    padding: 1rem;
    font-size: 1rem;
    width: 7rem;
    margin: 0 0.5rem;
}span.order_page a {
    font-size: 0.9rem;
    margin-right: 1rem;
    background: #639aff;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

input.submit {
    border-radius: 0.3rem;
    background-color: #2196f3;
    background-image: linear-gradient(to bottom, #2196f3, #1d84dd);
    border: 0px;
    cursor: pointer;
    padding: 1rem 0;
    font-size: 1.2rem;
    width: 18rem;
    color: #fff;
    letter-spacing: 0.1em;
    display: block;
    margin: 0 auto;
}


p.group_text {
    background: #f9f9f9;
    padding: 1rem;
    margin: 2rem 0;
}p.group_text b {
    color: #ff0000;
}.content_wrap {
    padding: 4rem 0;
}.content_wrap.disnon {
    display: none;
}ul.item_list_genre li {
    display: inline-block;
    padding: 1rem 2rem;
    background: #d1d1d1;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.2em;
}li.select {
    background: #414141!important;
}ul.item_list_genre {
    border-bottom: 1px solid #414141;
}


section#cart {
    margin: 6rem;
}table {
    border-collapse: collapse;
    width: 100%;
    margin: 2rem 0 0;
}th, td {
    font-family: 'Oswald', sans-serif;
    border: solid 1px #dedede;
    padding: 1rem;
    letter-spacing: 0.2em;
    font-size: 1rem;
    text-align: center;
}table.cart_table thead th {
    background: #414141;
    color: #fff;
}



section#login {
    margin: 6rem;
}h2#login_h2 {
    font-weight: bold;
    text-align: center;
}ul.login {
    padding: 4rem 4rem 6rem;
    border: solid;
    width: 50rem;
    margin: 2rem auto;
}ul.login li {
    padding: 1rem 0 1rem 12rem;
    border-bottom: 1px solid;
    position: relative;
}span.login_title {
	position: absolute;
    left: 0.5rem;
    top: 2rem;
    font-weight: bold;
}input.text {
    width: 29rem;
    padding: 1rem;
    border: none;
    background: #f1f1f1;
}div#kome {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 2rem;
}div#kome:before {
    content: "\00203b";
    margin-right: 0.5rem;
}

li.logout a {
    color: #414141!important;
    border: solid 1px#414141;
}li.logout {
    background: #fff!important;
}


ul.price_list_ul {
    margin: 2rem 0 6rem;
    text-align: right;
}.price_list_div {
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    width: 20rem;
    margin-left: 67rem;
    padding: 0.5rem 0;
}span.price_list_span {
    position: absolute;
    margin-right: 10rem;
}span.price {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.1em;
}span.price:before {
    content: "\00ffe5";
}


span#kome {
    display: block;
    font-size: 1rem;
    color: #767676;
    margin: 0.5rem 0 0;
}span#kome:before {
    content: "\00203b";
    margin-right: 0.5rem;
}.nosubmit {
    width: 20rem;
    background: #f1f1f1;
    padding: 1.5rem 2rem;
    text-align: center;
    margin: 0 auto 8rem;
    color: #999;
}


.button {
	cursor: pointer;
    font-family: meiryo;
    background-color: #2196f3;
    background-image: linear-gradient(to bottom, #2196f3, #1d84dd);
    color: #fff;
    border-color: #1d84dd;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    margin: 0 2px;
}table.cart_table td small {
    font-size: 0.8rem;
    display: block;
}table.cart_table td small:before {
    content: "\005b";
}table.cart_table td small:after {
    content: "\005d";
}


ul#page_tab {
    margin: 4rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.1rem;
}ul#page_tab li {
    background: #f1f1f1;
    cursor: pointer;
}ul#page_tab .select {
	padding: 1rem 2.4rem;
    color: #fff;
}ul#page_tab li a {
    padding: 1rem 2.4rem;
    display: block;
    text-decoration: none;
    color: #414141;
}



table.cart_table.--company td {
    text-align: left;
}table.cart_table.--company th {
    text-align: left;
    position: relative;
}input.text4 {
    width: 10rem;
    padding: 1rem;
    border: none;
    background: #f1f1f1;
}input.text2 {
    padding: 1rem;
    border: none;
    background: #f1f1f1;
}input#zip1 {
    border: none;
    background: #f1f1f1;
    width: 5rem;
    padding: 1rem;
    margin-right: 0.5rem;
}input#zip2 {
    border: none;
    background: #f1f1f1;
    width: 7rem;
    padding: 1rem;
    margin-left: 0.5rem;
}select#address1 {
    display: block;
    padding: 1rem;
    background: #f1f1f1;
    border: none;
    margin-bottom: 1rem;
}input#address2 {
    border: none;
    padding: 1rem;
    background: #f1f1f1;
    width: 12rem;
    margin-right: 0.5rem;
}input#address3 {
    border: none;
    padding: 1rem;
    background: #f1f1f1;
    width: 14rem;
    margin-right: 0.5rem;
}input#address4 {
    border: none;
    padding: 1rem;
    background: #f1f1f1;
    width: 14rem;
    margin-right: 0.5rem;
}select.select {
    width: 5rem;
    padding: 1rem;
    border: none;
    background: #f1f1f1;
}span.hissu {
    position: absolute;
    background: #c93535;
    color: #fff;
    font-size: 0.9rem;
    right: 2rem;
    padding: 0.2rem 1rem;
}

td.--left {
    text-align: left;
}


a.nav_button {
	border-radius: 0.3rem;
    background-color: #2196f3;
    background-image: linear-gradient(to bottom, #2196f3, #1d84dd);
    border: 0px;
    cursor: pointer;
    padding: 0.2rem 1rem;
    color: #fff;
    letter-spacing: 0.1em;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}


