@charset "UTF-8";
/* CSS Document */
#content section {
  padding: 0 10px;
  overflow: hidden;
}
#content .wrap {
  max-width: 1000px;
  padding: 100px 0;
}
@media print, screen and (max-width: 769px) {
  #content .wrap {
    padding: 50px 0;
  }
}

.camp-btn {
  display: block;
  background: url("img/arrow_img01.svg") no-repeat right 40px center/8px auto;
  background-color: #4DCAA0;
  max-width: 582px;
  height: 66px;
  margin: 0 auto;
  color: white;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  border-radius: 100px;
  border: white 2px solid;
  letter-spacing: 1px;
  transition: background 0.3s ease-in-out 0s;
}
.camp-btn:hover {
  background-color: #54DFB1;
}
@media print, screen and (max-width: 769px) {
  .camp-btn {
    background-position: right 20px center/6px auto;
    height: 56px;
    font-size: 16px;
    line-height: 50px;
  }
}
@media print, screen and (max-width: 500px) {
  .camp-btn {
    background: none;
    background-color: #4DCAA0 !important;
  }
}

.arrow-link {
  display: table;
  background: url("img/arrow_img03.svg") no-repeat right 0 center/8px auto;
  padding-right: 22px;
  margin: 0 auto;
}
.arrow-link span {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.arrow-link:hover span {
  text-decoration: none;
}
@media print, screen and (max-width: 769px) {
  .arrow-link span {
    font-size: 16px;
  }
}

.link-area {
  margin-top: 30px;
  letter-spacing: 1px;
}
.link-area p {
  display: table;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.link-area p span {
  color: #FB7500;
}
@media print, screen and (max-width: 769px) {
  .link-area {
    margin-top: 20px;
  }
  .link-area p {
    font-size: 14px;
  }
}

.cta {
  background: linear-gradient(0deg, #FFDCE4 0%, #FDE5EA 100%);
  padding: 70px 10px !important;
}
.cta .wrap {
  background: white;
  padding: 34px 20px 30px !important;
  border-radius: 20px;
}
.cta .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.cta .txt p {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.cta .txt p > span {
  color: #FB7500;
}
.cta .txt p > span span {
  font-size: 53px;
}
.cta .txt .day {
  background: #FF8B25;
  width: 96px;
  height: 96px;
  padding-top: 16px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  border-radius: 100px;
}
.cta .txt .day span {
  display: block;
  font-size: 28px;
}
@media print, screen and (max-width: 769px) {
  .cta {
    padding: 40px 10px !important;
  }
  .cta .txt p {
    font-size: 22px;
    line-height: 1.2;
  }
  .cta .txt p > span {
    display: block;
  }
  .cta .txt p > span span {
    font-size: 30px;
  }
  .cta .txt .day {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
  .cta .txt .day span {
    font-size: 22px;
  }
}

.free-area {
  margin-top: 36px;
}
.free-area .detail {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.free-area .detail li {
  background: #E0F1FF;
  height: 30px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 30px;
}
@media print, screen and (max-width: 769px) {
  .free-area .detail {
    flex-wrap: wrap;
    gap: 10px;
  }
  .free-area .detail li {
    font-size: 12px;
  }
}

.secTit {
  font-size: 40px;
  font-weight: bold;
}
@media print, screen and (max-width: 769px) {
  .secTit {
    font-size: 24px;
  }
}

#mv {
  padding: 0;
  color: #1E3143;
}
#mv .mv-top {
  background: url("img/mv_bg01.jpg") no-repeat center top/cover;
  max-width: none;
}
#mv .mv-top .wrap {
  padding: 50px 10px 44px;
}
#mv .mv-top .tit {
  max-width: 608px;
  margin: 0 auto;
}
#mv .mv-top .tit span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 0;
}
#mv .mv-top .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 16px;
  margin: 22px 0;
}
#mv .mv-top .price .white {
  display: block;
  background: white;
  width: 124px;
  height: 48px;
  font-weight: bold;
  font-size: 20px;
  color: #FF253C !important;
  line-height: 48px;
  text-align: center;
  border-radius: 13px;
}
#mv .mv-top .price .white span {
  font-size: 30px;
}
#mv .mv-top .price p {
  color: white;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#mv .mv-top .price p span {
  color: #FFF944;
  font-size: 80px;
}
#mv .mv-top .camp-btn {
  margin-bottom: 40px;
}
#mv .mv-top .link-area {
  color: white;
}
#mv .mv-top .link-area p span {
  color: #FAF200;
}
#mv .mv-top .link-area .arrow-link {
  background-image: url("img/arrow_img01.svg");
  color: white;
}
#mv .day {
  background: #FFE45E;
  max-width: none;
  padding: 14px 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  #mv .mv-top .price {
    margin: 16px 0 22px;
  }
  #mv .mv-top .price .white {
    width: 84px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  #mv .mv-top .price .white span {
    font-size: 22px;
  }
  #mv .mv-top .price p {
    font-size: 20px;
  }
  #mv .mv-top .price p span {
    font-size: 60px;
  }
  #mv .mv-top .camp-btn {
    margin-bottom: 30px;
  }
  #mv .day {
    font-size: 15px;
  }
}

