/* --------------------------------------------------------------------------------

トップページ　スマートフォン

-------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------
	メインスライダー
-------------------------------------------------------------------------------- */

.fs-l-main{
	padding: 0;
}


/* --------------------------------------------------------------------------------
slider-sp
-------------------------------------------------------------------------------- */
#slider-sp {
	overflow: hidden;
}
.flexslider{
	margin: 0 0 2vw;
}
#slider-sp .flex-viewport {
	padding: 0 0 3vw;
}
#slider-sp .slides {
	padding: 0 0 0;
}
#slider-sp .slides li a{ 
	display: block;
}
#slider-sp .slides li a img {
	display: block;
}
#slider-sp .flex-control-paging {
	height: 2.8vw;
	margin: 0 0 0;
	text-align: center;
	overflow: hidden;
}
#slider-sp .flex-control-paging li {
	display: inline-block;
	padding: 0 1vw;
}
#slider-sp .flex-control-paging li a {
	display: inline-block;
	border-radius: 100%;
	width: 1.6vw;
	height: 1.6vw;
	text-indent: -9999px;
	overflow: none;
	box-shadow: none;
	background: #999;
}
#slider-sp .flex-control-paging li a.flex-active {
	background: #53bf1d;
}

#slider-sp .flex-control-nav{
	display: block;
}

/********** NEWS **********/
#index .news{
	padding: 0 0 10vw;
}
#index .news .heading {
	position: relative;
	padding: 0 0 5vw;
	
	border-bottom: solid 0.4vw #666;
}
#index .news .heading h2 {
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	color: #333;
}
#index .news .btn-more{
	width: 22vw;
	margin:5vw auto;
}
#index .news .btn-more a{
	display: block;
	width: 100%;
	padding: 1vw 0;
	border-radius: 1.5vw;
	text-align: center;
	color: #fff;
	background: #223a70;
}
#index .news ul{
	padding: 3vw 5vw;
	border-bottom: solid 1px #666;
}
#index .news ul li{
	padding: 2vw 0;
	border-bottom: dotted 1px #666;
}
#index .news ul li:last-child{
	border: none;
}
#index .news ul li .datetime{
}
#index .news ul li .title{
}
#index .news ul li .title a{
	display: block;
	color: #231815;
}

/*
ビール一覧
-------------------- */
#index .bnr-beer-item-list{
	padding: 0 3vw 9.5vw;
}
#index .bnr-beer-item-list a{
	display: block;
}
#index .bnr-beer-item-list a img{
	display: block;
}




/*
価格
-------------------- */
#index p.top-price{
	text-align: center;
	font-size: 4vw;
	color: #333;
	margin-bottom: 3vw;
}

#index span.top-price-tax{
	font-size: 3vw;
}



/*
新着商品
-------------------- */
#index .new-arrival{
	margin: 0 0 10vw;
}
#index .new-arrival h2{
	padding: 0 0 5vw;
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	color: #333;
}
#index .new-arrival ul{
	padding: 0 3vw;
}
#index .new-arrival ul li{
	padding: 0 7vw 5vw;
}
#index .new-arrival ul li img{
	display: block;
	height: auto;
}



#index .new-arrival-parts{
	margin: 0 0 10vw;
}
#index .new-arrival-parts h2{
	padding: 0 0 5vw;
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	color: #333;
	padding-bottom: 2vw;
	line-height: 1.3;
}
#index .new-arrival-parts .new-arrival-box{
	overflow: hidden;
}
#index .new-arrival-parts ul{
	padding: 0 3vw;
}
#index .new-arrival-parts ul li{
	padding: 0 7vw 5vw;
}
#index .new-arrival-parts ul li a{
	display: block;
	text-decoration: underline;
    color: #b44747;
}
#index .new-arrival-parts ul li a h2{
	color: #333;
}
#index .new-arrival-parts ul li img{
	display: block;
	height: auto;
	margin-bottom: 3vw;
}





/*
定番ビール
-------------------- */
#index .teiban{
	margin: 0 0 8vw;
}
#index .teiban h2{
	padding: 0 0 5vw;
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	color: #333;
	padding-bottom: 2vw;
}
#index .teiban .teiban-box{
	overflow: hidden;
}
#index .teiban ul{ 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	width: 100%;
}
#index .teiban ul li{
	width: 44vw;
	margin: 0 3vw 5vw;
}
#index .teiban ul li.full-size{
	width: 100%;
	margin: 0 0 5vw;
}
#index .teiban ul li a{
	display: block;
	text-decoration: underline;
    color: #b44747;
}
#index .teiban ul li a h2{
	color: #333;
}
#index .teiban ul li img{
	display: block;
	height: auto;
}

