@charset "utf-8";
/* 背景 */
#wrapper {
  /*background-color: rgba(248, 213, 218, 1.00);*/
  background-image: url("../img/back_r_p.png"), url("../img/back_l_p.png");
  background-size:
    50%, 50%;
  background-repeat:
    repeat-y, repeat-y;
  background-position:
    100% 10%, 0% 10%;
}
/*
/* カウントダウンタイマー */
.timer {
  font-size: 9em;
  font-weight: 900;
  color: #543b39;
}
#time_kazari {
  margin-bottom: 10px;
}
.timer::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 124px;
  height: 260px;
  background: url("../img/ct_l.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
  margin-bottom: 50px;
}
.timer::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 124px;
  height: 260px;
  background: url("../img/ct_r.png") no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .timer::before {
    width: 30px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .timer::after {
    width: 30px;
    height: 60px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .timer {
    font-size: 3em;
  }
}
/* カウントダウンタイマーここまで */
/* 縦のふわふわの動き */
.target {
  animation: floating-y 2.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-40%);
  }
  100% {
    transform: translateY(2%);
  }
}
.target04 {
  animation: floating-y 3.0s ease-in-out infinite alternate-reverse;
  animation-timing-function: linear(0, 1.32, 1.05, 0.98, 1.01, 1, 1);
}
@keyframes floating-y {
  0% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(2%);
  }
}
/* 縦のふわふわの動きここまで */
/* 横のふわふわの動き */
.target02 {
  animation: target02 5s infinite ease-in-out;
  z-index: 2;
}
@keyframes target02 {
  0%, 100% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(60px);
  }
}
/* ふわふわアニメーションここまで */
/* 横高速移動の動き */
.target03 {
  animation: target03 10s infinite ease-in-out;
}
@keyframes target03 {
  0%, 100% {
    transform: translateX(1500px);
  }
  50% {
    transform: translateX(0);
  }
}
/* 横高速移動の動きアニメーションここまで */
/* 回転ここから */
.target05 {
  animation: rotateY 5s infinite linear;
  z-index: 4;
}
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/* 回転ここまで */
/* ふきだしここから */
h6 {
  font-size: 1.5em;
  text-align: center;
  color: white;
  position: relative;
  margin-bottom: 2em;
  padding: 1.5rem 2rem;
  border-radius: 50px;
  background: #EA6F8A;
}
h6:before, h6:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #EA6F8A;
}
h6:before {
  right: 30px;
  bottom: -15px;
  width: 30px;
  height: 30px;
}
h6:after {
  right: 50px;
  bottom: -30px;
  width: 15px;
  height: 15px;
}
/* 背景 ここから */
.bgc_gray {
  background: rgba(248, 248, 248, 1.00);
  position: relative;
}
.bgc_pnk {
  background: rgba(236, 114, 158, 1.00);
  background-image: url("../img/back_r_w.png"), url("../img/back_l_w.png");
  background-size:
    50%, 50%;
  background-repeat:
    repeat-y, repeat-y;
  background-position:
    100% 10%, 0% 10%;
  opacity: 0.9;
  position: relative;
}
p.shibu_icon1 {
  position: absolute;
  right: 15px;
  bottom: 100%;
  margin-bottom: -155px;
  z-index: 99;
}
.bgc_white {
  background: rgba(254, 254, 254, 0.81);
  position: relative;
}
p.shibu_icon2 {
  position: absolute;
  left: 50px;
  bottom: 100%;
  margin-bottom: -150px;
  z-index: 99;
}
.shibu_relative {
  position: relative;
}
p.shibu_icon_l {
  position: absolute;
  left: 50px;
  bottom: 100%;
  margin-bottom: -150px;
  z-index: 99;
}
p.shibu_icon_r {
  position: absolute;
  right: 15px;
  bottom: 100%;
  margin-bottom: -155px;
  z-index: 99;
}
@media all and (max-width: 767px) {
  .shibu_icon1 img, .shibu_icon2 img, .shibu_icon_r img, .shibu_icon_l img, .kazari_01 img, .kazari_02 img {
    width: 50%;
    height: 50%;
  }
  p.shibu_icon_l {
    position: absolute;
    left: 5px;
    bottom: 100%;
    margin-bottom: -70px;
    z-index: 99;
  }
  p.shibu_icon_r {
    position: absolute;
    right: 5px;
    bottom: 100%;
    margin-bottom: -70px;
    z-index: 99;
  }
}
/* ポイント　ここから　*/
.sectMerit {
  background-color: var(--color-bg2);
  padding: 60px 0 100px;
}
.sectMerit_icon {
  width: 87px;
  margin: 0 auto 40px;
  display: block;
}
.sectMerit_title {
  margin-bottom: 100px;
}
.sectMerit_list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sectMerit_list_item p {
  color: #5f2f1a;
}
@media screen and (min-width: 768px), print {
  .sectMerit_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.sectMerit_list_item {
  width: 360px;
  padding: 38px 30px 30px;
  border: #ee729e solid 3px;
  border-radius: 10px;
  position: relative;
  background-color: #FFFFFF;
}
.sectMerit_list_icon {
  width: 76px;
  height: 76px;
  background-color: #ee729e;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;*/
  font-size: 1.1rem;
  border-radius: 100%;
  position: absolute;
  left: -38px;
  top: -38px;
  padding-top: 5px;
}
.sectMerit_list_number {
  font-size: 2.3rem;
}
.sectMerit_list_title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.8;
}
.sectMerit_list_title::after {
  content: "";
  width: 57px;
  height: 5px;
  background-color: #ee729e;
  border-radius: 6px;
  margin: 17px auto 22px;
  display: block;
}
@media screen and (max-width: 767px) {
  .sectMerit {
    padding: 50px 0 70px;
  }
  .sectMerit_list_item {
    width: 100%;
    padding: 55px 20px 30px;
    border: #ee729e solid 2px;
  }
  .sectMerit_list_item + .sectMerit_list_item {
    margin-top: 50px;
  }
  .sectMerit_list_icon {
    font-size: 0.625rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sectMerit_list_number {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .panel-box > *.sp-col1 {
    width: calc(100% - 30px);
  }
}
/*　表　ここから　*/
.scroll-table-box table tbody th {
  background: #ee729e;
  color: #fff;
}
.scroll-table-box table tbody td {
  background: #fff;
  color: #5f2f1a;
}
.pc-hide thead tr th {
  background: #ee729e;
  color: #fff;
}
.pc-hide tbody tr td {
  background: #fff;
  color: #5f2f1a;
}
table > thead > tr > th, table > tbody > tr > th, table > tbody > tr > td {
  border-bottom: #5f2f1a 1px solid;
  border-right: #5f2f1a 1px solid;
}
table {
  border-left: #5f2f1a 1px solid;
  border-top: #5f2f1a 1px solid;
}
/*　リボン　ここから　*/
.ribbon {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 1em 100px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #5f2f1a;
  background: #fff000;
}
.ribbon:before, .ribbon:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #fff000;
}
.ribbon:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.ribbon:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.ribbon span {
  position: relative;
  display: block;
}
/*　見出し（h2）　ここから　*/
.section-inner {
  text-align: center;
}
h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff000;
  color: #5f2f1a;
  display: inline-block;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  h2 {
    width: 80%;
  }
}
h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #5f2f1a;
}
.component-area h2::after {
  background-color: none;
  bottom: inherit;
  content: none;
  height: inherit;
  left: inherit;
  position: none;
  width: inherit;
}
/*　リンクボタン　ここから　*/
.link-button {
  background-color: #fff000;
  border: 3px solid #5f2f1a;
}
/*　ページ内リンクナビゲーション　ここから　*/
.horizontal-link-list li::before, .horizontal-link-list li::after {
  background-color: #5f2f1a;
}
.horizontal-link-list a[href^="#"]::after {
  border-right: 1px solid #5f2f1a;
  border-top: 1px solid #5f2f1a;
}
/*　テキストボックス　ここから　*/
.border-box {
  border: #5f2f1a 3px solid;
}
/*　テキストカラー　ここから　*/
.border-box p, .link-button span, .link-button, .section-inner p,.item-title,.step-number {
  color: #5f2f1a;
}
/*　申し込みカラー　ここから　*/
.step-flow-list .item-head::after {
  background-color: #fff000;
  height: 5px;
}