@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
/*フォントファミリー*/
/*カラー*/
/* ------------------------------------- */
/* 共通
/* ------------------------------------- */
#Cp_ttl {
  background: #ff6633;
  margin-top: 1em;
}

.cp_content {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  line-height: 1.67;
}

.cp_content img {
  vertical-align: bottom;
}

.cp_content a:hover {
  opacity: 0.8;
}

.color_red {
  color: #c1151f;
}

/*　問い合わせ　*/
.cp_contact {
  font-size: 23px;
  margin: 50px 4em 0;
}

.cp_contact dt {
  font-weight: bold;
}

.footer_logo {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 1em;
}

.prize_keywords {
  font-size: 11px;
}

.cam_name_txt p {
  display: inline-block;
  text-align: left;
}

.sns_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

/* ボタン */
.apply_line_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8d8f92;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 15px 1em 15px 0;
}

.apply_line_btn:hover {
  text-decoration: none;
  color: #fff;
}

.apply_line_btn div {
  margin-right: 22px;
}

.apply_line_btn span::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("/campaign/2021goldenmurasaki50th_line/img/icon_arrow.png") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 28px;
  margin: 16px 0 0 40px;
}

.gohome {
  text-align: center;
  font-size: 1.5em;
  margin-top: 2em;
}

.gohome a {
  background: #eee;
  font-size: 20px;
  padding: 0.5em 1em;
  border-radius: 8px;
}

/* ------------------------------------- */
/* CPトップ
/* ------------------------------------- */
.main_visual {
  position: relative;
  z-index: 10;
  height: 852px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bf000c), color-stop(72.91%, #400004), to(#770007));
  background: linear-gradient(#bf000c 0%, #400004 72.91%, #770007 100%);
  padding-top: 30px;
  margin-bottom: 10px;
}

.main_visual img {
  display: block;
  margin: 0 auto;
}

.main_visual::before {
  position: absolute;
  z-index: -1;
  background: url("/campaign/2021goldenmurasaki50th_line/img/bg_curtain-l.png") no-repeat top;
  content: "";
  top: 0;
  left: 0;
  width: 164px;
  height: 747px;
  margin-top: -15px;
}

.main_visual::after {
  position: absolute;
  z-index: -1;
  background: url("/campaign/2021goldenmurasaki50th_line/img/bg_curtain-r.png") no-repeat top;
  content: "";
  top: 0;
  right: 0;
  width: 164px;
  height: 747px;
  margin-top: -15px;
}

.rule {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 792px;
  margin: 0 auto 60px;
  font-size: 18px;
  font-weight: bold;
}

.rule dt {
  width: 30%;
}

.intro {
  padding: 0 40px;
}

.intro .note {
  max-width: 798px;
  margin: 0 auto 84px;
  font-size: 21px;
  font-weight: bold;
}

.intro_flow {
  width: 100%;
  background: #3aae36;
  border-radius: 13px;
  padding: 25px 25px 35px;
  margin-bottom: 16px;
}

.intro_flow h3 {
  text-align: center;
  color: #fff;
  font-size: 41px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}

.intro_flow ol {
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro_flow li {
  position: relative;
  color: #fff;
  font-weight: bold;
}

.intro_flow li:nth-of-type(1)::after {
  position: absolute;
  top: 50%;
  right: -9%;
  content: url("/campaign/2021goldenmurasaki50th_line/img/icon_arrow.png");
  width: 14px;
  height: 28px;
}

.intro_flow li:nth-of-type(2)::after {
  position: absolute;
  top: 50%;
  right: -7%;
  content: url("/campaign/2021goldenmurasaki50th_line/img/icon_arrow.png");
  width: 14px;
  height: 28px;
}

.intro_flow p {
  font-size: 20px;
  margin-bottom: 10px;
}

.intro_flow p span {
  font-size: 24px;
}

.intro_flow div {
  text-align: center;
  background: #fff;
  padding: 7px;
}

.comment {
  padding: 80px 0 115px;
}

.comment_inner {
  background: #e8e0d8;
  padding: 46px 40px 80px;
  margin-bottom: 94px;
}

.comment h3 {
  background: #c1151f;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 20px 20px;
}

.comment h3 span {
  display: block;
  font-size: 16px;
}

.comment_lead {
  max-width: 700px;
  margin: 0 auto 65px;
  font-size: 20px;
  font-weight: 500;
}

.comment_ex {
  position: relative;
  margin-bottom: 100px;
}

.comment_ex::before {
  position: absolute;
  top: -48px;
  right: 0;
  content: "";
  background: url("/campaign/2021goldenmurasaki50th_line/img/kyusyu.png") no-repeat;
  background-size: contain;
  width: 140px;
  height: 180px;
}

.comment_ex dt {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.comment_ex dd {
  max-width: 830px;
  margin: 0 auto 15px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment_ex dd:first-of-type > p {
  position: relative;
}

.comment_ex dd:first-of-type > p::before {
  position: absolute;
  top: -50px;
  left: 188px;
  content: "";
  background: url("/campaign/2021goldenmurasaki50th_line/img/icon_heart.png") no-repeat;
  background-size: contain;
  width: 45px;
  height: 46px;
}

.comment_ex dd:nth-of-type(2) {
  position: relative;
}

.comment_ex dd:nth-of-type(2)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("/campaign/2021goldenmurasaki50th_line/img/icon_heart.png") no-repeat;
  background-size: contain;
  width: 45px;
  height: 46px;
  -webkit-transform: rotate(290deg);
          transform: rotate(290deg);
}

.comment_ex p {
  min-height: 136px;
  background: #fff;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px;
}

.award {
  max-width: 670px;
  margin: 0 auto 100px;
  background: #fff;
  padding: 20px 34px;
}

.award h4 {
  background: #c1151f;
  border-radius: 13px;
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 10px;
}

.award h4 img {
  vertical-align: middle;
}

.award p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 3em;
}

.award p > span {
  display: block;
  color: #ff0000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.award .gift_img {
  text-align: center;
}

/*　お客様の声　*/
#Wrapinner {
  position: relative;
}

#slider {
  position: relative;
  height: 325px;
}

