@charset "UTF-8";
/*2025.01 index.html Renewal*/
/******************************************
[font]
******************************************/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/******************************************
[color]
******************************************/
/******************************************
[mixin]
******************************************/
/******************************************
[元cssの上書き]
******************************************/
.lp .lpContents:nth-of-type(odd) {
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: auto;
  }
  .lpContents.about .pointsBoxWrap {
    width: 100%;
  }
}
/******************************************
[base]
******************************************/
.txt_orange {
  color: #e13714;
}

.txt_large {
  font-size: 1.5em;
}

.txt_bold {
  font-weight: bold;
}

.h2size {
  font-size: 40px;
  font-family: "Roboto";
  font-weight: 500 !important;
  line-height: 1.3;
}

.bg_beige {
  background-color: #fef6eb !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  h2 {
    text-align: center !important;
  }
  h2 span {
    padding-left: 0 !important;
  }
  h2::before {
    content: none;
  }
  .h2size {
    font-size: 30px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/******************************************
[common]
******************************************/
.wrapper960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper920 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.txt_center {
  text-align: center;
}

.txt_small {
  font-size: 13px;
}

.m_center {
  margin-left: auto;
  margin-right: auto;
}

.right {
  text-align: right;
}

.txt_note {
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .wrapper920 {
    padding: 0 30px;
  }
  .sp_txt_left {
    text-align: left;
  }
  .sp_m_center {
    margin-left: auto;
    margin-right: auto;
  }
  .sp_m_right {
    margin-left: auto;
  }
}
/******************************************
[MV]
******************************************/
.mv_wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.mv_copy {
  position: absolute;
  top: 7%;
  left: 19%;
  width: 48%;
  pointer-events: none;
  z-index: 10;
}
.mv_copy img {
  width: 100%;
  max-width: 900px;
  height: auto;
}

.mv_note {
  position: absolute;
  bottom: 3%;
  right: 18%;
  z-index: 11;
  width: 25.5%;
}
.mv_note img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.mv_slick li {
  margin: 0 0.5vw !important;
}
.mv_slick img {
  width: 100%;
  border-radius: 10px;
}

.slick-slide {
  height: auto !important;
}

.slick-arrow {
  z-index: 2 !important;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 20px;
}

.slick-prev {
  left: 18%;
}

.slick-next {
  right: 18%;
}

.slick-dots {
  position: absolute;
  bottom: 50px;
  z-index: 10;
}
.slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 4px !important;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  border: none;
  opacity: 0.7;
}
.slick-dots li.slick-active button {
  background: #594a34;
  border: 1px solid #fff;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .mv_copy {
    top: 7%;
    left: 10%;
    width: 75%;
  }
  .mv_note {
    bottom: 2%;
    right: 8%;
    width: 75%;
  }
  .mv_slick .slick-dots {
    bottom: 14vw;
  }
  .mv_slick .slick-prev,
  .mv_slick .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 12px;
  }
  .mv_slick .slick-prev {
    left: 8%;
  }
  .mv_slick .slick-next {
    right: 8%;
  }
}
/******************************************
[累計パック数]
******************************************/
.lpContents.bannerBoxWrap .bannerWrap a {
  line-height: 1.4;
  height: auto;
  font-size: 15px;
  padding: 10px;
  border-radius: 10px;
  letter-spacing: 0.6px;
}
.lpContents.bannerBoxWrap .bannerWrap a span {
  display: block;
  font-size: 20px;
}

.bannerBtnCourse {
  display: flex;
  justify-content: center;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.bannerBtnCourse a {
  display: block;
  width: 100%;
  background-color: #ae9b77;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 25px 7px 10px;
  border-radius: 50px;
  position: relative;
}
.bannerBtnCourse a i {
  display: block;
  width: 16px;
  position: absolute;
  right: 15px;
  top: 5px;
  margin: auto 0;
}

@media only screen and (max-width: 768px) {
  .lpContents.bannerBoxWrap .bannerWrap a {
    font-size: 14px;
    width: 90%;
  }
  .lpContents.bannerBoxWrap .bannerWrap a span {
    font-size: 17px;
  }
  .lpContents.bannerBoxWrap .bannerWrap a::after {
    right: 15px;
  }
  .bannerBtnCourse {
    width: 60%;
  }
  .bannerBtnCourse a {
    font-size: 14px;
  }
  .bannerBtnCourse a i {
    width: 12px;
  }
}
/******************************************
[CV]
******************************************/
.bannerBoxWrapTop {
  width: 100%;
  padding: 6px 20px 10px;
  text-align: center;
  background-color: #ffffff !important;
  box-sizing: border-box;
  color: #535353 !important;
  background: url(../img/confetti.png) center center no-repeat;
  background-size: auto 100%;
}
.bannerBoxWrapTop figure {
  width: clamp(600px, 52vw, 1000px);
  margin-left: auto;
  margin-right: auto;
}
.bannerBoxWrapTop figure img {
  width: 100%;
}

.diagnosisBtnArea .timeText {
  top: 25px !important;
}

.diagnosisBtnArea02 {
  position: relative;
  padding: 10px 0;
}
.diagnosisBtnArea02.btn_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .diagnosisBtnArea02.btn_top {
    margin-bottom: 40px;
  }
}
.diagnosisBtnArea02 .orderText {
  width: 168px;
  height: 25px;
  margin: 0 auto 10px;
  background: url(../img/img_to_start.svg) center no-repeat;
}
.diagnosisBtnArea02 .btn {
  margin-bottom: 0;
}
.diagnosisBtnArea02 .timeText {
  position: absolute;
  left: calc(50% - 160px);
  top: 25px !important;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url(../img/img_2mitinues.svg) no-repeat;
}
.diagnosisBtnArea02 a {
  position: relative;
  display: block;
  width: 295px;
  padding: 12px 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  border-radius: 10px;
  color: #fff;
  background-color: #f5a21a;
  box-sizing: border-box;
}
.diagnosisBtnArea02 a span {
  font-size: 12px;
}
.diagnosisBtnArea02 a::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.diagnosisBtnArea02 a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -5px;
}
.diagnosisBtnArea02 a .diagnosisBtnArea02 a i {
  width: 50px;
  height: 50px;
}

