@charset "UTF-8";
/* CSS Document */
/* ==================================================
	カラー
 ================================================== */
/* ==================================================
ページ共通
================================================== */
.cf::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

.clear {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  font-size: 18px;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
}

a,
a img {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  color: #000000;
}

a:hover,
a:hover img {
  text-decoration: none;
  opacity: 0.7;
}

.wrap {
  max-width: 1480px;
  margin: 0 auto;
}

.container {
  max-width: 1088px;
  margin: 0 auto;
}

.inner {
  max-width: 818px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.bf:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.point {
  background-color: #F5F2E9;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin-top: 60px;
}
.point .point_ttl {
  color: #007048;
  font-weight: bold;
  margin-bottom: 20px;
}

/* ==================================================
	ボタン
================================================== */
.btn {
  margin: 0 auto;
  width: 400px;
}
.btn a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #007048;
  width: 100%;
  position: relative;
  height: 84px;
  line-height: 84px;
  border-radius: 42px;
  text-align: center;
  position: relative;
}
.btn a::before, .btn a::after {
  position: absolute;
  top: 50%;
  content: '';
}
.btn a::before {
  margin-top: -19px;
  right: 28px;
  width: 28px;
  height: 28px;
  border: 4px solid #ffffff;
  border-radius: 50%;
}
.btn a::after {
  margin-top: -9px;
  right: 40px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.other {
  padding: 80px 0 130px 0;
}
.other .sec_ttl {
  margin-bottom: 88px;
}
.other .sec_ttl h3 img {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.other h4 {
  margin-top: 60px;
}
.other .lineup {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.other .lineup .lineup_age img {
  width: 98%;
}
.other .lineup .lineup_box {
  width: 32%;
  margin: 0 0.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #E7F1D0;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
.other .lineup .lineup_box figure {
  line-height: 0;
}
.other .lineup .lineup_box figure img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  -webkit-filter: drop-shadow(6px 6px 12px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(6px 6px 12px rgba(0, 0, 0, 0.16));
}
.other .lineup .lineup_box .lineup_txt {
  padding: 0 20px;
  font-weight: bold;
  font-size: 20px;
  color: #007048;
}
.other .lineup .lineup_box .lineup_inner {
  padding: 35px 30px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.other .lineup .lineup_box .lineup_inner .lineup_logo img {
  width: 100%;
}
.other .lineup .lineup_box .lineup_inner .type {
  font-weight: bold;
}
.other .lineup .lineup_box .lineup_inner .type p {
  color: #007048;
  font-size: 36px;
}
.other .lineup .lineup_box .lineup_inner .type p i {
  font-size: 29px;
  font-style: normal;
}
.other .lineup .lineup_box .lineup_inner .type span {
  display: block;
}
.other .lineup .lineup_box .lineup_inner .percentage {
  margin-top: 20px;
  padding: 12px 10px;
  border: 2px solid #007048;
  border-left: 0;
  border-right: 0;
  text-align: left;
  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;
}
.other .lineup .lineup_box .lineup_inner .percentage span {
  color: #007048;
  font-weight: bold;
  font-size: 26px;
}
.other .lineup .lineup_box .lineup_inner .percentage img {
  height: 46px;
}
.other .lineup .lineup_box .lineup_inner .btn {
  margin-top: 45px;
  width: 100%;
}
.other .lineup .lineup_box .lineup_inner .limit {
  margin-top: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  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: 10px 35px 5px;
}
.other .lineup .lineup_box .lineup_inner .limit img {
  width: 84px;
}
.other .lineup .lineup_box .lineup_inner .limit p i {
  font-size: 16px;
  display: block;
  font-style: normal;
}
.other .lineup .lineup_box .lineup_inner .limit p span {
  margin-top: 10px;
  width: 180px;
  display: inline-block;
  font-size: 17px;
  color: #007048;
  border: 2px solid #007048;
}
.other .lineup .lineup_box02 {
  background-color: #F5F2E9;
}
.other .lineup .lineup_box02 .lineup_txt {
  color: #F7931D;
}
.other .lineup .lineup_box02 .lineup_inner .type p {
  color: #F7931D;
}
.other .lineup .lineup_box02 .lineup_inner .percentage {
  border: 2px solid #F7931D;
  border-left: 0;
  border-right: 0;
}
.other .lineup .lineup_box02 .lineup_inner .percentage span {
  color: #F7931D;
}
.other .lineup .lineup_box02 .lineup_inner .btn a {
  background-color: #F7931D;
}
.other .lineup .lineup_box03 {
  background-color: #FDF2F1;
}
.other .lineup .lineup_box03 .lineup_txt {
  color: #6B2A69;
}
.other .lineup .lineup_box03 .lineup_inner .type p {
  color: #6B2A69;
}
.other .lineup .lineup_box03 .lineup_inner .percentage {
  border: 2px solid #6B2A69;
  border-left: 0;
  border-right: 0;
}
.other .lineup .lineup_box03 .lineup_inner .percentage span {
  color: #6B2A69;
}
.other .lineup .lineup_box03 .lineup_inner .btn a {
  background-color: #A5609E;
}
.other .lineup .lineup_box.new {
  position: relative;
}
.other .lineup .lineup_box.new::after {
  background-image: url(../img/icon_new.png);
  background-size: cover;
  width: 98px;
  height: 95px;
  content: '';
  position: absolute;
  top: -13px;
  left: -18px;
}

#campaign .pc , #campaign .sp  {
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* ==================================================
  ページ共通
  ================================================== */
  html,
  body {
    font-size: 16px;
    line-height: 1.6;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .container,
  .inner {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  img {
    width: 100%;
  }

  a:hover img {
    opacity: 1;
  }

  a:hover {
    opacity: 1;
  }

  .point {
    padding: 20px;
    border-radius: 10px;
  }
  .point .point_ttl {
    margin-bottom: 10px;
  }

  /* ==================================================
  	ボタン
  ================================================== */
  .btn {
    width: auto;
  }
  .btn a {
    padding-left: 0;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
  }
  .btn a::before {
    border-width: 2px;
    margin-top: -16px;
  }
  .btn a::after {
    border-width: 2px;
    margin-top: -6px;
  }
  .btn a span::before, .btn a span::after {
    right: 30px;
  }

  .other {
    padding: 50px 15px 80px 15px;
  }
  .other h4 {
    margin-top: 30px;
  }
  .other .sec_ttl {
    margin-bottom: 40px;
  }
  .other .lineup {
    display: block;
    margin-top: 10px;
  }
  .other .lineup .lineup_age {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .other .lineup .lineup_box {
    width: auto;
    margin: 0;
    display: block;
  }
  .other .lineup .lineup_box .lineup_txt {
    font-size: 18px;
  }
  .other .lineup .lineup_box .lineup_inner {
    padding: 15px;
  }
  .other .lineup .lineup_box .lineup_inner .lineup_logo img {
    width: 60%;
  }
  .other .lineup .lineup_box .lineup_inner .type p {
    font-size: 22px;
  }
  .other .lineup .lineup_box .lineup_inner .type p i {
    font-size: 16px;
  }
  .other .lineup .lineup_box .lineup_inner .percentage {
    margin-top: 10px;
  }
  .other .lineup .lineup_box .lineup_inner .percentage span {
    font-size: 20px;
  }
  .other .lineup .lineup_box .lineup_inner .percentage img {
    height: 36px;
    width: auto;
  }
  .other .lineup .lineup_box .lineup_inner .btn {
    margin: 30px auto;
    width: 100%;
  }
  .other .lineup .lineup_box .lineup_inner .limit {
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .other .lineup .lineup_box .lineup_inner .limit img {
    width: 60px;
    margin-right: 10px;
  }
  .other .lineup .lineup_box .lineup_inner .limit p i {
    font-size: 14px;
  }
  .other .lineup .lineup_box .lineup_inner .limit p span {
    width: 120px;
    font-size: 14px;
  }
  .other .lineup .lineup_box:nth-child(3) .age span::after {
    width: 56px;
    height: 46px;
    top: -5px;
  }
  .other .lineup .lineup_box.new::after {
    width: 80px;
    height: 78px;
    top: -10px;
    left: -8px;
  }

  #campaign {
    margin: 30px 10px 0;
  }


}

/*# sourceMappingURL=common.css.map */