@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
 トップ　お知らせのモーダルウィンドウ
--------------------------------------------------*/
.newsTop p.txt {
	font-size:15px;
	margin:0 0 15px;
	}

.newsTop .newsTopShop {
	margin:0 0 20px;
	}

.newsTop .newsTopShop h3.shopName {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	padding:5px 0;
	margin:0 0 10px;
	}

.newsTop .newsTopShop .newsShopTxt {
	font-size:15px;
	text-align:center;
	}

.newsTop .newsTopShop .newsShopTxt span.txt1 {
	color:#F15F55;
	font-weight:bold;
	font-size:18px;
	}

/*--------------------------------------------------
 トップ　お知らせのモーダルウィンドウ 表組み
--------------------------------------------------*/

.newsTable table {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  font-size:14px;
}
.newsTable table th,
.newsTable table td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
.newsTable table th {
  background-color: #eee;
  text-align: left;
}

.newsTable table .red {
	color:#F15F55;
	font-weight:bold;
	}

.newsTable table .arrow-pc {
	display:block;
	}

.newsTable table .arrow-sp {
	display:none;
	}

@media only screen and (max-width: 480px) {
.newsTable table {
    border: none;
  }
.newsTable table thead {
    display: none;
  }
.newsTable table tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
.newsTable table td {
	border-left: none;
    border-right: none;
    border-bottom: none;
    display: block;
    padding: 0;
    text-align: center;
  }
 
.newsTable table td:last-child {
    border-bottom: 1px solid #999;
  }
/*.newsTable table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }*/
 
 .newsTable table .arrow-pc {
	display: none;
	}

.newsTable table .arrow-sp {
	display:block;
	}

.newsTable table .fb {
	font-weight:bold;
	background-color: #eee;
	}

.newsTable table .fb2 {
	font-weight:bold;
	border-bottom: 1px solid #999;
	background-color: #eee;
	padding-bottom:10px;
	margin-bottom:10px;
	}

.newsTable table .pt {
	padding-top:10px;
	}

.newsTable table .pb {
	padding-bottom:10px;
	}
}



/*--------------------------------------------------
 トップ　スライドサブボタン追加
--------------------------------------------------*/
#slide li.slick-slide .slideSub1 {
	width: 21.5%;
	height: auto;
	position: absolute;
	top: 5.4%;
    left: 6.6%;
    margin: 0;
	z-index: 1;
	}

#slide li.slick-slide .slideSub2 {
	width: 21.5%;
	height: auto;
	position: absolute;
	bottom: 5.4%;
    left: 6.6%;
    margin: 0;
	z-index: 1;
	}

#slide li.slick-slide .slideSub3 {
	width: 21.5%;
	height: auto;
	position: absolute;
	top: 5.4%;
    right: 6.6%;
    margin: 0;
	z-index: 1;
	}

#slide li.slick-slide .slideSub4 {
	width: 21.5%;
	height: auto;
	position: absolute;
	bottom: 5.4%;
    right: 6.6%;
    margin: 0;
	z-index: 1;
	}
	
/*--------------------------------------------------
　おすすめメニュー
--------------------------------------------------*/

#topInner .menuInner .recommend ul li {
	display: inline-block;
    width: 32.5%;
    vertical-align: top;
    margin: 0 1.25% 16px 0;
}

#topInner .menuInner .recommend ul li:nth-child(3n) {
	margin: 0 0 16px 0;
}


@media only screen and (max-width: 768px){
#slide li.slick-slide .slideSub1 {
	width: 22%;
	height: auto;
	top: initial;
    left: 4%;
	bottom:12%;
	}

#slide li.slick-slide .slideSub2 {
	width: 22%;
	height: auto;
	bottom: 12%;
    left: 27.5%;
	}

#slide li.slick-slide .slideSub3 {
	width: 22%;
	height: auto;
	top: initial;
    right: 27.5%;
	bottom:12%;
	}