/*
限定ビール
-------------------- */
#index .limited{
	margin: 0 0 10vw;
}
#index .limited h2{
	padding: 0 0 5vw;
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	color: #333;
	padding-bottom: 2vw;
	line-height: 1.3;
}
#index .limited .limited-box{
	overflow: hidden;
}
#index .limited ul{
	padding: 0 3vw;
}
#index .limited ul li{
	padding: 0 7vw 5vw;
}
#index .limited ul li a{
	display: block;
	text-decoration: underline;
    color: #b44747;
}
#index .limited ul li a h2{
	color: #333;
}
#index .limited ul li img{
	display: block;
	height: auto;
	margin-bottom: 3vw;
}

/*
詰め合わせセット
-------------------- */
#index .set{
	margin: 0 0 10vw;
}
#index .set h2{
	padding: 0 0 5vw;
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	color: #333;
	padding-bottom: 2vw;
	line-height: 1.3;
}
#index .set .set-box{
	overflow: hidden;
}
#index .set ul{
	padding: 0 3vw;
}
#index .set ul li{
	padding: 0 7vw 5vw;
}
#index .set ul li a{
	display: block;
	text-decoration: underline;
    color: #b44747;
	text-underline-position: under;
}
#index .set ul li a h2{
	color: #333;
}
#index .set ul li img{
	display: block;
	height: auto;
	margin-bottom: 3vw;
}



/*
ランキング
-------------------- */
#index .ranking{
	margin: 0 0 13vw;
}
#index .ranking h2{
	padding: 0 0 4vw;
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	color: #333;
}
#index .ranking .ranking-box{
	overflow: hidden;
}
#index .ranking ul{ 
	display: flex;
	flex-wrap: wrap;

	width: calc(100% + 5vw);
	padding: 0 3vw;
}
#index .ranking ul li{
	width: calc(100% / 3 - 5vw);
	margin: 0 5vw 0 0;
}
#index .ranking ul li:nth-of-type(3){
	margin: 0;
}
#index .ranking ul li:nth-of-type(4),
#index .ranking ul li:nth-of-type(5){
	display: none;
}
#index .ranking ul li a{
	position: relative;
	
	display: block;
	padding: 6vw 0 0;
	font-size: 3.4vw;
	color: #333;
}
#index .ranking ul li a{
	display: block;
	text-decoration: underline;
}
#index .ranking ul li i{
	position: absolute;
	
	top: 0;
	left: 0;
	z-index: 10;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	width: 5vw;
	height: 5vw;
	border-radius: 100%;
	font-style: normal;
	font-size: 3vw;
	color: #fff;
	background: #333;
}
#index .ranking ul li img{
	display: block;
	height: auto;
	margin: 0 0 10px;
}


/*
伊勢角屋麦酒おいしさの秘密
-------------------- */
#index .secret{
	margin: 0 0 8vw;
}
#index .secret h2{
	padding: 0 0 5vw;
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	color: #333;
}
#index .secret .teiban-box{
	overflow: hidden;
}
#index .secret ul{ 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	width: 100%;
}
#index .secret ul li{
	width: 44vw;
	margin: 0 3vw 5vw;
}
#index .secret ul li.full-size{
	width: 100%;
	margin: 0 0 5vw;
}
#index .secret ul li a{
	display: block;
}
#index .secret ul li img{
	display: block;
	height: auto;
}



/*
伊勢角屋麦酒について
-------------------- */
#index .about{
	padding: 0 0 0 3vw;
	background: url("../images/index-device/bg-about.jpg") no-repeat 0 0;
	background-size: 100% auto;
	overflow: hidden;
}
#index .about .about-wrapper{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	
	width: 100%;
}
#index .about .about-box{
	width: 78vw;
	padding: 17vw 0 0;
}
#index .about h2{
	width: 20vw;
}
#index .about h2 img{
	width: 100%;
	height: auto;
}
#index .about .txt-about-1{
	padding: 0 0 3vw 2vw;
	line-height: 1.35;
	font-size: 5.2vw;
	color: #fff;
}
#index .about .txt-about-1 p{
	margin: 0;
}
#index .about .txt-about-2{
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,0.4);
}
#index .about .txt-about-2 .txt-about-2-box{
	margin: 0 0 20px;
	padding: 2vw 3.5vw 2vw;
	line-height: 1.8;
	font-size: 3.8vw;
}
#index .about .txt-about-2 .txt-about-2-box p{
	margin: 0;
}

