@charset "UTF-8";
.fc-green {
  color: #3cb498;
}

.fc-pink {
  color: #e2006e;
}

.fs-s {
  font-size: 14px;
}

@media (max-width: 767px) {
  .fs-s {
    font-size: 2vw;
  }
}

.link-fc--blue {
  color: #22aceb;
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

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

.br--pc {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .br--pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .br--pc {
    display: block;
  }
}

.br--tab {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .br--tab {
    display: block;
  }
}

@media (max-width: 767px) {
  .br--tab {
    display: none;
  }
}

.btn-detail {
  position: relative;
  z-index: 2;
  width: 458px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-detail:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn-detail img {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .btn-detail {
    width: 38vw;
  }
}

@media (max-width: 767px) {
  .btn-detail {
    width: 76.133vw;
  }
}

.btn-detail--sub {
  width: 400px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .btn-detail--sub {
    width: 30vw;
  }
}

@media (max-width: 767px) {
  .btn-detail--sub {
    width: 76.133vw;
  }
}

@media (max-width: 767px) {
  .btn-detail--sub {
    margin: auto;
  }
}

/* Pop */
@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.set-border {
  height: 1px;
  background-color: #333;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 767px) {
  .set-border {
    display: none;
  }
}

.btn-checkitem {
  position: relative;
  z-index: 1;
  width: 75.867vw;
  display: block;
}

.btn-top {
  position: relative;
  z-index: 2;
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/info/bg_btn-top-sp.png) left center no-repeat;
  background-size: contain;
  text-align: center;
  width: 406px;
  height: 144px;
  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;
  font-weight: bold;
  font-size: 4rem;
  padding: 10px 0 0 0;
  margin: auto;
}

@media (max-width: 767px) {
  .btn-top {
    background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/info/bg_btn-top-sp.png) left center no-repeat;
    background-size: contain;
    width: 54.133vw;
    height: 19.2vw;
    font-size: 5vw;
    padding: 2vw 0 0 2.3vw;
  }
}