#slide li.slick-slide .slideSub4 {
	width: 22%;
	height: auto;
	bottom: 12%;
    right: 4%;
	}
}

@media screen and (max-width:480px) {


/*--------------------------------------------------
　おすすめメニュー
--------------------------------------------------*/

#topInner .menuInner .recommend ul li {
	width: 49%;
    margin: 0 2% 16px 0;
}

#topInner .menuInner .recommend ul li:nth-child(2n) {
	margin: 0 0 16px 0;
}

#topInner .menuInner .recommend ul li:nth-child(3n) {
	margin: 0 2% 16px 0;
}
	
}

@media screen and (max-width:320px) {
	
/*--------------------------------------------------
　おすすめメニュー
--------------------------------------------------*/

#topInner .menuInner .recommend ul li {
	width: 48%;
    margin: 0 4% 16px 0;
}

#topInner .menuInner .recommend ul li:nth-child(2n) {
	margin: 0 0 16px 0;
}

#topInner .menuInner .recommend ul li:nth-child(3n) {
	margin: 0 4% 16px 0;
}

}


/*--------------------------------------------------
　おすすめメニュー 2窓
--------------------------------------------------*/

#slide .slideInner .slick-list li.two-link a {
	float: left;
	width: 50%;
}

/*--------------------------------------------------
　謹賀新年
--------------------------------------------------*/

#topInner .newyear {
	width: 90%;
	max-width: 1080px;
	margin: 20px auto 60px;
}

@media screen and (max-width:480px) {
	
#topInner .newyear {
	margin: 0 auto 40px;
}

}

/*--------------------------------------------------
　お知らせ告知
--------------------------------------------------*/
.infomation .notice {
	font-size:14px;
	color:#F15F55;
}

@media screen and (max-width:480px) {
.infomation .notice {
	width:90%;
	font-size:12px;
	margin: 0 auto 15px;
}

.infomation .notice br {
	display: none;
}
}

/*--------------------------------------------------
　おみまい
--------------------------------------------------*/

#omimai {
	width: 100%;
    height: auto;
    padding: 20px;
    background: #F2F2F2;
    margin-bottom: 30px;
	text-align: center;
}

#omimai > p {
	font-size: 1.5rem;
    line-height: 1.6;
    margin: 0;
	font-family: 'Source Serif Pro', 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'ＭＳ Ｐ明朝', HG明朝E, serif;
}

@media screen and (max-width:1080px) {

#omimai {
	margin-bottom: 5px;
}
	
}

@media screen and (max-width:480px) {
	
#omimai {
	padding: 15px;
	margin-bottom: 25px;
}

#omimai > p {
	font-size: 3.5vw;
}
	
}


/*--------------------------------------------------
　おみまい 181005
--------------------------------------------------*/

#omimai2 {
	width: 100%;
    height: auto;
    padding: 20px;
    margin: -25px 0 35px;
    background: #F2F2F2;
	text-align: center;
}

#omimai2 > p {
	font-size: 1.3rem;
    line-height: 1.6;
    margin: 0;
	font-family: 'Source Serif Pro', 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ 明朝', 'ＭＳ Ｐ明朝', HG明朝E, serif;
}

@media screen and (max-width:1080px) {

#omimai2 {
	margin: -60px 0 30px;
}
	
}

@media screen and (max-width:768px) {

#omimai2 {
	margin: 0 0 30px;
}
	
}

@media screen and (max-width:480px) {
	
#omimai2 {
	padding: 15px;
	margin-bottom: 25px;
}

#omimai2 > p {
	font-size: 3.5vw;
}
	
}



/*--------------------------------------------------
　謝罪 181029
--------------------------------------------------*/

#apology {
	width: 90%;
    max-width: 1080px;
    margin: 0 auto 40px;
    text-align: center;
}