.menuContents .diagnosisBtnArea02 {
  position: relative;
  padding: 25px 0;
  background-color: #e3dbd0;
}

.diagnosisBtnArea02 a {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background-color: #f5a21a;
  width: 350px;
  font-size: 16px;
  padding: 16px 25px 16px 0;
  box-shadow: 3px 3px 0 #c98515;
}
.diagnosisBtnArea02 a i {
  width: 50px;
  height: 50px;
}
.diagnosisBtnArea02 a i img {
  max-width: 100%;
  height: auto;
}
.diagnosisBtnArea02 .orderText {
  background: url(../img/img_to_start.svg) center no-repeat;
  width: 168px;
}
.diagnosisBtnArea02 .timeText {
  background: url(../img/img_2mitinues.svg) no-repeat;
  top: 10px !important;
  left: calc(50% - 200px);
}

#course_protein .diagnosisBtnArea02 a {
  background-color: #e13714;
  box-shadow: 3px 3px 0 #852816;
}
#course_protein .diagnosisBtnArea02 .orderText {
  background: url(../img/img_to_start_red.svg) center no-repeat;
}
#course_protein .diagnosisBtnArea02 .timeText {
  width: 60px;
  background: url(../img/img_2mitinues_red.png) no-repeat;
  background-size: contain;
  filter: drop-shadow(2px 2px 0 #852816);
}

@media screen and (max-width: 768px) {
  .bannerBoxWrapTop {
    background-size: auto 70%;
  }
  .bannerBoxWrapTop figure {
    width: 100%;
  }
  .snsLinkIcon {
    padding: 0 40px 20px;
  }
  .menuContents .diagnosisBtnArea02 {
    padding: 20px 0 120px;
  }
  .diagnosisBtnArea02 a {
    width: 80%;
    padding: 16px 25px 16px 0;
    font-size: 15px;
  }
  .diagnosisBtnArea02 a i {
    width: 44px;
    height: 44px;
  }
  .diagnosisBtnArea02 a span {
    font-size: 12px;
  }
  .diagnosisBtnArea02 a::after {
    right: 15px;
  }
  .diagnosisBtnArea02 .timeText {
    width: 50px;
    height: 50px;
    top: 27px !important;
    left: calc(50% - 185px);
  }
}
/******************************************
[campaign]
******************************************/
.campaignGiftpackItemlistWrap .campaignBenefitList {
  display: flex;
  justify-content: space-between;
  width: 530px;
  padding: 10px 0 0;
  margin: 0 auto;
}
.campaignGiftpackItemlistWrap .campaignBenefitList li {
  flex: 0 0 260px;
  height: 205px;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 20px 15px 10px;
  position: relative;
  background-color: #fff;
  border: solid 2px #af9b77;
  border-radius: 9px;
  text-align: left;
  background-repeat: no-repeat;
}
.campaignGiftpackItemlistWrap .campaignBenefitList li:nth-of-type(1) {
  background-image: url("../../img/campaign/20250521/img_special_01.png");
  background-size: 100px auto;
  background-position: 50% calc(100% - 10px);
}
.campaignGiftpackItemlistWrap .campaignBenefitList li:nth-of-type(2) {
  background-image: url("../../img/campaign/20250521/img_special_02.png");
  background-size: 150px auto;
  background-position: 50% calc(100% - 15px);
}
.campaignGiftpackItemlistWrap .campaignBenefitList li .campaignBenefitListHead {
  display: block;
  width: 80px;
  padding: 1px;
  position: absolute;
  top: -10px;
  left: calc(50% - 40px);
  font-size: 14px;
  background-color: #af9b77;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-weight: 800;
}
.campaignGiftpackItemlistWrap .campaignBenefitList li p {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.75;
}
.campaignGiftpackItemlistWrap .campaignBenefitList li p .orange {
  color: #e13714;
}
.campaignGiftpackItemlistWrap .campaignBenefitList li p .large {
  font-size: 20px;
}

