@charset "UTF-8";
/* SCSS vars
-------------------------------*/
.clearfix {*zoom: 1;}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {clear: both;}

/* contents
-------------------------------*/
body#kfc2013 section#SliderWrapper {
  margin: 1px 0;
  position: relative;
}
body#kfc2013 section#SliderWrapper img {width: 100%;}
body#kfc2013 section#SliderWrapper .swiper-container {
  width: 100%;
  height: auto;
}

/* SliderWrapper
-------------------------------*/
.swiper-slide {
  width: 100%;
  height: auto;
}
body#kfc2013 section#SliderWrapper .pagination {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
body#kfc2013 section#SliderWrapper .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  -moz-opacity: 0.5;
  opacity: 0.5;
  margin: 0 5px;
  cursor: pointer;
}
body#kfc2013 section#SliderWrapper .swiper-active-switch {
  background-color: #fff;
  -moz-opacity: 1;
  opacity: 1;
}
body#kfc2013 section#News ul li a {
  border-bottom: solid 1px #ddd;
  color: #333;
}
body#kfc2013 section#SlidArea{margin-bottom: 3px;}
body#kfc2013 section.SlidImage {
  margin-bottom: 3px;
  overflow:hidden;
  width:100%;
}
body#kfc2013 section.SlidImage li{
  float:left;
  width:100%;
}
body#kfc2013 section.SlidImage img,
body#kfc2013 section#SlidArea img {
  width: 100%;
  height: auto;
}
body#kfc2013 nav#TopMenu a {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  width: 50%;
  height: 100px;
  padding: 40px 0;
  line-height: 20px;
  float: left;
  color: #333;
  font-weight: bold;
  font-size: 130%;
}
body#kfc2013 nav#TopMenu a:nth-child(2n) {border-right: none;}
body#kfc2013 nav#TopMenu a.wide {width: 100%;}
body#kfc2013 nav#TopMenu a#topmenu-05 {
  padding-left: 22px;
}

/* Common
-------------------------------*/
body#kfc2013.home {padding: 0 0 40px;}
body#kfc2013 {
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
a {
  display: block;
  text-decoration: none;
  color: #666;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
img {vertical-align: bottom;}
header {
  border-bottom: solid 4px #E4002B;
  position: relative;
  margin: 0;
  height: 150px;
  transition: all .5s ease-out;
  padding: 0 10px !important;
}
header.close {height: 85px;}
header.close #___gcse_0 {display: none;}
header h1 {
  position: absolute;
  top:10px;
  left:10px;
}
header h1 a{display:inline;}
header h1 img{height:62px;}
.search-box {
  background: url("//d2926x4i2sob2.cloudfront.net/images/common/icon/btn-search-off@2x.png") no-repeat 16px 15px;
  background-size: 15px 15px;
  border: 1px solid #ccc;
  border-radius: 25px;
  height: 50px;
  float: left;
  overflow: hidden;
  padding: 0 15px 0 30px;
  width: 100%;
  cursor: default;
  transition: all .5s ease-out;
}
.search-box.close, .close .search-box {
  padding: 0 15px;
  width: 50px;
  cursor: pointer;
}
header .search-box {
  display:none;
  margin-top: 10px;
}
.search-box-wrapper {
  background: #fff;
  border-radius: 15px;
  height: 30px;
}

/* NavigationWrapper
-------------------------------*/
nav#NavigationWrapper ul {
  display: table;
  width: 100%;
}
nav#NavigationWrapper ul li {
  display: table-cell;
  border: 1px solid #ddd;
  border-left: none;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  height: 100px;
  font-weight: bold;
  font-size: 130%;
  position: relative;
  cursor: pointer;
}
nav#NavigationWrapper ul li:last-child {border-right: none;}
nav#NavigationWrapper ul li.active {
  background-color: #fef8e5;
  border-bottom: none;
}
nav#NavigationWrapper ul li.active:after {
  top: 0%;
  left: 50%;
  border-bottom: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

