<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* device-size */
/* LP内ベースフォントカラー */
.campaign20211122 {
  color: #333;
  font-size: 16px;
  overflow: hidden;
}

/* 表示非表示 */
.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/* section */
.campaign20211122 section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .campaign20211122 section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .campaign20211122 section.header {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}

/* 大きめハッシュタグ */
.hashLink {
  font-size: 145%;
  font-weight: bold;
}

/* 注釈 */
.cmt {
  font-size: 85%;
}

.cmt_2 {
  font-size: 80%;
}

/* 応募要項表 */
dt, dd {
  margin: 0;
  /* ブラウザの初期値をクリア */
  padding: 0;
  /* ブラウザの初期値をクリア */
}

.dlTable {
  width: 100%;
  border-top: 1px solid #A84222;
  /* テーブルの上の線 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 子要素のdtとddを横並びにする */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* 1つのdtとddで1行になるよう改行させる */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-left: 2rem;
  background-image: url(https://images.brilliance.co.jp/campaign/iifufu1122/2021/shopping-bag-solid.svg);
  background-repeat: no-repeat;
  background-position: 1rem;
  background-size: 1rem;
}

@media screen and (max-width: 767px) {
  .dlTable {
    padding-left: 4rem;
    background-position: 3rem 1.25rem;
    font-size: 15px;
  }
}

.dlTable dt,
.dlTable dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* widthの計算を楽にするため */
  padding: 1rem;
  /* 各セルに余白を取る */
}

.dlTable dt {
  width: 30%;
  color: #A84222;
  font-weight: bold;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .dlTable dt {
    width: 100%;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .dlTable dd {
    padding-top: 0;
  }
}

.dlTable:nth-of-type(2) {
  background-image: url(https://images.brilliance.co.jp/campaign/iifufu1122/2021/instagram-brands.svg);
}

.dlTable:nth-of-type(3) {
  background-image: url(https://images.brilliance.co.jp/campaign/iifufu1122/2021/photo-video-solid.svg);
}

.dlTable dd {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .dlTable dd {
    width: 100%;
    padding-right: 20px;
  }
}

.dlbox:last-of-type {
  border-bottom: 1px solid #A84222;
  /* テーブルの上の線 */
}

@media screen and (max-width: 767px) {
  .dlbox {
    margin: 0 -2rem;
  }
}

/*カギカッコ*/
.title_cacco {
  padding: 2rem 2rem;
  position: relative;
  text-align: center;
  color: #000000;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .title_cacco {
    padding-left: 1rem;
  }
}

.title_cacco::before, .title_cacco::after {
  content: '';
  width: 120px;
  height: 120px;
  position: absolute;
}

.title_cacco::before {
  border-left: solid 1px #A84222;
  border-top: solid 1px #A84222;
  top: 0;
  left: 0;
}

.title_cacco::after {
  border-right: solid 1px #A84222;
  border-bottom: solid 1px #A84222;
  bottom: 0;
  right: 0;
}

/*baseflex*/
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .flex-box {
    display: block;
  }
}

/*sp用左寄せ*/
@media screen and (max-width: 767px) {
  .sp_left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sp_center {
    text-align: center;
  }
}

/*header*/
@media screen and (min-width: 768px) {
.header {
  background: url(https://images.brilliance.co.jp/campaign/iifufu1122/2021/header_PC.webp) no-repeat center center;
  background-size: cover;
  min-height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
}

@media screen and (max-width: 767px) {
  .header {
    background: url(https://images.brilliance.co.jp/campaign/iifufu1122/2021/header_SP.webp) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
.header_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  transform: translateX(-30px);
}
}

@media screen and (max-width: 767px) {
  .header_img {
    text-align: center;
  }
}

.header_catch {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .header_catch {
    margin-top: -18px;
  }
}

.header_pageTitle {
  font-weight: bold;
  text-align: center;
  color: #6D2117;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0;
}

.header_pageTitle span {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .header_box {
    position: relative;
    min-height: 750px;
  }
  .title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header_pageTitle {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .header_pageTitle span {
    font-size: 1.05rem;
    color: #A84222;
  }
}

.header_Date {
  margin: 1rem 0 0 0;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  color: #A84222;
  border-top: 1px solid #A84222;
  border-bottom: 1px solid #A84222;
}

.header_Date span {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .header_Date {
    font-size: 1.35rem;
    line-height: 3rem;
  }
  .header_Date span {
    font-size: 1.05rem;
  }
}

.header_present {
  margin-top: 4rem;
  background-color: #E9E0CB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.header_present_imgBox {
  width: 90px;
}

.header_present_txtBox {
  font-weight: bold;
  text-align: center;
  color: #6D2117;
  font-size: 1.05rem;
  padding-left: 1rem;
}

.header_present_txtBox_item {
  padding-bottom: 1rem;
  border-bottom: 1px solid  #6D2117;
}

@media screen and (max-width: 767px) {
  .header_present_txtBox_item {
    font-size: 11px;
  }
}

.header_present_txtBox_gentei {
  padding-top: 1rem;
}

.header_present_txtBox_gentei span {
  font-size: 2rem;
  line-height: 0;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .header_present_txtBox_gentei {
    font-size: 11px;
  }
  .header_present_txtBox_gentei span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .header_present {
    width: 260px;
    margin-top: 1.5rem;
    /*margin-bottom: 2rem;*/
  }
}

/* リード */
.read {
  background-color: #F7F5EF;
  text-align: center;
  padding: 100px 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .read {
    font-size: 14px;
  }
}

.detail {
  padding: 2rem 0;
}

.detail_title {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .detail_title {
    width: 100%;
  }
}

.detail_title h3 {
  color: #000000;
  font-weight: bold;
}

.detail_title h3 span {
  color: #A84222;
}

.title20211122 {
  display: block;
  font-size: 1.5rem;
  color: #6D2117;
}

.detail_txt {
  margin-top: 2rem;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .detail_txt {
    width: 100%;
  }
}

/* 参加するには */
.participate {
  padding: 2rem 0;
  background-color: #E9E0CB;
  color: #A84222;
  font-weight: bold;
}

.participate_numbox {
  text-align: center;
  color: #A84222;
  background-color: #fff;
  padding: 1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .participate_numbox {
    padding: 0.5rem;
  }
}

.participate_numbox_num {
  font-size: 3.5rem;
  display: block;
  text-align: center;
  margin-top: -70px;
}

.participate_step1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.participate_txt_1 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .participate_txt_1 {
    text-align: center;
  }
}

.participate_txt_2 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .participate_txt_2 {
    text-align: center;
  }
}

.participate_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 1.05rem;
}

@media screen and (max-width: 767px) {
  .participate_wrap {
    display: block;
    width: 100%;
  }
}

.participate_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .participate_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.participate_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .participate_02 {
    width: 100%;
    margin-bottom: 2rem;
  }
}

/* 写真サンプル */
.photosumple {
  background-color: #F2F2F2;
  padding: 2rem 0;
}

.photosumple h3 {
  color: #000000;
  text-align: center;
}

.photoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.photoWrap__item {
  display: block;
  width: 326px;
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 767px) {
  .photoWrap__item {
    margin-bottom: 15px !important;
    width: 100%;
  }
}

/* プレゼント */
.present {
  padding: 2rem 0;
}

.presentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  min-width: 788px;
}

