html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
    object-fit: cover;
	display:block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

* {
	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{
	border-radius: 4px;
    background: #414141;
	border-left: solid 0px #f1f1f1;
}

::-webkit-scrollbar-thumb{
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px #f1f1f1;
}

input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 100%;
}h1#header_h1 a {
    color: #fff;
    text-decoration: none;
}


/*
font-family: "Quicksand", serif;
font-family: "Noto Sans JP", serif;
font-family: "Noto Serif JP", serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: "Shippori Mincho B1", serif;
*/

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    will-change: opacity, transform;
}

.fade-up.active {
    opacity: 1;
    transform: translateY(0);
}






@media screen and (min-width: 970px){


:root {
  font-size: 1vw;
}

body {
    width: 100%;
    background: #fff;
    color: #212121;
	font-family: "Oswald", serif;
    font-size: 1.1rem;
    line-height: 1.4;
}


h1#header_h1 {
    background: #212121;
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}section {
    margin: 10rem;
}h2.item_h2 {
    font-weight: 500;
    font-size: 4rem;
}ul#item_ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 4rem 0;
        flex-wrap: wrap;
}ul#item_ul li {
    width: 38rem;
    margin-bottom: 4rem;
}p.item_name {
    text-align: center;
    margin: 2rem 0 0;
    font-size: 2rem;
    font-weight: 500;
}span.item_price {
    display: block;
    text-align: center;
    margin-top: 0rem;
    font-size: 1.6rem;
}footer {
        background: #212121;
        padding: 4rem 10rem;
        color: #fff;
}.footer_left_logo {
    font-size: 2rem;
    margin-bottom: 1rem;
}

p.item_detail_name {
    margin: 2rem 0;
    padding: 2rem 0;
    font-weight: 500;
    font-size: 2rem;
    position: relative;
}p.item_detail_name:before {
        content: "";
        width: 7rem;
        height: 1px;
        background: #000;
        position: absolute;
        top: 0rem;
}


ul#item_detail_ul li {
		display: flex;
        justify-content: space-between;
        align-items: flex-start;
}.item_detail_ul_text {
    width: 35rem;
}.item_detail_ul_img {
    margin-right:5rem;
    width: 40rem;
}.item_detail_ul_img_main {
    width: 100%;
    height: 40rem;
    background: #f8f8f8;
    margin-bottom: 1rem;
    position: relative;
}.item_detail_ul_img_main img {
    width: 100%;
    height: 40rem;
    object-fit: contain;
}ul.item_detail_sub_img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}ul.item_detail_sub_img li {
    background: #f8f8f8;
    width: 12rem;
    height: 12rem;
}ul.item_detail_sub_img li img {
        cursor: pointer;
    object-fit: contain;
    width: 12rem;
    height: 12rem;
}select.select {
    margin-bottom: 2rem;
    display: block;
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
}span.item_sku {
    display: block;
}a.cart_bt {
    text-align: center;
    display: block;
    margin-top: 4rem;
	background-image: linear-gradient(90deg, rgba(144, 245, 154, 1), rgba(4, 202, 255, 1));
    padding: 1rem;
    border-radius: 10rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #fff;
}a.item_detail_name_a {
    display: table;
    font-size: 1.4rem;
    margin-top: -1rem;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 6rem;
}a.item_detail_name_a:before {
	content:"\002192";
	position: absolute;
	left:0;
}


ol#header_pankuzu {
    margin: 4rem 10rem 9rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Noto Sans JP, sans-serif;
    font-size: 1rem;
    color: #999;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f1f1f1;
}ol#header_pankuzu_bottom {
		margin: 16rem 10rem 6rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: Noto Sans JP, sans-serif;
        font-size: 1rem;
        color: #999;
        padding-bottom: 2rem;
        border-bottom: 1px solid #f1f1f1;
}ol#header_pankuzu li:first-child {
    margin-right: 1rem;
}ol#header_pankuzu li:last-child {
    margin-left: 1rem;
}ol#header_pankuzu_bottom li:first-child {
    margin-right: 1rem;
}ol#header_pankuzu_bottom li:last-child {
    margin-left: 1rem;
}


div#other_lens {
    margin-top: 14rem;
}h2.other_lens_h2 {
    margin-bottom: 3rem;
    font-weight: 500;
    font-size: 2.4rem;
}p.other_title {
    margin-top: 1rem;
    font-size: 1.6rem;
}.other_lens li {
    padding: 0 1rem;
}
span.item_price--detail {
    display: block;
    margin-bottom: 5rem;
    font-size: 3rem;
    margin-top: -2rem;
}



