@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 初期設定
--------------------------------------*/
#ui5520 h2,#ui5520 h3,#ui5520 h4,
#ui5520 p,#ui5520 dl,#ui5520 ul,#ui5520 a {
    font-family: 'Noto Sans JP', sans-serif;
}

#ui5520 img {
	height: auto;
	border: none;
}

#ui5520 a:hover {
	text-decoration: none;
}

#ui5520 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

#ui5520 .red {
	color: #ee0000;
}

#ui5520 .dn {
	display: none;
}

/* 共通
------------------------------------- */
#ui5520 .section {
	width: 100%;
	margin: 0;
	padding: 0;
}

#ui5520 .section .inner {
	width: 1160px;
	margin: 0 auto;
	padding: 0;
}

#ui5520 .section::after,
#ui5520 .section .inner::after {
    content: "";
    display: block;
    clear: both;
}

/* メインビジュアル
------------------------------------- */
#ui5520 #mainVisual {
    background: #000;
    margin-top: 5px;
    clear: both;
}

/* 期間
------------------------------------- */
#ui5520 #period {
    background: #000;
}

#ui5520 #period .inner {
    padding: 15px 0;
}

#ui5520 #period p {
    background: #333399;
    padding: 10px 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

/* キャッチ
------------------------------------- */
#ui5520 #catch {
    background: #ccc;
}

#ui5520 #catch .inner {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

/* キャンペーン
------------------------------------- */
#ui5520 #campaign {
    background: #81ace6;
}

#ui5520 #campaign .inner {
    padding: 40px 0;
}

#ui5520 #campaign .campaignBox {
    background: #fff;
    padding: 20px;
}

#ui5520 #campaign h2 {
    margin: 20px 0 40px;
}

.m_section_ttl02 {
  font-size: 3.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  padding: 0px 0 2.3rem 0;
  text-align: center;
}
.m_section_ttl02:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: '';
  background: #606a76;
}
.m_ttl_icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.m_ttl_icon img {
  max-height: 40px;
}
.m_ttl_txt {
  margin-left: 15px;
}

#ui5520 #campaign dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webklit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  padding-bottom: 20px;
}
#ui5520 #campaign dl + dl {
  padding-top: 20px;
  border-top: 1px dotted #ccc;
}
#ui5520 #campaign dt {
  background: #333399;
  width: 200px;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#ui5520 #campaign dd {
  width: 920px;
  padding: 10px 40px;
  font-size: 1.8rem;
}

#ui5520 #campaign dd.itemTitle {
  background: #ffeeff;
  font-weight: bold;
  font-size: 200%;
  padding: 2px 40px 3px;
}

/* クーポン */
#ui5520 #campaign table.couponBox {
    width: 500px;
    margin-top: 20px;
    background: #ffcc66;
}

#ui5520 #campaign table.couponBox th,
#ui5520 #campaign table.couponBox td {
    padding: 20px;
    font-weight: bold;
    text-align: center;
}

#ui5520 #campaign table.couponBox td {
    width: 300px;
    border-left: 5px dotted #fff;
}

#ui5520 #campaign table.couponBox td span {
    font-size: 200%;
    letter-spacing: 2px;
}

/* 対象商品 */
#ui5520 #campaign .itemBox {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

#ui5520 #campaign p.regInfo {
    padding: 0 40px 40px 240px;
    font-size: 1.8rem;
}

#ui5520 #campaign .rowBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#ui5520 #campaign .colBox {
    width: 365px;
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
}

#ui5520 #campaign .colBox h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

#ui5520 #campaign .colBox h3 span {
    font-size: 1.6rem;
}

#ui5520 #campaign .colBox p {
    font-size: 1.6rem;
}

#ui5520 #campaign .itemInner {
    float: left;
    width: 100%;
    margin-top: 10px;
}
#ui5520 #campaign .itemInner::after {
    content: "";
    display: block;
    clear: both;
}

#ui5520 #campaign .itemLeft {
    float: left;
    width: 50%;
}

#ui5520 #campaign .itemRight {
    float: right;
    width: 50%;
}

#ui5520 #campaign p.itemPrice {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    color: #e00;
}

#ui5520 #campaign p.itemPrice span {
    font-size: 3.0rem;
}

#ui5520 .btnRed {
    padding: 10px 0;
}

#ui5520 .btnRed a {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background: #c00;
    border-radius: 3px;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
}

#ui5520 .btnBlue a {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background: #0066ff;
    border-radius: 3px;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
}

#ui5520 .btnRed a:after,
#ui5520 .btnBlue a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
}

#ui5520 .btnRed a:hover,
#ui5520 .btnBlue a:hover {
    opacity: 0.5;
}

/* バナー */
#ui5520 #campaign .bnrBox {
    padding: 20px 0 40px;
    text-align: center;
}

/* ご注意事項 */
#ui5520 #campaign ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
}

/* モーダル
------------------------------------- */
.mdlOverLay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.mdlWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.mdlWin {
  position: relative;
  width: 844px;
  height: 475px;
  border: 3px solid #000;
}


@media screen and (max-width: 767px) {

/* 共通
------------------------------------- */
#ui5520 .section {
	padding: 0;
}

#ui5520 .section .inner {
	width: 100%;
}

/* 期間
------------------------------------- */
#ui5520 #period p {
    font-size: 1.6rem;
}

/* キャッチ
------------------------------------- */
#ui5520 #catch .inner {
	width: 100%;
	padding: 20px 10px;
}

/* キャンペーン
------------------------------------- */
#ui5520 #campaign .inner {
    padding: 20px 10px;
}

#ui5520 #campaign .campaignBox {
    padding: 20px 10px;
}

#ui5520 #campaign h2 {
    margin: 20px 0 20px;
}

.m_section_ttl02 {
  font-size: 2.4rem;
  line-height: 1.3;
  padding: 0 0 1.5rem 0;
}
.m_section_ttl02:before {
  left: calc(50% - 20px);
  width: 40px;
}
.m_ttl_icon{
  width: 35px;
  height: 35px;
}
.m_ttl_icon img{
  max-height: 30px;
}
.m_ttl_txt{
  margin-left: 10px;
}

#ui5520 #campaign dl{
  display: block;
}
#ui5520 #campaign dl + dl{
  padding-top: 0;
  border-top: none;
}
#ui5520 #campaign dt{
  width: 100%;
  font-size: 1.6rem;
}
#ui5520 #campaign dd{
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
}

#ui5520 #campaign dd.itemTitle {
  font-size: 1.6rem;
  padding: 10px;
}

#ui5520 #campaign dd.itemTitle span {
  font-size: 180%;
}

/* クーポン */
#ui5520 #campaign table.couponBox {
    width: auto;
}

#ui5520 #campaign table.couponBox td {
    width: auto;
}

#ui5520 #campaign table.couponBox td span {
    letter-spacing: 0;
}

/* 対象商品 */
#ui5520 #campaign .itemBox {
    border-bottom: none;
}

#ui5520 #campaign p.regInfo {
    font-size: 1.6rem;
    padding: 0 10px 10px;
}

#ui5520 #campaign .colBox {
    width: 100%;
    margin: 0 0 10px;
}

#ui5520 #campaign p.itemPrice span {
    font-size: 2.8rem;
}

/* ご注意事項 */
#ui5520 #campaign ul {
    padding: 0 0 0 20px;
}

/* モーダル
------------------------------------- */
.mdlWin {
    width: 100%;
    height: 425px;
    border: none;
}

}
