@media screen and (max-width: 1360px){

.nav_c2 .nav ul a {
    font-size: 1.15em;
    line-height: 1.5em;
    margin: 0 0 0 1.5em;
}
.nav_c2 .cart_nav ul li a {
    padding: 24px 18px;
}
.nav_c2 .nav {
    width: calc(100% - 330px);
}
.hed_sky {
    position: absolute;
    top: -1vw;
    left: -14%;
}

}

@media screen and (max-width: 1240px){

.nav_c2 .nav ul a {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 0 1.5em;
    letter-spacing: 0;
}
.nav_c2 .nav {
    width: calc(100% - 330px);
}
.nav_c2 .nav .h_tel .num {
    font-size: 2em;
    line-height: 1em;
    font-weight: 600;
}


}

@media screen and (max-width: 1078px){

.nav_c2 .nav ul a {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 0 1em;
}

}

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

/* 固定ナビ */
#menuButton {
    display: block;
    width: 44px;
    height: 30px;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.sp_menu {
    width: 100px;
/*     position: absolute; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    z-index: 999;
/*
    top: 50vh;
    left: 3rem;
    z-index: 102;
*/
}
.is-fixed .sp_menu {
    transform: scale(0.9);
    z-index: 999;
}
.sp_menu h3 {
    text-align: center;
    line-height: 1em;
    font-size: 1.2em;
    color: #1a1a1a;
    margin: 8px auto 0;
	font-weight: 600;
}
#menuButton span {
    display: block;
    background: var(--linecolor03);
    width: 44px;
    height: 3px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 0;
}
#menuButton.active span:first-child {
    top: 6px;
}
#menuButton span:nth-child(2) {
    top: calc( 50% - 1.5px );
}
#menuButton span:last-child {
    bottom: 0;
}
#menuButton.active span:last-child {
    bottom: 4px;
}
#menuButton.active { }
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#header.is-fixed ._in {
	padding-left: 0;
}
#header.is-fixed .h_navi .logo {
	width: 38%;
}
#header.is-fixed .nav_c2 .cart_nav ul li a {
    padding: 14px;
}
.hed_sky {
    top: -4vw;
    left: -7%;
    width: 77%;
}
.hed_sky .hed_sky_txt {
    top: 38%;
    left: 36%;
    width: 23vw;
}
.nav_c2 .nav {
    display: none;
}
#header ._in {
    padding-left: 0;
}
#header .h_navi .logo {
    width: 50%;
    display: flex;
    align-items: center;
}
#header .h_navi .logo h1 {
    width: calc(100% - 100px);
    max-width: 228px;
}
#header .h_navi .nav_c2 {
    width: 50%;
}
.nav_c2 .cart_nav ul li a {
    padding: 16px;
}

.main .main_c2 .main_contents {
    width: 100%;
    padding-bottom: 60px;
}
.main .main_c2 .side {
    width: 100%;
}
.side .search_contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.side .search_contents h3 {
    width: 42%;
}
.side .search_contents h3 img {
    width: 100%;
}
.search-form-1 {
    width: 54%;
}
.contents ._in {
    padding: 30px 0;
}
.contents.news ._in {
    padding: 34px 24px 70px 24px;
    position: relative;
}
.pankuzu ._in {
    padding: 0 0 20px;
}
.main_contents .product_post .c2 {
    justify-content: center;
}
.main_contents .product_post .c2 .ph {
    width: 80%;
    margin: 30px auto;
}
.main_contents .product_post .c2 .txt {
    width: 100%;
}
.title_outher02 .concon02 {
    right: 0;
}
.news_page .title_outher02 .concon02 {
    right: 0;
}
.news_page .title_outher02 .title {
    font-size: 1.8em;
    line-height: 1.5em;
    margin-right: 120px;
}


