@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
  大規模サイトがお得
----------------------------------------------------*/
.intro {
  text-align: center;
  margin-bottom: 80px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .intro {
    margin-bottom: 150px;
  }
}
.intro h2 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.68;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  .intro h2 {
    font-size: 52px;
    line-height: 1.86;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .intro h2 {
    font-size: 38px;
  }
}
.intro h2 span {
  font-size: 36px;
  line-height: 1.2;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  .intro h2 span {
    font-size: 63px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .intro h2 span {
    font-size: 50px;
  }
}
.intro p {
  font-size: 14px;
  line-height: 2;
  margin: 30px 0;
  text-align: left;
  /* 751- */
}
@media all and (min-width: 751px) {
  .intro p {
    font-size: 21px;
    line-height: 2.23;
    margin: 60px 0;
    text-align: center;
  }
}
.intro span {
  color: #686E72;
  font-weight: normal;
}

section#unit_price .price_graph {
  margin: 0 0 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price .price_graph {
    margin: 0 0 150px;
  }
}
section#unit_price h3 {
  font-size: 16px;
  text-align: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price h3 {
    font-size: 36px;
  }
}
section#unit_price > ul {
  margin: 0 0 100px;
}
section#unit_price > ul > li {
  margin: 30px 0;
  border-radius: 6px;
  overflow: hidden;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price > ul > li {
    margin: 60px 0;
  }
}
section#unit_price > ul .price_head {
  background: #686E72;
  color: #fff;
  padding: 15px 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price > ul .price_head {
    padding: 25px 40px;
  }
}
section#unit_price > ul .price_head h4 {
  font-size: 17px;
  border-bottom: 1px solid;
  padding: 0 0 10px 0;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price > ul .price_head h4 {
    font-size: 34px;
    padding: 0 0 20px 0;
  }
}
section#unit_price > ul .price_head span {
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0 0;
  display: block;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price > ul .price_head span {
    font-size: 15px;
    margin: 15px 0 0;
  }
}
section#unit_price > ul .price_head.first h4 {
  border-bottom: none;
  padding: 0;
}
section#unit_price > ul .price_foot {
  background: #F4F4F4;
  padding: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price > ul .price_foot {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section#unit_price > ul .price_foot .price_left {
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price > ul .price_foot .price_left {
    width: 40%;
  }
}
section#unit_price > ul .price_foot .price_left .sum {
  font-size: 29px;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price > ul .price_foot .price_left .sum {
    font-size: 50px;
  }
}
section#unit_price > ul .price_foot .price_left .sum span {
  font-size: 16px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price > ul .price_foot .price_left .sum span {
    font-size: 20px;
  }
}
section#unit_price > ul .price_foot .price_left .sum span.yen {
  font-size: 21px;
  margin: 0 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price > ul .price_foot .price_left .sum span.yen {
    font-size: 36px;
  }
}
section#unit_price > ul .price_foot .price_left .unit {
  color: #C60606;
  font-size: 16px;
  margin: 10px 0 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price > ul .price_foot .price_left .unit {
    font-size: 26px;
    margin: 30px 0 0;
  }
}
section#unit_price > ul .price_foot .price_right {
  /* 751- */
}
@media all and (min-width: 751px) {
  section#unit_price > ul .price_foot .price_right {
    width: 60%;
  }
}
section#unit_price > ul .price_foot .price_right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #fff;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 5px 0;
}
section#unit_price > ul .price_foot .price_right ul li:last-child {
  border-bottom: none;
}
section#unit_price > ul .price_foot .price_right ul li p {
  font-weight: normal;
}
section#unit_price > ul .price_foot .price_right ul li span {
  font-weight: bold;
}