.campaignGiftpackItemlistWrap .coupon {
  background: url(../../img/campaign/20250205/img_lp_coupon_code_pc.svg) no-repeat;
  margin: 0 auto !important;
}

@media screen and (max-width: 768px) {
  .campaignGiftpackItemlistWrap .campaignBenefitList {
    display: block;
    width: 335px;
  }
  .campaignGiftpackItemlistWrap .campaignBenefitList li {
    height: auto;
  }
  .campaignGiftpackItemlistWrap .campaignBenefitList li:nth-of-type(1) {
    background-size: 70px auto;
    background-position: calc(100% - 20px) 50%;
  }
  .campaignGiftpackItemlistWrap .campaignBenefitList li:nth-of-type(2) {
    background-size: 100px auto;
    background-position: calc(100% - 20px) 50%;
  }
  .campaignGiftpackItemlistWrap .campaignBenefitList li.campaignBenefitListHead {
    width: 60px;
    left: calc(50% - 30px);
    font-size: 10px;
  }
}
/******************************************
[point]
******************************************/
.pointWrap {
  width: 700px;
  margin: 0 auto;
}

.point_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 46px;
  font-weight: 800;
  color: #e13714;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border-bottom: 2px dotted #e13714;
}

.point_ttl_en {
  font-size: 54px;
  font-family: "Roboto";
  color: #af9b77;
  letter-spacing: 0.05em;
  margin-right: 0.2em;
}

.point_ttl_num {
  font-family: "Roboto";
  font-size: 82px;
}

.point_cont {
  position: relative;
}

.point_pic {
  width: 250px;
}
.point_pic img {
  width: 100%;
}

.point_txt_area {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 480px;
  width: -moz-fit-content;
  width: fit-content;
}

.point_cont_left {
  position: relative;
}
.point_cont_left .point_pic {
  margin-left: auto;
}
.point_cont_left .point_txt_area {
  position: absolute;
  top: 0;
  left: 0;
}

.point_sub_txt {
  font-size: 22px;
  font-weight: 700;
  color: #8a7143;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1;
}

.point_txt_flex {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding: 15px 15px 15px 25px;
  border-radius: 5px;
  box-shadow: 5px 5px 0px 0px #af9b77;
}

.point_txt {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.1;
}
.point_txt span {
  color: #e13714;
}
.point_txt span span {
  font-size: 40px;
  line-height: 0;
}