@media screen and (max-width: 767px) {
  .presentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-width: 100%;
  }
}

.presentImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.presentImg img {
  min-width: 330px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .presentImg img {
    min-width: 100%;
  }
}

.presentTxt {
  padding: 1rem;
  background-color: #E9E0CB;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .presentTxt {
    width: 100%;
  }
}

.presentTxt h4 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.presentTxt h4 span {
  font-size: 3rem;
}

.presentTxt h5 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.presentTxt h6 {
  text-align: center;
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
}

/* 応募方法 */
.method h3 {
  color: #A84222;
}

@media screen and (max-width: 767px) {
  .method h3 {
    font-size: 2rem;
  }
}

.method h4 {
  color: #A84222;
  font-weight: bold;
}

.method_title {
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4rem;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .method_title {
    margin-bottom: 1rem;
  }
}

.method_title span {
  font-size: 1rem;
}

.method h5 {
  background-color: #A84222;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-radius: 16px;
  padding: 0.25rem 0.5rem;
  font-size: 80%;
}

/*step*/
.stepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}

@media screen and (max-width: 767px) {
  .stepBox {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}

.arrow {
  text-align: center;
  padding: 4rem;
}

@media screen and (max-width: 767px) {
  .arrow {
    padding: 2rem;
    padding-bottom: 0;
  }
}

.arrow::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 1px solid #A84222;
  border-right: 1px solid #A84222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.stepImg {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .stepImg {
    width: 100%;
    margin-top: 1rem;
  }
}

.stepImg img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .stepImg img {
    min-width: 100%;
  }
}

.stepTxt {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .stepTxt {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .stepTxt h4 {
    font-size: 1.5rem;
    text-align: center;
  }
}

.account {
  display: block;
  margin: 1.5rem 0;
  padding: 1rem 1rem 1rem 2rem;
  border: 1px solid #33738F;
  font-weight: bold;
  font-size: 1.25rem;
}

.account img {
  height: 70px;
  width: 70px;
  margin-right: 1rem;
}

.account:hover {
  background-color: #e6eff5;
}

/* キャンペーン概要 */
.campaignAbout {
  font-size: 90%;
  padding: 2rem 0;
  background-color: #EFEFEF;
}

.campaignAbout h3 {
  color: #333;
  text-align: center;
  font-size: 1.5rem;
}

.campaignAbout h4 {
  color: #333;
  font-size: 90%;
  margin-bottom: 0;
  font-weight: bold;
}

.campaignAbout ol {
  list-style-type: decimal;
  margin-left: 1rem;
}

.campaignAbout ul li:before {
  content: '・';
}
@media (min-width: 769px) {
  .photosumple .container {
    min-width: 1340px;
  }
}</pre></body></html>