.wh_bk {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffff;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
.s_nav {
	position: fixed;
	z-index: 0;
	height: 100%;
	width: 100%;
	background: #ffff;
	overflow: auto;
	display: block;
	top: 0;
    left: 0;
}
.s_nav .main_nav {
	padding-bottom: 100px;
	width: 70%;
}
.s_nav .main_nav_ul li a {
    padding: 20px;
    text-decoration: none;
    display: block;
    position: relative;
    line-height: 1.5em;
    font-weight: bold;
    color: #1a1a1a;
}
.s_nav .main_nav_ul li h3 {
    padding: 32px 10px 32px 40px;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1em;
}
.s_nav .main_nav_ul li a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px var(--linecolor03);
    border-right: solid 2px var(--linecolor03);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}
.s_nav .main_nav_ul li .menu_tog_btn:after {
	content: '';
    width:0;
	height:0;
	border-style:solid;
	border-width: 5px 5px 0 5px;
	border-color: #ED6D3D transparent transparent transparent;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    transition: .35s;
}
.s_nav .main_nav_ul li .menu_tog_btn.active:after {
	content: '';
    width:0;
	height:0;
	border-style:solid;
	border-width: 5px 5px 0 5px;
	border-color: #ED6D3D transparent transparent transparent;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 10%;
}

.s_nav .main_nav_ul {
	text-align: left;
    font-size: 1.2em;
    line-height: 1em;
    padding: 20px;
}
.s_nav .main_nav_ul li a img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
}
.s_nav .main_nav_ul li {
	border-bottom: 1px solid #e8cd94;
}
.s_nav .menber_menu {
	background: #e8cd94;
}

.s_nav .main_nav_ul li ._second {
	margin-left: 0%;
	border-bottom: none;
	border-top: none;
	display: none;
	background: var(--themecolor03);
}
.s_nav .main_nav_ul li ._second li {
	border-bottom: 1px dashed #e9d6d6;
	padding-left: 1em;
}
.s_nav .main_nav_ul li ._second li:last-of-type {
	border-bottom: 0;
}
.s_nav_search_contents {
	padding: 20px;
}
.s_nav_search_contents .search-form-1 {
    width: auto;
}
.s_nav_search_contents .search_contents h3 {
    display: inline-block;
}
.s_nav .h_tel {
	margin: 0 20px;
	container-type: inline-size;
}
.s_nav .h_tel a {
	display: flex;
	align-items: flex-end;
	color: #1a1a1a;
}
.s_nav .h_tel p {
	font-size: 1em;
	text-align: left;
	line-height: 1em;
	margin: 7px;
}
.s_nav .h_tel .icon {
	height: 24px;
	margin-right: 4px;
}
.s_nav .h_tel .num {
    font-size: 12.6cqw;
    line-height: 1em;
    font-weight: 600;
}

.s_nav .h_tel .insta_btn {
	margin: 24px auto 0;
    display: inline-block;
    width: 60%;
}
.s_nav .h_tel .insta_btn img {
	width: 100%;
}

}



