@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700&subset=japanese");
.c5-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*10px*/
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0 0 80px;
  font-family: 'Noto Serif JP',sans-serif; }

.font__Gothic {
  font-family: 'Hiragino Kaku Gothic Pro','Noto Sans JP','メイリオ','Meiryo','ＭＳ Ｐゴシック', 'MS PGothic',sans-serif; }

h1, h2, h3, h4, p, ul, li, a, img {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }

.tb {
  display: none; }

.sp {
  display: none; }

.c5-container a > img {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.c5-container a > img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7; }

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bg__1 {
  background: #aa3a88;
  background: -webkit-gradient(linear, left top, left bottom, from(#aa3a88), to(#8336a1));
  background: -webkit-linear-gradient(top, #aa3a88 0%, #8336a1 100%);
  background: -o-linear-gradient(top, #aa3a88 0%, #8336a1 100%);
  background: linear-gradient(-180deg, #aa3a88 0%, #8336a1 100%); }

.bg__2 {
  background: #2c184e;
  background: -webkit-gradient(linear, left bottom, left top, from(#2c184e), to(#8336a1));
  background: -webkit-linear-gradient(bottom, #2c184e 0%, #8336a1 100%);
  background: -o-linear-gradient(bottom, #2c184e 0%, #8336a1 100%);
  background: linear-gradient(0deg, #2c184e 0%, #8336a1 100%); }

/*コンテンツ*/
h1 img {
  max-width: 100%; }

.c5__hero_lead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  padding: 50px 6%; }
  .c5__hero_lead p {
    text-align: center;
    color: #FFF;
    font-size: 2em;
    line-height: 1.7; }

.c5__product_wrap h2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3%;
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  .c5__product_wrap h2 img {
    max-width: 100%;
    margin: 0 auto; }

.c5__product_wrap h2.ex {
  border-bottom: none;
  padding: 15px 3% 13px; }

.c5__product_wrap .flexbox {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 3% 20px;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .c5__product_wrap .flexbox a {
    display: block;
    width: 45%;
    max-width: 420px; }
    .c5__product_wrap .flexbox a img {
      max-width: 100%; }
  .c5__product_wrap .flexbox .c5__product_txt {
    width: 53%;
    color: #fff; }
    .c5__product_wrap .flexbox .c5__product_txt .c5__product_cat {
      font-size: 2em;
      line-height: 1; }
    .c5__product_wrap .flexbox .c5__product_txt .c5__product_name {
      font-size: 3em;
      margin-bottom: 10px; }
    .c5__product_wrap .flexbox .c5__product_txt .c5__product_info {
      font-size: 1.7em;
      line-height: 1.7;
      margin-bottom: 25px; }
    .c5__product_wrap .flexbox .c5__product_txt a img {
      max-width: 100%; }

.flex__wrap {
  position: relative;
  width: 100%;
  height: auto; }
  .flex__wrap::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -40%;
    width: 100%;
    height: 50%;
    background-color: #2c184e;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: -1; }

h3 {
  background: url("../img/bg_1.png") no-repeat 50% 40%;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5% 0 2.7%;
  position: relative;
  z-index: 1; }
  h3 img {
    max-width: 100%;
    margin: 0 auto; }

/*content PC*/
.c5__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 1em 0; }
  .c5__content .flexbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 1; }
  .c5__content .fl__txt {
    width: 49%;
    max-width: 632px; }
  .c5__content .fl__txt_label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 17px; }
    .c5__content .fl__txt_label p {
      padding-left: 16.6%; }
    .c5__content .fl__txt_label p:first-child {
      max-width: 500px;
      position: relative;
      top: 10px;
      font-weight: bold;
      font-size: 1.5em;
      line-height: 2;
      background: #e9d287;
      background: -webkit-gradient(linear, right top, left top, from(#e9d287), color-stop(86%, #cbae4d), to(#cbae4d));
      background: -webkit-linear-gradient(right, #e9d287 0%, #cbae4d 86%, #cbae4d 100%);
      background: -o-linear-gradient(right, #e9d287 0%, #cbae4d 86%, #cbae4d 100%);
      background: linear-gradient(-90deg, #e9d287 0%, #cbae4d 86%, #cbae4d 100%); }
    .c5__content .fl__txt_label p:last-child {
      font-size: 2.2em;
      color: #fff;
      line-height: 1.5;
      background-color: #5b287b;
      padding-top: 15px;
      padding-bottom: 8px; }
  .c5__content .fl__txt_article {
    margin-bottom: 50px;
    padding-left: 16.6%;
    font-size: 1.7em;
    line-height: 2.1;
    color: #fff;
    font-weight: 500; }
    .c5__content .fl__txt_article span {
      font-size: 1.2em;
      text-decoration: underline; }
  .c5__content .fl__txt_point {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 16.6%; }
    .c5__content .fl__txt_point img {
      position: absolute;
      top: -16%;
      left: 13%;
      width: 30.5%; }
      .c5__content .fl__txt_point img.ex5 {
        top: -5%; }
    .c5__content .fl__txt_point p {
      padding: 7% 6%;
      color: #fff;
      font-size: 2em;
      line-height: 1.8;
      font-weight: bold;
      background: url("../img/bg_2.png") no-repeat 0 0;
      background-size: 100% 100%; }
      .c5__content .fl__txt_point p.ex5 {
        padding: 10% 6%; }
  .c5__content .fl__img {
    width: 46.5%;
    position: relative;
    top: 30px; }
    .c5__content .fl__img img {
      max-width: 100%; }

.fl__txt.reverse .fl__txt_label p:last-child,
.fl__txt.reverse .fl__txt_article,
.fl__txt.reverse .fl__txt_point {
  padding-left: 8%;
  padding-right: 14%; }

.fl__txt.reverse .fl__txt_label p:first-child {
  margin-left: 3%;
  padding-left: 5.5%;
  max-width: 100%; }

.fl__txt.reverse .fl__txt_label p:last-child {
  background-color: #b91a7e; }

.fl__txt.reverse .fl__txt_point p {
  background: url("../img/bg_3.png") no-repeat 0 0;
  background-size: 100% 100%; }

.fl__txt.reverse .fl__txt_point img {
  top: -16%;
  left: 4%; }
  .fl__txt.reverse .fl__txt_point img.ex4 {
    top: -12%; }

.c5__content.bg__3::before, .c5__content.bg__3::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 53%;
  background: #c5475e;
  background: -webkit-gradient(linear, left top, right top, from(#c5475e), to(#ebad3f));
  background: -webkit-linear-gradient(left, #c5475e 0%, #ebad3f 100%);
  background: -o-linear-gradient(left, #c5475e 0%, #ebad3f 100%);
  background: linear-gradient(90deg, #c5475e 0%, #ebad3f 100%);
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  z-index: -1; }

.c5__content.bg__3::before {
  left: 0;
  top: -4%; }

.c5__content.bg__3::after {
  left: 0;
  bottom: 0; }

.c5__content.bg__3_box {
  background: #bc2c66;
  background: -webkit-linear-gradient(45deg, #bc2c66 45%, #edb33d 75%);
  background: -o-linear-gradient(45deg, #bc2c66 45%, #edb33d 75%);
  background: linear-gradient(45deg, #bc2c66 45%, #edb33d 75%); }

.c5__content.bg__4 .flexbox {
  z-index: 2;
  background: #ebb53a;
  background: -webkit-gradient(linear, left top, right top, from(#ebb53a), color-stop(50%, #b85d46), to(#672793));
  background: -webkit-linear-gradient(left, #ebb53a 0%, #b85d46 50%, #672793 100%);
  background: -o-linear-gradient(left, #ebb53a 0%, #b85d46 50%, #672793 100%);
  background: linear-gradient(90deg, #ebb53a 0%, #b85d46 50%, #672793 100%); }

.c5__content.bg__4::before {
  position: absolute;
  content: '';
  left: 0;
  top: -1%;
  width: 100%;
  height: 50%;
  background: #ebb53a;
  background: -webkit-linear-gradient(353deg, #ebb53a 0%, #b85d46 50%, #672793 100%);
  background: -o-linear-gradient(353deg, #ebb53a 0%, #b85d46 50%, #672793 100%);
  background: linear-gradient(97deg, #ebb53a 0%, #b85d46 50%, #672793 100%);
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  z-index: 1;
  -webkit-box-shadow: 0 12px 22px -10px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 12px 22px -10px rgba(0, 0, 0, 0.2) inset; }

.c5__content.bg__4::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #ebb53a;
  background: -webkit-linear-gradient(3deg, #ebb53a 0%, #b85d46 50%, #672793 100%);
  background: -o-linear-gradient(3deg, #ebb53a 0%, #b85d46 50%, #672793 100%);
  background: linear-gradient(87deg, #ebb53a 0%, #b85d46 50%, #672793 100%);
  -webkit-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  transform: skewY(7deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  z-index: 1;
  -webkit-box-shadow: 0 12px 20px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 20px -3px rgba(0, 0, 0, 0.2); }

.c5__content.matome {
  background: #e6944e;
  background: -webkit-linear-gradient(68deg, #e6944e 35%, #bd2b69 60%, #bd2b69 97%, #C54156 100%);
  background: -o-linear-gradient(68deg, #e6944e 35%, #bd2b69 60%, #bd2b69 97%, #C54156 100%);
  background: linear-gradient(22deg, #e6944e 35%, #bd2b69 60%, #bd2b69 97%, #C54156 100%); }
  .c5__content.matome .fl__txt_label {
    max-width: 815px; }
    .c5__content.matome .fl__txt_label p {
      padding-left: 13%; }
  .c5__content.matome .fl__txt_article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 4.8% 0;
    margin-bottom: 0; }

.content__1 {
  margin-top: 2%;
  margin-bottom: 12%; }

.content__2 {
  margin-top: 2%;
  margin-bottom: 0; }

.content__3 {
  position: relative;
  padding-top: 18%;
  padding-bottom: 13%;
  top: -3em;
  margin-bottom: -7em; }

.content__2 .img_ex {
  display: block;
  margin-left: auto;
  margin-top: 10px; }

/*infomation*/
.c5__user_prof_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }
  .c5__user_prof_wrap .c5__user_prof_inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto 45px; }
  .c5__user_prof_wrap p {
    color: #fff; }
  .c5__user_prof_wrap .c5__user_prof_ttl {
    font-size: 1.5em; }
  .c5__user_prof_wrap .c5__user_prof_name {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 5px; }
  .c5__user_prof_wrap .c5__user_prof_txt {
    font-size: 14px;
    line-height: 1.7; }

.c5__announce_wrap_1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 95px; }

.c5__announce_wrap_1 {
  background: #bc2c66;
  background: -webkit-gradient(linear, left bottom, left top, from(#bc2c66), to(#e5944e));
  background: -webkit-linear-gradient(bottom, #bc2c66 0%, #e5944e 100%);
  background: -o-linear-gradient(bottom, #bc2c66 0%, #e5944e 100%);
  background: linear-gradient(0deg, #bc2c66 0%, #e5944e 100%); }

.kv_queen {
  display: block;
  width: 100%;
  position: relative;
  top: -70px;
  margin-bottom: -70px; }

.c5__announce_wrap_2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0;
  background: #760c60;
  background: -webkit-gradient(linear, left bottom, left top, from(#760c60), to(#bc2c66));
  background: -webkit-linear-gradient(bottom, #760c60 0%, #bc2c66 100%);
  background: -o-linear-gradient(bottom, #760c60 0%, #bc2c66 100%);
  background: linear-gradient(0deg, #760c60 0%, #bc2c66 100%); }

.c5__announce_wrap_3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 15px;
  background: #9f9e9e;
  background: -webkit-radial-gradient(circle, #9f9e9e 0%, #717171 60%);
  background: -o-radial-gradient(circle, #9f9e9e 0%, #717171 60%);
  background: radial-gradient(circle, #9f9e9e 0%, #717171 60%); }

.c5__announce {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1190px;
  margin: 0 auto -260px;
  padding: 0 15px;
  z-index: 2;
  position: relative;
  top: -210px; }
  .c5__announce h4 {
    font-size: 3.2em;
    font-weight: bold;
    color: #f2e128;
    background-color: #000;
    text-align: center;
    padding: 5px 10px; }
  .c5__announce .flexbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1% 1% 1% 4%;
    background-color: #fff;
    border: 3px solid #000;
    border-top: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c5__announce .flexbox .fl__txt {
      width: 70%; }
      .c5__announce .flexbox .fl__txt h5 {
        margin: 0 0 10px;
        font-size: 2.1em;
        color: #cd218d;
        border-bottom: 2px solid #cd218d; }
      .c5__announce .flexbox .fl__txt p {
        font-size: 1.7em;
        line-height: 1.6;
        margin-bottom: 10px;
        color: #121212; }
      .c5__announce .flexbox .fl__txt a {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3px 5px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        background-color: #cd218d; }
        .c5__announce .flexbox .fl__txt a span {
          font-size: 17px;
          padding-right: 1em; }
    .c5__announce .flexbox .fl__img {
      width: 30%;
      position: static; }
      .c5__announce .flexbox .fl__img img {
        display: block;
        margin: 0 0 0 auto;
        max-width: 100%; }

.c5__announce__2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 20px;
  padding: 20px 0;
  border: 2px solid #4040b6;
  background-color: #fff; }
  .c5__announce__2 h4 {
    max-width: 900px;
    color: #fff;
    font-size: 2.3em;
    font-weight: bold;
    background: #314dd5;
    background: -webkit-gradient(linear, left top, right top, from(#314dd5), to(#c2007c));
    background: -webkit-linear-gradient(left, #314dd5 0%, #c2007c 100%);
    background: -o-linear-gradient(left, #314dd5 0%, #c2007c 100%);
    background: linear-gradient(90deg, #314dd5 0%, #c2007c 100%);
    text-align: center;
    margin-bottom: 20px;
    padding: 5px; }
  .c5__announce__2 .flexbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .c5__announce__2 .flexbox .fl__txt {
      width: 63%; }
      .c5__announce__2 .flexbox .fl__txt .ttl {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #9d0e7c;
        border-radius: 31px;
        font-size: 1.9em;
        font-weight: bold;
        color: #9c0f7c;
        margin-bottom: 5px;
        padding: 8px 1em;
        max-width: 365px; }
      .c5__announce__2 .flexbox .fl__txt .txt {
        font-size: 1.6em;
        line-height: 1.7; }
        .c5__announce__2 .flexbox .fl__txt .txt:not(:last-child) {
          margin-bottom: 15px; }
    .c5__announce__2 .flexbox .fl__img {
      width: 30%; }
      .c5__announce__2 .flexbox .fl__img img {
        max-width: 100%; }

.c5__announce__3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2%; }
  .c5__announce__3 .info_1 {
    display: block;
    max-width: 100%;
    margin: 0 auto 50px; }
    .c5__announce__3 .info_1 img {
      max-width: 100%; }
  .c5__announce__3 .flexbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .c5__announce__3 .flexbox .fl__img {
      width: 49.3%;
      max-width: 570px; }
      .c5__announce__3 .flexbox .fl__img img {
        max-width: 100%; }

.copy {
  font-size: 12px;
  color: #fff;
  text-align: right;
  line-height: 1.5; }
  .copy span {
    font-size: 2em;
    vertical-align: middle;
    position: relative;
    bottom: 1.5px; }

.note {
  font-size: 14px;
  color: #fff; }

@media only screen and (max-width: 768px) {
  .c5__hero_lead p {
    font-size: 1.6em; }
  .c5__product_wrap h2 img {
    max-width: 90%; }
  .c5__product_wrap .flexbox {
    padding: 50px 3% 20px; }
    .c5__product_wrap .flexbox .c5__product_txt .c5__product_cat {
      font-size: 1.8em; }
    .c5__product_wrap .flexbox .c5__product_txt .c5__product_name {
      font-size: 2.7em;
      margin-bottom: 10px; }
    .c5__product_wrap .flexbox .c5__product_txt .c5__product_info {
      font-size: 1.6em; }
  .c5__content .fl__txt_label p {
    padding-left: 8%; }
    .c5__content .fl__txt_label p:first-child {
      font-size: 1.3em; }
    .c5__content .fl__txt_label p:last-child {
      font-size: 2em; }
  .c5__content .fl__txt_article {
    font-size: 1.6em; }
  .c5__content .fl__txt_point {
    padding-left: 8%; }
    .c5__content .fl__txt_point img {
      top: -10%;
      left: 4%; }
    .c5__content .fl__txt_point p {
      font-size: 1.4em; }
  .c5__content.matome .fl__txt_label {
    max-width: 95%; }
  .c5__content.matome .fl__txt_label p {
    padding-left: 5%; }
  .c5__announce {
    margin: 0 auto -180px;
    top: -130px; }
    .c5__announce h4 {
      font-size: 2.4em; }
  .c5__user_prof_wrap .c5__user_prof_inner {
    width: 100%; } }

@media only screen and (max-width: 640px) {
  .pc {
    display: none; }
  .sp {
    display: block; }
  .flexbox {
    display: block; }
  .c5__product_wrap h2 img {
    max-width: 75%; }
  .c5__product_wrap h2.ex img {
    max-width: 85%; }
  .c5__product_wrap .flexbox a,
  .c5__product_wrap .flexbox .c5__product_txt,
  .c5__content .fl__txt,
  .c5__content .fl__img,
  .c5__announce .flexbox .fl__txt,
  .c5__announce__2 .flexbox .fl__txt,
  .c5__announce__3 .flexbox .fl__img {
    width: 100%;
    max-width: 100%; }
  .c5__announce__2 .flexbox .fl__img {
    width: 60%;
    margin: 0 auto; }
  .c5__hero_lead {
    padding: 25px 6%; }
  .c5__product_wrap .flexbox {
    padding-top: 30px;
    padding-bottom: 0; }
  .c5__product_wrap .flexbox a {
    margin-bottom: 10px; }
  .c5__product_wrap .flexbox a img {
    max-width: 90%;
    margin: 0 auto; }
  .c5__product_wrap .flexbox .c5__product_txt .c5__product_info {
    font-size: 1.3em;
    margin-bottom: 0;
    padding: 0 15px; }
  h3 {
    padding: 12% 0 9%; }
  h3 img {
    max-width: 95%; }
  .c5__content .fl__txt_label p:first-child {
    max-width: 85%; }
  .c5__content .fl__txt_label p:last-child {
    max-width: 89%;
    font-size: 1.6em; }
  .c5__content .fl__txt_article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 0 8%;
    font-size: 1.3em; }
  .c5__content .fl__img {
    position: static;
    margin-bottom: 40px; }
  .content__2 .img_ex {
    max-width: 80% !important; }
  .c5__content .fl__txt_point {
    padding: 0 6%; }
  .c5__content .fl__txt_point img {
    width: 37%;
    top: -23%;
    left: 2%; }
  .fl__txt.reverse .fl__txt_point img.ex4 {
    top: -21%; }
  .c5__content .fl__txt_point img.ex5 {
    top: -9%; }
  .fl__txt.reverse .fl__txt_label {
    max-width: 95%;
    margin-left: auto; }
  .fl__txt.reverse .fl__txt_label p:last-child, .fl__txt.reverse .fl__txt_article, .fl__txt.reverse .fl__txt_point {
    padding-right: 8%; }
  .c5__announce {
    margin: 0px auto -120px;
    top: -50px; }
  .c5__announce h4 {
    font-size: 1.4em; }
  .c5__announce .flexbox {
    padding: 3%; }
  .c5__announce .flexbox .fl__txt h5 {
    font-size: 1.3em; }
  .c5__announce .flexbox .fl__txt p {
    font-size: 1.2em; }
  .c5__announce .flexbox .fl__txt a {
    font-size: 11px; }
  .c5__announce .flexbox .fl__txt a span {
    font-size: 12px; }
  .c5__announce .clearfix p {
    float: left;
    width: 67%; }
  .c5__announce .clearfix img {
    float: right;
    width: 33%;
    position: relative;
    top: -5px; }
  .c5__user_prof_wrap .c5__user_prof_inner {
    font-size: 80%; }
  .c5__user_prof_wrap .c5__user_prof_txt {
    font-size: 11px; }
  .c5__announce_wrap_2 {
    padding-bottom: 10px; }
  .c5__announce__2 {
    margin-bottom: 10px; }
  .c5__announce__2 h4 {
    max-width: 90%;
    font-size: 1.4em;
    margin: 0 auto 20px; }
  .c5__announce__2 .flexbox .fl__txt .ttl {
    font-size: 12px;
    padding: 0 1em; }
  .c5__announce__2 .flexbox .fl__txt .txt {
    font-size: 1.3em; }
  .c5__announce__2 .flexbox .fl__txt {
    margin-bottom: 30px; }
  .c5__announce__3 .info_1 {
    margin-bottom: 15px; }
  .c5__announce_wrap_3 {
    padding: 30px 15px; }
  .c5__announce__3 .flexbox .fl__img:first-child {
    margin-bottom: 15px; }
  .content__1 {
    margin-top: -6%;
    margin-bottom: 14%; }
  .c5__content.bg__3::before {
    left: 0;
    top: -6%; }
  .content__2 {
    margin-bottom: 5%; }
  .content__3 {
    padding-top: 25%;
    padding-bottom: 30%; }
  .c5__content.bg__3::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #c5475e), to(#ebad3f));
    background: -webkit-linear-gradient(top, #c5475e 90%, #ebad3f 100%);
    background: -o-linear-gradient(top, #c5475e 90%, #ebad3f 100%);
    background: linear-gradient(180deg, #c5475e 90%, #ebad3f 100%); }
  .c5__content.bg__3::after {
    background: -webkit-linear-gradient(250deg, #c5475e 50%, #ebad3f 100%);
    background: -o-linear-gradient(250deg, #c5475e 50%, #ebad3f 100%);
    background: linear-gradient(200deg, #c5475e 50%, #ebad3f 100%); }
  .c5__content.bg__4::before {
    background: none;
    background-color: #ebb53a; }
  .c5__content.bg__4 .flexbox {
    background: -webkit-gradient(linear, left top, left bottom, from(#ebb53a), color-stop(14%, #b85d46), to(#672793));
    background: -webkit-linear-gradient(top, #ebb53a 0%, #b85d46 14%, #672793 100%);
    background: -o-linear-gradient(top, #ebb53a 0%, #b85d46 14%, #672793 100%);
    background: linear-gradient(180deg, #ebb53a 0%, #b85d46 14%, #672793 100%); }
  .c5__content.bg__4::after {
    background: none;
    background-color: #672793; }
  .c5__content.bg__3_box {
    background: -webkit-linear-gradient(50deg, #bc2c66 60%, #edb33d 86%);
    background: -o-linear-gradient(50deg, #bc2c66 60%, #edb33d 86%);
    background: linear-gradient(40deg, #bc2c66 60%, #edb33d 86%); }
  .c5__content.matome {
    background: -webkit-linear-gradient(68deg, #e6944e 35%, #bd2b69 60%, #bd2b69 100%);
    background: -o-linear-gradient(68deg, #e6944e 35%, #bd2b69 60%, #bd2b69 100%);
    background: linear-gradient(22deg, #e6944e 35%, #bd2b69 60%, #bd2b69 100%); }
  .copy {
    max-width: 70%;
    text-align: left;
    font-size: 10px;
    margin-left: auto;
    line-height: 1;
    word-break: break-all; }
  .note {
    font-size: 12px; } }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }
