@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
.c5-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*10px*/
  width: 100%;
  margin: 40px auto 0;
  padding: 0 0 80px;
  font-family: 'Hiragino Kaku Gothic Pro','Noto Sans JP','メイリオ','Meiryo','ＭＳ Ｐゴシック', 'MS PGothic',sans-serif; }

.c5-container .c5-sec-inner {
  max-width: 1200px;
  margin: 0 auto; }

.c5-container h1, .c5-container h2, .c5-container h3, .c5-container h4, .c5-container p, .c5-container ul, .c5-container li, .c5-container img {
  margin: 0;
  padding: 0; }

.c5-container a {
  text-decoration: none; }

.c5-container ul, .c5-container ol {
  list-style: none; }

.c5-container img {
  max-width: 100%; }

.c5-container h2 {
  margin-bottom: 50px; }
  .c5-container h2 img {
    margin: 0 auto; }

.pc {
  display: block; }

.sp {
  display: none; }

.c5-sec {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 2%; }

.c5-container .c5-obi {
  text-align: center;
  color: #fff;
  background-color: #f00;
  padding: 20px 10px;
  font-size: 3em;
  margin: 0; }

/*c5-sec1 pc*/
.c5-sec1 {
  position: relative;
  background-color: #86b0c6;
  padding: 40px 0; }
  .c5-sec1::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #86b0c6;
    z-index: 1; }

/*c5-sec2 pc*/
.c5-sec2 {
  position: relative;
  padding: 0;
  text-align: center; }
  .c5-sec2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    z-index: 1; }

.c5-flexbox {
  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; }

.c5-fLeft {
  width: 37.5%; }

