@charset "UTF-8";
/*キャンペーン色を一括定義*/
/*--- 期間限定キャンペーン tv,md1,bottle,jal ---*/
.fv_tv {
  background: url(/clp/inc/tv/img/cp/fv_mainview_bg.png) #fcee91 center top repeat;
  width: 100%;
  text-align: center;
  margin: 0 auto 5px;
}
.fv_tv .fv_mainvisual .fv_logo {
  display: none;
}
.fv_tv .fv_mainvisual h1 img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 480px) {
  .fv_tv {
    max-height: 700px;
  }
  .fv_tv .fv_mainvisual {
    background: url(/clp/inc/tv/img/cp/fv_mainview_bg2.png) center top no-repeat, url(/clp/inc/tv/img/cp/fv_mainview_bg.png) #fcee91 center top repeat;
    background-size: cover;
    display: block;
    position: relative;
  }
  .fv_tv .fv_mainvisual .fv_logo {
    display: block;
    position: absolute;
    z-index: 10;
    max-width: 100px;
    right: 0;
  }
  .fv_tv .fv_mainvisual .fv_logo img {
    width: 100%;
  }
  .fv_tv .fv_mainvisual h1 {
    text-align: center;
  }
  .fv_tv .fv_mainvisual h1 img {
    width: 100%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1000px) {
  .fv_tv .fv_mainvisual {
    /*h1{
    	img{
    		width: 100%;
    		max-width: 1400px;
    		height: 100%;
    		max-height: 700px;
    	}
    }*/
  }
  .fv_tv .fv_mainvisual .fv_logo {
    display: block;
    position: absolute;
    z-index: 10;
    max-width: 150px;
    right: 0;
  }
  .fv_tv .fv_mainvisual .fv_logo img {
    width: 100%;
  }
}

.Fv {
  background: #fcee91;
}
.Fv img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.Campaign .Cp {
  background: #fcee91;
  border: 10px solid #fcee91;
}
.Campaign .Cp .Cp_main .CpTitle img {
  border-radius: 5px;
}
.Campaign .Cp .Cp_main .CpItem .cp_item_img img {
  box-shadow: 0px 0px 15px #9bd964;
}

/*--- clp/endweek 週末限定CP tv派生LP -----------------*/
.endweek-header {
  background: #bf0000;
  text-align: center;
  padding: 10px;
}
.endweek-header img {
  width: 100%;
  max-width: 1000px;
}

.endweek_info > .InfoTit {
  background: #bf0000;
}
.endweek_info > .InfoCont {
  border: 1px solid #bf0000;
}
.endweek_info > .InfoCont > .InfoTxt:not(:last-child) {
  border-bottom: 1px solid #bf0000;
}

/* --- tv/md1 ミズコム --- */
.md1_info > .InfoTit {
  background: #bf0000;
}
.md1_info > .InfoCont {
  border: 1px solid #bf0000;
}
.md1_info > .InfoCont > .InfoTxt:not(:last-child) {
  border-bottom: 1px solid #bf0000;
}

/*--- tv/ks1 クラシノ -----------------*/
.ks1_cont .campaign_limit {
  font-weight: bold;
  padding-bottom: 15px;
  color: #b01414;
}
@media screen and (min-width: 650px) {
  .ks1_cont .campaign_limit {
    text-align: center;
    font-size: 2rem;
  }
}

/*--- tv/kirishima 霧島CP告知拡大 2/15〜2/28 -----------------*/
.kirishima .uk-list {
  line-height: 1.4;
}
.kirishima .uk-list li {
  padding-left: 20px;
}
.kirishima .uk-list li::before {
  left: -20px;
  width: 20px;
}
@media screen and (min-width: 650px) {
  .kirishima .uk-list li::before {
    left: -20px;
    width: 27px;
  }
}
.kirishima .kirishima_info > .InfoTit {
  background: #000000;
}
.kirishima .kirishima_info > .InfoCont {
  border: 1px solid #000000;
}
.kirishima .kirishima_info > .InfoCont > .InfoTxt:not(:last-child) {
  border-bottom: 1px solid #000000;
}