#apology p {
	display: inline-block;
    font-size: 15px;
    color: #F15F55;
    border: 2px solid;
    line-height: 1.3;
	font-weight: bold;
    padding: 12px 20px;
    border-radius: 8px;
}

#apology p:hover {
	text-decoration: underline;
}

.apologytxt {
	font-size: 14px;
    line-height: 1.8;
    margin: 0 auto;
}

@media screen and (max-width:480px) {
#apology {
	margin: 0 auto 20px;
}
	
#apology p {
		font-size: 13px;
}

.apologytxt {
	font-size: 13px;
}
}


/*--------------------------------------------------
　デニャーズの日 19022
--------------------------------------------------*/

#dennyasday {
	position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    width: 200px;
}

#dennyasday a {
	display: block;
	transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#dennyasday a:hover {
	transform: scale(1.1);
}

@media screen and (max-width:480px) {

#dennyasday {
    right: 15px;
    bottom: 10px;
    width: 33vw;
}

}


/*--------------------------------------------------
セブンカード・プラス新規入会キャンペーン 190401
--------------------------------------------------*/

#topInner .menuInner section ul li.nanacoimg a:after {
	content: "";
	display: block;
	width: 90px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	margin: auto;
	z-index: 0;
	transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#topInner .menuInner section ul li.nanacoimg a:after {
	background: url(/images/top/top-bnrimg-nanaro-pc.png) no-repeat center center;
	background-size: 90px 50px;
}

#topInner .menuInner section ul li.nanacoimg a:hover:after {
	top: -50px;
	opacity: 1;
	z-index: 0;
}

.hide-pc { display: none !important;}
.hide-sp { display: block !important;}


@media screen and (max-width:768px) {

#topInner .menuInner section ul li.nanacoimg a:after {
	background: none;
}

}


@media screen and (max-width:480px) {

/*#topInner .menuInner section ul li.nanacoimg:after {
	content: "";
	display: block;
	width: 46px;
	height: 44px;
	background: url(/images/top/top-bnrimg-nanaro-sp.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	right: 5px;
	z-index: -1;
	transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#topInner .menuInner section ul li.nanacoimg.addplus:after {
	bottom: 60px;
	z-index: 1;
}*/


#topInner .menuInner section ul li.nanacoimg a:after {
	content: none;
}

#topInner .menuInner section ul li.nanacoimg a:after {
	background: none;
}

#topInner .menuInner section ul li.nanacoimg p.menuImg {
    position: relative;
}

#topInner .menuInner section ul li.nanacoimg p.menuImg:after {
	content: "";
	display: block;
	width: 90px;
	height: 40px;
	background: url(/images/top/top-bnrimg-nanaro-sp.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	bottom: -20px;
	right: 5px;
	z-index: -1;
	transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#topInner .menuInner section ul li.nanacoimg p.menuImg.addplus:after {
	bottom: 0;
	z-index: 1;
}

.hide-pc { display: block !important;}
.hide-sp { display: none !important;}

}


/*--------------------------------------------------
 トップ　45周年SPECIAL MENU
--------------------------------------------------*/

#anniversary {
	background: url(/images/top/45th-anniversary-pc-bk.jpg) center center / cover no-repeat;
	padding: 0 0 50px;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
	color: #30353A;
	text-shadow: 0 0 12px #F7E196;
}

#anniversary .nowrap {
	white-space: nowrap;
}

#anniversary .anniversary-inner {
	text-align: center;
}

#anniversary .anniversary-logo {
	display: block;
    width: 150px;
    margin: 0 auto 10px;
    position: relative;
    top: -15px;
}

#anniversary .anniversary-head {
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto 12px;
}

#anniversary .anniversary-txt {
	font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 24px;
}

#anniversary .btn-list {
	padding: 0;
	margin: 0 auto;
}

#anniversary .btn-list ul li a {
	border: 1px solid;
	color: inherit;
	background: none;
}