@media screen and (max-width: 647px){

#header.is-fixed .nav_c2 .cart_nav ul li a {
    padding: 6px 8px;
}
.nav_c2 .cart_nav ul li a .icon {
    position: relative;
    width: 24px;
}
.sp_contents {
	display: block;
}
.hed_sky .hed_sky_txt {
    top: 36%;
    left: 40%;
    width: 32vw;
}
#header.is-fixed .h_navi .logo {
    width: 54%;
}
#header .h_navi .logo {
    width: 60%;
}
#header .h_navi .nav_c2 {
    width: 40%;
    align-items: center;
}
.nav_c2 .cart_nav ul li a {
    padding: 10px 8px 4px;
}
.nav_c2 .cart_nav ul li a .txt {
    margin: 0 auto 0;
    font-size: 0.6em;
}
#header ._in {
    padding: 24px 0;
}
.sp_menu {
    width: 60px;
}
#menuButton {
    width: 34px;
}
#menuButton span {
   width: 34px;
}
.sp_menu h3 {
    font-size: 1em;
}
#header .h_navi .logo h1 {
    width: calc(100% - 90px);
    max-width: 228px;
}
.news .c2 .ttl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news .c2 .ttl .concon01 {
    text-align: left;
    margin: 0 0 0 24px;
    width: 90px;
}
.contents.news ._in {
    padding: 14px 20px 70px 20px;
    position: relative;
}
.products .products_li .products_data {
    width: calc(50% - 15px);
    margin: 30px 0 0 30px;
}
.products .products_li .products_data:nth-child(3n+1) {
    margin-left: 30px;
}
.products .products_li .products_data:nth-child(2n+1) {
    margin-left: 0;
}
.btn02:after, a.btn02:after {
    right: 14px;
    width: 3px;
    height: 3px;
}
.btn02:before, a.btn02:before {
    right: 8px;
    width: 16px;
    height: 16px;
}
.btn02, a.btn02 {
    display: block;
    width: unset;
    padding: 20px 30px 20px 16px;
}
.news .c2 .txt {
    width: 100%;
}
#page-topBtn {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 999999999;
    padding: 14px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px 0px 0px 8px;
}
#page-topBtn a .icon {
    margin: 7px auto 2px;
    width: 46px;
}
.footer .f_nav {
    display: none;
}
.footer ._in {
    padding: 0 0 30px;
    width: 100%;
}
.footer .addr .logo {
    margin: 30px auto 14px;
    width: 60%;
}
.main_contents .product_post .c2 .ph {
    width: 100%;
}
.attention .attention_list dl {
    width: 100%;
    margin: 40px 0 0 0;
}
.attention .attention_list dl dt {
    padding-bottom: 7px;
    margin-bottom: 14px;
}
.pankuzu ._in {
    padding: 0 0 0;
}
.title_outher02 .title {
    font-size: 1.8em;
    line-height: 1.5em;
}
.title_outher02 .concon02 {
    right: 0;
    width: 80px;
    bottom: -9px;
}
.news_page .title_outher02 .title {
    margin-right: 0;
}
.blog_post_btn a.btn {
    padding: 16px 28px 16px 28px;
}
.contact_form {
    margin: 30px 0;
}
.contact_form .form dt {
    width: 100%;
    padding: 24px 0 0;
    text-align: left;
}
.contact_form .form dd {
    width: 100%;
    padding: 12px 0 0;
}

.news .right {
	text-align: center;
}
a.btn01:before {
    width: 16px;
    height: 16px;
}
a.btn01:after {
    width: 3px;
    height: 3px;
}
.title_outher03 .icon {
    width: 80px;
}
.product_detail.detail_table {
    margin-top: -9px;
}
.footer .h_tel {
	margin: 0 20px 14px;
	container-type: inline-size;
}
.footer .h_tel a {
	display: flex;
	align-items: flex-end;
	color: #1a1a1a;
}
.footer .h_tel p {
	font-size: 1em;
	text-align: left;
	line-height: 1em;
	margin: 7px;
	color: #1a1a1a;
}
.footer .h_tel .icon {
	height: 24px;
	margin-right: 4px;
}
.footer .h_tel .num {
    font-size: 8cqw;
    line-height: 1em;
    font-weight: 600;
}