#about {
  background: linear-gradient(0deg, #FFDCE4 0%, #FDE5EA 100%);
  padding: 50px 10px !important;
}
#about .wrap {
  background: white;
  max-width: 800px;
  padding: 44px 10px;
  text-align: center;
  border-radius: 10px;
}
#about .wrap .tit {
  color: #FF678D;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}
#about .wrap > span {
  display: block;
  margin: 20px 0 6px;
  color: #FF678D;
  font-size: 18px;
  font-weight: bold;
}
#about .wrap p {
  font-size: 18px;
  font-weight: bold;
}
#about .wrap p .dot {
  position: relative;
}
#about .wrap p .dot::before {
  content: "";
  background: #FF678D;
  width: 4px;
  height: 4px;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 10px;
}
@media print, screen and (max-width: 769px) {
  #about {
    padding: 40px 10px !important;
  }
  #about .wrap {
    padding: 30px 10px 40px;
  }
  #about .wrap .tit {
    font-size: 22px;
  }
  #about .wrap > span {
    font-size: 16px;
  }
  #about .wrap p {
    font-size: 16px;
  }
}

#step .detail {
  display: flex;
  gap: 80px;
}
#step .detail > li {
  width: calc((100% - 160px) / 3);
}
#step .detail > li:not(:first-child) {
  position: relative;
}
#step .detail > li:not(:first-child)::before {
  content: "";
  background: url("img/arrow_img04.svg") no-repeat center/contain;
  display: block;
  width: 24px;
  height: 40px;
  position: absolute;
  left: -50px;
  bottom: 110px;
}
#step .detail > li img {
  display: block;
  width: auto;
  height: 200px;
  margin: 0 auto;
}
#step .detail > li .tit {
  background: #FFE45E;
  height: 48px;
  margin: 20px 0 24px;
  padding-left: 20px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  border-radius: 100px;
}
#step .detail > li .tit span {
  display: block;
  background: white;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 6px;
  top: 50%;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  border-radius: 100px;
  transform: translate(0, -50%);
}
#step .detail > li .dotList li span {
  font-weight: bold;
}
#step .detail > li .attention {
  margin-top: 6px;
}
@media print, screen and (max-width: 769px) {
  #step .detail {
    flex-wrap: wrap;
    gap: 30px;
  }
  #step .detail > li {
    width: 100%;
  }
  #step .detail > li:not(:first-child)::before {
    display: none;
  }
  #step .detail > li .tit {
    padding-left: 10px;
    font-size: 16px;
  }
  #step .detail > li .tit span {
    font-size: 18px;
  }
}

#point {
  background: #F5F5F5;
}
#point .detail {
  display: flex;
  gap: 35px;
}
#point .detail > li {
  background: white;
  width: calc((100% - 70px) / 3);
  padding: 50px 14px 30px;
  border-radius: 30px;
}
#point .detail > li .tit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#point .detail > li img {
  display: block;
  width: auto;
  height: 150px;
  margin: 40px auto 30px;
}
#point .detail > li p {
  text-align: center;
}
#point .detail > li .attList {
  margin-top: 8px;
  font-size: 10px;
}
@media print, screen and (max-width: 769px) {
  #point .detail {
    flex-wrap: wrap;
    gap: 24px;
  }
  #point .detail > li {
    width: 100%;
    padding: 30px 14px;
  }
  #point .detail > li .tit {
    font-size: 16px;
  }
  #point .detail > li img {
    margin: 20px auto;
  }
}