#anniversary .btn-list ul li a:hover {
	background: #F15F55;
	border-color: #F15F55;
	color: #fff;
}

@media screen and (max-width:480px) {

#anniversary {
	background: url(/images/top/45th-anniversary-sp-bk.jpg) center center / cover no-repeat;
	margin: 60px auto;
	padding-bottom: 60px;
}

#anniversary .anniversary-logo {
    width: 120px;
}

#anniversary .anniversary-head {
	font-size: 24px;
}

#anniversary .anniversary-txt {
	font-size: 15px;
}

}


/*--------------------------------------------------
 トップ　45周年SPECIAL MENU
--------------------------------------------------*/
.celebration {
    width: 100%;
    background: url(/images/top/index_celebration_bg.jpg) center / 100% auto repeat;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: .15em;
    line-height: 1.5em;
    color: #333;
    box-sizing: border-box;
    padding: 25px;
    margin: 0 auto 70px;
	}

@media print, screen and (max-width: 480px) {
.celebration {
    font-size: 16px;
	}
}


/*--------------------------------------------------
 トップ　デニモバクラブnanacoWキャンペーン
--------------------------------------------------*/
.denimoba-wcp {
	max-width:1080px;
    width: 100%;
    height: auto;
    position: relative;
	background:url(/images/top/top-denimoba-wcp-bg-pc.jpg) top center / cover no-repeat;
	padding:0 0 8px;
    margin: 0 auto 30px;
	}

.denimoba-wcp h3 {
	width:45.9%;
	text-align: center;
	padding: 12px 0;
	margin: 0 auto 0;
	}

.denimoba-wcp .copy {
	width: 20%;
    margin: 0 8px 0;
	}
	
.denimoba-wcp ul {
	width:96%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 auto 0;
	}
	
.denimoba-wcp ul li {
	width:49.2%;
	position: relative;
	}

.denimoba-wcp ul li:first-child {
	margin-right:1.6%;
	}

.denimoba-wcp ul li .day1,
.denimoba-wcp ul li .day2 {
	width:25%;
	position: absolute;
	top:-11%;
	margin: 0;
	z-index:2;
	}

.denimoba-wcp ul li .day1 {
	left:-2%;
	}

.denimoba-wcp ul li .day2 {
	right:-2%;
	}

.denimoba-wcp ul li .denimoba-wcpBtn {
	display: block;
	position: relative;
	text-decoration: none;
	border-radius:10px;
	overflow: hidden;
	}

.denimoba-wcp ul li .denimoba-wcpBtn .mc-linkarea .mc-img {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 1;
	}

.denimoba-wcp ul li .denimoba-wcpBtn .mc-linkarea .mc-img img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}
	
@media only screen and (min-width: 769px){
.denimoba-wcp ul li .denimoba-wcpBtn > a:before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: #ED2A1C;
    position: absolute;
    top: 0;
    right: -40px;
    opacity: .75;
    transition: .2s ease;
    -webkit-transition: .2s ease;
	}

