@charset "UTF-8";
/* ---------------------------------------------------
mixin
---------------------------------------------------- */
/*-------------------------------------------
font
-------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800&display=swap");
/*-------------------------------------------
ボンボンドロップシール
-------------------------------------------*/
.l-kv-bondrop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .l-kv-bondrop {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-kv-bondrop {
    margin-bottom: 20px;
  }
}
.l-kv-bondrop figure > img {
  width: 740px;
}
@media screen and (max-width: 1024px) {
  .l-kv-bondrop figure > img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .l-kv-bondrop figure > img {
    width: 100%;
  }
}

.l-tab-bondrop .l-tab-list.l-tab-list__btn3 > ul > li,
.l-tab-bondrop .l-tab-list.tab-bottom.l-tab-list__btn3 > ul > li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-list.l-tab-list__btn3 > ul > li,
  .l-tab-bondrop .l-tab-list.tab-bottom.l-tab-list__btn3 > ul > li {
    font-size: 1.1rem !important;
    padding: 10px 2px;
  }
}
.l-tab-bondrop .l-tab-list.l-tab-list__btn3 > ul > li .forSE,
.l-tab-bondrop .l-tab-list.tab-bottom.l-tab-list__btn3 > ul > li .forSE {
  display: none;
}
@media screen and (max-width: 320px) {
  .l-tab-bondrop .l-tab-list.l-tab-list__btn3 > ul > li .forSE,
  .l-tab-bondrop .l-tab-list.tab-bottom.l-tab-list__btn3 > ul > li .forSE {
    display: block;
  }
}
.l-tab-bondrop .l-tab-panel .c-img-slider {
  width: 480px;
  margin: 0 auto 2em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-img-slider {
    width: 100%;
  }
}
.l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button {
  position: relative;
  width: 111px;
  height: 48px;
}
@media screen and (max-width: 1024px) {
  .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button {
    width: 87px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button {
    width: 79px;
    height: 32px;
  }
}
.l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev, .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next {
  position: absolute;
  top: 0;
  display: grid;
  place-content: center;
  background: #fff;
  border: var(--gray) 1px solid;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  margin-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev, .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev, .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev:after, .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev:after, .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next:after {
    width: 6px;
    height: 6px;
  }
}
@media (any-hover: hover) {
  .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev:hover, .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next:hover {
    background: var(--black);
  }
  .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev:hover:after, .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next:hover:after {
    border-color: #fff;
  }
}
@media (any-hover: none) {
  .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev:active, .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next:active {
    background: var(--black);
  }
  .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev:active:after, .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next:active:after {
    border-color: #fff;
  }
}
.l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev.swiper-button-disabled, .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev.swiper-button-disabled:hover, .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next.swiper-button-disabled:hover {
  pointer-events: none;
  background: #fff;
}
.l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev.swiper-button-disabled:hover:after, .l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next.swiper-button-disabled:hover:after {
  border-color: var(--black);
}
.l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev {
  left: 0;
}
.l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-prev:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next {
  right: 0;
}
.l-tab-bondrop .l-tab-panel .c-img-slider .c-swiper-control .c-swiper-button .swiper-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap + .c-sec-wrap {
  margin-top: 3em;
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap .c-list-memo.small > li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-sec-wrap .c-list-memo.small > li {
    font-size: 1.2rem;
  }
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap .c-title__h3 .normal {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-sec-wrap .c-title__h3 .normal {
    font-size: 1.4rem;
  }
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap .c-kv {
  margin: 0 auto 20px !important;
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap .c-kv > img {
  width: 740px;
}
@media screen and (max-width: 1024px) {
  .l-tab-bondrop .l-tab-panel .c-sec-wrap .c-kv > img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-sec-wrap .c-kv > img {
    width: 100%;
  }
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap .c-title__bgbk {
  background: #000;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 20px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .l-tab-bondrop .l-tab-panel .c-sec-wrap .c-title__bgbk {
    font-size: 1.6rem;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-sec-wrap .c-title__bgbk {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-sec-wrap .c-navlist .c-acc__content {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-sec-wrap .c-navlist .c-acc__content .c-button .c-button {
    padding: 10px 30px 10px 20px;
  }
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap .c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-step-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap .c-step-slider .swiper-wrapper .swiper-slide .swiper-slide_inner .c-step-box > figure > img {
  width: 60%;
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap .c-fcbox {
  background: #d9d9d9;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-sec-wrap .c-fcbox {
    padding: 20px;
  }
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap .c-fcbox .c-image {
  margin-bottom: 1em;
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap .c-fcbox .c-image img {
  width: 640px;
}
@media screen and (max-width: 1024px) {
  .l-tab-bondrop .l-tab-panel .c-sec-wrap .c-fcbox .c-image img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-sec-wrap .c-fcbox .c-image img {
    width: 100%;
  }
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap .c-fcbox > *:last-child {
  margin-bottom: 0;
}
.l-tab-bondrop .l-tab-panel .c-sec-wrap .note_open {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-sec-wrap .note_open {
    font-size: 1.2rem;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison {
  margin-top: 2.5em;
}
.l-tab-bondrop .l-tab-panel .c-comparison .c-title01 {
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .c-title01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .c-title01 {
    font-size: 1.8rem;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table {
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  width: 100%;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table {
    margin-bottom: 2em;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tr {
  display: grid;
  grid-template-columns: 7em 1fr 1fr 1fr;
  place-content: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tr {
    grid-template-columns: 6em 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tr {
    grid-template-columns: 5em 1fr 1fr 1fr;
    gap: 7px;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td {
  background: #fff !important;
  font-weight: 900;
  vertical-align: middle;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td {
    padding: 5px 0;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th b, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th i, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td b, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td i {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th b, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td b {
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th b, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td b {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th b, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td b {
    font-size: 1.6rem;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th b + span, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td b + span {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th b + span, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td b + span {
    margin-top: 2px;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th i, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td i {
  font-style: normal;
  line-height: 1.3;
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th span, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th span, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td span {
    font-size: 0.9rem;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th span br, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th span br, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td span br {
    display: block;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th span.inln, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td span.inln {
  display: inline;
  vertical-align: super;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table th span.inln, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table td span.inln {
    display: block;
    margin-right: 0;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead td, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th {
  border-top: none !important;
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th {
    padding-bottom: 10px;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th.black > div {
  color: #fff;
  background: #000;
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th.white > div {
  background: #fff;
  border: #000 solid 1px;
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th.junior > div {
  background: #dcdcdc;
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th > div {
  position: relative;
  aspect-ratio: 3/2;
  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 (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th > div {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th b {
    padding-bottom: 1.5em;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th i {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  font-size: 1.4rem;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th i {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th i {
    bottom: 5px;
    font-size: 0.9rem;
    text-align: left;
    scale: 0.9 1;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table thead th i br {
    display: none;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > th, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > td {
  display: grid;
  place-content: center;
  text-align: center;
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > th {
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > th {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > th {
    font-size: 0.9rem;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > td {
  border-top: 1px solid #9f9f9f;
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > td b {
  line-height: 1;
  margin-inline: 0.05em;
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > td b.jp {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > td b.jp {
    font-size: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > td b.jp {
    font-size: 0.9rem;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > td i {
  font-size: 1.8rem;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > td i {
    font-size: 1rem;
  }
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr > td i.v-mdl {
  top: -0.2em;
}
.l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr:nth-child(odd) > th, .l-tab-bondrop .l-tab-panel .c-comparison .comparison-table tbody > tr:nth-child(odd) > td {
  background: #f7f7f7 !important;
}
@media screen and (max-width: 768px) {
  .l-tab-bondrop .l-tab-panel .c-comparison .u-taC > .c-button {
    margin-bottom: 10px !important;
  }
}/*# sourceMappingURL=bonbondrop.css.map */