.nav_c2 .cart_nav ul li .totalquantity {
    width: 20px;
    height: 20px;
    top: -4px;
    right: -12px;
    font-size: 0.7em;
}
.btn02, a.btn02 {
    font-size: 1em;
    line-height: 1em;
}
#content.member-page {
    padding: 0 0 2.142856em;
}
#content.cart-page {
	padding: 0;
}
#cart_table {
    min-width: 520px;
}
.timeline li {
    font-size: 0.8em;
}
.customer_form td {
    border: none;
}
.customer_form th {
    border: none;
    background-color: var(--bkcolor01);
    padding: 14px;
    border-radius: 4px;
}
.customer_form tr {
    padding: 0 0 1.071428em;
}
.usces_filter_history {
    flex-wrap: wrap;
}
.usces_filter_history .exclude_cancel {
    margin-right: 0;
    width: 100%;
    margin-bottom: 14px;
}
#memberinfo #history_head {
    margin-bottom: .8333em;
    width: 520px;
}
#memberinfo .history-area {
    border-top: 4px solid var(--linecolor02);
    border-bottom: 4px solid var(--linecolor02);
    padding: 20px 0 0;
    width: 520px;
}
#memberinfo .customer_form th {
    border: 0;
    background-color: var(--bkcolor01);
    padding: 14px;
}
#memberinfo .customer_form td {
    border: none;
    padding: 7px 0;
}
#memberinfo th {
    border: 0;
    background-color: var(--bkcolor01);
    padding: 14px;
    border-radius: 4px;
}
#memberinfo td {
    border: none;
    padding: 7px 14px 24px;
}
#memberinfo table {
    border: none;
}
.uniform_banner .btn02 {
    padding: 5cqw 11cqw 5cqw 6cqw;
}
.contents.products.related {
	margin-top: 40px;
}
.main_slide_img .swiper-slide img {
    border-radius: 0;
}
.main_slide_img .swiper-pagination {
    margin-top: 10px;
}
.main_slide_img .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
}
.main_slide_img .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.top .main {
    padding: 15px 0 30px;
}
.title_outher01 .title {
    font-size: 1.7em;
    line-height: 1.5em;
}
.contents.news ._in {
    padding: 4px 20px 40px 20px;
    position: relative;
}
.top .news .news_li {
    margin-bottom: 10px;
}
a.btn01 {
    padding: 18px 0;
}
.top .contents.products ._in {
    padding: 10px 0 30px 0;
}
.title_outher02 .title {
    font-size: 1.6em;
    line-height: 1.5em;
    padding-right: 3em;
}
#page-topBtn {
	display: none !important;
}
.products_li .products_data .products_name {
    font-size: 1.15em;
    line-height: 1.5em;
    text-align: left;
}
.main .main_c2 .main_contents {
    padding-bottom: 30px;
}
.contents.outher_banner ._in {
    padding: 15px 0;
}
.product_post_name .title {
    font-size: 1.5em;
}
a.product_contact_btn {
    font-size: 1em;
    padding: 14px 14px 14px 6px;
}
.item-info .zaikostatus {
    float: unset;
    text-align: right;
}
.price_details .price .num {
    font-size: 2.2em;
}
.title_outher03 .title {
    font-size: 1.6em;
}
.title_outher03 .concon02 {
	width: 80px;
}
.title_outher04 .title {
    font-size: 1.4em;
}
attention .attention_list dl dt {
    font-size: 1.35em;
}
.news .news_li a {
    font-size: 1.1em;
    margin-top: 2px;
}
.news .news_li li {
    padding: 12px 0;
    border-top: 1px dashed #ffff;
}
.news .news_li li:first-of-type {
    padding: 0 0 12px;
    border-top: 0;
}
.s_nav .main_nav_ul li a {
    padding: 20px 10px 20px 0;
}
.s_nav .main_nav_ul li a:after {
    right: 14px;
}
.title_outher02 a.btn02 {
    max-width: 160px;
    padding: 16px 10px 16px 0;
    width: 45%;
}
.title_outher02 .ttl_c2 {
    width: 100%;
}
.title_outher02 .concon02.r0 {
    display: none;
}
.main_contents_table01 dt {
    padding: 18px 0;
    width: 10em;
}
.main_contents_table01 dd {
    width: calc(100% - 10em);
}
.footer .addr .insta_btn {
    margin: 30px 10px 0;
    width: 68%;
}
.s_nav .h_tel .insta_btn {
    margin: 14px auto 0;
    display: inline-block;
    width: 84%;
}
.contents.news .cloud {
    left: -1%;
    width: 102%;
}
dl.item-sku dt {
    width: 100%;
}
.btn02.sould:before, a.btn02.sould:before {
    right: 8px;
    width: 16px;
    height: 16px;
}
.btn02.sould:after, a.btn02.sould:after {
    right: 14px;
    width: 3px;
    height: 3px;
}
dl.item-sku dd {
    width: 100%;
}

}


@media screen and (max-width: 320px){



}