/********** ボタン **********/
#index .about .btn-more ul{
}
#index .about .btn-more ul li{
	padding: 0 0 3vw;
}
#index .about .btn-more ul li a{
	display: flex;
	width: 62vw;
	padding: 3vw 3vw;
	margin: 80vw 3vw 0;
	text-decoration: none;
	font-size: 3.8vw;
	color: #fff;
	background: #666;
}
#index .about .btn-more ul li.btn-more-saiji a{
	color: #666;
	background: #fff;
}
#index .about .btn-more ul li a div{
	width: 100%;
	background: url("../images/index-device/icon-about-arr-corporate.png") no-repeat 100% 50%;
	background-size: 1.4vw auto;
}


/*
直営店のご案内
-------------------- */
#index .shop{
	margin: 0 0 14vw;
	padding: 5vw 3vw 1vw;
	border-bottom: solid 1px #dcdcdc;
}
#index .shop h2{
	padding: 0 0 4.5vw;
	text-align: center;
	font-size: 5.2vw;
	font-weight: bold;
	color: #333;
}
#index .shop ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;

	width: 100%;
}
#index .shop ul li{
	width: 44.7vw;
	padding: 0 0 5vw;
}
#index .shop ul li a{
	position: relative;
	display: block;
	color: #fff;
}
#index .shop ul li a .txt{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}
#index .shop ul li a:hover,
#index .shop ul li a:active{
	text-decoration: none;
}

/* 伊勢角屋麦酒 */
#index .shop ul li a .txt .txt-shop{
	padding: 3vw 0 0.5vw;
	font-size: 3.4vw;
}

/* ●●店 */
#index .shop ul li a .txt .txt-sub{
	padding: 0 0 2vw;
	font-size: 4.2vw;
}

/* MORE */
#index .shop ul li a .txt .more{
	border: solid 1px #fff;
	padding: 1.25vw 2vw;
	font-size: 3vw;
}

/* ボタン背景画像 */
#index .shop ul li a .bnr{
}
#index .shop ul li a .bnr img{
	width: 100%;
	height: auto;
	display: block;
}

/*
伊勢角屋麦酒ソリューション
-------------------- */
#index .solution{
	padding: 0 0 10vw;
}
#index .solution h2{
	padding: 0 0 5vw;
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	color: #333;
}
#index .solution ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;

	width: 100%;
	padding: 0 3vw;
}
#index .solution ul li{
	width: 46vw;
	padding: 0 0 4vw;
	font-size: 3.4vw;
}
#index .solution ul li a{
	position: relative;
	display: block;
	color: #fff;
}

/* ラベル */
#index .solution ul li a .sol-label{
	position: absolute;
	width: 100%;
	height: 54px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.45;
	
	text-align: center;
	font-weight: bold;
	
	background: rgba(110,111,108,0.8);
}
#index .solution ul li a:hover .sol-label{
	background: rgba(83,191,29,0.8);
}
#index .solution ul li a:hover,
#index .solution ul li a:active{
	text-decoration: none;
}

/* ボタン背景画像 */
#index .solution ul li a .bnr{
	display: block;
}
#index .solution ul li a .bnr img{
	width: 100%;
	height: auto;
	display: block;
}

/*
伊勢角屋麦酒公式メディア
-------------------- */
#index .media{
	padding: 0 0 7vw;
}
#index .media h2{
	padding: 0 0 5vw;
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	color: #333;
}
#index .media ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;

	width: 100%;
	padding: 0 3vw;
}
#index .media ul li{
	width: 44vw;
	padding: 0 0 6.5vw;
	text-align: center;
}

/* YouTube */
#index .media ul li.media-youtube{
	width: 70vw;
	margin: 0 auto;
}
#index .media ul li iframe{
	display: block;
	width: 100%;
	height: 40vw;
}

/* リンク */
#index .media ul li a{
	position: relative;
	display: block;
	color: #333;
}

/* 画像 */
#index .media ul li .bnr{
	padding: 0 0 2vw;
}
#index .media ul li .bnr img{
	display: block;
}


/* ラベル */
#index .media ul li a .media-label{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.45;
	
	text-align: center;
}
#index .media ul li a:hover .media-label{
}
#index .media ul li a:hover,
#index .media ul li a:active{
	text-decoration: none;
}


/*
SNS
-------------------- */
#index .sns{
	margin: 0 0 10vw;
}
#index .sns h2{
	padding: 0 0 5.5vw;
	text-align: center;
	font-size: 6vw;
	font-weight: bold;
	color: #333;
}
#index .sns .sns-box{
	overflow: hidden;
}
#index .sns ul{ 
	display: flex;
	justify-content: space-between;

	width: 100%;
	padding: 0 14vw;
}
#index .sns ul li{
}
#index .sns ul li img{
	display: block;
	
	width: 8.5vw;
	height: auto;
}


