@charset "euc-jp";

/*
**********************************

 Rakuten Delivery Premium Top Page

**********************************
*/
/* 
//////////   Layout  /////////
*/
div#grpheader {margin-bottom:0 !important;}
.w950 {
    width: 100%;
	max-width: 950px;
    margin: 0 auto;
    position: relative;
}
body {
	font-family: Osaka, "Hiragino Kaku Gothic ProN",sans-serif;
}
#PremiumTop {
	font-family: Osaka, "Hiragino Kaku Gothic ProN",sans-serif;
    margin: 0 auto;
	letter-spacing: .1em;
	line-height: 1.8;
}
#PremiumTop .sp__view {display: inherit;}
#PremiumTop .pc__view {display: none;}

@media screen and (min-width: 950px) {
  /* desktop layout */
  #PremiumTop .sp__view {display: none;}
  #PremiumTop .pc__view {display: inherit; }

  /* hover */
  a:hover {
    opacity: 0.8;
  }

}

/* 
//////////   Common  /////////
*/
#PremiumTop section{
	margin-bottom: 30px;
}
#PremiumTop p {
	color: #666666;
	text-align: center;
	font-size: 12.5px;
	line-height: 1.85;
	margin: 0 10px;
	margin-bottom: 50px;
}
#PremiumTop p.txt__small {
	font-size: 11px;
	letter-spacing:0;
	margin-bottom: 0;
}
#PremiumTop h2 {
	color: #FFF;
	line-height: 1.33;
	letter-spacing: 0.5px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}

@media screen and (min-width: 950px) {
	#PremiumTop {
		margin-bottom: 30px;
	}
	#PremiumTop p.txt {
		font-size: 18px;
		margin: auto;
	}
	#PremiumTop p.txt__small {
		font-size: 12px;
	}
	#PremiumTop h2 {
		font-size: 34px;
		margin: 20px 0;
	}
}



/* 
//////////   Main Visual  /////////
*/
#mainVisual {
	background-image: url(../img/1809/mv_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 200px;
	margin-bottom: 150px;
	position: relative;
	text-align: center;
}
#mainVisual h1 {
	background: #FFF;
	border-radius: 50px;
	width: 90%;
	position: absolute;
	padding: 10px 0 5px;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
}
#mainVisual h1 img {
	width: 75%;
	max-width: 268px;
}

@media screen and (min-width: 950px) {
	#mainVisual {
		height: 400px;
	}
	#mainVisual h1 {
		font-size: 36px;
		width: 570px;
		padding: 15px 0 0;
	}
	#mainVisual p.txt__small {
		font-size: 18px;
	}
	#mainVisual .main_visual_main .main_visual_center img {
		width: auto;
	}
	#mainVisual .main_visual_main .main_visual_rakubin {
		height: auto;
	}
}

/* 
//////////   Search Panel  /////////
*/

#PremiumTop .search__panel {
	width: 90%;
	background: #FFA000;
	margin: 0 auto 20px;
	padding: 5px 0;
	border-radius: 15px;
}
#PremiumTop #mainVisual .search__panel {
	position: absolute;
	bottom: -150px;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
}
	

#PremiumTop .search_top {
	margin-top: -100px;
	z-index: 900;
}

#PremiumTop .p-StoreSearchWidget.is-type-premium {
	margin: 10px auto 20px;
}
#PremiumTop .p-StoreSearchWidget-item {
	text-align: left;
}
#PremiumTop .p-StoreSearchWidget-link {
	letter-spacing: 0;
	font-size: 13px;
	padding: 11px 11px 11px 35px;
}

@media screen and (min-width: 950px) {
	#PremiumTop .search__panel {
		width: 950px;
	bottom: -100px;
	padding: 10px 0;
		margin-bottom: 40px;
	}
	
	#PremiumTop .p-StoreSearchWidget.is-type-premium {
		max-width: 850px;
	}
}
/* 
//////////   Swiper  /////////
*/
#PremiumTop .swiper-container {
}
#PremiumTop .swiper-slide {
  width: 25%;
}
#PremiumTop .swiper-pagination-bullet {
	border-radius: 0;
	width: 24px;
	height: 4px;
}
#PremiumTop .swiper-pagination-bullet-active {
    background: #d3a21f;
}
@media screen and (min-width: 950px) {
  #PremiumTop .swiper-slide {
    width: 10%;
  }
}

/* 
//////////   Three Points  /////////
*/

#PremiumTop .premium__point {
	margin-bottom: 15px;
}