#plan .slide-detail {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 820px;
  margin: 0 auto;
}
#plan .slide-detail li {
  background: white;
  width: calc((100% - 40px) / 3);
  padding: 24px 20px 30px;
  margin: 0 10px;
  position: relative;
  border: #E5E5E5 1px solid;
  border-radius: 10px;
}
#plan .slide-detail li.on {
  position: relative;
}
#plan .slide-detail li.on::before {
  content: "人気No.1";
  width: 76px;
  height: 28px;
  background: #FF434A;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: white;
  line-height: 28px;
  text-align: center;
  border-radius: 10px 0 0 0;
}
#plan .slide-detail li.on.on02::before {
  content: "人気No.2";
}
#plan .slide-detail li .tit {
  color: #008FE1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#plan .slide-detail li .price {
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: #E5E5E5 1px solid;
}
#plan .slide-detail li .price .off {
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
  min-height: 28px;
  margin-bottom: -4px;
}
#plan .slide-detail li .price .off > span {
  background: #FEE2E2;
  width: 54px;
  height: 20px;
  color: #DE3539;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 22px;
  text-align: center;
}
#plan .slide-detail li .price .off p {
  color: #9CA3AF;
  font-size: 12px;
  font-weight: normal;
}
#plan .slide-detail li .price .off p s {
  font-size: 16px;
}
#plan .slide-detail li .price p {
  color: #008FE1;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
#plan .slide-detail li .price p span {
  color: #1E3143;
  font-size: 18px;
}
#plan .slide-detail li .price p span.blue {
  color: #008FE1;
}
#plan .slide-detail li > p {
  margin-top: 4px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
#plan .slide-detail li > p span {
  color: #008FE1;
  font-weight: bold;
}
#plan .slide-detail li a {
  display: block;
  background: #008FE1;
  height: 50px;
  margin-top: 20px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  transition: background 0.3s ease-in-out 0s;
}
#plan .slide-detail li a:hover {
  background: #00A2FF;
}
#plan .slide-detail li .yellow {
  background: #FAF200;
  width: 140px;
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: -14px;
  font-size: 11px;
  color: #1E3143;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  transform: translate(-50%, 0);
}
#plan .slide-detail li .yellow::before {
  content: "";
  display: block;
  background: url("img/arrow_point.svg") no-repeat center/contain;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translate(-50%, 0);
}
#plan .slide-detail li .yellow span {
  color: #008FE1;
}
#plan .slick-list {
  padding-bottom: 20px;
}
#plan .slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 2;
  transition: opacity 0.3s ease-in-out 0s;
}
#plan .slick-arrow:hover {
  opacity: 0.8;
}
#plan .slick-arrow::before {
  display: none;
}
#plan .slick-arrow.slick-prev {
  background: url("/campaign/cojp/img/plan_icon01.svg") no-repeat center/contain;
  left: -20px;
}
#plan .slick-arrow.slick-next {
  background: url("/campaign/cojp/img/plan_icon02.svg") no-repeat center/contain;
  right: -20px;
}
#plan .camp-btn {
  background-image: url("img/arrow_img02.svg");
  background-color: #F1F4F8 !important;
  max-width: 436px;
  height: 48px;
  margin: 35px auto 60px;
  color: #008FE1;
  font-size: 18px;
  line-height: 46px;
  border: #008FE1 1px solid;
}
#plan .camp-btn:hover {
  background-color: #E4E4E5 !important;
}
#plan .free-area {
  max-width: 626px;
  padding: 34px 20px 30px;
  margin: 0 auto;
  border-radius: 20px;
  border: #008FE1 1px solid;
}
@media print, screen and (max-width: 769px) {
  #plan .slide-detail > li {
    width: 100%;
    padding: 24px 20px 30px;
  }
  #plan .slide-detail > li .price p {
    font-size: 28px;
  }
  #plan .slide-detail > li > p {
    font-size: 14px;
  }
  #plan .camp-btn {
    background-image: none;
    margin: 35px auto 50px;
  }
  #plan .free-area {
    padding: 30px 20px;
  }
}