article {
        padding: 4rem;
        background: #f6f6f6;
        line-height: 1.8;
}article h1 {
	font-weight:500;
    font-size: 3rem;
}.article_top {
    margin: 2rem 0;
}article h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
}article h3 {
    background: #e1e1e1;
    padding: 0.5rem 0.8rem;
    margin: 1rem 0;
    font-weight: 500;
}


}





@media screen and (max-width: 969px){


:root {
  font-size: 3.24vw;
}

body {
    width: 100%;
    background: #fff;
    color: #212121;
	font-family: "Oswald", serif;
    font-size: 1.1rem;
    line-height: 1.4;
}


h1#header_h1 {
		background: #212121;
        text-align: center;
        padding: 1rem;
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0.1em;
}section {
        margin: 4rem 1.5rem;
}h2.item_h2 {
    font-weight: 500;
    font-size: 2.4rem;
}ul#item_ul {
        margin: 4rem 0;
}ul#item_ul li {
    margin-bottom: 2rem;
}p.item_name {
    text-align: center;
    margin: 1rem 0 0;
    font-size: 1.6rem;
    font-weight: 500;
}span.item_price {
    display: block;
    text-align: center;
    margin-top: 0rem;
    font-size: 1.2rem;
}footer {
		background: #212121;
        padding: 4rem 1.5rem;
        color: #fff;
}.footer_left_logo {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

p.item_detail_name {
    margin: 2rem 0;
    padding: 2rem 0;
    font-weight: 500;
    font-size: 1.6rem;
    position: relative;
}p.item_detail_name:before {
        content: "";
        width: 7rem;
        height: 1px;
        background: #000;
        position: absolute;
        top: 0rem;
}


ul#item_detail_ul li {
}.item_detail_ul_text {
	margin-top: 4rem;
}.item_detail_ul_img {
}.item_detail_ul_img_main {
    width: 100%;
    height: 20rem;
    background: #f8f8f8;
    margin-bottom: 1rem;
    position: relative;
}.item_detail_ul_img_main img {
    width: 100%;
    height: 20rem;
    object-fit: contain;
}ul.item_detail_sub_img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}ul.item_detail_sub_img li {
    background: #f8f8f8;
    width: 8rem;
    height: 8rem;
}ul.item_detail_sub_img li img {
        cursor: pointer;
    object-fit: contain;
    width: 8rem;
    height: 8rem;
}select.select {
    margin-bottom: 2rem;
    display: block;
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
}span.item_sku {
    display: block;
}a.cart_bt {
    text-align: center;
    display: block;
    margin-top: 4rem;
	background-image: linear-gradient(90deg, rgba(144, 245, 154, 1), rgba(4, 202, 255, 1));
    padding: 1rem;
    border-radius: 10rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #fff;
}a.item_detail_name_a {
    display: table;
    font-size: 1.4rem;
    margin-top: -1rem;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 4rem;
}a.item_detail_name_a:before {
	content:"\002192";
	position: absolute;
	left:0;
}


ol#header_pankuzu {
		margin: 2rem 1.5rem 4rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: Noto Sans JP, sans-serif;
        font-size: 1rem;
        color: #999;
        padding-bottom: 2rem;
        border-bottom: 1px solid #f1f1f1;
}ol#header_pankuzu_bottom {
		margin: 8rem 1.5rem 4rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: Noto Sans JP, sans-serif;
        font-size: 1rem;
        color: #999;
        padding-bottom: 2rem;
        border-bottom: 1px solid #f1f1f1;
}ol#header_pankuzu li:first-child {
    margin-right: 1rem;
}ol#header_pankuzu li:last-child {
    margin-left: 1rem;
}ol#header_pankuzu_bottom li:first-child {
    margin-right: 1rem;
}ol#header_pankuzu_bottom li:last-child {
    margin-left: 1rem;
}


div#other_lens {
    margin-top: 10rem;
}h2.other_lens_h2 {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 2rem;
}p.other_title {
    margin-top: 1rem;
    font-size: 1.6rem;
}.other_lens li {
    padding: 0 1rem;
}

.footer_left {
    font-size: 1rem;
}p.footer_copy {
    font-size: 1rem;
}span.item_price--detail {
    display: block;
    margin-bottom: 5rem;
    font-size: 3rem;
    margin-top: -2rem;
}



article {
        padding: 2rem;
        background: #f6f6f6;
        line-height: 1.6;
}article h1 {
	font-weight:500;
    font-size: 1.8rem;
}.article_top {
    margin: 2rem 0;
}article h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}article h3 {
    background: #e1e1e1;
    padding: 0.5rem 0.8rem;
    margin: 1rem 0;
    font-weight: 500;
}




}