@charset "utf-8";

.banana-tool {
  width: 100%;
  overflow: hidden;
  color: #111;
  background: #fbf7ef;
  font-family: "Noto Sans JP", sans-serif;
}

.banana-tool-stage {
  position: relative;
  width: 390px;
  min-height: 0;
  background: #fbf7ef;
  zoom: var(--banana-stage-scale, 1);
}

.banana-tool-stage * {
  box-sizing: border-box;
}

.banana-tool-stage h1,
.banana-tool-stage h2,
.banana-tool-stage h3,
.banana-tool-stage p,
.banana-tool-stage ul {
  margin: 0;
}

.banana-tool-image {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: cover;
}

.banana-tool-hero {
  position: relative;
  height: 693px;
  overflow: hidden;
}

.banana-tool-hero-bg {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banana-tool-hero-bg-desktop {
  display: none;
}

.banana-tool-hero-bg-mobile {
  display: block;
}

.banana-tool-hero h1 {
  position: absolute;
  z-index: 2;
  top: 165px;
  left: 34px;
  width: 322px;
  color: #092a69;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.banana-tool-lead {
  position: absolute;
  z-index: 2;
  top: 229px;
  left: 16px;
  width: 358px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.banana-tool-hammer,
.banana-tool-measure {
  display: none;
}

.banana-tool-saw {
  top: 50px;
  left: 20px;
  width: 98px;
  height: auto;
}

.banana-tool-plane-top {
  top: 45px;
  left: 274px;
  width: 108px;
  height: auto;
}

.banana-tool-hammer {
  top: 175px;
  left: 315px;
  width: 82px;
  height: auto;
}

.banana-tool-machine {
  top: 410px;
  left: 12px;
  width: 78px;
  height: auto;
  transform: rotate(-11.25deg);
}

.banana-tool-chisel {
  top: 412px;
  left: 143px;
  width: 94px;
  height: auto;
}

.banana-tool-drill {
  top: 408px;
  left: 287px;
  width: 62px;
  height: auto;
}

.banana-tool-surfer {
  top: 537px;
  left: 82px;
  width: 132px;
  height: auto;
  transform: rotate(7.04deg);
}

.banana-tool-measure {
  top: 530px;
  left: 127px;
  width: 94px;
  height: auto;
  transform: rotate(-6.7deg);
}

.banana-tool-main-tools {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 92px 24px 48px;
  overflow: hidden;
}

.banana-tool-section-title {
  position: absolute;
  top: 17px;
  left: 24px;
  width: 342px;
  height: 62px;
  overflow: hidden;
}

.banana-tool-section-title img {
  position: absolute;
  top: -37.72%;
  left: 0;
  width: 100%;
  height: 177.23%;
}

.banana-tool-section-title h2 {
  position: absolute;
  top: 14px;
  left: 55px;
  width: 232px;
  color: #2559b1;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.banana-tool-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 342px;
  padding: 20px;
  overflow: hidden;
  border: 2px solid #efefef;
  border-radius: 24px;
  background: #fff;
}

.banana-tool-copy {
  position: relative;
  width: 100%;
}

.banana-tool-card-heading {
  display: flex;
  align-items: center;
  color: #2457af;
}

.banana-tool-card-number {
  display: grid;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #2457af;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  place-items: center;
}

.banana-tool-card-name {
  padding-left: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.banana-tool-description {
  margin-top: 18px !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.banana-tool-description br {
  display: none;
}

.banana-tool-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.banana-tool-point {
  display: flex;
  align-items: flex-start;
}

.banana-tool-point::before {
  display: inline-grid;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin: 3px 8px 0 0;
  border: 1.5px solid #006fd5;
  border-radius: 50%;
  color: #006fd5;
  content: "✓";
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  place-items: center;
}

.banana-tool-purpose-label {
  width: 81px;
  height: 26px;
  margin-top: 18px !important;
  border-radius: 4px;
  background: #f5cb4c;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}

.banana-tool-purpose {
  margin-top: 7px !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.banana-tool-card-photo {
  display: block;
  order: 2;
  width: 298px;
  height: 210px;
  margin-top: 20px;
  border-radius: 14px;
  object-fit: cover;
}

.banana-tool-card-deco-1,
.banana-tool-card-deco-2 {
  display: none;
}

.banana-tool-others {
  position: relative;
  width: 100%;
  padding: 69px 30px 62px;
  overflow: hidden;
}

.banana-tool-others-panel {
  position: absolute;
  inset: 24px 16px;
  border: 2px solid #f9f7f2;
  border-radius: 30px;
  background: #fdfcfb;
}

.banana-tool-others > h2 {
  position: relative;
  z-index: 2;
  width: 290px;
  margin: 0 auto;
  color: #2559b1;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.banana-tool-other-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 12px;
  width: 330px;
  margin: 34px auto 0;
}

.banana-tool-other {
  position: relative;
  display: flex;
  flex: 0 0 calc((100% - 12px) / 2);
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.banana-tool-other img {
  position: relative;
  display: block;
  width: 96px;
  height: 96px;
  max-width: none;
  object-fit: contain;
}

.banana-tool-other h3 {
  position: relative;
  margin-top: 10px !important;
  color: #2457af;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.banana-tool-other p {
  position: relative;
  margin-top: 8px !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.banana-tool-other-image-flipped {
  transform: scaleX(-1);
}

.banana-tool-palm {
  z-index: 1;
  top: 20px;
  left: -16px;
  width: 90px;
  height: auto;
}

.banana-tool-shell {
  z-index: 3;
  right: 5px;
  bottom: 9px;
  width: 60px;
  height: auto;
}

.banana-tool-starfish {
  z-index: 4;
  right: 46px;
  bottom: 4px;
  width: 47px;
  height: auto;
}

@media (min-width: 768px) {
  .banana-tool-stage {
    width: 1000px;
  }

  .banana-tool-hero {
    height: 563px;
  }

  .banana-tool-hero-bg-desktop {
    display: block;
  }

  .banana-tool-hero-bg-mobile {
    display: none;
  }

  .banana-tool-hammer,
  .banana-tool-measure {
    display: block;
  }

  .banana-tool-hero h1 {
    top: 124px;
    left: 350px;
    width: 300px;
    font-size: 50px;
    line-height: normal;
  }

  .banana-tool-lead {
    top: 225px;
    left: 300px;
    width: 400px;
    font-size: 16px;
    line-height: 19px;
  }

  .banana-tool-saw {
    top: 86px;
    left: 153px;
    width: 152px;
    height: 119px;
  }

  .banana-tool-plane-top {
    top: 64px;
    left: 701px;
    width: 187px;
    height: 180px;
  }

  .banana-tool-hammer {
    top: 154px;
    left: 849px;
    width: 139px;
    height: 157px;
  }

  .banana-tool-machine {
    top: 198.17px;
    left: 49.39px;
    width: 119px;
    height: 149px;
  }

  .banana-tool-chisel {
    top: 255px;
    left: 122px;
    width: 183px;
    height: 183px;
  }

  .banana-tool-drill {
    top: 273px;
    left: 684px;
    width: 110px;
    height: 147px;
  }

  .banana-tool-surfer {
    top: 358.15px;
    left: 488.15px;
    width: 194px;
    height: 194px;
  }

  .banana-tool-measure {
    top: 380.08px;
    left: 232.11px;
    width: 144px;
    height: 96px;
  }

  .banana-tool-main-tools {
    gap: 20px;
    padding: 80px 0 0;
    overflow: visible;
    z-index: 2;
  }

  .banana-tool-section-title {
    top: 1px;
    left: 274px;
    width: 453px;
    height: 64px;
  }

  .banana-tool-section-title h2 {
    top: 12px;
    left: 99px;
    width: 255px;
    font-size: 24px;
    line-height: normal;
  }

  .banana-tool-card {
    display: block;
    flex: 0 0 329px;
    width: 891px;
    height: 329px;
    margin-left: 56px;
    padding: 0;
    overflow: visible;
    border-radius: 30px;
  }

  .banana-tool-copy {
    position: absolute;
    inset: 0 auto 0 17px;
    width: 421px;
  }

  .banana-tool-card-heading {
    position: absolute;
    top: 20px;
    left: 0;
    padding-left: 4px;
  }

  .banana-tool-card-number {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: normal;
  }

  .banana-tool-card-name {
    padding-left: 20px;
    font-size: 22px;
    line-height: normal;
  }

  .banana-tool-description {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    margin-top: 0 !important;
    font-size: 14px;
    line-height: 21px;
  }

  .banana-tool-description br {
    display: inline;
  }

  .banana-tool-points {
    position: absolute;
    top: 130px;
    left: 0;
    display: block;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .banana-tool-point {
    display: block;
  }

  .banana-tool-point::before {
    display: inline-grid;
    margin: 0 9px 0 0;
  }

  .banana-tool-purpose-label {
    position: absolute;
    top: 220px;
    left: 0;
    margin-top: 0 !important;
  }

  .banana-tool-purpose {
    position: absolute;
    top: 252px;
    left: 0;
    margin-top: 0 !important;
    line-height: 21px;
  }

  .banana-tool-card-photo {
    position: absolute;
    top: 16px;
    left: 453px;
    width: 419px;
    height: 291px;
    margin-top: 0;
  }

  .banana-tool-card-deco-1,
  .banana-tool-card-deco-2 {
    display: block;
  }

  .banana-tool-card-deco-1 {
    z-index: 2;
    top: 152px;
    left: 770px;
    width: 168px;
    height: 210px;
  }

  .banana-tool-card-deco-2 {
    z-index: 2;
    top: 145px;
    left: 713px;
    width: 231px;
    height: 231px;
  }

  .banana-tool-others {
    z-index: 1;
    height: 330px;
    padding: 0;
  }

  .banana-tool-others-panel {
    inset: auto;
    top: 24px;
    left: 53px;
    width: 894px;
    height: 277px;
  }

  .banana-tool-others > h2 {
    position: absolute;
    top: 42px;
    left: 270px;
    width: 460px;
    margin: 0;
    font-size: 19px;
    line-height: normal;
    white-space: nowrap;
  }

  .banana-tool-other-list {
    position: absolute;
    z-index: 2;
    top: 91px;
    left: 94px;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    width: 800px;
    margin: 0;
  }

  .banana-tool-other {
    position: relative;
    display: flex;
    flex: 0 0 120px;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .banana-tool-other img {
    position: relative;
    display: block;
    width: 110px;
    height: 106px;
    object-fit: contain;
  }

  .banana-tool-other h3 {
    position: relative;
    width: 100%;
    margin: 10px 0 0 !important;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    white-space: nowrap;
  }

  .banana-tool-other p {
    position: relative;
    width: 120px;
    margin: 8px 0 0 !important;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
  }

  .banana-tool-palm {
    top: 16px;
    left: 7px;
    width: 112px;
    height: 149px;
  }

  .banana-tool-shell {
    top: 246px;
    right: auto;
    bottom: auto;
    left: 876px;
    width: 77px;
    height: 77px;
  }

  .banana-tool-starfish {
    top: 269px;
    right: auto;
    bottom: auto;
    left: 838px;
    width: 61px;
    height: 61px;
  }
}

/* SiblooのStyle Manager非対応ルールをeditor CSSから分離 */
* {
  box-sizing: border-box
}

* {
  box-sizing: border-box
}

* {
  box-sizing: border-box
}

* {
  box-sizing: border-box
}

.banana-tool-lead,
.banana-tool-description,
.banana-tool-others h2,
.banana-tool-other p {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
