@charset "euc-jp";

/* =========================================
メインスライダー
============================================ */
#main_slider {
	width: 100vw;
	overflow: hidden;
	position: relative;
}
#main_slider .catch {
	width: 65.7vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}
#main_slider .swiper-slide img {
	width: 100%;
	height: auto;
}
#main_slider .slider_pagination {
	text-align: center;
	margin-top: 3.6vw;
}
#main_slider .slider_pagination .swiper-pagination-bullet,
#main_slider .slider_pagination .swiper-pagination-bullet-active {
	width: 3.1vw;
	height: 3.1vw;
	border: 1px solid #707070;
	box-sizing: border-box;
	opacity: 1;
	background-color: #FFF;
	margin-left: 0;
}
#main_slider .slider_pagination .swiper-pagination-bullet:not(:last-child){
	margin-right: 3.1vw;
}
#main_slider .slider_pagination .swiper-pagination-bullet-active {
	background-color: #707070;
}

@media (min-width: 768px) {
	#main_slider .catch {
		width: auto;
	}
	#main_slider .slider_pagination {
		margin-top: 15px;
	}
	#main_slider .slider_pagination .swiper-pagination-bullet,
	#main_slider .slider_pagination .swiper-pagination-bullet-active {
		width: 10px;
		height: 10px;
	}
	#main_slider .slider_pagination .swiper-pagination-bullet:not(:last-child){
		margin-right: 13px;
	}
}


/* =========================================
メインコンテンツ
============================================ */
/* バナーリスト
----------------------------------------------------------*/
#top .sec-bnr{
	margin-bottom: 17.3vw;
}
#top .sec-bnr a{
	display: block;
}
#top .sec-bnr a:not(:last-child) {
	margin-bottom: 2.8vw;
}

@media (min-width: 768px) {
	#top .sec-bnr {
		margin-bottom: 92px;
	}
	#top .sec-bnr a:not(:last-child) {
		margin-bottom: 15px;
	}
}

/* コンセプト
----------------------------------------------------------*/
#top .sec-concept {
	margin-bottom: 16.9vw;
}
#top .sec-concept .ttl{
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin-bottom: 4.8vw;
}
#top .sec-concept .txt{
	text-align: center;
	line-height: 2.2;
}

@media (min-width: 768px) {
	#top .sec-concept{
		margin-bottom: 95px;
	}
	#top .sec-concept .ttl{
		font-size: 25px;
		margin-bottom: 15px;
	}
}

/* 人気商品ランキング
----------------------------------------------------------*/
#top .sec-ranking {
	margin-bottom: 16.9vw;
}
#top .sec-ranking .rank_blc:not(:last-child){
	margin-bottom: 12vw;
}
#top .sec-ranking .rank_blc .blc_ttl{
	display: flex;
	align-items: center;
	margin-bottom: 3.8vw;
	font-size: 1.8rem;
	font-weight: 700;
}
#top .sec-ranking .rank_blc.otomo .blc_ttl {
	color: #de7b39;
}
#top .sec-ranking .rank_blc.ossm .blc_ttl {
	color: #00829C;
}
#top .sec-ranking .rank_blc.gift .blc_ttl {
	color: #CB4371;
}
#top .sec-ranking .rank_blc .blc_ttl .icon {
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
/* アイコン▼ */
#top .sec-ranking .rank_blc.otomo .blc_ttl .icon {
	width: 5.5vw;
	height: 6.2vw;
	background-image: url(https://file003.shop-pro.jp/PA01459/442/img/common/icon_otomo.png);
	margin-right: 8px;
}
#top .sec-ranking .rank_blc.ossm .blc_ttl .icon {
	width: 8.2vw;
	height: 6vw;
	background-image: url(https://file003.shop-pro.jp/PA01459/442/img/common/icon_ossm.png);
	margin-right: 2px;
}
#top .sec-ranking .rank_blc.gift .blc_ttl .icon {
	width: 5.5vw;
	height: 5.5vw;
	background-image: url(https://file003.shop-pro.jp/PA01459/442/img/common/icon_gift.png);
	margin-right: 8px;
}
/* アイコン▲ */
#top .sec-ranking .rank_blc .rank_list {
	display: flex;
	justify-content: space-between;
}
#top .sec-ranking .rank_blc .rank_list a {
	display: block;
	width: 28vw;
}
#top .sec-ranking .rank_blc .rank_list a .img{
	width: 100%;
	height: 28vw;
	box-sizing: border-box;
	border: 1px solid #E2E2E2;
	overflow: hidden;
	position: relative;
	margin-bottom: 2.4vw;
}
#top .sec-ranking .rank_blc .rank_list a .img::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.2vw 8.2vw 0 0;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
}
/* ラベル▼ */
#top .sec-ranking .rank_blc.otomo .rank_list a .img::before {
	border-color: #de7b39 transparent transparent transparent;
}
#top .sec-ranking .rank_blc.ossm .rank_list a .img::before {
	border-color: #00829C transparent transparent transparent;
}
#top .sec-ranking .rank_blc.gift .rank_list a .img::before {
	border-color: #CB4371 transparent transparent transparent;
}
/* ラベル▲ */
#top .sec-ranking .rank_blc .rank_list a .img::after {
	position: absolute;
	top: 3px;
	left: 4px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #FFF;
	z-index: 2;
}
#top .sec-ranking .rank_blc .rank_list a:nth-child(1) .img::after {
	content: "1";
}
#top .sec-ranking .rank_blc .rank_list a:nth-child(2) .img::after {
	content: "2";
}
#top .sec-ranking .rank_blc .rank_list a:nth-child(3) .img::after {
	content: "3";
}
#top .sec-ranking .rank_blc .rank_list a .name {
	margin-bottom: 1.6vw;
}
#top .sec-ranking .rank_blc .rank_list a .price {
	text-align: right;
}

