﻿ul,li{
	padding:0;
 margin:0;
	list-style:none;
}

body{
    font-family: 'Noto Sans JP', sans-serif;
}

.nhead-alt{
background:#FFE501;
}
.nhead-alt .ninner{
text-align:center;
padding:10px 15px;
font-weight:bold;
}
.ninner{
max-width:1200px;
margin:0 auto;
}
.nhead-flex{
display:flex;
align-items:center;
padding:12px;
justify-content: space-between;
}
.nhead-flex h1{
margin:0;
}
.nhead-flex h1.nlogo{
width:100px;
}
.nhead-flex h1.nlogo img{
width:100%;
}
.nhead-icon{
display: flex;
    gap: 10px;
    align-items: center;
}
.nhead-icon-row{
    margin-right: 20px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
.nhead-icon-row li a{
	font-weight:500;
display:flex;
gap:8px;
padding: 6px 0;
align-items: center;
}

.nhead-icon-col a,.nhead-icon-row a{
		font-weight:500;
font-size:12px;
color:#222;
}

.nhead-icon-col ul{
display:flex;
align-items:center;
gap:16px;
}
.nhead-icon-col .ncart a{
display:flex;
gap:8px;
align-items:center;
}
.n-num span{
    font-size: 18px;
				font-weight:bold;
				color:#0277E6;
}
.ncart span{
				font-weight:bold;
}
.nhead-icon-col img{
display:block;
    width: 24px;
    margin: 0 auto 8px auto;
}
.nhead-icon-col .ncart a .n-cart-tx{
display:flex;
align-items:center;
}
.n-spmenu{
display:none;
}

/* SPメニュ- */
.n-spmenu-btn {
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.n-spmenu-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.n-spmenu-btn span:nth-child(1) {
  top: 0;
}

.n-spmenu-btn span:nth-child(2) {
  top: 10px;
}

.n-spmenu-btn span:nth-child(3) {
  top: 20px;
}

/* バツ形状 */
.n-spmenu-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.n-spmenu-btn.active span:nth-child(2) {
  opacity: 0;
}

.n-spmenu-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

/* メニュー開閉（任意） */
.n-spmenu-btn {
  display: none;
}
.n-spmenu-btn.active + .n-spmenu {
  display: block;
}


.n-spmenu{
padding:15px;
padding-bottom: 101px;
    height: 77vh;
    overflow-y: scroll;
    background: #EEF2F9;
}
.n-spmenu-top{
display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto 12px auto;
    gap: 12px;
    justify-content: center;
}
.n-spmenu-top li a{
background:#fff;
display:block;
padding:10px;
color:#222;
font-size:13px;
border-radius:5px;
border:1px solid #ccc;
text-align:center;
}
.n-spmenu-top li img{
min-height:30px;
margin:10px auto;
}
.ac-cont{
border-top:1px solid #ccc;
display:none;
}
.ac-cont a{
display:block;
padding:12px;
border-bottom:1px solid #ccc;
}
.ac-cont li:last-child a{
border-bottom:0;
}
.ac-cont.type1{
display: none;
grid-template-columns: 1fr 1fr ;
gap:12px;
padding: 20px;
}

.ac-cont.type1 a{
color:#222;
padding:0;
border:0;
font-size:13px;
}
.ac-cont.type1 img{
margin-bottom:8px;
width:100%;
}
.ac-cont.type1 p{
text-align:center;
}
.n-accmenu{
background:#fff;
border-radius:5px;
border:1px solid #ccc;
    margin: 0 auto 12px auto;
}
.n-accmenu .ac-ttl,.n-accmenu a.direct{
display: flex;
    justify-content: space-between;
    position: relative;
    padding: 16px;
    color: #0E3C91;
    font-weight: bold;
}




/* 全体FLEX */
.n-wrap-flex{
display: flex;
    max-width: 1200px;
    margin: 0 auto;
				gap:50px;
}

/* サイドメニュー */
.nside{
width:240px;
}
.npr-bn{
position:relative;
margin-bottom:20px;
}
.nside-cate{
margin-bottom:20px;
}
.nside-cate a{
color:#222;
}
.nside-cate .nttl{
font-size:18px;
font-weight:bold;
margin-bottom:12px;
}
.nside-catelist{
margin-bottom:12px;
}
.nside-catelist a{
display:block;
font-size:15px;
padding:5px 0;
}
.n-top-item ul li {
  padding: 0 12px;
}
.n-top-item img {
  width: 100%;
  height: auto;
  display: block;
}
.nmain{
width:calc(100% - 300px);
}
.nhead-shopsel select{
border:0;	
}
.nhead-shopsel{
    border-bottom: 1px solid #666;
    padding-bottom: 9px;
}

.nhead-shopsel{
  position: relative;
  display: inline-block;
}

.nhead-shopsel select {
	    font-family: 'Noto Sans JP';
appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 8px 30px 5px 0px;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
    background-color: white;
}

.nhead-shopsel::after {
  content: '';
  position: absolute;
  top: 43%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg); /* くの字向き */
  width: 8px;
  height: 8px;
  border-right: 2px solid #0099cc;
  border-bottom: 2px solid #0099cc;
  pointer-events: none;
}

.navi_link > li::after{
	content: '';
	z-index:50;
    position: absolute;
    top: 43%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #0099cc;
    border-bottom: 2px solid #0099cc;
pointer-events: none;
}

.slick-dots {
    position: absolute;
	bottom: 8px;
}
.n-mv-slider .slick-dots li button:before{
	display:none;
}
.n-mv-slider .slick-dots li{
	padding:0;
}
.n-mv-slider .slick-dots li button {
    font-size: 0;
    width: 50px;
	height: 5px;
	border-radius:0;
}
.n-mv-slider .slick-dots {
    width: 100%;
    position: relative;
    bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    justify-content: right;
}
.n-mv-slider .slick-dots li,.n-mv-slider .slick-dots li button{
    width: 50px;

    cursor: pointer;
}


.nsec-ttl{
font-size: 28px;
    margin-bottom: 24px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: #222;
}
.n-top-item{
    margin-bottom: 50px;
}
.n-top-item img{
margin-bottom:12px;
}
.nbrand{
font-size:13px;
color:#666;
margin-bottom:4px;
}
.nitemname{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
    color: #222;
}
.nitemprice{
font-size:15px;
color:#0277E6;
}


.n-footer{
    background: #f8f8f8;
	padding: 30px 15px;
	
}
.n-footer .ninner{
	max-width: 1200px;
	    justify-content: space-between;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}
.nfoot-cont .ttl{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
				width:250px;
}
.nlink-list a{
    display: block;
    color: #222;
    padding: 6px 0;
    font-size: 14px;
}
.foot-list{
display: flex;
    gap: 20px;
    font-size: 13px;
    justify-content: left;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 20px auto;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.foot-list a{
color:#222;
}
.ncopyright{
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 10px;
    background: #0277E6;
}
.npr-bn img,.n-top-banner img,.n-cate img{
width:100%;
}
    .ec-shelfGrid .ec-shelfGrid__item-image {
        height: auto;
}
.ec-productRole__actions span{
	font-size:13px;
	margin-bottom:4px;
	display:block;
}
.cart-btn-flex .ec-blockBtn--action.add-cart{
    padding: 13px 10px !important;
}
	.ec-layoutRole .ec-layoutRole__contents{
	max-width:1200px;
	    padding: 0 15px;
}

.nhead-alt .mini{
	font-size:12px;	
	margin:0 3px;
}
.nhead-alt .border{
    border: 1px solid #000;
padding: 2px 4px;
}
.n-top-mov {
	margin-bottom:52px;
}

	.n-top-mov img{
		width:100%;
	margin-bottom:8px;	
}
.renew_important_topics{
    color: #fff;
    font-weight: bold;
    padding: 12px;
    text-align: center;
background: #0277E6;
}



.slick-dots li button{
	display:none !important;
}
.n-mv-slider .slick-dots li button{
	display:block !important;
}

.slick-dots {
    position: relative !important;
    bottom: 0 !important;
}

.n-top-mov-slider li{
	padding:0 5px;
}
.n-top-item .photo{
	position: relative;
}
.n-top-item .photo .ic{
    position: absolute;
    bottom: 0;
    background: #ff0000;
    color: #fff;
    font-size: 10px;
padding: 4px 10px;
}
.pr-ic{
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.8;
    color: #fff;
    font-size: 10px;
    padding: 5px 10px;
}

.n-sub-bn ul .photo {

    position: relative;
}
.n-sub-bn ul .pr-ic{
right:10px;
}
.n-sub-bn ul .photo img{
    padding: 0 10px;

}
@media screen and (max-width: 1024px) {
.nside{
display:none;
	}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
	.renew_important_topics{
font-size:13px;
}
	.ec-searchnavRole{
	padding:0 15px;	
	}
	.ec-layoutRole .ec-layoutRole__contents{
		max-width:100%;
		
}
.nhead{
    /* position: fixed; */
    background: #fff;
    z-index: 999;
    width: 100%;
	top:0;
				
}
.nhead-icon{
    display: flex;
    gap: 4px;
    align-items: center;
}
.n-mv-slider{
margin-top:0 !important;
}

.n-spmenu-btn{
display:block;
}
.nmain {
    width: 100%;
}
.n-footer .ninner {
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
}
.ic_history,.ic_favorite,.nhead-icon-row{
display:none;
}
.nhead-flex h1.nlogo {
    width: 74px;
}
.nhead-shopsel{
        width: 60%;
}
.nhead-shopsel select{
width:100%;
}
.nhead-icon-col ul a span{
display:none;
}
.n-cart-tx,.n-num,.n-cart-price{
display:none;
	}

.nsec-ttl {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
	}
	.n-rank-tablist{
	margin-bottom:32px;	
	}
.n-rank-tablist li {
    text-align: center;
    border-bottom: 2px solid #ccc;
    padding: 5px 12px;
    line-height: 1.2;
    font-size: 13px;
}
.n-cate ul {
display: grid !important;
    gap: 16px;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 15px;
}
.n-cate img{
    border-radius: 100%;
}
.n-cate ul p{
text-align:center;
}
.n-top-banner ul {
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
    margin-bottom: 12px;
}
.foot-list {
    gap: 20px;
    font-size: 13px;
    justify-content: left;
    max-width: 100%;
    padding: 0;
    margin: 20px auto;
    display: inline-grid;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    width: 100%;
}
.nhead-alt .ninner{
    font-size: 13px;
}
.nhead-flex{
gap:8px;
}
.nbrand{
font-size:10px;
}
.nitemname {
    font-weght: bold;
    font-size: 13px;
    margin-bottom: 8px;i
}
.navi-wrap {
    display:none;
}
}


    /* 店舗ヘッダー背景色 */
    .navi,.navi_more ul{
        background: #000000;
    }
.navi > a {
    height: auto;
    margin: 0;
				    color: #333;
}

.navi, .navi_more ul {

}
.navi_link::before, .navi_link > li::after {
    background: url();
}
.navi_link > li a::before{
content:none !important;
}
.navi_link > li::before{
content:none !important;
}
.navi_link > li a::after{
content:none !important;
}

.navi_link::before,
.navi_link::after{
content:none !important;
}
.shop-name{
    font-size: 17px;
    font-weight: bold;
				}
.navi_link {
    height: 100%;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    display: flex;
    position: relative;
}
.navi-wrap{
    background: #f8f8f8 !important;
}
.navi, .navi_more ul {
    background: #fff;
}
.navi {
max-width:1200px;
background:unset !important;
    width: 100%;
    height: auto;
    margin: 0 auto ;
    align-items: center;
    gap: 20px;
    display: flex;
    background: #00194f;
    position: relative;
    z-index: 100;
}
.navi nav{
width:40%;
}
.navi_link > li {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.navi_link > li a {
    color: #fff;
    position: relative;
    padding-left: 6%;
    z-index: 30;
    display: flex;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ec-headerSearch .ec-headerSearch__keyword{
background:#fff;
}
.ec-headerSearch .ec-headerSearch__keyword input[type="search"]{
width:200px;
}
.ec-headerSearch__keyword .ec-input .submit{
color:#222;
    background: #FFE501 !important;
}
.ec-select_search #openBtn{
    background:#0277E6 !important;
}
    /* 文字色 */
    .navi_link > li a,.navi_more ul li a{
        color: #222;
    }
    @media only screen and (max-width: 768px) {
        .sp_form {
            margin: 0 auto 8px;
        }
    }
.ec-headerSearch__keyword .ec-input .submit {
    width: 20% !important;
    height: 100% !important;
    background-color: #FFE501 !important;
    color: #222 !important;
}