.denimoba-wcp ul li .denimoba-wcpBtn > a:after {
    content: "";
    display: block;
    width: 18px;
    height: 16px;
    background: url(/images/top/top-link-arrow.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -31px;
    margin: auto;
    opacity: 0;
    transition: .2s ease;
    -webkit-transition: .2s ease;
	}

.denimoba-wcp ul li .denimoba-wcpBtn:hover > a:before {
    right: 0;
	}

.denimoba-wcp ul li .denimoba-wcpBtn:hover > a:after {
    opacity: 1;
    right: 9px;
    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	
.denimoba-wcp ul li .denimoba-wcpBtn > a .mc-img img {
	position: relative;
    left: 0;
    transition: .2s ease;
    -webkit-transition: .2s ease;
	}

.denimoba-wcp ul li .denimoba-wcpBtn > a:hover .mc-img img {
	left: -36px;
	}
}

@media print, screen and (max-width: 480px) {
.denimoba-wcp {
	background:url(/images/top/top-denimoba-wcp-bg-sp.jpg) top center / cover no-repeat;
	}

.denimoba-wcp h3 {
    width: 53%;
    padding: 10px 0;
	}

.denimoba-wcp .copy {
    width: 50%;
    margin: 0 8px 0;
	}

.denimoba-wcp ul {
	width:92%;
    display: block;
	}
	
.denimoba-wcp ul li {
	width:100%;
	}

.denimoba-wcp ul li:first-child {
	margin-right:0;
	margin-bottom:3%;
	}

.denimoba-wcp ul li .day1, .denimoba-wcp ul li .day2 {
    width: 22.5%;
	}

.denimoba-wcp ul li .day1 {
	top: -12%;
    left: -2.5%;
	}

.denimoba-wcp ul li .day2 {
	top: -2.5%;
	right: inherit;
	left: -2.5%;
	}
}


/*--------------------------------------------------
 #パパママの夏休み奮闘記　応援キャンペーン
--------------------------------------------------*/

#floating-papamama {
	position: fixed;
    right: 20px;
    bottom: 20px;
    width: 180px;
    height: 180px;
	z-index: 200;
	transform: translate(0,150%);
	transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#floating-papamama.active {
	transform: translate(0,0);
}

#floating-papamama a {
	display: block;
	transition: all 300ms ease;
}

#floating-papamama a:hover {
	transform: scale(1.1);
}

#floating-papamama a img {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 10px 15px rgba(0,0,0,.15);
}

@media screen and (max-width: 480px) {
	
#floating-papamama {
    right: 16px;
    bottom: 16px;
    width: 30vw;
    height: 30vw;
}

#floating-papamama a img {
    border-radius: 12px;
}

}


/*--------------------------------------------------
 トップ　台風情報 20191011
--------------------------------------------------*/

.specialNews {
	background: #fff;
    padding: 40px 5%;
	text-align: center;
	font-size: 130%;
    font-weight: bold;
    color: #111;
    font-family: YuMincho,"游明朝","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",Times New Roman,serif;
}

.specialNews p:last-child {
    margin-bottom:  0;
}

.specialNews dl {
}

.specialNews dt {
	font-weight: bold;
    text-align: center;
}

.specialNews dd {
	margin: 5px auto 0;
}

.specialNews dl + p {
	font-size: 85%;
}

.specialNews h2 {
	text-align:center;
    font-size: 165%;
    position:  relative;
    background: #fff;
}

.specialNews h2 span {
    display:  inline-block;
    background: #fff;
    margin:  0 auto;
    padding:  0 10px;
    z-index:  1;
    position: relative;
}

.specialNews h2:before {
    content: "";
    display:  block;
    width:  100%;
    height: 2px;
    background: #111;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.specialNews ol {
	margin:0 auto 15px;
	padding:0;
}

.specialNews li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.specialNews li + p {
	font-size: 90%;
	margin-bottom: 0;
}

.specialNews div {
	text-align: center;
	margin-top: 25px;
}

.specialNews div a {
	font-weight: bold;
	text-decoration: underline;
}

.specialNews div a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	
.specialNews {
	padding: 30px 34px;
}

}

@media screen and (max-width: 480px) {

.specialNews {
	padding: 30px 15px;
	text-align: left;
}

}



/*--------------------------------------------------
 トップ　20191227
--------------------------------------------------*/
#topInner .infomation #newyear dl dt {
	color:#555;
}

@media screen and (max-width: 480px) {
#topInner .infomation #newyear dl {
	padding:0;
}

#topInner .infomation #newyear dl dt {
	min-width: 64px;
	line-height:normal;
}

#topInner .infomation #newyear dl dd {
	padding: 0;
	    display: table-cell;
}

#topInner .add-txt2 {
    padding: 0 15px;
}
}