/* contents
-------------------------------*/
#contents h1 {
  font-size: 214%;
  padding: 20px;
}
#contents h1.headerBottomTri {
  padding: 10px 0;
  position: relative;
  background: #AA0026;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  color: #fff;
  margin-bottom: 17px;
}
#contents h1.headerBottomTri:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-top-color: #AA0026;
  border-width: 7px;
  margin-left: -7px;
}
#contents ul.socialBtns {
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0;
  padding: 15px 5%;
  overflow: hidden;
  text-align: center;
}
#contents ul.socialBtns li {
  margin-right: 15px;
  display: inline-block;
}
#contents ul.socialBtns li a {display: inline-block;}
#contents p {
  margin: 25px 20px 20px;
  line-height: 1.5;
}
#contents p.textYellow {
  color: #fabe00;
  font-size: 120%;
  font-weight: bold;
  margin: 10px 20px;
  text-align: center;
}
#contents p.couponList {padding: 0;}
#contents p.couponList a {
  text-align: right;
  margin: 10px 10px 0 20px;
  font-weight: bold;
  font-size: 90%;
  color: #E70012;
  line-height: 1.4;
}
#contents p.returnTop {
  float: right;
  margin: 10px 2.5% 30px 0;
}
#contents p.returnTop a {
  background: url(//d2926x4i2sob2.cloudfront.net/images/search/detail/icon_arrow_right.gif) no-repeat 10px center;
  color: #E70012;
  text-decoration: underline;
  margin-top: 0;
  padding-left: 20px;
  font-size: 90%;
}

/* フッター
-------------------------------*/
.Mailmagazine {overflow: hidden;}
.Mailmagazine p {
  float: left;
  padding: 2% 0 0 3%;
  width: 55%;
  font-weight: bold;
}
.Mailmagazine .thum {
  text-align: center;
  float: left;
  width: 40%;
}
.Mailmagazine .thum img {
  vertical-align: top;
  height: auto;
  width: 100%;
}
.Mailmagazine .btn-round {margin-top: 25px;}

