@charset "UTF-8";

:root {
  --main-font: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --main-color: #000000;
  --sub-color: #FAFAFA;
  --bg-color: #FAFAFA;
}

.ftool-wrapper #sec01 {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ftool-wrapper .col--02--Y {
  max-width: 100% !important;
}

.ftool-wrapper .col--02--C {
  width: 100% !important;
}

.ftool-wrapper .col--02--C>div {
  margin: 0;
}

.splitLayout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100vw;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

@media screen and (max-width: 767px) {
  .splitLayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.splitLayout__left {
  background: var(--bg-color);
}

@media screen and (min-width: 768px) {
  .splitLayout__left {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    min-height: 100svh;
    width: 50%;
  }
}

.splitLayout__right {
  background: var(--sub-color);
  color: var(--main-color);
}

@media screen and (min-width: 768px) {
  .splitLayout__right {
    width: 50%;
  }
}

.splitLayout .contentsBlock {
  margin: 0 auto;
  max-width: 90%;
}

section.contentsBlock__title {
  margin: 100px 0;
  text-align: center;
}

.contentsBlock__maintitle {
    margin-bottom: 60px;
}

.contentsBlock__maintitle h2 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 30px;
}

.contentsBlock__maintitle h3 {
  font-size: 23px;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0;
}

.contentsBlock__lead p {
    font-size: 12px;
    line-height: 32px;
}

.contentsBlock__listtitle h2 {
  font-size: 48px;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0;
}
.contentsBlock__listtitle h3 {
  font-size: 24px;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.contentsBlock__listtitle h3 span {
  padding-right: 30px;
}

.hacobune-chip-input.hacobune-mix-keyword {
  display: none;
}

.hacobune-app-container.hacobune-app-container-no-font {
  width: 100% !important;
  background: none !important;
  padding: 0 !important;
}

.hacobune-logo {
  display: none !important;
}

.hacobune-mix-list-item {
  background-color: unset !important;
  padding: 0 !important;
}

.hacobune-mix-list-item-wrapper {
  width: calc(320 / 1440 * 100vw) !important;
}

.hacobune-grid-col {
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  .hacobune-mix-list-item-wrapper {
    width: calc(163.75 / 375 * 100vw) !important;
  }
}

.hacobune-grid-row {
  display: flex;
  justify-content: space-between;
}

.hacobune-mix-list-item-title {
    font-family: "aktiv-grotesk-condensed", sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: 0;
}

.hacobune-mix-list-item-description {
    font-size: 12px !important;
    font-weight: 600;
}

.hacobune-mix-list-item-caption {
    margin-top: 60px !important;
}

.contentsBlock__list02 {
    margin-bottom: 100px;
}