@charset "utf-8";
/* CSS Document */
body {
}
.home-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
	z-index: -1;
}
.home-bg.bg01 {
    width: 352px;
    height: 771px;
    background-image: url(https://basefile.akamaized.net/6kozzy-base-shop/637dc781b8894/svg_back1.png);
    left: -40px;
    top: 0;
}
.home-bg.bg02 {
    width: 268px;
    height: 190px;
    background-image: url(https://basefile.akamaized.net/6kozzy-base-shop/637dc78824e15/svg_back2.png);
    right: -75px;
    top: -65px;
}
.home-bg.bg03 {
    width: 289px;
    height: 226px;
    background-image: url(https://basefile.akamaized.net/6kozzy-base-shop/637dc791112d5/svg_back3.png);
    top: -100px;
    left: -100px;
}
.home-bg.bg04 {
    width: 272px;
    height: 223px;
    background-image: url(https://basefile.akamaized.net/6kozzy-base-shop/637dc796556f9/svg_back4.png);
    right: -70px;
    top: -120px;
}


/* main-slider */
#main-slider {
    position: relative;
}
#main-slider:after {
	content: '';
    display: block;
    width: 100%;
    height: 62px;
    background-color: #fffeee;
    background-image: url(https://basefile.akamaized.net/6kozzy-base-shop/637dc71ee1b7f/nami_white.png);
    background-repeat: repeat-x;
    background-position: -50% top;
    background-size: auto 62px;
	transform: rotate(180deg);
    position: absolute;
    left: 0;
	bottom: -62px;
}
#main-slider .swiper-container {
    padding-bottom: 50px;
}
#main-slider .swiper-pagination-bullets {
	bottom: 0;
}
#main-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: solid 1px #751c33;
    opacity: 1;
}
#main-slider .swiper-pagination-bullet-active {
    background: #751c33;
}

/* main */
#contents {
    padding-top: 80px;
    overflow: hidden;
	background-color: #fffeee;
}
.conBox {
	margin-bottom: 120px;
	position:relative;
	z-index: 10;
}
.contents-title {
	text-align:center;
	margin-bottom: 80px;
}
.contents-title h2 {
	font-size: 16px;
	font-weight: normal;
	margin-top:10px;
}
.contents-title p {
	font-size: 32px;
	font-family: 'Marcellus', serif;
	color: #b6002e;
	line-height: 1;
    letter-spacing: 2px;
}
.contents-title p:before,
.contents-title p:after {
	content: '';
    display: inline-block;
	vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
	position:relative;
	top: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition-duration: .5s;
}
.contents-title p:before {
    width: 20px;
    height: 45px;
    background-image: url(https://basefile.akamaized.net/6kozzy-base-shop/637dc705d0092/fork.png);
	margin-right: 15px;
	left:15px;
}
.contents-title p:after {
    width: 18px;
    height: 45px;
    background-image: url(https://basefile.akamaized.net/6kozzy-base-shop/637dc70c3171a/knife.png);
	margin-left: 15px;
	right:15px;
}
.contents-title.animated p:before {
    left: 0;
    top: 0;
    opacity: 1;
}
.contents-title.animated p:after {
    right: 0;
    top: 0;
    opacity: 1;
}


/* pickup-item */
.pickup-item--list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-top: -70px;
}
.pickup-item--list li {
    width: 48%;
    margin: 70px 0 0 4%;
	text-align: center;
}
.pickup-item--list li:nth-child(2n+1) {
    margin-left: 0;
}
.pickup-item--list li a {
	display: block;
	height: 100%;
	padding-bottom: 30px;
	background: #fff;
}
.pickup-item--list li .img {
	margin-bottom: 20px;
}
.pickup-item--list li h3 {
    font-size: 20px;
    font-weight: bold;
}
.pickup-item--list li p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.7;
}