#Social .socialBox {
  width: 310px;
  margin: 0 auto;
  text-align: center;
}
#Social .socialBox a {
  display: block;
  float: left;
  width: 54px;
  margin-left: 10px;
  padding-bottom: 25px;
}
#Social .socialBox a:first-child {margin-left: 0;}
#Social .socialBox a > img {
  width: 50px;
  height: auto;
}
#Social .socialBox a .shadow {
  width: 54px;
  height: 14px;
}
#Social #social-txt {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer {
  border-top: solid 15px #E4002B;
  margin-bottom: 22px;
}
footer .nav-arrow > a {
  border-bottom: 1px solid #ddd;
  padding: 20px 5%;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
footer .nav-arrow > a:before {
  content: "";
  background: url(//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-black@2x.png) no-repeat 0 1px;
  background-size: 20px;
  width: 20px;
  height: 24px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

footer ul {
  display: table;
  width: 90%;
  margin: 0 auto;
}
footer ul li {display: table-cell;}
footer ul li a {display: inline;}
footer ul li:last-child {text-align: right;}
footer ul.socialBtns {
  overflow: hidden;
  width: 100%;
  padding: 25px 0 20px 5px;
  text-align: center;
}
footer ul.socialBtns li {
  margin: 0;
  padding-right: 2px;
  padding-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
footer ul.socialBtns li .fb-share-button span {
  vertical-align: top !important;
}
footer ul.socialBtns li #twitter-widget-0 {
  width: 110px !important;
  vertical-align: top;
}
footer nav .contactBlock {
  text-align: center;
  padding: 0 0 20px;
}
footer nav .contactBlock .contactTxtHead {
  width: 86%;
  text-align: left;
  font-size: 120% !important;
  font-weight: bold;
  line-height: 1.5;
  margin: 25px auto 20px !important;
}
footer nav .contactBlock .contactBtn a {
  padding: 0;
  background: none;
}

footer nav .contactBlock .contactBtn a img {width: 86%;}
footer nav .contactBlock .contactTtl {margin: 8% 0 5%;}
footer nav .contactBlock .contactTtl img {width: 84%;}
footer nav .contactBlock .contactTxt {margin: 0 0 5%;}
footer nav .contactBlock .contactTxt img {width: 74%;}
footer .copy {
  color: #666;
  margin: 20px auto;
  text-align: center;
  font-size: 12px;
}
footer nav#footerLink {
  border-bottom: solid 1px #ddd;
  padding: 10px 5%;
  overflow: hidden;
}
footer nav#footerLink a {
  border: none;
  font-weight: bold;
  padding: 10px 5px 10px 34px;
  text-indent: -34px;
  height: auto;
  float: left;
  width: 50%;
  line-height: 20px;
}

/* ヘッドタブ
-------------------------------*/
#Shop p.closeBtn, #MenuCoupon p.closeBtn {
  text-align: center;
  margin: 25px auto 20px;
  font-weight: bold;
  font-size: 130%;
}
#Shop {
  background: #fef8e5;
  padding: 15px 5% 10px;
}
#Shop h1 {
  margin-bottom: 11px;
  font-weight: bold;
  font-size: 130%;
}
#Shop h2 {
  margin-bottom: 10px;
  font-size: 130%;
}
#Shop h3 {
  margin: 18px 0 10px;
  font-size: 108%;
}
#Shop form {
  height: 40px;
  margin: 0 auto 12px;
}
#Shop form#formShopSearch {
  height: auto;
  overflow: hidden;
}
#Shop form#formShopSearch dl.search-step-1 {overflow: hidden;}
#Shop form#formShopSearch dl.search-step-1 dd a {
  margin-right: 10px;
}
#Shop select {
  border: solid 1px #ddd;
  height: 40px;
  padding: 10px;
  width: 85%;
}
#Shop select {width: 100%;}
#Shop #formShopSearch button {
  margin-top: 20px;
}
#Shop .search-box-wrapper {
  border-radius: 17px;
  height: 35px;
}
#Shop .search-box-wrapper .search-box {
  background-position: 10px 10px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 17px;
  height: 35px;
}
#Shop .search-box-wrapper .search-box input.textbox {
  border: none;
  padding: 8px 0 4px;
  width: 100%;
}
#Shop span#btnSubmit {
  width: 15%;
  display: block;
  float: left;
  background: #AA0026;
  text-align: center;
}
#Shop .submitBtn {
  background: url("//d2926x4i2sob2.cloudfront.net/sp/images/common/imgSearch.gif") left center no-repeat white;
  background-size: 40px;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: -9999px;
  display: inline-block;
}
#Shop p.mySogood {overflow: hidden;}
#Shop p.mySogood a {
  background: url(//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-black@2x.png) no-repeat 0 0;
  background-size: 15px;
  height: 15px;
  line-height: 16px;
  padding-left: 20px;
  text-align: right;
  margin: 0 10px 0 20px;
  font-size: 13px;
  float: right;
  display: block;
}
#Shop p.mySogood img {
  margin-right: 6px;
  vertical-align: middle;
}
#Shop #favShopArea {margin-bottom: 20px;}
#Shop #favShopArea.hidden {display: none;}
#MenuCoupon {
  background-color: #fef8e5;
  color: #fff;
  padding: 24px 5% 10px;
}
#MenuCoupon h1 {
  margin-bottom: 11px;
  font-weight: bold;
  font-size: 130%;
  margin: 30px 0 13px;
}
#MenuCoupon ul.favMenu {
  border: 1px solid #fff;
  border-bottom: none;
}
#MenuCoupon ul.favMenu li a {
  border-bottom: 1px solid #fff;
  font-size: 130%;
}
#MenuCoupon ul.favMenu li a img {
  vertical-align: top;
  width: 50%;
}
#MenuCoupon ul.favMenu li a span {
  padding: 10px 10px 0;
  vertical-align: top;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
#MenuCoupon #favMenuArea.hidden {display: none;}
ol.breadCrumbs {
  padding: 0 20px 30px;
  margin-top: 15px;
  overflow: hidden;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  padding-top: 0 !important;
}
ol.breadCrumbs li {
  display: inline;
  margin-right: 5px;
}
ol.breadCrumbs li a {
  color: #333;
  display: inline;
  text-decoration: underline;
}
ol.breadCrumbs li.cbHome:before {content: "";}
ol.breadCrumbs li:before {content: " > ";}

/* outCampagin
-------------------------------*/
.bnrCampaign {
  padding: 4px;
  border: solid 1px #ddd;
}
.bnrCampaign img {width: 300px;}