#free {
  background: #CCE8F9;
}
#free .secTit {
  color: #008FE1;
}
#free .secTit span {
  display: block;
  font-size: 30px;
}
#free .detail {
  background: white;
  padding: 70px 20px;
  border-radius: 20px;
}
#free .detail .tit {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#free .detail .tit span {
  color: #FB7500;
}
#free .detail img {
  display: block;
  max-width: 828px;
  margin: 50px auto 0;
}
@media print, screen and (max-width: 769px) {
  #free .secTit span {
    font-size: 20px;
  }
  #free .detail {
    padding: 40px 20px;
  }
  #free .detail .tit {
    font-size: 20px;
  }
  #free .detail img {
    margin: 30px auto 0;
  }
}

#domain {
  background: #F5F5F5;
}
#domain .wrap {
  max-width: 800px;
}
#domain .secTit {
  font-size: 30px;
}
#domain .attList {
  margin: 30px 0 40px;
  font-size: 12px;
}
#domain .camp-btn {
  background-color: #008FE1 !important;
  font-size: 20px;
}
#domain .camp-btn:hover {
  background-color: #00A2FF !important;
}
#domain .dom_search {
  display: flex;
  gap: 18px;
  height: 60px;
  margin: 0 auto;
}
#domain .dom_search .input_area {
  background: white;
  flex: 1;
  display: flex;
  padding: 10px 0;
  border-radius: 5px;
  border: #E5E5E5 1px solid;
}
#domain .dom_search .input_area input[type=text] {
  flex: 1;
  padding: 0 20px 0 28px;
  font-size: 13px;
  border: none;
}
#domain .dom_search .input_area input[type=text]::placeholder {
  color: #9CA3AF;
}
#domain .dom_search .select_area {
  background: white;
  width: 88px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-left: #E5E5E5 1px solid;
}
#domain .dom_search .select_area::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 14px;
  border-top: #111 2px solid;
  border-right: #111 2px solid;
  transform: rotate(135deg);
}
#domain .dom_search .select_area select {
  background: white;
  width: 120%;
  height: 100%;
  padding: 0 18px;
  color: #111;
  font-size: 14px;
  cursor: pointer;
  border: none;
}
#domain .dom_search input[type=submit] {
  background: url("img/icon_serach.svg") no-repeat left 26px center/16px;
  background-color: #008FE1;
  width: 138px;
  padding-left: 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  transition: background 0.3s ease-in-out 0s;
}
#domain .dom_search input[type=submit]:hover {
  background-color: #00A2FF;
}
@media print, screen and (max-width: 769px) {
  #domain .secTit {
    font-size: 20px;
  }
  #domain .attList {
    margin: 20px 0 30px;
  }
  #domain .camp-btn {
    font-size: 14px;
  }
  #domain .dom_search {
    gap: 10px;
    height: 60px;
  }
  #domain .dom_search input[type=submit] {
    background-size: 20px;
    background-position: center;
    width: 60px;
    overflow: hidden;
    text-indent: 300%;
    white-space: nowrap;
  }
}

#overview {
  background: #008FE1;
  padding: 100px 10px !important;
}
#overview .secTit {
  color: white;
}
#overview .wrap {
  background: white;
  padding: 40px 20px;
  border-radius: 20px;
}
#overview table {
  max-width: 800px;
  margin: 0 auto;
}
#overview table tr:not(:first-of-type) {
  border-top: #008FE1 1px solid;
}
#overview table th,
#overview table td {
  height: 80px;
  padding: 16px 0;
}
#overview table th a,
#overview table td a {
  color: #008FE1;
  text-decoration: underline;
}
#overview table th a:hover,
#overview table td a:hover {
  text-decoration: none;
}
#overview table th {
  width: 26%;
  padding-right: 10px;
  font-weight: normal;
}
#overview table td {
  width: 74%;
}
@media print, screen and (max-width: 769px) {
  #overview {
    padding: 50px 10px !important;
  }
  #overview .wrap {
    padding: 30px 20px;
  }
  #overview table {
    font-size: 13px;
  }
}

#cta03 .wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
#cta03 .wrap .img {
  width: 308px;
  padding-left: 20px;
}
#cta03 .wrap .detail {
  flex: 1;
}
#cta03 .wrap .link-area {
  margin: 24px 0 10px;
}
@media print, screen and (max-width: 769px) {
  #cta03 .wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
  #cta03 .wrap .img {
    width: 240px;
    padding-left: 0;
  }
  #cta03 .wrap .detail {
    flex: 0 0 100%;
  }
}/*# sourceMappingURL=this.css.map */