.more-btn {
    cursor: pointer;
    margin: 70px auto 0;
    width: 240px;
    text-align: center;
    font-size: 24px;
    font-family: 'Marcellus', serif;
    color: #b6002e;
    line-height: 1;
    letter-spacing: 2px;
    border: solid 1px;
    border-radius: 5px;
    padding: 15px 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.more-btn:hover {
    color: #fff;
    background: #b6002e;
}

/* BASE仕様 */
body#shopTopPage .item {
    padding: 0;
    width: 48%;
    margin: 40px 0 0 4%;
    float: none;
}
body#shopTopPage .item:nth-child(2n+1) {
    margin-left: 0;
}
body#shopTopPage .item .itemTitle {
    margin: 20px 0 0;
    text-align: left;
}
body#shopTopPage .item a .itemTitle h2 {
    width: auto;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-overflow: initial;
    white-space: normal;
}
ul.itemDetail {
    margin-top: 15px;
}
body#shopTopPage .item .itemDetail .itemPrice {
    letter-spacing: 0;
    text-align: left;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #b6002e;
}

@media (min-width: 769px) {
    body#shopTopPage .item {
        padding: 0;
        width: 22%;
        margin: 40px 0 0 4%;
    }
    body#shopTopPage .item:nth-child(2n+1) {
        margin: 40px 0 0 4%;
    }
    body#shopTopPage .item:nth-child(4n+1) {
        margin-left: 0;
    }
    body#shopTopPage .item .itemImg {
        height: auto;
        line-height: initial;
        width: auto;
    }
    body#shopTopPage .item .itemImg img {
        max-height: 100%;
        max-width: 100%;
    }
    body#shopTopPage .item a .itemTitle h2 {
        width: auto;
    }
}

/* ranking */
.ranking-item {
	margin-bottom: 40px;
}
.ranking-item--list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ranking-item--list li {
    width: 18.5%;
    margin-left: 1.875%;
}
.ranking-item--list li:first-child {
	margin-left: 0;
}
.ranking-item--list li a {
	display: block;
}
.ranking-item--list li .thumb {
	background: #fff;
	position: relative;
	height:0;
	padding-top: 100%;
	margin-bottom: 15px;
}
.ranking-item--list li .thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ranking-item--list li .rank {
    font-size: 32px;
    color: #b19200;
    font-family: 'Marcellus', serif;
    margin-bottom: 10px;
}
.ranking-item--name {
	font-size: 18px;
	font-weight: 400;
	color: #751c33;
	line-height: 1.5;
	margin-bottom: 10px;
}
.ranking-item--price {
	font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #b6002e;
}



/* category-item */
.category-item--list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -40px auto 0;
}
.category-item--list > li {
    width: 22%;
    text-align: center;
    margin: 40px 0 0 4%;
}
.category-item--list > li:nth-child(4n+1) {
    margin-left: 0;
}
.category-item--list > .icon {
    width: 180px;
    margin: 0 auto 10px;
}
.category-item--list > li p {
    font-size: 18px;
    font-weight: 400;
}


/* pickup-setitem */
.pickup-setitem--list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-top: -40px;
}
.pickup-setitem--list > li {
    width: 18%;
    margin: 40px 0 0 2.5%;
}
.pickup-setitem--list > li:nth-child(5n+1) {
	margin-left: 0;
}
.pickup-setitem--list li a {
	display: block;
}
.pickup-setitem--list li .thumb {
	background: #fff;
	position: relative;
	height:0;
	padding-top: 100%;
	margin-bottom: 15px;
}
.pickup-setitem--list li .thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pickup-setitem--name {
	font-size: 18px;
	font-weight: 400;
	color: #751c33;
	line-height: 1.5;
	margin-bottom: 10px;
}
.pickup-setitem--price {
	font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #b6002e;
}


/* search-price */
.search-price--list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 590px;
    margin: -30px auto 0;
}
.search-price--list > li {
    width: 48%;
    margin: 30px 0 0 4%;
}
.search-price--list > li:nth-child(2n+1) {
    margin-left: 0;
}
.search-price--list > li a {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #b6002e;
    font-family: Montserrat;
    border: solid 1px #b6002e;
    padding: 20px 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search-price--list > li a:hover {
	color: #fff;
	background: #b6002e;
}

/* shop-information */
#shop-information {
    padding: 122px 0;
    background: #fff;
}
#shop-information:before,
#shop-information:after {
	content: '';
    display: block;
    width: 100%;
    height: 62px;
    background-color: #fffeee;
    background-image: url(https://basefile.akamaized.net/6kozzy-base-shop/637dc71ee1b7f/nami_white.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto 62px;
    position: absolute;
    left: 0;
}
#shop-information:before {
	top: 0;
}
#shop-information:after {
	bottom: 0;
	transform: rotate(180deg);
    background-position: -50% top;
}