/* Coupon
-------------------------------*/
.btnPrint {display: none !important;}
#outLogin .couponList {clear: both;}
#outLogin .couponList .desc {
  background: url(//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-down-arrow-red@2x.png) no-repeat 10px 2px;
  background-size: 20px;
  padding: 0 0 0 35px;
  font-size: 17px;
  margin: 15px 10px 5px;
  font-weight: bold;
  line-height: 1.5;
}
#outLogin .scCouponActive ul li {
  background: #fff;
  border: 5px solid #E70012;
  width: 230px;
  clear: both;
  margin: 10px auto 20px auto;
  font-weight: bold;
  position: relative;
}
#outLogin .scCouponActive ul li div.ttTitle {
  background: #E70012;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 8px;
  text-align: left;
  min-height: 40px;
}
#outLogin .scCouponActive ul li div.ttTitle span.num {
  background: #fff;
  color: #E70012;
  padding: 2px 5px;
  float: left;
  margin-right: 8px;
  margin-top: 3px;
  display: block;
}
#outLogin .scCouponActive ul li span.ttDate {
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 6px 0 12px;
}
#outLogin .scCouponActive .ttNote {
  display: block;
  font-size: 80%;
  padding: 0 10px;
}
#outLogin .scCouponActive ul li div {
  text-align: center;
  padding: 4px 0 6px;
}
#outLogin .scCouponActive ul li dt {
  color: #E70012;
  font-size: 110%;
  font-weight: bold;
  padding: 0 14px 4px;
}
#outLogin .scCouponActive ul li dt span {font-size: 18px;}
#outLogin .scCouponActive ul li dd.caution {
  font-size: 80%;
  line-height: 1.4;
  padding: 0 14px 5px;
}
#outLogin .scCouponActive ul li dd.drive {
  color: #E70012;
  font-size: 11px;
  font-weight: bold;
  padding: 0 55px 10px 14px;
  position: relative;
}
#outLogin .scCouponActive ul li dd.drive span {
  background: #E70012;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 3px 0 0;
  width: 55px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#outLogin p.scCouponUse {display: none;}