@media (min-width: 768px) {
	#top .sec-ranking {
		margin-bottom: 90px;
	}
	#top .sec-ranking .cmn-sec_ttl01 {
		margin-bottom: 5px;
	}
	#top .sec-ranking .rank_blc:not(:last-child){
		margin-bottom: 37px;
	}
	#top .sec-ranking .rank_blc .blc_ttl{
		margin-bottom: 15px;
		font-size: 16px;
	}
	/* アイコン▼ */
	#top .sec-ranking .rank_blc.otomo .blc_ttl .icon {
		width: 23px;
		height: 26px;
	}
	#top .sec-ranking .rank_blc.ossm .blc_ttl .icon {
		width: 34px;
		height: 25px;
	}
	#top .sec-ranking .rank_blc.gift .blc_ttl .icon {
		width: 23px;
		height: 23px;
	}
	/* アイコン▲ */
	#top .sec-ranking .rank_blc .rank_list a {
		width: 175px;
	}
	#top .sec-ranking .rank_blc .rank_list a .img{
		height: 175px;
		margin-bottom: 15px;
	}
	#top .sec-ranking .rank_blc .rank_list a .img::before {
		border-width: 53px 53px 0 0;
	}
	#top .sec-ranking .rank_blc .rank_list a .img::after {
		top: 5px;
		left: 9px;
		font-size: 18px;
	}
	#top .sec-ranking .rank_blc .rank_list a .name {
		margin-bottom: 5px;
	}
}
@media (min-width: 1024px) {
	#top .sec-ranking .rank_blc .blc_ttl{
		font-size: 18px;
	}
	#top .sec-ranking .rank_blc .rank_list a {
		width: 248px;
	}
	#top .sec-ranking .rank_blc .rank_list a .img{
		height: 248px;
	}
}

/* 商品紹介
----------------------------------------------------------*/
#top .sec-product{
	margin-bottom: 12vw;
}
#top .sec-product .product_list {
	display: flex;
	flex-wrap: wrap;
}
#top .sec-product .product_list a{
	width: 42.7vw;
	display: block;
	margin-bottom: 14vw;
}
#top .sec-product .product_list a .img {
	width: 100%;
	height: 42.7vw;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
	margin-bottom: 2.4vw;
}
#top .sec-product .product_list a .name {
	margin-bottom: 1.6vw;
}
#top .sec-product .product_list a .price {
	text-align: right;
}

@media (max-width: 767px) {
	#top .sec-product .product_list a:nth-child(odd) {
		margin-right: 4.8vw;
	}
}
@media (min-width: 768px) {
	#top .sec-product{
		margin-bottom: 80px;
	}
	#top .sec-product .product_list a{
		width: 175px;
		margin-bottom: 47px;
		margin-right: 12px;
	}
	#top .sec-product .product_list a:nth-child(3n+3) {
		margin-right: 0;
	}
	#top .sec-product .product_list a .img {
		height: 175px;
		margin-bottom: 15px;
	}
	#top .sec-product .product_list a .name {
		margin-bottom: 5px;
	}
}
@media (min-width: 1024px) {
	#top .sec-product .product_list {
		margin-left: 20px;
	}
	#top .sec-product .product_list a{
		width: 240px;
		margin-right: 30px;

	}
	#top .sec-product .product_list a .img {
		height: 240px;
	}
}

/* =========================================
ギフト部分
============================================ */
#top .sec-gift {
	margin-bottom: 16.9vw;
}
#top .sec-gift .blc_gift:not(:last-child){
	margin-bottom: 5vw;
}
#top .sec-gift .gift-img img{
	width: 70vw;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-bottom: 10vw;
	border: 1px solid #000;
}
#top .sec-gift .blc_gift .blc_ttl{
	display: flex;
	align-items: center;
	margin-bottom: 3.8vw;
	font-size: 1.8rem;
	font-weight: 700;
}