.point_txt_num {
  font-size: 70px;
  color: #af9b77;
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  margin-right: 0.3em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .pointWrap {
    width: calc(100% - 40px);
  }
  .point_ttl {
    font-size: clamp(21px, 5.5vw, 50px);
  }
  .point_ttl_en {
    font-size: clamp(24px, 7.1vw, 64px);
  }
  .point_ttl_num {
    font-size: clamp(30px, 10.6vw, 96px);
  }
  .point_pic {
    width: clamp(120px, 36vw, 330px);
  }
  .point_txt_area {
    min-width: 60vw;
    width: -moz-fit-content;
    width: fit-content;
  }
  .point_sub_txt {
    font-size: clamp(12px, 3.1vw, 28px);
    margin-bottom: 5px;
  }
  .point_cont:first-of-type .point_txt_flex {
    padding: 6px 10px;
  }
  .point_cont:first-of-type .point_sub_txt {
    padding-left: 3em;
  }
  .point_txt_flex {
    padding: 6px 10px 6px 15px;
  }
  .point_txt {
    font-size: clamp(17px, 5.1vw, 46px);
  }
  .point_txt span span {
    font-size: clamp(18px, 5.7vw, 52px);
  }
  .point_txt_num {
    font-size: clamp(35px, 10vw, 92px);
  }
}
/******************************************
[reason]
******************************************/
@media screen and (min-width: 768px) {
  .lpContents.about .pointsBoxWrap .pointsBox:nth-of-type(3) p {
    height: 185px !important;
  }
  .lpContents.about .pointsBoxWrap .pointsBox:nth-of-type(4) p {
    height: auto !important;
  }
  .lpContents h2 span span {
    padding-left: auto !important;
    vertical-align: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .lpContents.about .pointsBoxWrap .pointsBox p {
    padding: 0 10px;
    font-weight: 700;
    line-height: 1.8;
  }
  .lpContents.about .pointsBoxWrap .pointsBox .small {
    font-size: 11px;
    padding: 0 15px;
  }
  .reason_pic {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .reason_pic img {
    width: 100%;
    border-radius: 10px;
  }
}
/******************************************
[packPrice]
******************************************/
.btn_top {
  padding: 0 !important;
}

.packWrap,
.packWrap02 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.pack_txt {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pack_table {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.pack_table img {
  width: 100%;
}

.pack_table02 {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.pack_table02 img {
  width: 100%;
}

.packPriceInfo {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 28px;
  padding: 20px 0;
}
.packPriceInfo_li {
  display: flex;
}
.packPriceInfo_li li {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.packPriceInfo_li li:not(:last-child) {
  border-right: 1px solid #b5b5b5;
}
.packPriceInfo_ttl {
  text-align: center;
  line-height: 1.38;
  font-size: 18px;
  margin-bottom: 2px;
}
.packPriceInfo_ttl span {
  font-weight: 800;
  background: linear-gradient(transparent 75%, #fff000 0%);
  display: inline;
}
.packPriceInfo_ttl_note {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
}
.packPriceInfo_icon {
  width: 91px;
  margin: auto auto 22px;
}
.packPriceInfo_icon img {
  max-width: 100%;
  height: auto;
}
.packPriceInfo_note {
  font-size: 13px;
  line-height: 1.46;
  font-weight: 700;
  text-align: center;
}

.lpContents.packPrice .packPriceAnnotation {
  width: 100%;
  max-width: 700px;
  padding: 20px 0 30px;
}

@media screen and (max-width: 768px) {
  .packWrap {
    width: calc(100% - 60px);
  }
  .packWrap02 {
    width: calc(100% - 10px);
  }
  .pack_txt {
    width: calc(100% - 40px);
  }
  .pack_table,
  .pack_table02 {
    width: -moz-fit-content;
    width: fit-content;
  }
  #course {
    scroll-margin-top: 60px;
  }
  .packPriceInfo {
    max-width: calc(100% - 30px);
    border-radius: 16px;
    padding: 15px 0;
  }
  .packPriceInfo_ttl {
    font-size: 12px;
  }
  .packPriceInfo_ttl span {
    font-weight: 800;
    background: linear-gradient(transparent 75%, #fff000 0%);
    display: inline;
  }
  .packPriceInfo_ttl_note {
    font-size: 10px;
  }
  .packPriceInfo_icon {
    width: 70px;
    margin: auto auto 8px;
  }
  .packPriceInfo_icon img {
    max-width: 100%;
    height: auto;
  }
  .packPriceInfo_note {
    font-size: 10px;
  }
  .packPriceInfo_li li:nth-child(1) .packPriceInfo_icon, .packPriceInfo_li li:nth-child(2) .packPriceInfo_icon {
    margin: auto auto 13px;
  }
  .packPriceInfo_li li:nth-child(1) .packPriceInfo_note, .packPriceInfo_li li:nth-child(2) .packPriceInfo_note {
    margin-bottom: 1em;
  }
  .lpContents.packPrice .packPriceAnnotation {
    padding: 10px 15px 30px;
    font-size: 10px;
  }
}
/******************************************
[course]
******************************************/
.tab_content {
  display: none;
}
.tab_content::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
.tab_content.active {
  display: block;
}
.tab_content img {
  max-width: 100%;
  height: auto;
}

.tab_buttons {
  position: relative;
  width: 700px;
  min-height: 100px;
  margin: 0 auto;
}

.tab_btn {
  width: 580px;
  padding: 10px 16px;
  background: #fff;
  border: 2px solid #ae9b77;
  color: #ae9b77;
  cursor: pointer;
  border-radius: 60px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  top: 4px;
  z-index: 10;
}
.tab_btn span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.6px;
}
.tab_btn.active {
  width: 380px;
  background: #f5a21a;
  border: 2px solid #fad08c;
  color: white;
  top: 0;
  z-index: 11;
  padding: 15px 16px;
}
.tab_btn01 {
  left: 0;
  padding: 12px 216px 12px 16px;
}
.tab_btn02 {
  right: 0;
  padding: 12px 16px 12px 216px;
}
.tab_btn02.active {
  background: #e13714;
  border: 2px solid #ea9f91;
}

#course_basic .course_mv figure {
  width: 704px;
  margin: 0 auto;
}

#course_protein .course_mv {
  position: relative;
  z-index: 80;
}
#course_protein .course_mv figure {
  width: 800px;
  margin: 0 auto;
}

.protain_main_btn {
  width: 76%;
  max-width: 345px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 35px;
  z-index: 81;
}
.protain_main_btn a {
  background-color: #e13714;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 25px;
  border-radius: 50px;
  text-align: center;
}
.protain_main_btn a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
}

.course_ttl {
  width: 700px;
  position: relative;
  z-index: 31;
  margin: 0 auto;
}
.course_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f5a21a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}
.course_ttl p {
  position: relative;
  z-index: 32;
  width: 360px;
  padding: 10px 10px 12px;
  background-color: #f5a21a;
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .tab_buttons {
    width: 84%;
    min-height: 50px;
  }
  .tab_btn {
    width: 65%;
    padding: 10px 16px;
    font-size: 15px;
  }
  .tab_btn span {
    font-size: 10px;
  }
  .tab_btn.active {
    width: 53%;
    padding: 5px 10px;
  }
  .tab_btn01 {
    padding: 3px 15% 3px 2%;
  }
  .tab_btn02 {
    padding: 3px 2% 3px 15%;
  }
  #course_basic .course_mv figure {
    width: calc(100% - 60px);
  }
  #course_protein .course_mv figure {
    width: calc(100% - 20px);
  }
  .protain_main_btn {
    bottom: 15px;
  }
  .protain_main_btn a {
    font-size: 15px;
    padding: 10px 25px 10px 10px;
  }
  .protain_main_btn a i {
    right: 15px;
  }
  .course_ttl {
    width: 100%;
  }
  .course_ttl::after {
    width: 82%;
  }
  .course_ttl p {
    width: 45%;
    padding: 8px 10px 10px;
    font-size: 14px;
  }
}
/******************************************
[Q&A]
******************************************/
.accordion {
  margin-bottom: 15px;
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
}