#outLogin p.scCouponUse a {
  background: url(//d2926x4i2sob2.cloudfront.net/images/search/detail/icon_arrow_right.gif) no-repeat 10px center;
  color: #E70012;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 20px;
  float: right;
  font-size: 90%;
}
ul.couponAnnotation {
  background: #fff;
  border: solid 1px #ddd;
  padding: 15px 20px;
  margin: 20px 2.5% 30px;
  width: 95%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  clear: both;
}
#outLogin ul.couponAnnotation li {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.4;
}
#outLogin ul.couponAnnotation li a {
  color: #E4002B;
  display: inline;
}
#outLogin #couponList3 .scCouponActive ul li {border: 5px solid #f8b500;}
#outLogin #couponList3 .scCouponActive ul li dd.drive {color: #663300;}
#outLogin #couponList3 .scCouponActive ul li dd.drive span,
#outLogin #couponList3 .scCouponActive ul li div.ttTitle {
  background: #f8b500;
  color: #663300;
}
#outLogin #couponList3 .scCouponActive ul li div.ttTitle span.num {
  background: #663300;
  color: #fff;
}
div#bnrTeaser2 a {
  display: block;
  width: 320px;
  height: 120px;
  margin: 0 auto;
}
body.home #Social {display: block;}
body.home #bnrTeaser2 {display: none;}
body.home #bnrTeaser1 a {
  display: block;
  width: 960px;
  height: 200px;
  margin: 0 auto;
}
body.home #bnrTeaser3 {display: none;}
body.home #bnrTeaser3 ul {width: 100%;}
body.home #bnrTeaser3 ul li {
  width: 50%;
  float: left;
}
body.home #bnrTeaser3 ul li img {width: 100%;}
body.home #attentionArea {display: none;}
#attentionArea {
  width: 100%;
  background: none repeat scroll 0 0 #fdf3e6;
}
#attentionArea #attentionTeaser {
  border: 2px solid #E4002B;
  background: #fff;
  padding: 10px 15px;
  margin: 2% 0;
  text-align: center;
}
#attentionArea #attentionTeaser p,
#attentionArea #attentionTeaser p a {color: #E4002B;}
/* Common Box
-------------------------------*/
.sp-container {
  padding: 0 3.125%;
}
.box-title {
  background: #E4002B;
  padding: 11px 0 !important;
  height: 45px;
  font-size: 108% !important;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.auto-title {height: auto;}
.box-body {
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}

/* btn round
---------------------*/
.btn-round-base,
.btn-round {
  background: #E4002B;
  border-radius: 10px;
  width: 270px;
  height: 70px;
  margin: 0 auto;
  padding-top: 23px;
  font-size: 129%;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.btn-round-base.blue,
.btn-round.blue {background: #3d4e84;}
.btn-round-base.yellow,
.btn-round.yellow {background: #fabe00;}
.btn-round-base.orange,
.btn-round.orange {background: #f58200;}
.btn-round:before {
  content: "";
  background: url(//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-white@2x.png) no-repeat 0 0;
  background-size: 20px;
  width: 20px;
  height: 24px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

/* btn border set
---------------------*/
.btn-border, ul.btn-border-set > li > a,
ul.btn-border-set.red > li > span.s_title {
  background: #fff;
  border: solid 1px #fabe00;
  border-radius: 10px;
  line-height: 1.2;
  width: 100%;
  padding: 21px 20px 20px 47px;
  font-size: 108%;
  color: #fabe00;
  text-align: left;
  display: block;
  position: relative;
}
.btn-border:before, ul.btn-border-set > li > a:before,
ul.btn-border-set.red > li > span.s_title:before {
  content: "";
  background: url("//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-yellow@2x.png") 0 50% no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 18px;
}
ul.btn-border-set > li > a {
  border-bottom-width: 0;
  border-radius: 0;
}
ul.btn-border-set.red > li > span.s_title,
ul.btn-border-set > li.first > a, ul.btn-border-set > li:first-child > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
ul.btn-border-set.red > li > span.s_title,
ul.btn-border-set > li.last > a, ul.btn-border-set > li:last-child > a {
  border-bottom-width: 1px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.btn-border.yellow, ul.btn-border-set.yellow > li > a {
  border-color: #fabe00;
  color: #fabe00;
}
.btn-border.yellow:before, ul.btn-border-set.yellow > li > a:before {
  background-image: url("//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-yellow@2x.png");
}
.btn-border.blue, ul.btn-border-set.blue > li > a {
  border-color: #3d4e84;
  color: #3d4e84;
}
.btn-border.blue:before, ul.btn-border-set.blue > li > a:before {
  background-image: url("//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-blue@2x.png");
}
.btn-border.red, ul.btn-border-set.red > li > a,
ul.btn-border-set.red > li > span.s_title {
  border-color: #E4002B;
  color: #E4002B;
}
ul.btn-border-set.red > li > span.s_title:before,
.btn-border.red:before, ul.btn-border-set.red > li > a:before {
  background-image: url("//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-red@2x.png");
}

/* btn to pdf
---------------------*/
.btn-to-pdf a {position: relative;}
.btn-to-pdf a:after {
  content: "";
  background: url("//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-pdf.png") no-repeat 0 0;
  background-size: 20px !important;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.btn-border.btn-line2, ul.btn-border-set.btn-line2 > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
.btn-border.btn-line2 span, ul.btn-border-set.btn-line2 > li > a span {
  display: block;
  font-size: 0.75em;
}

/* Link Round(radio button)
---------------------*/
.link-round a, a.link-round {
  background: #fff;
  border: solid 1px #999;
  border-radius: 5px;
  display: block;
  float: left;
  height: 40px;
  padding: 9px 10px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
}
.link-round a:hover, .link-round a.selected, a.link-round:hover, a.link-round.selected {
  border-color: #fabe00;
  color: #fabe00;
}

/* Common title
---------------------*/
.content-title-3 {
  background: url(//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-red@2x.png) no-repeat 0 1px;
  background-size: 20px;
  margin: 15px 0;
  padding-left: 30px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.toggleMenu h1 {
  background-color: #E4002B;
  position: relative;
  margin-top: 1px;
  padding: 0 !important;
  font-size: 100% !important;
}
.toggleMenu h1 a {
  padding: 22px 20px 18px 43px;
  color: #fff;
  line-height: 1;
}

.toggleMenu h1 div {
  position: absolute;
  top: 33%;
  background: url(//d2926x4i2sob2.cloudfront.net/images/common/icon/accodion_plus.png) center center no-repeat;
  background-size: 19px;
  height: 20px;
  width: 20px;
  margin: 0 0 0 15px;
}
.toggleMenu section:first-child h1 {margin-top: 0;}
.toggleMenu .toggleArea {
  width: 100%;
  display: none;
}
.toggleMenu .toggleArea p.noteArea {
  color: red;
  margin-bottom: 0;
}
.toggleMenu .toggleArea p.noteArea a {
  color: red;
  display: inline;
  font-weight: bold;
}
#outLogin ul.couponMenu li {
  margin-top: 1px;
  line-height: 1.5;
}
#outLogin ul.couponMenu li a {
  background: url(//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-white@2x.png) 15px center no-repeat #3D4E84;
  background-size: 20px;
  border-radius: 10px;
  padding: 15px 20px 15px 45px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 108%;
  font-weight: bold;
  min-height: 74px;
  line-height: 44px;
  vertical-align: middle;
  line-height: 1.4;
}
#outLogin ul.couponMenu li a.kp_auth {
  background: url(//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-white@2x.png) 15px center no-repeat #f58200;
  background-size: 20px;
}

/***************** menuPDF ADD *****************/
#footerMenu .menu_pdf_link {border-bottom: 1px solid #ddd;}
#footerMenu .menu_pdf_link ul {margin: 20px auto 5px;}
#footerMenu .menu_pdf_link li {display: block;}

/* Page back for App
-------------------------------*/
.app_pageback {display: none;}

/* yamaAdd
-------------------------------*/
ol.breadCrumbs {
  border-top: none !important;
  padding-bottom: 10px;
}
header.close {position: relative;}
header.close .menuBtn {
  float: right;
  margin-top: 10px;
}
header.close.sp-container.secondPase ul {
  position: absolute;
  left: 85px;
  top: 35px;
}
header.close.sp-container.secondPase ul li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #ccc;
  font-size: 13px;
  font-weight: bold;
}
header.close.sp-container.secondPase ul li a {color: #000 !important;}
header.close.sp-container.secondPase ul li.last {
  border: none;
  margin: 0;
  padding: 0;
}
header.close.sp-container.secondPase .menuBtn {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 320px) {
  header {
    padding: 0 5px !important;
  }
  header.close.sp-container.secondPase ul li {
    font-size: 12px;
  }
}
.Mailmagazine {margin-top: 20px;}
.Mailmagazine .btn a {
  margin-top: 25px;
  background: url(//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-white@2x.png) 20px center no-repeat #91b700;
  background-size: 20px;
  border-radius: 8px;
  padding: 15px 0;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
.grayMenu h1 {
  background: #d90026;
  cursor: pointer;
}
.grayMenu span,
.toggleMenu span {
  color: #fff;
  display: block;
  line-height: 1;
}
.grayMenu span {padding: 21px 20px 18px 43px;}
.toggleMenu span {padding: 20px 20px 18px 43px;}
#contents .deviceSp h1 {
  margin: 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  background: #f8f8f8;
  border-top: 1px solid #ddd;
}
#contents .deviceSp .couponWrapper {
  margin-bottom: 50px;
  text-align: center;
}
#contents .deviceSp .couponWrapper .block {
  padding: 20px 5% 15px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}
#contents .deviceSp .couponWrapper .block:nth-child(even) {background: #f8f8f8;}
#contents .deviceSp .couponWrapper .block h2 {
  font-size: 17px;
  margin-bottom: 15px;
}
#contents .deviceSp .couponWrapper .block a {
  display: block;
  background: url(//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-white@2x.png) 15px center no-repeat #f58201;
  background-size: 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 108%;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  text-align: center;
}
#contents .deviceSp .couponWrapper .block a.blue {
  background: url(//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-white@2x.png) 15px center no-repeat #0083b7;
  background-size: 20px;
}

#contents .deviceSp .couponWrapper .block .noBg a{
	display:inline-block;
	background:none;
	color:#000;
	border-radius:0;
	height:auto;
	line-height:140%;
	font-weight:normal;
}

/* NavigationBlock
-------------------------------*/
#NavigationBlock {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
  background: #fff;
  display: none;
}
#NavigationBlock ul li {opacity: 0;}
#NavigationBlock .main a {
  display: block;
  border-bottom: solid 1px #ddd;
  height: 55px;
  line-height: 55px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 36px;
  font-size: 15px;
}
#NavigationBlock .main li:nth-child(1) a {background-image: url(/sp/images/common/navi/menuIcon1.png);}
#NavigationBlock .main li:nth-child(2) a {background-image: url(/sp/images/common/navi/menuIcon2.png);}
#NavigationBlock .main li:nth-child(3) a {background-image: url(/sp/images/common/navi/menuIcon3.png);}
#NavigationBlock .main li:nth-child(4) a:first-child {background-image: url(/sp/images/common/navi/menuIcon9.png);
  border:none;}
#NavigationBlock .main li.kfc-club a ~ a{
	border:none;
	height:35px;
	line-height:15px;
}
#NavigationBlock .main li.kfc-club{border-bottom: solid 1px #ddd;}
#NavigationBlock .main li.kfc-club.login a ~ a,
#NavigationBlock .main li.kfc-club a.mypage{display:none;}
#NavigationBlock .main li.kfc-club.login a.mypage{display:block;}

#NavigationBlock .main li:nth-child(5) a {background-image: url(/sp/images/common/navi/menuIcon7.png);}
#NavigationBlock .main li:nth-child(6) a {background-image: url(/sp/images/common/navi/menuIcon10.png);}
#NavigationBlock .main li:nth-child(7) a {background-image: url(/sp/images/common/navi/menuIcon4.png);}
#NavigationBlock .main li:nth-child(8) a {background-image: url(/sp/images/common/navi/menuIcon6.png);}
#NavigationBlock .main li:nth-child(9) a {background-image: url(/sp/images/common/navi/menuIcon12.png);}
#NavigationBlock .main li:nth-child(10) a {background-image: url(/sp/images/common/navi/menuIcon5.png);}
#NavigationBlock .main li:nth-child(11) a {background-image: url(/sp/images/common/navi/menuIcon15.png);}
#NavigationBlock .main li:nth-child(13) a {background-image: url(/sp/images/common/navi/menuIcon12.png);}
#NavigationBlock .main li:nth-child(14) a {background-image: url(/sp/images/common/navi/menuIcon13.png);}
#NavigationBlock .main li:nth-child(15) a {background-image: url(/sp/images/common/navi/menuIcon14.png);}
#NavigationBlock .main li:nth-child(16) a {background-image: url(/sp/images/common/navi/menuIcon15.png);}
#NavigationBlock .sab {border-bottom: solid 1px #ddd;}
#NavigationBlock .sab li {
  float: left;
  width: 50%;
}
#NavigationBlock .sab li a {
  font-size: 15px;
  height: 55px;
  line-height: 55px;
  display: block;
  padding-left: 38px;
  background: url(/sp/images/common/navi/black_arrow.png) no-repeat 16px center;
  background-size: 17px;
}
#NavigationBlock .closeBtn {
  text-align: right;
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
}
#NavigationBlock .closeBtn.bottom {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: none;
}
#TopMenu {
  border-top: solid 15px #E4002B;
  padding: 3.125%;
}
#TopMenu li a {
  background: url(//d2926x4i2sob2.cloudfront.net/images/common/icon/ico-c-arrow-white@2x.png) 15px center no-repeat #fabe00;
  background-size: 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 108%;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  text-align: center;
}
#TopMenu li:last-child a {margin-bottom: 0;}
#Social.secondSocial { margin-top: 30px;}