#sliderInner {
  width: 95%;
  position: absolute;
  right: 0;
  margin: auto;
}

.voice {
  text-align: center;
  background: #fff;
  padding: 45px 0;
}

.voice h2 {
  font-family: "Noto Serif JP", serif;
  color: #070304;
  margin-bottom: 0.5em;
}

.voice .caption {
  font-family: "Noto Serif JP", serif;
  color: #070304;
}

.voice .caption img {
  vertical-align: middle;
  margin-right: 1em;
}

.bnr_goldenmurasaki50th {
  display: block;
  text-align: center;
}

/* ------------------------------------- */
/* CP応募概要
/* ------------------------------------- */
.apply_content_head {
  position: relative;
  background: #e3dd3f;
  color: #707070;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}

.apply_content_head::after {
  position: absolute;
  content: "";
  background: url("/campaign/2021goldenmurasaki50th_line/img/icon_plus.png") no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: 5px 0 0 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.apply_content_head:hover {
  cursor: pointer;
}

/*　アコーディオン開閉 +,×切り替え　*/
.apply_content_head.active::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.apply_content {
  display: none;
  background: #f9f7f5;
  padding: 52px 15px 100px;
}

.apply_content_inner {
  max-width: 835px;
  margin: 0 auto;
  background: #fff;
  border: 0.76px solid #909090;
  padding: 25px 24px 50px;
}

.apply_content h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 10px 0;
  margin: 0;
}

.row:not(:last-of-type) {
  border-bottom: 0.5px solid rgba(104, 104, 104, 0.4);
}

.row dl {
  line-height: 1.75;
}

.row dt {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  width: 130px;
  font-weight: bold;
  padding-left: 0.5em;
  margin-right: 15px;
}

.row dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  color: #070304;
}

.row ul {
  list-style: none;
}

.row li {
  padding-left: 1em;
  text-indent: -1em;
}

/* コメントについて */
.about_cmt div {
  background: rgba(255, 236, 0, 0.3);
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  margin-top: 5px;
}

.about_cmt div span {
  padding-right: 2em;
}

/* ナイスコメント賞について */
.about_cmt_award div {
  background: rgba(0, 153, 219, 0.2);
  border-radius: 8px;
  padding: 12px;
  margin-top: 5px;
}