#top .sec-gift .blc_gift{
  display: flex;
  justify-content: space-between;
}  

#top .sec-gift .blc_gift a {
	display: block;
	width: 28vw;
}

#top .sec-gift .blc_gift  a .img {
  width: 100%;
  height: 28vw;
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.4vw;
}

#top .sec-gift .blc_gift a {
		width: 175px;
}

#top .sec-gift .blc_gift a {
	display: block;
	width: 28vw;
    margin-bottom: 15px;
}
@media (min-width: 768px /* PC版*/){
#top .sec-gift .blc_gift a .img{
		height: 175px;
		margin-bottom: 15px;
  }
}

#top .sec-gift .blc_gift a .name {
	margin-bottom: 1.6vw;
}

.set-price{
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
	margin-top: 20px;
}

.gift-txt{
	font-size: 1rem;
	line-height: 1.7;
}
#top .gift-ttl span{
	font-size: 1.5rem;
	}


@media (min-width: 768px /* PC版*/){
	#top .sec-gift {
		margin-bottom: 90px;
	}
	#top .sec-gift .cmn-sec_ttl01 {
		margin-bottom: 25px;
	}
	#top .sec-gift .blc_gift:not(:last-child){
		margin-bottom: 37px;
	}
	#top .sec-gift .blc_gift .blc_ttl{
		margin-bottom: 15px;
		font-size: 16px;
	}
	#top .sec-gift .blc_gift a .name {
		margin-bottom: 5px;
	}
	.cmn-btn01 {
    	width: 330px;
    	font-size: 18px;
    	padding: 20px 0;
	}
     #top .sec-gift .gift-img img{
	width: 600px;
	text-align: center;
	margin: 0 auto;
	display: block;
	border: 1px solid #000;
	}
	.gift-img{
	margin-bottom: 60px;
	}
	.gift-txt{
	font-size: 14px;
	line-height: 1.7;
	}
	.set-price{
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
	margin-top: 20px;
	font-size:1.4rem;
	}
	#top .gift-ttl span{
	font-size: 2.3rem!important;
	}
}


#top .sec-gift .blc_gift a .price {
	text-align: right;
}

@media (min-width: 1024px) {
	#top .sec-gift .blc_gift .blc_ttl{
		font-size: 18px;
	}
	#top .sec-gift .blc_gift a {
		width: 248px;
	}
	#top .sec-gift .blc_gift a .img{
		height: 248px;
	}
}

/*商品スライド
-------------------------------------------------------------*/

.slide-plus{
	margin: 0 auto 50px;
}

#top .slide-plus .slider .bx-wrapper .bx-viewport{
    width: 100vw;
    height: 43.75vw;
	margin: auto;
	}

.slide-plus img{
    width: 100vw;
  	height: auto;
  	display: block;
}
@media (min-width: 768px) {
#top .slide-plus .slider .bx-wrapper .bx-viewport{
      width: 550px!important;
      height: 240.625px!important;
	  margin: auto;
	}
  .slide-plus img{
	height: 240.625px!important;
    width: auto;
  	display: block;
  }
}

@media (min-width: 1024px) {
	#top .slide-plus .slider .bx-wrapper .bx-viewport{
      width: 800px!important;
      height: 350px!important;
	margin: auto;
  }
  .slide-plus img{
  	height: 350px!important;
    width: auto;
  	display: block;
  }
}

/*TOP-News window
-------------------------------------------------------------*/
#top .news_window{
  width: 100%;
  height: 80px;
  overflow: auto;
  margin: 0 0 15px;
  border: 1px solid #D3D3D3;
}

/*EC会員募集
-------------------------------------------------------------*/
#top .sec-members {
	margin-bottom: 16.9vw;
    padding: 10% 5%;
    background-color: #f5f2ea;
}
#top .sec-members .ttl{
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin-bottom: 4.8vw;
}
#top .sec-members .txt{
	text-align: center;
	line-height: 2;
}

#top .sec-members .mbr-cpn{
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 4.8vw;
}

#top .sec-members .txt .attention{
	color: #cc0000; 
    line-height: 1.8; 
    text-align: left;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
	#top .sec-members{
		margin-bottom: 95px;
        padding: 5%;
	}
	#top .sec-members .ttl{
		font-size: 2.3rem;
		margin-bottom: 15px;
	}
    #top .sec-members .mbr-cpn{
        padding: 10px;
        margin-bottom: 30px;
    }
    #top .sec-members .txt .attention{
        font-size: 12px;
    }
}