.detailPage #LoadedCopon{padding-top:0!important}
.detailPage #LoadedCopon .monitor,
.detailPage #LoadedCopon .monitorDummy {display: none;}
.detailPage #outLogin .scCouponActive ul li:last-child{margin:0 auto}
#contents .atn {
  margin:5px 20px 0;
  color: #E4002B;
  font-size: 11px;
}
#contents .atn span{color: #000}
#contents .couponAtn{margin-bottom:20px}

/* 多言語対応
-------------------------------*/
#fLangBgSp{
  background:#000;
  display:none;
  opacity:0.3;
  filter:alpha(opacity=30);
  -ms-filter:"alpha(opacity=30)";
  height:1500px;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:1020;
}
#fLangAreaSp{
  display:none;
  margin:0 auto;
  padding:0;
  text-align:center;
  position:absolute;
  top:80px;
  width:100%;
  z-index:1030;
}
#fLangCont{
  background:#fff;
  margin:0 auto;
  padding:0 0 1px;
  width:90%
}
#fLangAd.c,#fLangBgSp.c,#fLangAreaSp.c{display:block;}
#fLangAreaSp .close{
  padding:10px;
  text-align:right;
}
#fLangAreaSp .close img{width:40px;}
#fLangAreaSp h2{
  border-bottom:5px solid #E4002B;
  font-size:150%;
  margin:0 auto 30px;
  padding:0 20px 30px;
  text-align:left;
}

#fLangAreaSp h3{
  border-top:2px solid #ccc;
  font-size:130%;
  margin:0 auto 20px;
  padding:30px 20px 0;
  text-align:left;
}

#fLangAreaSp ul{margin:0 20px 30px;}
#fLangAd{
  border: 1px solid #E4002B;
  color:#E4002B;
  display:none;
  padding:15px;
  text-align: center;
}