/* ------------------------------------- */
/* LINE参加ページ
/* ------------------------------------- */
.line_flow {
  padding-top: 60px;
}

.line_flow h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.line_flow .friend {
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
}

.line_flow .chart_img {
  margin-bottom: 70px;
}

.line_flow ul {
  list-style: none;
}

.line_flow .step_img {
  text-align: center;
  margin-bottom: 30px;
}

.line_flow .qr {
  text-align: center;
}

.line_flow .step1 a {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.line_flow .step1 p {
  text-align: center;
  color: #707070;
  margin-bottom: 55px;
}

.line_flow .note {
  max-width: 683px;
  margin: 0 auto 100px;
  font-size: 18px;
  font-weight: bold;
}

/* ボタン */
.pageback_btn {
  position: relative;
  display: block;
  background: #8d8f92;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 17px 0;
  margin-bottom: 80px;
}

.pageback_btn:hover {
  text-decoration: none;
  color: #fff;
}

.pageback_btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("/campaign/2021goldenmurasaki50th_line/img/icon_arrow.png") no-repeat center;
  background-size: contain;
  width: 8px;
  height: 15px;
  margin: 12px 0 0 25px;
}

/* ------------------------------------ */
/* SP */
/* ------------------------------------ */
@media screen and (max-width: 768px) {
  /* 共通 */
  #Cp_ttl {
    margin-bottom: 1em;
  }
  .cp_content {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .cp_content img {
    max-width: 100%;
    height: auto;
  }
  .cp_contact {
    margin: 1em 0 0 0;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.7;
  }
  .cp_contact dt {
    font-size: 1.4rem;
  }
  .cp_contact dd {
    font-size: 1.4rem;
  }
  .cp_contact span {
    font-size: 1.2rem;
  }
  .footer_logo {
    margin-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .prize_keywords {
    padding: 1em;
  }
  .sns_block {
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .gohome a {
    font-size: 1.6rem;
  }
  /* CPトップ */
  .main_visual {
    height: 808px;
    padding-top: 8px;
    margin-bottom: 25px;
  }
  .main_visual::before {
    background: url("/campaign/2021goldenmurasaki50th_line/img/bg_curtain-l_sp.png") no-repeat top;
    width: 45px;
    margin-top: 0;
  }
  .main_visual::after {
    background: url("/campaign/2021goldenmurasaki50th_line/img/bg_curtain-r_sp.png") no-repeat top;
    width: 45px;
    margin-top: 0;
  }
  .intro {
    padding: 0 15px;
  }
  .intro .note {
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 0 0.5em;
    margin-bottom: 40px;
  }
  .intro_flow {
    padding: 25px 15px;
    max-width: 95%;
    margin: 0 auto 20px;
  }
  .intro_flow h3 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .intro_flow p {
    font-size: 1.6rem;
  }
  .intro_flow p span {
    font-size: 2rem;
  }
  .intro_flow li {
    margin-bottom: 40px;
  }
  .intro_flow li:nth-of-type(1)::after, .intro_flow li:nth-of-type(2)::after {
    top: auto;
    right: 50%;
    left: 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 8px;
  }
  .intro_flow li:last-of-type {
    margin-bottom: 0;
  }
  .rule {
    font-size: 1.4rem;
    padding: 0 0.5em;
    margin-bottom: 30px;
  }
  .rule dt {
    width: auto;
  }
  .apply_line_btn {
    text-decoration: none;
    color: #fff !important;
    font-size: 2rem;
    padding: 8px 1em 8px 0;
  }
  .apply_line_btn div {
    width: 46px;
    margin-right: 10px;
  }
  .apply_line_btn span::after {
    width: 8px;
    height: 16px;
    margin: 8px 0 0 22px;
  }
  /* CP応募概要 */
  .apply_content_head {
    font-size: 1.6rem;
    padding: 10px 0;
  }
  .apply_content_head::after {
    width: 22px;
    height: 22px;
    margin: 1px 0 0 35px;
  }
  .apply_content {
    padding: 25px 15px;
  }
  .apply_content_inner {
    padding: 1em;
  }
  .apply_content h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .about_cmt div span {
    padding-right: 0;
  }
  .row {
    display: block;
  }
  .row dt {
    width: auto;
    font-size: 1.6rem;
    padding-left: 0;
    margin-bottom: 0.5em;
  }
  /* コメント応募 */
  .comment {
    padding: 20px 0 50px;
  }
  .comment_inner {
    padding: 20px 10px;
    margin-bottom: 35px;
  }
  .comment h3 {
    font-size: 2.3rem;
    padding: 5px 10px;
    margin: 0 0 10px 0;
  }
  .comment h3 span {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .comment_lead {
    font-size: 1.4rem;
    padding: 0 1em;
    margin-bottom: 35px;
  }
  .comment_ex {
    margin-bottom: 90px;
  }
  .comment_ex::before {
    width: 62px;
    height: 82px;
    top: -46px;
  }
  .comment_ex dl {
    margin-bottom: 40px;
  }
  .comment_ex dt {
    font-size: 1.6rem;
  }
  .comment_ex dd {
    margin-bottom: -45px;
  }
  .comment_ex dd:nth-of-type(2) {
    margin-bottom: 25px;
  }
  .comment_ex dd:nth-of-type(2)::before {
    top: auto;
    bottom: 28%;
    left: -5px;
  }
  .comment_ex dd:first-of-type > p::before {
    top: -23px;
    left: 40px;
  }
  .comment_ex p {
    max-width: 90%;
    min-height: 120px;
    font-size: 1.4rem;
    padding: 25px 15px 15px;
  }
  .comment_ex .text-right {
    margin-top: -15px;
    padding-right: 0;
  }
  .comment_ex .text-left {
    position: relative;
    z-index: 1;
    margin-bottom: -15px;
    margin-left: -30px;
    padding-left: 0;
  }
  .comment_ex img {
    max-width: 62%;
  }
  .award {
    padding: 12px 15px 25px;
    margin-bottom: 25px;
  }
  .award h4 {
    font-size: 1.8rem;
    padding: 8px;
    margin-bottom: 10px;
  }
  .award h4 img {
    max-width: 65px;
    margin-left: 5px;
  }
  .award p {
    font-size: 1.4rem;
    padding: 0;
    margin-bottom: 10px;
  }
  .award p:first-of-type {
    text-align: center;
  }
  .award p > span {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  /* お客様の声 */
  .voice {
    padding: 30px 0 0;
  }
  .voice h2 {
    font-size: 1.6rem;
  }
  .voice .caption {
    padding: 0 1em;
  }
  .voice .caption img {
    display: block;
    margin: 0 auto 10px;
  }
  #sliderInner {
    position: static;
  }
  /* ------------------------ */
  /* LINE参加ページ */
  /* ------------------------ */
  .line_flow {
    padding: 25px 15px 0;
  }
  .line_flow h2 {
    font-size: 2.1rem;
  }
  .line_flow .friend {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .line_flow .step_img {
    margin-bottom: 20px;
  }
  .line_flow .step1 p {
    margin-bottom: 55px;
  }
  .line_flow .note {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .spchart {
    background: #f9f7f5;
    border: 1px solid #707070;
    padding: 25px 9px 15px;
    margin-bottom: 40px;
  }
  .spchart ol {
    list-style: none;
  }
  .spchart li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 315px;
    margin: 0 auto 30px;
  }
  .spchart li:nth-of-type(n + 4) {
    display: block;
  }
  .spchart li::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("/campaign/2021goldenmurasaki50th_line/img/step_arrow.png") no-repeat center;
    background-size: contain;
    width: 218px;
    height: 17px;
  }
  .spchart_txt {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding: 5px 0;
  }
  .spchart_txt .number {
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
  }
  .spchart_txt .number span {
    display: inline-block;
    vertical-align: middle;
    color: #3aae36;
    font-size: 1.2rem;
    margin-right: 5px;
  }
  .spchart_txt .detail {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .spchart_img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    text-align: center;
  }
  .spchart .action {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 6px 0;
  }
  .spchart_win {
    margin-bottom: 30px;
  }
  .spchart_lost {
    margin-bottom: 15px;
  }
  .pageback_btn {
    text-decoration: none;
    color: #fff !important;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .pageback_btn::after {
    margin: 4px 0 0 20px;
  }
}
/*# sourceMappingURL=page.css.map */