.btn-top:hover {
  text-decoration: none;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.l-inner--pr0 {
  padding-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-inner--pr0 {
    padding-right: 25px;
  }
}

.l-inner--pl0 {
  padding-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-inner--pl0 {
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .l-inner {
    padding-left: 6.667vw;
    padding-right: 6.667vw;
  }
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-wrap.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-wrap.jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-wrap.jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-wrap.fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .flex-wrap.fd-rr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .flex-wrap.fd-cr--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-wrap--no {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.flex-wrap__box:first-child {
  width: 50%;
}

@media (max-width: 767px) {
  .flex-wrap__box:first-child {
    width: 100%;
  }
}

.flex-wrap__box:last-child {
  max-width: 558px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .flex-wrap__box:last-child {
    max-width: 100%;
  }
}

.flex-wrap__box--info1:last-child {
  max-width: 625px;
}

@media (max-width: 767px) {
  .flex-wrap__box--info1:last-child {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .flex-wrap__box--info1 {
    width: 100%;
  }
}

.flex-wrap__box--info2:first-child {
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
}

@media (max-width: 767px) {
  .flex-wrap__box--info2:first-child {
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 767px) {
  .flex-wrap__box--info2 {
    width: 100%;
  }
}

.flex-wrap__box--info3:last-child {
  max-width: 625px;
}

@media (max-width: 767px) {
  .flex-wrap__box--info3:last-child {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .flex-wrap__box--info3 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .flex-wrap__box--point {
    width: 100%;
  }
}

.flex-wrap__box--point:last-child {
  padding-left: 25px;
}

@media (max-width: 767px) {
  .flex-wrap__box--point:last-child {
    padding-left: 0;
  }
}

.flex-wrap__box--tips {
  width: 48%;
}

@media (max-width: 767px) {
  .flex-wrap__box--tips {
    width: 100%;
  }
}

.flex-wrap__box--tips:last-child {
  width: 100%;
  max-width: 525px;
}

@media (max-width: 767px) {
  .flex-wrap__box--check {
    width: 100%;
  }
}

.flex-wrap__box--check:last-child {
  padding-left: 25px;
}

@media (max-width: 767px) {
  .flex-wrap__box--check:last-child {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .flex-wrap__box--kids {
    width: 100%;
  }
}

.info {
  position: relative;
}

@media (max-width: 767px) {
  .info {
    margin: 5vw 0 40vw 0;
  }
}

.info-block {
  position: relative;
  z-index: 0;
  margin: 40px 0 0;
}

@media (max-width: 767px) {
  .info-block {
    margin: 0;
  }
}

.info-block__ttl {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .info-block__ttl {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
}

@media (max-width: 767px) {
  .info .bg-sankaku::before {
    content: "";
    position: absolute;
    left: 0;
    top: -37.1vw;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-left: 100vw solid transparent;
    border-right: 50vw solid #f9d5c9;
    border-bottom: 49.6vw solid #f9d5c9;
  }
  .info .bg-sankaku::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10vw;
    z-index: -1;
    width: 100%;
    height: 30vw;
    background-color: #f9d5c9;
    -webkit-transform: skewY(11deg);
            transform: skewY(11deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .info .bg-pink {
    background-color: #f9d5c9;
  }
  .info .bg-pink--info1 {
    padding-bottom: 35vw;
  }
  .info .bg-beige {
    background-color: #f9ecc9;
  }
  .info .bg-beige--info1 {
    margin-top: 96vw;
    padding-bottom: 53vw;
  }
  .info .bg-beige--info2 {
    margin-top: 65vw;
  }
  .info .bg-beige::before {
    content: "";
    position: absolute;
    left: 0;
    top: -5vw;
    z-index: -1;
    width: 100%;
    height: 36vw;
    background-color: #f9ecc9;
    -webkit-transform: skewY(-7deg);
            transform: skewY(-7deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .info .bg-beige::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15vw;
    z-index: -1;
    width: 100%;
    height: 34vw;
    background-color: #f9ecc9;
    -webkit-transform: skewY(11deg);
            transform: skewY(11deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}

.photo {
  position: relative;
  margin: 40px auto 0;
  text-align: center;
  z-index: 1;
  width: 100%;
  max-width: 520px;
}

.photo--sec {
  width: 520px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .photo--sec {
    width: 38vw;
  }
}

.photo img {
  width: 100%;
}

@media (max-width: 767px) {
  .photo {
    margin: 8vw auto 0;
    width: 100%;
    max-width: 100%;
  }
}

.photo__list {
  position: absolute;
  left: 50%;
  top: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 70%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .photo__list {
    width: 33vw;
  }
}

@media (max-width: 767px) {
  .photo__list {
    top: 10vw;
    width: 70vw;
  }
}

.photo__list li {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  padding: 5px;
  font-size: 3.2rem;
  font-weight: bold;
}

.photo__list li:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .photo__list li {
    font-size: 2.8vw;
  }
}

@media (max-width: 767px) {
  .photo__list li {
    padding: 1vw;
    font-size: 5.333vw;
  }
  .photo__list li:not(:first-child) {
    margin-top: 5.4vw;
  }
}

.photo .btn-detail {
  margin: -70px auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .photo .btn-detail {
    margin: -5vw auto 0;
  }
}

@media (max-width: 767px) {
  .photo .btn-detail {
    margin: -50px auto 0;
  }
}

.set-img {
  position: absolute;
}

.set-img img {
  width: 100%;
}

.set-img--type1 {
  position: relative;
  width: 200px;
  margin: 20px 80px 20px auto;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .set-img--type1 {
    width: 24vw;
    margin: 2vw 4vw 0 auto;
  }
}

@media (max-width: 767px) {
  .set-img--type1 {
    width: 40vw;
    margin: 4vw 0 0 auto;
  }
}

.set-img--type1.pc {
  display: block;
}

@media (max-width: 767px) {
  .set-img--type1.pc {
    display: none;
  }
}

.set-img--type1.sp {
  display: none;
}

@media (max-width: 767px) {
  .set-img--type1.sp {
    display: block;
  }
}

.set-img--type1 + p {
  margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .set-img--type1 + p {
    margin-top: 2vw;
  }
}

@media (max-width: 767px) {
  .set-img--type1 + p {
    margin-top: 4vw;
  }
}

.set-img--type2 {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .set-img--type2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 83.6vw;
  }
}

.set-img--type2 img {
  margin-bottom: 20px;
  width: 533px;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .set-img--type2 img {
    width: 45vw;
  }
}

@media (max-width: 767px) {
  .set-img--type2 img {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.set-img--type3 {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .set-img--type3 {
    position: absolute;
    width: 100%;
    bottom: -58vw;
  }
}

.set-img--type3 img {
  margin-bottom: 20px;
  width: 661px;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .set-img--type3 img {
    width: 45vw;
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  .set-img--type3 img {
    width: 62.4vw;
    display: block;
    margin: 0 0 3vw 10vw;
  }
}

.set-img--type4 {
  position: relative;
  margin: 20px 0 0 0;
  width: 450px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .set-img--type4 {
    margin: 2vw 0 0 0;
    width: 42vw;
  }
}

@media (max-width: 767px) {
  .set-img--type4 {
    position: absolute;
    margin: 0;
    width: 73vw;
    left: 50%;
    bottom: -48vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.set-img--type5 {
  position: absolute;
  right: -120px;
  bottom: -35%;
  width: 330px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .set-img--type5 {
    right: 2vw;
    bottom: -9vw;
    width: 25vw;
  }
}

@media (max-width: 767px) {
  .set-img--type5 {
    position: relative;
    margin: 6vw auto 0;
    right: auto;
    bottom: auto;
    width: 68.667vw;
  }
}

.set-img--type6 {
  margin: -90px 0 0 auto;
  width: 100%;
  width: 430px;
  display: block;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .set-img--type6 {
    margin: -2vw 0 0 auto;
    width: 38.902vw;
  }
}

@media (max-width: 767px) {
  .set-img--type6 {
    margin: -14vw auto 9.333vw;
    width: 78.933vw;
  }
}

.set-img--type6-sub {
  display: block;
  width: 70%;
  margin-left: auto;
}

.set-img--type7 {
  position: relative;
  width: 450px;
  margin-top: 100px;
  margin-left: auto;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .set-img--type7 {
    margin-top: 10vw;
    width: 43vw;
  }
}

.sentence p + p {
  margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sentence p + p {
    margin-top: 2vw;
  }
}

@media (max-width: 767px) {
  .sentence p + p {
    margin-top: 6vw;
  }
}

.sec-point {
  position: relative;
  margin: 60px 0 0;
}

@media (max-width: 767px) {
  .sec-point {
    margin: 30vw 0 0;
  }
}

.sec-point--tips {
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  .sec-point--tips {
    margin: 6vw 0 0;
  }
}

.sec-point__ttl {
  position: relative;
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_point.svg) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 526px;
  padding-top: 87.5379939%;
  font-size: 4rem;
  line-height: 1.25;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-point__ttl {
    font-size: 3.2vw;
    padding-top: 36vw;
    width: 42vw;
  }
}

@media (max-width: 767px) {
  .sec-point__ttl {
    background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_point.svg) 0 0 no-repeat;
    background-size: contain;
    width: 87.733vw;
    font-size: 6.66vw;
    line-height: 1.4555;
  }
}

.sec-point__ttl span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-point__ttl span {
    -webkit-transform: translateY(-74%);
            transform: translateY(-74%);
  }
}

@media (max-width: 767px) {
  .sec-point__ttl span {
    -webkit-transform: translateY(-68%);
            transform: translateY(-68%);
  }
}

.sec-point .photo {
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  .sec-point .photo {
    margin: 4vw 0 0;
  }
}

.sec-point .tips {
  width: 100%;
  max-width: 883px;
  margin: 80px auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-point .tips {
    width: 75vw;
    margin: 6vw auto 0;
  }
}

@media (max-width: 767px) {
  .sec-point .tips {
    margin: 8vw auto 0;
  }
}

.sec-point .tips__ttl {
  width: 250px;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-point .tips__ttl {
    width: 25.051vw;
  }
}

@media (max-width: 767px) {
  .sec-point .tips__ttl {
    width: 41.867vw;
    max-width: 100%;
    margin: auto;
  }
}

.sec-point .tips__ttl img {
  width: 100%;
}

.sec-point .tips__list li {
  font-size: 2.8rem;
  font-weight: bold;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 115px;
  letter-spacing: -0.09em;
  margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-point .tips__list li {
    font-size: 2.4vw;
    padding: 0 0 0 10vw;
    height: 7vw;
  }
}

@media (max-width: 767px) {
  .sec-point .tips__list li {
    font-size: 5vw;
    width: 86.933vw;
    max-width: 100%;
    height: 14.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 25.5vw;
    margin-top: 6.667vw;
  }
}

.sec-point .tips__list li:nth-child(1) {
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_point1.svg) 0 0 no-repeat;
  background-size: contain;
}

.sec-point .tips__list li:nth-child(2) {
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_point2.svg) 0 0 no-repeat;
  background-size: contain;
}

.sec-point .tips__list li:nth-child(3) {
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_point3.svg) 0 0 no-repeat;
  background-size: contain;
}

.sec-point .btn-detail {
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  .sec-point .btn-detail {
    margin: 6.667vw auto 0;
  }
}

.sec-point .set-img1 {
  width: 260px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-point .set-img1 {
    width: 27.719vw;
  }
}

@media (max-width: 767px) {
  .sec-point .set-img1 {
    position: absolute;
    left: 6.667vw;
    bottom: -56vw;
    width: 44.4vw;
  }
}

/* data */
.time {
  font-size: 16px;
  padding: 20px 25px;
}

@media (max-width: 767px) {
  .time {
    padding: 4vw 6.7777vw;
    font-size: 3vw;
  }
}

.time p + p {
  margin-left: 20px;
}

/* with kids */
.sec-kids__ttl img {
  width: 100%;
  display: block;
}

.sec-kids__subttl {
  font-weight: bold;
  font-size: 3.6rem;
  margin-bottom: 30px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-kids__subttl {
    font-size: 3vw;
  }
}

@media (max-width: 767px) {
  .sec-kids__subttl {
    font-size: 6vw;
    margin-bottom: 4.533vw;
  }
}

.sec-kids .rec-block--type2 {
  max-width: 508px;
  margin-top: -55px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-kids .rec-block--type2 {
    margin-top: -24vw;
  }
}

@media (max-width: 767px) {
  .sec-kids .rec-block--type2 {
    margin-top: 10.133vw;
  }
}

.sec-kids .rec-block__ttl {
  font-size: 2rem;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-kids .rec-block__ttl {
    font-size: 2.5vw;
  }
}

@media (max-width: 767px) {
  .sec-kids .rec-block__ttl {
    font-size: 3.333vw;
    text-align: center;
    padding: 3vw 3vw 2vw;
    margin-bottom: 6vw;
  }
}

.sec-kids .rec-block__ttl--orange {
  background-color: #eb734c;
}

.sec-kids .rec-block__ttl--purple {
  background-color: #7a5fa3;
}

.sec-kids .rec-photo {
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .sec-kids .rec-photo {
    margin: 6vw -6.777vw 0;
  }
}

.sec-kids .rec-photo img {
  width: 100%;
}

.sec-kids .rec-item {
  margin-top: 20px;
}

.sec-kids .rec-item__photo {
  padding: 10px 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.sec-kids .rec-item__photo--og {
  border: 1px solid #eb734c;
}

.sec-kids .rec-item__photo--purple {
  border: 1px solid #7a58a5;
}

.sec-kids .rec-item__photo img {
  width: 100%;
}

.sec-kids .rec-item .btn-rec {
  text-align: center;
  padding: 10px;
  font-size: 30px;
  color: #fff;
  display: block;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-kids .rec-item .btn-rec {
    padding: 2vw;
    font-size: 2.6vw;
  }
}

@media (max-width: 767px) {
  .sec-kids .rec-item .btn-rec {
    padding: 3.6vw;
    font-size: 5.5vw;
  }
}

.sec-kids .rec-item .btn-rec:hover {
  background-color: #fff;
  text-decoration: none;
}

.sec-kids .rec-item .btn-rec--og {
  background-color: #eb734c;
  border-left: 1px solid #eb734c;
  border-right: 1px solid #eb734c;
  border-bottom: 1px solid #eb734c;
}

.sec-kids .rec-item .btn-rec--og:hover {
  color: #eb734c;
}

.sec-kids .rec-item .btn-rec--purple {
  background-color: #7a58a5;
  border-left: 1px solid #7a58a5;
  border-right: 1px solid #7a58a5;
  border-bottom: 1px solid #7a58a5;
}

.sec-kids .rec-item .btn-rec--purple:hover {
  color: #7a58a5;
}

.sec-kids .rec-item .btn-rec::after {
  content: "▶";
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.hukidashi-block--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .hukidashi-block--2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hukidashi-block__ttl {
  position: relative;
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_point.svg) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 526px;
  padding-top: 40%;
  font-size: 4rem;
  line-height: 1.25;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hukidashi-block__ttl {
    font-size: 3.2vw;
    padding-top: 36vw;
    width: 42vw;
  }
}

@media (max-width: 767px) {
  .hukidashi-block__ttl {
    background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_point.svg) 0 0 no-repeat;
    background-size: contain;
    width: 87.733vw;
    font-size: 6.66vw;
    line-height: 1.4555;
    padding-top: 77vw;
  }
}

.hukidashi-block__ttl span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-74%);
          transform: translateY(-74%);
}

@media (max-width: 767px) {
  .hukidashi-block__ttl span {
    -webkit-transform: translateY(-68%);
            transform: translateY(-68%);
  }
}

.hukidashi-block__img {
  margin: 0 auto;
  display: block;
}

.hukidashi-block__img--info3 {
  width: 100%;
  max-width: 506px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hukidashi-block__img--info3 {
    width: 47vw;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hukidashi-block__img--info3 {
    width: 80vw;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hukidashi-block__img {
    margin: 4vw auto 5vw;
    display: block;
  }
}

.l-campaign {
  padding-bottom: 80px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  font-size: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign {
    font-size: 2.1vw;
  }
}

@media (max-width: 767px) {
  .l-campaign {
    padding-bottom: 20vw;
    font-size: 4vw;
  }
}

.l-campaign .kv img {
  width: 100%;
}

.l-campaign .read {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .l-campaign .read {
    padding: 6.667vw 0;
  }
}

.l-campaign .sec-kv {
  position: relative;
}

.l-campaign .sec-kv--info1 {
  padding-top: 110.687023%;
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_info1-pc.png) 0 0 no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .l-campaign .sec-kv--info1 {
    padding-top: 128.933333%;
    background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_info1-sp.png) 0 0 no-repeat;
    background-size: contain;
  }
}

.l-campaign .sec-kv--info2 {
  padding-top: 102.415459%;
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_info2-pc.png) 0 0 no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .l-campaign .sec-kv--info2 {
    padding-top: 135.066667%;
    background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_info2-sp.png) 0 0 no-repeat;
    background-size: contain;
  }
}

.l-campaign .sec-kv__ttl img {
  width: 100%;
  display: block;
}

.l-campaign .sec-info {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .l-campaign .sec-info {
    margin-top: 10.667vw;
    padding-bottom: 0;
  }
}

.l-campaign .sec-info--info2 {
  margin-top: -320px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign .sec-info--info2 {
    margin-top: -30vw;
  }
}

.l-campaign .sec-info--info3 {
  margin-top: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign .sec-info--info3 {
    margin-top: -7vw;
  }
}

.l-campaign .sec-info__img {
  margin: 0 auto 50px;
  display: block;
}

.l-campaign .sec-info__img--info1 {
  width: 100%;
  max-width: 500px;
}

.l-campaign .sec-info__img--info2 {
  width: 100%;
  max-width: 456px;
}

@media (max-width: 767px) {
  .l-campaign .sec-info__img--info2 {
    width: 76vw;
    max-width: 100%;
  }
}

.l-campaign .sec-info__img--info3 {
  width: 100%;
  max-width: 506px;
}

@media (max-width: 767px) {
  .l-campaign .sec-info {
    margin-top: 10.667vw;
  }
  .l-campaign .sec-info__img {
    margin: 4vw auto 5vw;
    display: block;
  }
  .l-campaign .sec-info__img--info1 {
    width: 82.4vw;
    max-width: 100%;
  }
  .l-campaign .sec-info__img--info2 {
    width: 76vw;
  }
  .l-campaign .sec-info__img--info3 {
    width: 80vw;
    max-width: 100%;
  }
}

.l-campaign .sec-check {
  background-color: #f6c9dd;
  position: relative;
  margin: 20% auto 320px;
}

@media (max-width: 767px) {
  .l-campaign .sec-check {
    margin: 63vw auto 33vw;
  }
}

.l-campaign .sec-check::before {
  display: block;
  content: "";
  background-color: #f6c9dd;
  width: 100%;
  height: 26.799999999999997vw;
  -webkit-transform: skewY(351deg);
          transform: skewY(351deg);
  left: 0;
  top: -130px;
  z-index: -1;
  position: absolute;
}

@media (max-width: 767px) {
  .l-campaign .sec-check::before {
    top: -15vw;
  }
}

.l-campaign .sec-check::after {
  display: block;
  content: "";
  background-color: #f6c9dd;
  width: 100%;
  height: 32vw;
  -webkit-transform: skewY(185deg);
          transform: skewY(185deg);
  left: 0;
  bottom: -180px;
  z-index: -1;
  position: absolute;
}

@media (max-width: 767px) {
  .l-campaign .sec-check::after {
    height: 32vw;
    -webkit-transform: skewY(173deg);
            transform: skewY(173deg);
    bottom: -20vw;
  }
}

.l-campaign .sec-check__ttl {
  position: relative;
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_check.svg) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 526px;
  padding-top: 87.5379939%;
  font-size: 4rem;
  line-height: 1.25;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign .sec-check__ttl {
    font-size: 3.2vw;
    padding-top: 36vw;
    width: 42vw;
  }
}

@media (max-width: 767px) {
  .l-campaign .sec-check__ttl {
    background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_check.svg) 0 0 no-repeat;
    background-size: contain;
    width: 100%;
    font-size: 6.66vw;
    line-height: 1.4555;
  }
}

.l-campaign .sec-check__ttl span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign .sec-check__ttl span {
    -webkit-transform: translateY(-74%);
            transform: translateY(-74%);
  }
}

@media (max-width: 767px) {
  .l-campaign .sec-check__ttl span {
    -webkit-transform: translateY(-68%);
            transform: translateY(-68%);
  }
}

.l-campaign .sec-check .check {
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .l-campaign .sec-check .check {
    margin: 8vw 0 0;
  }
}

.l-campaign .sec-check .check-block {
  width: 48%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .l-campaign .sec-check .check-block {
    padding: 3vw;
  }
}

.l-campaign .sec-check .check-block__ttl {
  margin-bottom: 10px;
  font-weight: bold;
  color: #e2006e;
  font-size: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign .sec-check .check-block__ttl {
    font-size: 2.3vw;
  }
}

@media (max-width: 767px) {
  .l-campaign .sec-check .check-block__ttl {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
}

.l-campaign .sec-check .check-block__ttl a {
  color: #e2006e;
  text-decoration: underline;
}

.l-campaign .sec-check .check-block__ttl a:hover {
  text-decoration: none;
}

.l-campaign .sec-check .check-block span {
  font-weight: bold;
  font-size: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign .sec-check .check-block span {
    font-size: 2.3vw;
  }
}

@media (max-width: 767px) {
  .l-campaign .sec-check .check-block span {
    font-size: 4vw;
  }
}

.l-campaign .sec-check .check-block__list {
  margin: 10px 0 15px;
}

@media (max-width: 767px) {
  .l-campaign .sec-check .check-block__list {
    margin: 2vw 0 3vw;
  }
}

.l-campaign .sec-check .check-block__list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign .sec-check .check-block__list li {
    font-size: 2.2vw;
  }
}

@media (max-width: 767px) {
  .l-campaign .sec-check .check-block__list li {
    font-size: 3.4vw;
  }
}

.l-campaign .sec-check .check-block__list li span {
  font-weight: bold;
}

.l-campaign .sec-check .check__btn {
  margin: 20px auto 0;
  width: 460px;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign .sec-check .check__btn {
    width: 40.422vw;
  }
}

@media (max-width: 767px) {
  .l-campaign .sec-check .check__btn {
    margin: -5vw auto 0;
    width: 76.667vw;
    max-width: 100%;
  }
}

.l-campaign .sec-check .check__btn img {
  width: 100%;
}

.l-campaign .sec-check .check__btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.l-campaign .sec-check .btn-block.pc {
  display: block;
}

@media (max-width: 767px) {
  .l-campaign .sec-check .btn-block.pc {
    display: none;
  }
}

.l-campaign .sec-check .btn-block.sp {
  display: none;
}

@media (max-width: 767px) {
  .l-campaign .sec-check .btn-block.sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .l-campaign .sec-check .btn-block {
    margin: 0 auto;
  }
}

.l-campaign .sec-check .btn-block__flex {
  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;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .l-campaign .sec-check .btn-block__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.l-campaign .sec-check .btn-block__ttl {
  font-weight: bold;
  font-size: 31px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign .sec-check .btn-block__ttl {
    font-size: 2.8vw;
  }
}

@media (max-width: 767px) {
  .l-campaign .sec-check .btn-block__ttl {
    text-align: center;
    font-size: 5.2vw;
  }
}

.l-campaign .sec-check .btn-block__img {
  width: 110px;
  margin: 0;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign .sec-check .btn-block__img {
    width: 9.758vw;
  }
}

@media (max-width: 767px) {
  .l-campaign .sec-check .btn-block__img {
    width: 18.4vw;
    margin: 4.667vw auto 5.067vw;
  }
}

.l-campaign .sec-check .set-img2 {
  position: absolute;
  right: 9%;
  bottom: -16%;
  width: 298px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign .sec-check .set-img2 {
    right: 9vw;
    bottom: -17vw;
    width: 24vw;
  }
}

@media (max-width: 767px) {
  .l-campaign .sec-check .set-img2 {
    right: 6.667vw;
    bottom: -34vw;
    width: 49.333vw;
    max-width: 100%;
  }
}

.l-campaign-sub {
  padding-bottom: 80px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  font-size: 22px;
  /* 持ち物tチェック */
}

.l-campaign-sub .sec--info1 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec--info1 {
    margin-bottom: 35vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub {
    font-size: 2.1vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub {
    padding-bottom: 20vw;
    max-width: 100%;
    font-size: 4vw;
  }
}

.l-campaign-sub a {
  word-break: break-all;
}

.l-campaign-sub .header {
  position: relative;
}

.l-campaign-sub .header__logo {
  width: 26.645vw;
  position: absolute;
  left: 50px;
  top: 35px;
  max-width: 240px;
}

.l-campaign-sub .header__logo img {
  width: 100%;
}

@media (max-width: 767px) {
  .l-campaign-sub .header__logo {
    position: static;
    width: 30vw;
    margin: 6.667vw 0 0 6.667vw;
  }
}

.l-campaign-sub .header__kv img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .l-campaign-sub .header__kv--tips {
    display: none;
  }
}

.l-campaign-sub .sec__ttl {
  width: 680px;
  font-size: 45px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -80px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec__ttl {
    width: 53vw;
    font-size: 3.6vw;
    margin-top: -8vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec__ttl {
    width: 100vw;
    font-size: 6.55vw;
    font-weight: bold;
    margin-top: 0;
  }
}

.l-campaign-sub .sec__ttl img {
  width: 100%;
}

.l-campaign-sub .sec__ttl h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec__ttl h1 {
    -webkit-transform: translate(-48%, -35%);
            transform: translate(-48%, -35%);
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec__ttl h1 {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
  }
}

.l-campaign-sub .flex-wrap__box--check:first-child {
  width: 45%;
}

@media (max-width: 767px) {
  .l-campaign-sub .flex-wrap__box--check:first-child {
    width: 100%;
  }
}

.l-campaign-sub .flex-wrap__box--check:last-child {
  max-width: 100%;
}

.l-campaign-sub .sec-check {
  background-color: #f6c9dd;
  position: relative;
  border-radius: 20px;
  padding: 25px 0;
  margin: 80px 25px 0;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check {
    padding: 6.667vw 0;
    margin: 6.667vw 6.667vw 0;
  }
}

.l-campaign-sub .sec-check__ttl {
  position: relative;
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_check.svg) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 526px;
  padding-top: 87.5379939%;
  font-size: 4rem;
  line-height: 1.25;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-check__ttl {
    font-size: 3.2vw;
    padding-top: 36vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check__ttl {
    background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_check.svg) 0 0 no-repeat;
    background-size: contain;
    width: 100%;
    font-size: 6.66vw;
    line-height: 1.4555;
  }
}

.l-campaign-sub .sec-check__ttl span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-check__ttl span {
    -webkit-transform: translateY(-74%);
            transform: translateY(-74%);
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check__ttl span {
    -webkit-transform: translateY(-68%);
            transform: translateY(-68%);
  }
}

.l-campaign-sub .sec-check__img {
  width: 100%;
  max-width: 506px;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check__img {
    width: 80vw;
    max-width: 100%;
    margin: 0 auto 5vw;
  }
}

.l-campaign-sub .sec-check .check {
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .check {
    margin: 8vw 0 0;
  }
}

.l-campaign-sub .sec-check .check-block {
  width: 48%;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .check-block {
    padding: 3vw;
    width: 100%;
  }
  .l-campaign-sub .sec-check .check-block:not(:first-child) {
    margin-top: 6.667vw;
  }
}

.l-campaign-sub .sec-check .check-block__ttl {
  margin-bottom: 10px;
  font-weight: bold;
  color: #e2006e;
  font-size: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-check .check-block__ttl {
    font-size: 2.3vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .check-block__ttl {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
}

.l-campaign-sub .sec-check .check-block span {
  font-weight: bold;
  font-size: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-check .check-block span {
    font-size: 2.3vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .check-block span {
    font-size: 4vw;
  }
}

.l-campaign-sub .sec-check .check-block__list {
  margin: 10px 0 15px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .check-block__list {
    margin: 2vw 0 3vw;
  }
}

.l-campaign-sub .sec-check .check-block__list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-check .check-block__list li {
    font-size: 2.2vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .check-block__list li {
    font-size: 3.4vw;
  }
}

.l-campaign-sub .sec-check .check-block__list li:not(:first-child) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .check-block__list li:not(:first-child) {
    margin-top: 2vw;
  }
}

.l-campaign-sub .sec-check .check-block__list li span {
  font-weight: bold;
}

.l-campaign-sub .sec-check .check-block__list li input[type="checkbox"] {
  display: none;
}

.l-campaign-sub .sec-check .check-block__list li input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 8px;
  margin-top: -7px;
  top: 50%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753;
  /* チェックの色変更 お好きな色を */
}

.l-campaign-sub .sec-check .check-block__list li input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-check .check-block__list li input[type="checkbox"] + label {
    padding-left: 4.4vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .check-block__list li input[type="checkbox"] + label {
    padding-left: 10vw;
  }
}

.l-campaign-sub .sec-check .check-block__list li input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #585753;
  /* 枠の色変更 お好きな色を */
  background-color: #fff;
  /* 背景の色変更 お好きな色を */
}

.l-campaign-sub .sec-check .check__btn {
  margin: 20px auto 0;
  width: 460px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-check .check__btn {
    width: 40.422vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .check__btn {
    margin: -5vw auto 0;
    width: 76.667vw;
    max-width: 100%;
  }
}

.l-campaign-sub .sec-check .check__btn img {
  width: 100%;
}

.l-campaign-sub .sec-check .btn-block.pc {
  display: block;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .btn-block.pc {
    display: none;
  }
}

.l-campaign-sub .sec-check .btn-block.sp {
  display: none;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .btn-block.sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .btn-block {
    margin: 0 auto;
  }
}

.l-campaign-sub .sec-check .btn-block__flex {
  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;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .btn-block__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.l-campaign-sub .sec-check .btn-block__ttl {
  font-weight: bold;
  font-size: 31px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-check .btn-block__ttl {
    font-size: 2.8vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .btn-block__ttl {
    text-align: center;
    font-size: 5.2vw;
  }
}

.l-campaign-sub .sec-check .btn-block__img {
  width: 110px;
  margin: 0;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-check .btn-block__img {
    width: 9.758vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-check .btn-block__img {
    width: 18.4vw;
    margin: 4.667vw auto 5.067vw;
  }
}

.l-campaign-sub .sec-tips {
  margin-top: 40px;
  width: 100%;
  max-width: 980px;
  margin: 30px auto 0;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-tips {
    margin: 6vw auto 0;
  }
}

.l-campaign-sub .sec-tips .tips-block {
  position: relative;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-tips .tips-block {
    margin-top: 7vw;
  }
}

.l-campaign-sub .sec-tips .tips-block__ttl {
  position: relative;
  padding-top: 12%;
  margin-bottom: 30px;
  width: 652px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-tips .tips-block__ttl {
    padding-top: 11vw;
    width: 65vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-tips .tips-block__ttl {
    padding-top: 17.0506%;
    margin-bottom: 4vw;
  }
}

.l-campaign-sub .sec-tips .tips-block__ttl--point1 {
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_point1.svg) 0 0 no-repeat;
  background-size: contain;
}

.l-campaign-sub .sec-tips .tips-block__ttl--point2 {
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_point2.svg) 0 0 no-repeat;
  background-size: contain;
}

.l-campaign-sub .sec-tips .tips-block__ttl--point3 {
  background: url(/client_info/COLEMANJAPAN/view/userweb/images/lp/family_camp/bg_point3.svg) 0 0 no-repeat;
  background-size: contain;
}

.l-campaign-sub .sec-tips .tips-block__ttl span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 38px;
  padding-left: 175px;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-tips .tips-block__ttl span {
    font-size: 3.8vw;
    padding-left: 18vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-tips .tips-block__ttl span {
    font-size: 5vw;
    padding-left: 23vw;
    width: 100%;
  }
}

.l-campaign-sub .sec-tips .tips-block__list {
  margin: 30px 0 0 13px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-tips .tips-block__list {
    margin: 4vw 0 0 4vw;
  }
}

.l-campaign-sub .sec-tips .tips-block__list li {
  text-indent: -0.26em;
}

.l-campaign-sub .sec-tips .tips-block__list li:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-tips .tips-block__list li:not(:first-child) {
    margin-top: 3vw;
  }
}

.l-campaign-sub .sec-tips .tips-block__list li::before {
  content: "・";
  display: inline-block;
}

.l-campaign-sub .sec-tips .tips-movie {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-tips .tips-movie {
    margin-top: 4vw;
  }
}

.l-campaign-sub .sec-tips .tips-movie__ttl {
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-tips .tips-movie__ttl {
    font-size: 4vw;
  }
}

.l-campaign-sub .btn-top {
  margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .btn-top {
    margin-top: 3vw;
    width: 34vw;
    height: 12vw;
    font-size: 4vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .btn-top {
    margin-top: 6vw;
  }
}

.l-campaign-sub .sec-kids {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-kids {
    margin-top: 6vw;
  }
}

.l-campaign-sub .sec-kids .rec-have {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-kids .rec-have {
    margin-top: 4vw;
  }
}

.l-campaign-sub .sec-kids .rec-have__ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-kids .rec-have__ttl {
    margin-bottom: 3vw;
  }
}

.l-campaign-sub .sec-kids .rec-have__list {
  padding-left: 0.87em;
  text-indent: -0.4em;
  line-height: 1.7;
}

.l-campaign-sub .sec-kids .rec-have__list li::before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}

.l-campaign-sub .sec-kids .rec-item__box {
  border-top: 1px solid #333;
  padding: 30px 0;
}

.l-campaign-sub .sec-kids .rec-item__box:last-child {
  border-bottom: 1px solid #333;
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-kids .rec-item__box {
    padding: 6vw 0;
  }
}

.l-campaign-sub .sec-kids .rec-item__box h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-kids .rec-item__box h3 {
    font-size: 3.4vw;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-kids .rec-item__box h3 {
    font-size: 5.333vw;
    margin-bottom: 6vw;
  }
}

.l-campaign-sub .sec-kids .rec-item__box h3 span {
  display: block;
  position: relative;
  padding-left: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-kids .rec-item__box h3 span {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-kids .rec-item__box h3 span {
    padding-left: 6vw;
  }
}

.l-campaign-sub .sec-kids .rec-item__box h3 span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #c8bcb5;
  position: absolute;
  left: 20px;
  top: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-kids .rec-item__box h3 span::before {
    width: 15px;
    left: 15px;
    top: 15px;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-kids .rec-item__box h3 span::before {
    width: 10px;
    left: 5px;
    top: 12px;
  }
}

.l-campaign-sub .sec-kids .rec-item__box h3 span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #c8bcb5;
  position: absolute;
  left: 20px;
  top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-kids .rec-item__box h3 span::after {
    height: 15px;
    left: 15px;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-kids .rec-item__box h3 span::after {
    height: 12px;
    left: 5px;
    top: 0;
  }
}

.l-campaign-sub .sec-kids .rec-item__box h3 .icon-new {
  background-color: #c6252b;
  padding: 5px 8px;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  margin: -6px 10px 0 0;
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-kids .rec-item__box h3 .icon-new {
    font-size: 1.8vw;
    margin: -6px 10px 0 0;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-kids .rec-item__box h3 .icon-new {
    font-size: 1.8vw;
    margin: -1vw 2vw 0 0;
    padding: 1vw 2vw;
  }
}

.l-campaign-sub .sec-kids .rec-item__body {
  width: 57%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-kids .rec-item__body {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-kids .rec-item__body {
    width: 100%;
  }
}

.l-campaign-sub .sec-kids .rec-item__thumb {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .l-campaign-sub .sec-kids .rec-item__thumb {
    width: 38%;
  }
}

@media (max-width: 767px) {
  .l-campaign-sub .sec-kids .rec-item__thumb {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.l-campaign-sub .sec-kids .rec-item__thumb img {
  max-width: 100%;
}

.l-campaign-sub .sec-kids .rec-item__thumb a {
  display: block;
  width: 100%;
}

/* -----
バナー
-------*/
.bnr-block {
  position: fixed;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 5;
  width: 329px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bnr-block {
    width: 30vw;
  }
}

@media (max-width: 767px) {
  .bnr-block {
    left: 0;
    bottom: 0;
    right: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 13vw;
    width: calc(100% - 70px);
  }
}

.bnr-block__link {
  position: relative;
  display: block;
  width: 100%;
}

.bnr-block__fig {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: none;
}

.bnr-block__fig img {
  width: 100%;
}

.bnr-block__fig--on {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
/*# sourceMappingURL=family_camp.css.map */