.shop-information-in {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop-information-in .box {
	width: 48%;
}
.shop-information-in .box#information {
	border-right: dotted 2px;
}
.shop-information-in .box h2 {
	font-size: 32px;
	font-family: 'Marcellus', serif;
	font-weight: normal;
	color: #b6002e;
	line-height: 1;
    letter-spacing: 2px;
	text-align:center;
	margin-bottom: 60px;
}
.shop-information-in .box ul {
    display: table;
    margin: auto;
}
.shop-information-in .box ul li {
	position: relative;
	margin-bottom:20px;
	padding-left: 50px;
}
.shop-information-in .box ul li .circle {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: solid 1px;
	border-radius: 100px;
	position: absolute;
	left:0;
	top:0;
}
.shop-information-in .box ul li .circle span {
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -4px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
}
.shop-information-in .box ul li .text {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom: solid 1px;
}
.shop-information-in .box p {
	text-align:center;
	font-size: 18px;
	font-weight: 400;
	line-height:1.7;
}
.shop-information-in .box .more {
    margin-top: 40px;
}

/* -----------------------------------

media query

------------------------------------- */

/* 815px 以下 */
@media (max-width: 815px) {

	.home-bg.bg01 {
		width: 170px;
	}
	.home-bg.bg02 {
		width: 134px;
		right:0;
	}
	.home-bg.bg03 {
		width: 145px;
		left: -30px
	}
	.home-bg.bg04 {
		width: 135px;
		right: -40px;
	}


	#main-slider .inner {
		padding: 0;
	}
	#main-slider .swiper-container {
		padding-bottom: 40px;
	}

	#contents {
		padding-top: 50px;
	}
	.contents-title {
		margin-bottom: 40px;
	}
	.contents-title h2 {
		font-size: 12px;
		margin-top: 0;
	}
	.contents-title p {
		font-size: 20px;
	}
	.contents-title p:before {
		width: 13px;
		height: 30px;
	}
	.contents-title p:after {
		width: 12px;
		height: 30px;
	}

	.pickup-item--list {
		margin-top: -40px;
	}
	.pickup-item--list li {
		margin-top: 40px;
	}
	.pickup-item--list li h3 {
		font-size: 14px;
	}
	.pickup-item--list li p {
		font-size: 12px;
		text-align: left;
	}

	.ranking-item--list {
		display:block;
	}
	.ranking-item--list li {
		width: 100%;
		margin: 0 0 10px;
	}
	.ranking-item--list li a {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.ranking-item--list li .thumb {
		padding-top: 40%;
		margin-bottom: 0;
		width: 40%;
	}
	.ranking-item--list li .info {
		width: 60%;
		padding-left: 10px;
	}
	.ranking-item--list li .rank {
		font-size: 24px;
	}
	.ranking-item--name {
		font-size: 12px;
	}

	.category-item--list > li {
		width: 30%;
		margin: 40px 0 0 5%;
	}
	.category-item--list > li:nth-child(4n+1) {
		margin: 40px 0 0 5%;
	}
	.category-item--list > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.category-item--list > li p {
		font-size: 12px;
	}

	.pickup-setitem--list > li {
		width: 48%;
		margin: 40px 0 0 4%;
	}
	.pickup-setitem--list > li:nth-child(5n+1) {
		margin: 40px 0 0 4%;
	}
	.pickup-setitem--list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.pickup-setitem--name {
		font-size: 12px;
	}

	.search-price--list {
		margin-top: -10px;
	}
	.search-price--list > li {
		width: 100%;
		margin: 10px 0 0;
	}

	#shop-information:before,
	#shop-information:after {
		height: 20px;
		background-size: auto 20px;
	}
	.shop-information-in {
		display: block;
	}
	.shop-information-in .box {
		width: 100%;
	}
	.shop-information-in .box#information {
		margin-bottom: 50px;
		border-right: none;
	}
	.shop-information-in .box h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.shop-information-in .box ul li {
		padding-left: 40px;
	}
	.shop-information-in .box ul li .circle {
		width: 24px;
		height: 24px;
		top: 0px;
	}
	.shop-information-in .box ul li .text {
		font-size: 14px;
	}
	.shop-information-in .box p {
		font-size: 14px;
	}


}

@media (max-width: 360px) {


}