.c5-fRight {
  width: 62.5%; }
  .c5-fRight .c5-mainTxt-wrap {
    padding: 3%;
    background-color: #86b0c6;
    margin-bottom: 50px;
    border-radius: 5px; }
    .c5-fRight .c5-mainTxt-wrap p {
      font-size: 2.5em;
      font-weight: bold;
      color: #fff;
      margin-bottom: 10px; }
  .c5-fRight .c5-flexbox {
    margin-bottom: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .c5-fRight .c5-flexbox .c5-info {
      width: 49%; }
      .c5-fRight .c5-flexbox .c5-info p:first-child {
        font-size: 2em;
        color: #fff;
        background-color: #86b0c6;
        border-radius: 20px;
        margin-bottom: 10px; }
      .c5-fRight .c5-flexbox .c5-info p:last-child {
        font-weight: bold;
        font-size: 2.1em;
        text-align: left;
        letter-spacing: -1px;
        padding-left: 13px;
        line-height: 1.4; }
        .c5-fRight .c5-flexbox .c5-info p:last-child span:first-child {
          font-size: 15px; }
        .c5-fRight .c5-flexbox .c5-info p:last-child span:last-child {
          display: inline-block;
          font-weight: normal;
          font-size: 15px; }
  .c5-fRight .c5-subcatch span {
    font-size: 30px;
    font-weight: bold;
    color: #b9002d;
    border-bottom: 2px solid #b9002d; }

/*c5-sec3 pc*/
.c5-sec3 {
  background-color: #86b0c6; }
  .c5-sec3::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #86b0c6;
    z-index: 1; }

.c5-sec3-img img {
  margin-left: auto; }

/*c5-sec4 pc*/
.c5-sec4 {
  background-color: #121212; }
  .c5-sec4::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #121212;
    z-index: 1; }

.c5-tool {
  position: relative;
  max-width: 800px;
  margin: 0 auto 20px; }

.c5-tool::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%; }

.c5-tool iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.c5-p2 {
  text-align: center;
  color: #fff;
  font-size: 1.7em; }

.c5-line {
  text-decoration: underline; }

.c5-small1 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid #fff; }

.feature-bnr-wrap {
  display: none;
  /*js内でIE表示にする*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0; }

.feature-bnr {
  display: block;
  width: 100%;
  margin: 0 auto; }
  .feature-bnr:hover {
    opacity: .8; }

.feature-bnr img {
  width: 100%; }

/*c5-sec5 pc*/
.c5-sec5 {
  background-color: #f2f2f2; }
  .c5-sec5::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #f2f2f2;
    z-index: 1; }
  .c5-sec5 .c5-flexbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c5-sec5 .c5-storeBtn {
    background-color: #c3254a;
    width: 350px;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    font-size: 1.7em;
    text-align: center; }
    .c5-sec5 .c5-storeBtn a {
      width: 90%;
      padding: 0 3%; }

/*c5-sec6 pc*/
.c5-sec6::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
  z-index: 1; }

.c5-sec6 .c5-product-wrap {
  position: relative; }
  .c5-sec6 .c5-product-wrap img {
    display: block;
    margin: 0 auto; }
  .c5-sec6 .c5-product-wrap .c5-product-btn {
    width: 260px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .c5-sec6 .c5-product-wrap .c5-product-btn a:first-child {
      padding-right: 10px; }

/*c5-sec7 pc*/
.c5-sec7 {
  background-color: #121212; }
  .c5-sec7 a img:hover {
    opacity: .8; }
  .c5-sec7 a img {
    margin: 0 auto; }

@media screen and (max-width: 768px) {
  .c5-sec2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 2% 0; }
  .c5-fRight .c5-mainTxt-wrap {
    padding: 3%;
    margin-bottom: 30px; }
    .c5-fRight .c5-mainTxt-wrap p {
      font-size: 1.6em;
      margin-bottom: 10px; }
  .c5-fRight .c5-flexbox {
    margin-bottom: 20px; }
    .c5-fRight .c5-flexbox .c5-info p:first-child {
      font-size: 1.5em; }
    .c5-fRight .c5-flexbox .c5-info p:last-child {
      font-size: 1.8em; }
  .c5-fRight .c5-subcatch {
    font-size: 12px; }
    .c5-fRight .c5-subcatch span {
      font-size: 20px; }
  .c5-sec6 .c5-product-wrap .c5-product-btn {
    bottom: -10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@media screen and (max-width: 640px) {
  .pc {
    display: none; }
  .sp {
    display: block; }
  .c5-container h2 {
    margin-bottom: 25px; }
  .c5-sec {
    padding: 40px 2%; }
  .c5-container .c5-obi {
    padding: 10px;
    font-size: 2em; }
  .c5-sec1 {
    padding: 20px 0; }
    .c5-sec1::before {
      margin-left: -10px;
      border: 10px solid transparent;
      border-top: 10px solid #86b0c6; }
  .c5-sec2::before {
    display: none; }
  .c5-sec2 .c5-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .c5-sec2 .c5-fLeft {
    width: 70%;
    height: 100%; }
  .c5-sec2 .c5-fRight {
    width: 100%; }
    .c5-sec2 .c5-fRight .c5-mainTxt-wrap {
      padding: 3%;
      margin-bottom: 25px; }
      .c5-sec2 .c5-fRight .c5-mainTxt-wrap p {
        font-size: 1.6em; }
    .c5-sec2 .c5-fRight .c5-flexbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-bottom: 15px; }
      .c5-sec2 .c5-fRight .c5-flexbox .c5-info p:first-child {
        font-size: 1.4em; }
      .c5-sec2 .c5-fRight .c5-flexbox .c5-info p:last-child {
        font-size: 1.4em;
        padding-left: 0; }
        .c5-sec2 .c5-fRight .c5-flexbox .c5-info p:last-child span {
          font-size: 11px; }
    .c5-sec2 .c5-fRight .c5-subcatch {
      font-size: 11px; }
      .c5-sec2 .c5-fRight .c5-subcatch span {
        font-size: 15px;
        padding-right: 5px; }
  .c5-sec3 {
    padding: 40px 1%; }
    .c5-sec3::before {
      margin-left: -10px;
      border: 10px solid transparent;
      border-top: 10px solid #86b0c6; }
  .c5-sec4::before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #121212; }
  .c5-p2 {
    font-size: 1.3em; }
  .c5-small1 {
    padding: 8px 8px; }
  .c5-sec5::before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #f2f2f2; }
  .c5-sec5 .c5-flexbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c5-sec5 .c5-storeBtn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    font-size: 1.2em; }
  .c5-sec6::before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff; }
  .c5-sec6 .c5-product-wrap {
    position: relative; }
    .c5-sec6 .c5-product-wrap .c5-product-btn {
      width: 237px;
      position: absolute;
      bottom: -35%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .c5-sec6 .c5-product-wrap .c5-product-btn a:first-child {
        padding-right: 10px; } }