#PremiumTop .premium__point dt {
	text-align: center;
	color: #b08718;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: normal;
}
#PremiumTop .premium__point dd {
	text-align: center;
	color: #666666;
	font-size: 12.5px;
	line-height: 1.85;
}
#PremiumTop .premium__point dd strong {
	color: #ffa000;
}
#PremiumTop #about .swiper-container {
	width: 95%;
	margin: auto;
}
#PremiumTop #about .shop_images li img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (min-width: 950px) {
	#PremiumTop .premium__point dt {
		font-size: 32px;
	}
	#PremiumTop .premium__point dd {
		font-size: 18px;
		margin-bottom: 30px;
	}
	#PremiumTop #about .shop_images {
		display: -webkit-flex; /* Safari */
		display: flex;
		width: 1200px;
		margin: 0 auto 100px;
	}
	#PremiumTop #about .shop_images li img {
		width: 120px;
	}
}



@media screen and (min-width: 950px) and (max-width: 1200px) {
	#PremiumTop #about .shop_images {
		width: 950px;
		overflow: hidden;
	}
	#PremiumTop #about .shop_images li img {
		width: 95px;
	}
}

@media all and (-ms-high-contrast: none) and (min-width: 950px) {	
	#PremiumTop .premium__point {
		width: 740px;
	  }
}


/* 
//////////  Details  /////////
*/
div#container #PremiumTop table.detail {
	font-size: 14px;
	letter-spacing: normal;
}

.bnr_link {
	width: 80%;
	margin:20px auto;
	text-align: center;
}

.bnr_link img{
	width: 100%;
	max-width: 560px;
}

#footer_sp {
    padding: 10px 0;
    border-top: #ffa000 solid 3px;
}

/* 
//////////   Utility  /////////
*/
@media screen and (max-width: 949px) {
  .mb30_sp {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 950px) {
  .mb60_pc {
    margin-bottom: 60px !important;
  }
}

/* 
//////////   191010追記　アプリ統合案内  /////////
*/
#PremiumTop #about {
	padding-top: 30px;
	margin-bottom: 80px;
}
section.oneApp {
    background: url(../img/181011/bg_ywllow.jpg)repeat;
    text-align:  center;
	padding: 40px 0;
/*    background-color: #fff9dc;*/
}
section.oneApp .inner {
    width: 670px;
    margin: 0 auto;
}
section.oneApp .title {
	margin-bottom: 30px;
}
section.oneApp h2 {
	margin: 0 !important;
}
section.oneApp h2 img {
    width: 72%;
}
section.oneApp img:nth-child(2) {
    margin-top: 10px;
}
section.oneApp .balloon {
    position: relative;
    width: 100%; /* 幅 */
    min-height: 60px; /* 最小の高さ */
    padding: 24px; /* 内側の余白 */
    text-align: center;
    box-sizing: border-box;
}
section.oneApp .balloon::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 20px; height: 20px; /* 吹き出しサイズ */
}
section.oneApp .balloon::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
section.oneApp .balloon>* {
    position: relative;
    z-index: 3;
}
.balloon {
	padding: 24px 0;
	box-sizing: border-box;
}
.balloon,
.balloon::after {
/*    border-radius: 5px;  角の丸め方 */
}
.balloon,
.balloon::before {
    box-shadow: 0px 2px 2px 0 rgba(0,0,0,0.2); /* ぼかし距離(第3引数)，拡散距離(第4引数)，色(第5引数) */
}
.balloon,
.balloon::before,
.balloon::after {
    background: #fff; /* 背景色 */
}
#PremiumTop .premium__bnr {
	margin-bottom: 60px;
}
.premium__bnr dt, 
.app__dl dt {
	font-size: 32px;
	text-align: center;
    color: #b08718;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.premium__bnr dd {
	text-align: center;
}
.app__dl dd {
	display: flex;
	max-width: 700px;
	margin: auto;
	text-align: center;
}
#PremiumTop .app__dl dd .appLogo {
	margin: 0 20px 60px;
}
.app__dl dd .appLogo img {
	width: 100%;
}

.android {
	display:none;
}

/* 吹き出し・下辺中央 */
section.oneApp .balloon--bottom_center::before {
    bottom: -10px;
    left: 50%; /* 位置 */
    transform: translateX(-50%) rotate(45deg) skew(0.5deg,0.5deg); /* 傾斜角(skew) */
}
@media screen and (max-width:670px) {
	#PremiumTop #about {
		padding-top: 10px;
		margin-bottom: 40px;
	}
	section.oneApp .inner {
		width: 90%;
		margin: 0 auto;
	}
    section.oneApp img.ind {
        width: 100%;
    }
    section.oneApp h2 img, 
	section.oneApp img {
        width: 100%;
    }
	#PremiumTop .app__dl dd .appLogo {
		margin: 0 20px 10px;
	}
	.app__dl dd .appLogo img {
		width: 70%;
	}
	#PremiumTop .premium__bnr {
		margin-bottom: 20px;
	}
	.premium__bnr dt, 
	.app__dl dt {
		font-size: 21px;
		line-height: 1.2;
	}
	.premium__bnr img {
		width: 90%;
	}
}