.accordion[open] {
  transition: 0.5s;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #af9b77;
  color: #ffffff;
  font-size: 18px;
  padding: 20px 35px 20px 65px;
  cursor: pointer;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::before {
  content: "";
  background: url("../img/icon_q.png") no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
}

.accordion summary::after {
  position: absolute;
  right: 20px;
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: "";
  transition: transform 0.3s;
}

.accordion[open] summary::after {
  transform: rotate(225deg);
}

.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px 65px;
  color: #535353;
  border: 2px solid #af9b77;
  transition: transform 0.5s, opacity 0.5s;
  border-radius: 0 0 10px 10px;
  position: relative;
  animation: fadeIn 0.5s ease;
}

.accordion p::before {
  content: "";
  background: url("../img/icon_a.png") no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
}

.accordion[open] p {
  transform: none;
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .accordion {
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .accordion p {
    padding: 15px 22px 15px 40px;
    border-radius: 0 0 5px 5px;
  }
  .accordion summary::after {
    right: 15px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .accordion summary::before {
    top: 15px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
  .accordion p::before {
    top: 15px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
  .accordion summary {
    font-size: 15px;
    padding: 12px 35px 12px 40px;
  }
}
/******************************************
[CTAボタン]
******************************************/
.lpContents.bannerBoxWrap .bannerWrap a {
  position: relative;
  line-height: 1.4;
  height: auto;
  font-size: 15px;
  padding: 10px;
  border-radius: 10px;
  letter-spacing: 0.6px;
  background-color: #f5a21a;
  box-shadow: 4px 4px 0 #c98515;
}
.lpContents.bannerBoxWrap .bannerWrap a::before {
  content: "";
  background: url("../img/bannerBtnWrap_icon.png");
  background-size: 100% auto;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.lpContents.bannerBoxWrap .bannerWrap a span {
  display: block;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.lpContents.bannerBoxWrap .bannerWrap p {
  color: #f5a21a;
}
.lpContents.bannerBoxWrap .bannerWrap p::before, .lpContents.bannerBoxWrap .bannerWrap p::after {
  content: "";
  width: 2px;
  height: 1em;
  display: inline-block;
  background-color: #f5a21a;
  margin-bottom: -3px;
}
.lpContents.bannerBoxWrap .bannerWrap p::before {
  margin-right: 15px;
  transform: rotate(-20deg);
}
.lpContents.bannerBoxWrap .bannerWrap p::after {
  margin-left: 15px;
  transform: rotate(20deg);
}

.bannerBtnCourse {
  display: flex;
  justify-content: center;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.bannerBtnCourse a {
  display: block;
  width: 100%;
  background-color: #ae9b77;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 25px 7px 10px;
  border-radius: 50px;
  position: relative;
}
.bannerBtnCourse a i {
  display: block;
  width: 16px;
  position: absolute;
  right: 15px;
  top: 5px;
  margin: auto 0;
}

.cvBtn_side {
  width: 93px;
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 9999;
}
.cvBtn_side img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .lpContents.bannerBoxWrap .bannerWrap a {
    font-size: 14px;
    max-width: 320px;
    padding: 10px 0 10px 20px;
  }
  .lpContents.bannerBoxWrap .bannerWrap a::before {
    width: 42px;
    height: 42px;
    top: 12px;
  }
  .lpContents.bannerBoxWrap .bannerWrap a span {
    font-size: 20px;
  }
  .bannerBtnCourse {
    width: 60%;
  }
  .bannerBtnCourse a {
    font-size: 14px;
  }
  .bannerBtnCourse a i {
    width: 12px;
  }
  .cvBtn_side {
    width: 45px;
    top: 40vh;
  }
}
/******************************************
[キャンペーンコンテンツ]
******************************************/
.cp_wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cp_wrap img {
  width: 100%;
  height: auto;
}

.cp_inner {
  padding: 20px;
}

.cp_mainttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #e13714;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  position: relative;
}
.cp_mainttl::before, .cp_mainttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 90%;
  border-right: 2px solid #E13714;
}
.cp_mainttl::before {
  rotate: -15deg;
  left: -1.5em;
}
.cp_mainttl::after {
  rotate: 15deg;
  right: -1.5em;
}

.cp_course_li {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cp_course_li li {
  width: calc(50% - 10px);
  background-color: #ffffff;
  border: 2px solid #f5a21a;
  border-radius: 10px;
  position: relative;
}
.cp_course_li li:last-child {
  border: 2px solid #e13714;
}
.cp_course_li li:last-child .cp_course_ttl,
.cp_course_li li:last-child .cp_course_subttl {
  background-color: #e13714;
}
.cp_course_li li:last-child .cp_course_read {
  color: #e13714;
  border-bottom: 2px solid #e13714;
}

.cp_course_ttl {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 260px;
  width: 84%;
  background-color: #f5a21a;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  border-radius: 15px;
  padding: 5px 5px 8px;
  font-weight: 600;
}
.cp_course_ttl span {
  display: block;
  font-size: 14px;
}

.cp_course_read {
  text-align: center;
  color: #f5a21a;
  line-height: 1.7;
  padding: 60px 10px 20px;
  font-size: 14px;
  font-weight: 800;
  border-bottom: 2px solid #f5a21a;
}

.cp_course_subttl {
  background-color: #f5a21a;
  color: #ffffff;
  text-align: center;
  width: 6em;
  font-weight: 800;
  font-size: 14px;
  border-radius: 20px;
  letter-spacing: 0.15em;
  margin-left: auto;
  margin-right: auto;
}

.cp_benefits, .cp_benefits02 {
  display: flex;
  justify-content: space-between;
}
.cp_benefits dt, .cp_benefits02 dt {
  font-weight: 800;
  line-height: 1.3;
}
.cp_benefits dd, .cp_benefits02 dd {
  width: 90px;
}

.cp_benefits02 dd {
  width: 120px;
}

.cp_coupon_ttl {
  background-color: #af9b77;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  padding: 3px 0 3px 2px;
  border-radius: 3px;
  line-height: 1.2;
  font-feature-settings: "palt";
}

.cp_coupon_read {
  font-size: 19px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
}
.cp_coupon_read span {
  font-size: 35px;
}

.cp_coupon_txt {
  font-size: 12px;
  text-align: center;
}

.cp_coupon_num .couponCode {
  display: flex;
}
.cp_coupon_num .couponCode p {
  display: flex;
  align-items: center;
  background-color: #535353;
  color: #ffffff;
  font-size: 10px;
  height: 20px;
  padding: 2px 3px;
}
.cp_coupon_num .couponCode .input input {
  width: 150px;
  border: 1px solid #535353;
  height: 20px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  vertical-align: top;
  color: #535353;
  border-radius: 0;
}
.cp_coupon_num .couponCode .copy {
  margin-left: auto;
}
.cp_coupon_num .couponCode .copy a {
  display: block;
  background-color: #af9b77;
  color: #ffffff;
  margin-left: auto;
  border-radius: 4px;
  font-size: 10px;
  padding: 5px 10px;
}

.cp_course_note {
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .cp_wrap {
    width: calc(100% - 40px);
  }
  .cp_inner {
    padding: 20px 10px 15px;
  }
  .cp_course_li {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .cp_course_li li {
    width: calc(50% - 5px);
  }
  .cp_course_li li:last-child .cp_course_read {
    padding: 48px 0 10px;
  }
  .cp_course_ttl {
    font-size: 16px;
  }
  .cp_course_ttl span {
    font-size: 12px;
  }
  .cp_course_read {
    line-height: 1.4;
    padding: 55px 0 18px;
    font-size: 11px;
  }
  .cp_course_subttl {
    font-size: 11px;
  }
  .cp_benefits, .cp_benefits02 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cp_benefits dt, .cp_benefits02 dt {
    width: 100%;
    font-size: 12px;
    margin-left: 5px;
  }
  .cp_benefits dd, .cp_benefits02 dd {
    width: 80px;
  }
  .cp_benefits02 dd {
    width: 90%;
    margin-top: 5px;
  }
  .cp_coupon_ttl {
    font-size: 10px;
  }
  .cp_coupon_read {
    font-size: 13px;
  }
  .cp_coupon_read span {
    font-size: 26px;
  }
  .cp_coupon_txt {
    font-size: 10px;
    text-align: left;
    letter-spacing: -0.02em;
  }
  .cp_coupon_num .couponCode {
    display: flex;
    flex-wrap: wrap;
  }
  .cp_coupon_num .couponCode p {
    width: 100%;
    justify-content: center;
  }
  .cp_coupon_num .couponCode .input {
    width: 100%;
  }
  .cp_coupon_num .couponCode .input input {
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .cp_coupon_num .couponCode .copy {
    width: 100%;
    margin-top: 10px;
  }
  .cp_coupon_num .couponCode .copy a {
    width: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .cp_course_note {
    font-size: 10px;
  }
}
/******************************************
[クーポン]
******************************************/
.couponPeriod {
  background-color: #ae9b77;
  color: #fff;
  font-size: 12px;
  width: 500px;
  padding: 5px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}

.couponPeriod span {
  font-size: 20px;
  font-weight: bold;
}

.campaignGiftpackItemlistWrap .coupon {
  background: url("../img/img_lp_coupon_code_pc.svg") no-repeat;
  background-size: 100% auto;
  margin: 0 auto !important;
  height: 240px;
  padding: 17px 25px 15px;
}

.couponCodeCourse {
  background-color: #ae9b77;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 13px 4px 18px;
  margin: 0 auto 3px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .couponPeriod {
    width: 335px;
  }
  .couponPeriod span {
    font-size: 18px;
  }
  .campaignGiftpackItemlistWrap .coupon {
    background: url("../img/img_lp_coupon_code.svg") no-repeat;
    background-size: 100% auto;
    height: 250px;
    padding: 17px 15px 15px;
  }
}
[class^=couponCodeArea] {
  position: relative;
}

[class^=couponCodeArea].copied::after {
  content: "コピーしました";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  background-color: #f5a21c;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  #campaignContents [class^=couponCodeArea].copied::after {
    bottom: 10px;
  }
}
/******************************************
[季節の背景]
******************************************/
.cp_season_bg {
  max-width: 910px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/kirakira_top_left.png") no-repeat, url("../img/kirakira_bottom_left.png") no-repeat, url("../img/kirakira_top_right.png") no-repeat, url("../img/kirakira_bottom_right.png") no-repeat;
  background-size: 315px auto, 210px auto, 230px auto, 180px auto;
  background-position: left top, left bottom, right 15px top 10px, right bottom;
}

.course_season_bg {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/course_kirakira_top_left.png") no-repeat, url("../img/course_kirakira_center_left.png") no-repeat, url("../img/course_kirakira_bottom_left.png") no-repeat, url("../img/course_kirakira_bottom_left02.png") no-repeat, url("../img/course_kirakira_top_right.png") no-repeat, url("../img/course_kirakira_center_right.png") no-repeat, url("../img/course_kirakira_bottom_right.png") no-repeat, url("../img/course_kirakira_bottom_right02.png") no-repeat;
  background-size: 310px auto, 180px auto, 80px auto, 210px auto, 270px auto, 270px auto, 260px auto, 130px auto;
  background-position: left top 80px, left 20px top 1400px, left bottom 43%, left 60px bottom 30%, right 50px top 40px, right 30px top 1260px, right 30px bottom 42%, right 30px bottom 28%;
}

.course_season_bg .campaignGiftpackItemlistWrap {
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .cp_season_bg {
    background: url("../img/kirakira_top_left_sp.png") no-repeat, url("../img/kirakira_centr_left_sp.png") no-repeat, url("../img/kirakira_bottom_left_sp.png") no-repeat, url("../img/kirakira_top_right_sp.png") no-repeat, url("../img/kirakira_center_right_sp.png") no-repeat, url("../img/kirakira_bottom_right_sp.png") no-repeat;
    background-size: 100px auto, 60px auto, 60px auto, 80px auto, 75px auto, 60px auto;
    background-position: left top 40px, left top 45%, left bottom 15%, right top 20px, right center, right bottom 15%;
  }
  .course_season_bg {
    background: url("../img/course_kirakira_top_left.png") no-repeat, url("../img/course_kirakira_center_left.png") no-repeat, url("../img/course_kirakira_bottom_left.png") no-repeat, url("../img/course_kirakira_bottom_left02.png") no-repeat, url("../img/course_kirakira_top_right.png") no-repeat, url("../img/course_kirakira_center_right.png") no-repeat, url("../img/course_kirakira_bottom_right.png") no-repeat, url("../img/course_kirakira_bottom_right02.png") no-repeat;
    background-size: 110px auto, 90px auto, 30px auto, 60px auto, 120px auto, 130px auto, 130px auto, 50px auto;
    background-position: left -20px top 80px, left -15px top 630px, left bottom 52%, left -10px bottom 40%, right -5px top 80px, right -10px top 650px, right -10px bottom 49%, right 5px bottom 40%;
  }
}
/******************************************
[関連リンク]
******************************************/
#related-links h2 {
  margin-bottom: 25px;
}

.related-links_li {
  max-width: 880px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
}
.related-links_li li {
  line-height: 1.6;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.related-links_li li:before {
  content: "・";
}
.related-links_li li a {
  color: #535353;
  border-bottom: 1px solid #535353;
}
.related-links_li li a:hover {
  color: #0065B5;
  border-bottom: 1px solid #0065B5;
}

/******************************************
[margin padding]
******************************************/
.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .spmt5 {
    margin-top: 5px !important;
  }
  .spmt10 {
    margin-top: 10px !important;
  }
  .spmt15 {
    margin-top: 15px !important;
  }
  .spmt20 {
    margin-top: 20px !important;
  }
  .spmt25 {
    margin-top: 25px !important;
  }
  .spmt30 {
    margin-top: 30px !important;
  }
  .spmt35 {
    margin-top: 35px !important;
  }
  .spmt40 {
    margin-top: 40px !important;
  }
  .spmt45 {
    margin-top: 45px !important;
  }
  .spmt50 {
    margin-top: 50px !important;
  }
  .spmt55 {
    margin-top: 55px !important;
  }
  .spmt60 {
    margin-top: 60px !important;
  }
  .spmt65 {
    margin-top: 65px !important;
  }
  .spmt70 {
    margin-top: 70px !important;
  }
  .spmt75 {
    margin-top: 75px !important;
  }
  .spmt80 {
    margin-top: 80px !important;
  }
  .spmt85 {
    margin-top: 85px !important;
  }
  .spmt90 {
    margin-top: 90px !important;
  }
  .spmt95 {
    margin-top: 95px !important;
  }
  .spmt100 {
    margin-top: 100px !important;
  }
  .spmb5 {
    margin-bottom: 5px !important;
  }
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb15 {
    margin-bottom: 15px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb25 {
    margin-bottom: 25px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb35 {
    margin-bottom: 35px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb45 {
    margin-bottom: 45px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb55 {
    margin-bottom: 55px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
  .spmb65 {
    margin-bottom: 65px !important;
  }
  .spmb70 {
    margin-bottom: 70px !important;
  }
  .spmb75 {
    margin-bottom: 75px !important;
  }
  .spmb80 {
    margin-bottom: 80px !important;
  }
  .spmb85 {
    margin-bottom: 85px !important;
  }
  .spmb90 {
    margin-bottom: 90px !important;
  }
  .spmb95 {
    margin-bottom: 95px !important;
  }
  .spmb100 {
    margin-bottom: 100px !important;
  }
  .sppt5 {
    padding-top: 5px !important;
  }
  .sppt10 {
    padding-top: 10px !important;
  }
  .sppt15 {
    padding-top: 15px !important;
  }
  .sppt20 {
    padding-top: 20px !important;
  }
  .sppt25 {
    padding-top: 25px !important;
  }
  .sppt30 {
    padding-top: 30px !important;
  }
  .sppt35 {
    padding-top: 35px !important;
  }
  .sppt40 {
    padding-top: 40px !important;
  }
  .sppt45 {
    padding-top: 45px !important;
  }
  .sppt50 {
    padding-top: 50px !important;
  }
  .sppt55 {
    padding-top: 55px !important;
  }
  .sppt60 {
    padding-top: 60px !important;
  }
  .sppt65 {
    padding-top: 65px !important;
  }
  .sppt70 {
    padding-top: 70px !important;
  }
  .sppt75 {
    padding-top: 75px !important;
  }
  .sppt80 {
    padding-top: 80px !important;
  }
  .sppt85 {
    padding-top: 85px !important;
  }
  .sppt90 {
    padding-top: 90px !important;
  }
  .sppt95 {
    padding-top: 95px !important;
  }
  .sppt100 {
    padding-top: 100px !important;
  }
  .sppb5 {
    padding-bottom: 5px !important;
  }
  .sppb10 {
    padding-bottom: 10px !important;
  }
  .sppb15 {
    padding-bottom: 15px !important;
  }
  .sppb20 {
    padding-bottom: 20px !important;
  }
  .sppb25 {
    padding-bottom: 25px !important;
  }
  .sppb30 {
    padding-bottom: 30px !important;
  }
  .sppb35 {
    padding-bottom: 35px !important;
  }
  .sppb40 {
    padding-bottom: 40px !important;
  }
  .sppb45 {
    padding-bottom: 45px !important;
  }
  .sppb50 {
    padding-bottom: 50px !important;
  }
  .sppb55 {
    padding-bottom: 55px !important;
  }
  .sppb60 {
    padding-bottom: 60px !important;
  }
  .sppb65 {
    padding-bottom: 65px !important;
  }
  .sppb70 {
    padding-bottom: 70px !important;
  }
  .sppb75 {
    padding-bottom: 75px !important;
  }
  .sppb80 {
    padding-bottom: 80px !important;
  }
  .sppb85 {
    padding-bottom: 85px !important;
  }
  .sppb90 {
    padding-bottom: 90px !important;
  }
  .sppb95 {
    padding-bottom: 95px !important;
  }
  .sppb100 {
    padding-bottom: 100px !important;
  }
}/*# sourceMappingURL=top.css.map */