section#price_table h2 {
  font-size: 25px;
  text-align: center;
  margin: 100px 0 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table h2 {
    font-size: 52px;
    margin: 200px 0 80px;
  }
}
section#price_table .tabgroup {
  position: relative;
  padding-top: 30px;
  margin: 0 0 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup {
    padding-top: 50px;
    margin: 0 0 100px;
  }
}
section#price_table .tabgroup .tab_area {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 30px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 56px;
  padding: 8px;
  background-color: #FFF3CB;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .tab_area {
    max-width: 610px;
    padding: 12px;
  }
}
section#price_table .tabgroup .tab_area .tab_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .tab_area .tab_list {
    height: 76px;
  }
}
section#price_table .tabgroup .tab_area .tab_list::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7d644;
  border-radius: 44px;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section#price_table .tabgroup .tab_area .tab_list.slided::before {
  left: 50%;
}
section#price_table .tabgroup .tab_area .tab_list .tab {
  color: #686E72;
  width: 50%;
  height: 100%;
  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;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  cursor: pointer;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .tab_area .tab_list .tab {
    font-size: 28px;
  }
}
section#price_table .tabgroup .tab_area .tab_list .tab.active {
  color: #393939;
  pointer-events: none;
}
section#price_table .tabgroup .panel_area {
  background-color: #F4F4F4;
  padding: 60px 20px 40px;
  border-radius: 20px;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  section#price_table .tabgroup .panel_area {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area {
    padding: 120px 40px 60px;
    border-radius: 30px;
  }
}
section#price_table .tabgroup .panel_area .panel {
  display: none;
}
section#price_table .tabgroup .panel_area .panel.active {
  display: block;
}
section#price_table .tabgroup .panel_area .panel .category_list > li {
  position: relative;
  margin-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li {
    max-width: 1063px;
    margin: 0 auto 80px;
  }
}
section#price_table .tabgroup .panel_area .panel .category_list > li:last-child {
  margin-bottom: 0;
}
section#price_table .tabgroup .panel_area .panel .category_list > li h3 {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  z-index: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li h3 {
    padding: 0 20px;
  }
}
section#price_table .tabgroup .panel_area .panel .category_list > li h3 span {
  display: inline-block;
  background-color: #393939;
  padding: 7px 25px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li h3 span {
    font-size: 30px;
    padding: 9px 35px;
  }
}
section#price_table .tabgroup .panel_area .panel .category_list > li .white {
  position: relative;
  margin-top: -20px;
  background-color: #fff;
  border-radius: 16px;
  padding: 36px 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li .white {
    border-radius: 20px;
    padding: 70px 60px;
    margin-top: -30px;
  }
}
section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #F4F4F4;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row h4 {
  font-size: 18px;
  font-weight: bold;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row h4 {
    font-size: 30px;
    width: calc(100% - 260px);
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row h4 {
    font-size: 26px;
    width: calc(100% - 210px);
  }
}
section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row h4 .small {
  font-size: 12px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row h4 .small {
    font-size: 16px;
  }
}
section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row .price {
  position: relative;
  z-index: 0;
  padding: 0 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  font-weight: bold;
  letter-spacing: -0.04em;
  font-size: 35px;
  line-height: 1.6;
  /* 751- */
  /* 751-960 */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row .price {
    padding: 0 5px;
    font-size: 50px;
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row .price {
    font-size: 42px;
  }
}
section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row .price .yen {
  font-size: 0.8em;
}
section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row .price .total {
  letter-spacing: -0.02em;
  font-size: 0.55em;
}
section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row .price .percent {
  font-size: 0.7em;
}
section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row .price .more {
  font-size: 0.9em;
}
section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row .price::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7d644;
  z-index: -1;
  height: 14px;
  width: 100%;
  bottom: 4px;
  left: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.2s 0.1s;
  transition: all 0.2s 0.1s;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row .price::before {
    height: 20px;
    bottom: 6px;
  }
}
section#price_table .tabgroup .panel_area .panel .category_list > li .price_table .price_row .price.scroll_active::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
section#price_table .tabgroup .panel_area .panel .category_list > li .checkcircle {
  margin-top: 35px;
  padding-left: 36px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li .checkcircle {
    margin-top: 50px;
    padding-left: 50px;
  }
}
section#price_table .tabgroup .panel_area .panel .category_list > li .checkcircle::before {
  width: 23px;
  height: 23px;
  top: 13px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li .checkcircle::before {
    height: 35px;
    width: 35px;
  }
}
section#price_table .tabgroup .panel_area .panel .category_list > li .checkcircle::after {
  width: 22px;
  height: 17px;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .tabgroup .panel_area .panel .category_list > li .checkcircle::after {
    width: 32px;
    height: 24px;
    top: 0;
    left: 7px;
  }
}
section#price_table .tabgroup .panel_area .panel .category_list > li .checkcircle.scroll_active::after {
  -webkit-animation: check_anime 0.5s forwards 0.3s;
          animation: check_anime 0.5s forwards 0.3s;
}
section#price_table .caution {
  margin: 60px 0 0;
  line-height: 1.86;
  font-weight: normal;
  /* 751- */
}
@media all and (min-width: 751px) {
  section#price_table .caution {
    margin: 120px 0 0;
  }
}
/*# sourceMappingURL=campaign.css.map */