:root {
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-Black: 900;
  --text-color: #000;
  --primary-color: #b52a2d;
  --bg-color: #f5f1e9;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
img {
  display: block;
  max-width: 100%;
}
.text-center {
  text-align: center;
}
.l-campaign {
  padding-bottom: 80px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text-color);
  line-height: 2;
}
.kv {
  max-width: 1920px;
  margin: 0 auto 65px;
}
.inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}
.full-width {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
.section-title {
  margin-top: 50px;
  border-bottom: 3px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 60px;
  font-weight: var(--font-weight-Black);
  text-align: center;
}
.section-title02 {
  margin-top: 50px;
  margin-bottom: 60px;
  border-bottom: 3px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 30px;
  font-weight: var(--font-weight-Black);
  text-align: center;
}
.page-title {
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: var(--font-weight-Bold);
  line-height: 1.5;
  text-align: center;
}
.page-title span {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
}
.description {
  margin-bottom: 90px;
  font-weight: var(--font-weight-Regular);
  text-align: center;
}
.nav__wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 100px;
}
.nav-block {
  padding: 30px 60px;
  border: 4px solid var(--primary-color);
  text-align: left;
}
.nav-block__list {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
}
.nav-block__list li {
  margin-bottom: 0.5em;
  color: var(--text-color);
  font-weight: var(--font-weight-Bold);
  font-size: 18px;
}
.nav-block__list li.item {
  margin-left: 1em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: var(--font-weight-Regular);
}
.nav-block__list li.item span {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 6px 6px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1;
}
.nav-block__list li a {
  color: var(--text-color);
}
.nav-block__list li a::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  color: var(--primary-color);
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}
/*ナチュラルパズルテーブルとは？*/
.section-about {
  padding: 45px 0 65px;
  color: #000;
  background-color: var(--bg-color);
  text-align: center;
}
.section-about h2 {
  display: inline-block;
  margin-bottom: 40px;
  padding: 6px 0.5em 8px;
  font-size: 34px;
  font-weight: var(--font-weight-Bold);
  color: #fff;
  background-color: var(--primary-color);
  line-height: 1;
}
.section-about p {
  width: 57%;
  margin: 0 auto 60px;
  font-size: 16px;
  font-weight: var(--font-weight-Regular);
  text-align: left;
}
.section-about figure img {
  margin: 0 auto;
}
/*アップグレードポイント*/
.point-box {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.point-box.point-box-2 {
  display: block;
  padding-bottom: 0;
}
.point-box-wrap {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  padding-bottom: 80px;
}
.point-box:nth-child(odd) {
  background-color: var(--bg-color);
}
.point-box-text {
  width: 45%;
}
.point-box-img {
  width: 52.3%;
  max-width: 667px;
}
.point-box-img img {
  width: 100%;
}
.point-box-text h3 {
  margin-bottom: 25px;
  color: var(--primary-color);
  font-weight: var(--font-weight-Black);
}
.point-box-text h3 .number {
  display: block;
  font-size: 62px;
}
.point-box-text h3 .title {
  display: block;
  font-size: 28px;
}
.point-box-text .box {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 0.8em;
  border: 2px solid #000;
  font-size: 24px;
  font-weight: var(--font-weight-Bold);
  line-height: 1;
}
.recommend-box {
  margin-bottom: 180px;
}
.recommend-box h3 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: var(--font-weight-Black);
  color: var(--primary-color);
  text-align: center;
}
.recommend-box-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  padding: 30px;
  background-color: var(--bg-color);
}
.recommend-box-list-item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 12px;
  text-align: center;
}
.recommend-box-list-item.sp {
  display: none;
}
.recommend-box-list-item:not(:nth-child(2), :last-child) {
  border-right: 3px solid #fff;
}
.recommend-box-list-item .new {
  display: block;
  max-width: 75px;
  margin-bottom: 10px;
  padding: 4px 0;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 14px;
  font-weight: var(--font-weight-Black);
  line-height: 1;
  text-align: center;
}
.recommend-box-list-item .type {
  display: flex;
  align-items: flex-end;
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
}
.recommend-box-list-item:not(:first-child) .type {
  padding-left: 2em;
}
.recommend-box-list-item p {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: var(--font-weight-Bold);
  line-height: 1.4;
  text-align: left;
}
.recommend-box-list-item .flex {
  display: flex;
}
.recommend-box-list-item figure {
  margin: 0 auto;
  padding: 0 6%;
  max-width: 250px;
}
.recommend-box-list-item h4 {
  padding: 0 6%;
  font-weight: var(--font-weight-Bold);
  line-height: 1.6;
}
.recommend-box-list-item .red-btn {
  padding: 0 6%;
}

/*おすすめポイント*/
.point-list {
  display: grid;
  gap: 5%;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  margin-top: 115px;
  margin-bottom: 250px;
}
.point-list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.point-list-img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.point-list-title {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: var(--font-weight-Black);
  text-align: center;
}
.point-list-text {
  padding: 1em;
  background-color: var(--bg-color);
}
/*LINE UP*/
.section-lineup {
  margin-bottom: 130px;
}
.section-lineup .section-title {
  margin-bottom: 50px;
}
.section-lineup .full-width {
  background-color: var(--bg-color);
}
.lineup-box {
  display: flex;
  gap: 5%;
  max-width: 1040px;
  margin: 0 14% 0 8%;
  padding: 58px 0;
}
.lineup-box-text {
  width: 52%;
}
.lineup-box-img {
  width: 43%;
}
.lineup-box-text-tag {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px;
  line-height: 1;
}
.tag-family {
  border: 2px solid #000;
  background-color: #fff;
}
.tag-duo {
  color: #fff;
  background-color: #000;
}
.tag-picnic {
  color: #fff;
  background-color: #e59b49;
}
.lineup-box-text-title {
  margin-bottom: 30px;
  color: var(--primary-color);
  font-size: 28px;
  font-weight: var(--font-weight-Black);
  line-height: 1.6;
}
.lineup-box-text-des {
  margin-bottom: 40px;
}
.lineup-box-img {
  text-align: center;
}
.lineup-box-img figure {
  margin-bottom: 28px;
}
.red-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  height: 52px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: #fff;
}
.red-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.red-btn a span {
  width: 14px;
  margin-top: 1px;
  margin-left: 8px;
}
/*比較表*/
.table-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #b0b0b0;
}
.table-list thead,
.table-list tbody th {
  border-left: 1px solid #b0b0b0;
}
.table-list th,
.table-list td {
  padding: 18px 12px;
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}
.table-list thead th {
  border-bottom: none;
}
.table-list thead th div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-list tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
.table-list tbody th {
  font-weight: var(--font-weight-Regular);
  text-align: left;
}
.table-list tbody td {
  font-size: 14px;
  font-weight: var(--font-weight-Regular);
  text-align: center;
}
/*よくある質問*/
.qanda-list {
  width: 62%;
  max-width: 692px;
  margin: 0 auto;
}
.qanda-list-item {
  margin-bottom: 30px;
}
.qanda-list-item h3 {
  padding: 1em 0.3em;
  color: var(--primary-color);
  font-weight: var(--font-weight-SemiBold);
}
.qanda-list-item > div {
  padding: 1em;
  background-color: var(--bg-color);
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .l-campaign {
    padding-bottom: 40px;
    font-size: 14px;
  }
  .kv {
    margin: 0 auto 25px;
  }
  .inner {
    padding: 0 24px;
  }
  .section-title {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-top: 50px;
    font-size: 30px;
  }
  .section-title02 {
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 3px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 30px;
    font-weight: var(--font-weight-Black);
    text-align: center;
  }
  .page-title {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .page-title span {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .description {
    margin-bottom: 50px;
    text-align: left;
  }
  .nav__wrap {
    margin: 0 auto 50px;
  }
  .nav-block {
    padding: 20px 40px;
    border: 2px solid var(--primary-color);
  }
  .nav-block__list li {
    font-size: 14px;
  }
  .nav-block__list li.item {
    font-size: 14px;
  }
  .nav-block__list li.item span {
    font-size: 12px;
  }
  /*ナチュラルパズルテーブルとは？*/
  .section-about {
    padding: 90px 0;
  }
  .section-about h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .section-about p {
    width: 100%;
    margin: 0 auto 0;
    font-size: 14px;
  }
  .section-about figure {
    margin-bottom: 50px;
  }
  .recommend-box {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 60px;
  }
  .recommend-box h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .recommend-box-list {
    display: block;
    padding: 0 0 35px;
    background-color: var(--bg-color);
  }
  .recommend-box-list-item {
    display: block;
    padding: 35px 20px 0 20px;
    padding-bottom: 45px;
    border-bottom: 3px solid #fff;
  }
  .recommend-box-list-item.pc {
    display: none;
  }
  .recommend-box-list-item.sp {
    display: block;
  }
  .recommend-box-list-item.sp .flex {
    display: flex;
    align-items: flex-end;
    gap: 10%;
  }
  .recommend-box-list-item.sp .flex > div {
    width: 45%;
  }
  .recommend-box-list-item:last-child {
    border-bottom: none;
  }
  .recommend-box-list-item:not(:nth-child(2), :last-child) {
    border-right: none;
  }
  .recommend-box-list-item .new {
    max-width: 163px;
    margin: 0 auto 12px;
    font-size: 15px;
  }
  .recommend-box-list-item .type {
    display: block;
    border-bottom: none;
  }
  .recommend-box-list-item .type span.sp {
    display: inline-block;
  }
  .recommend-box-list-item:not(:first-child) .type {
    padding-left: 0;
  }
  .recommend-box-list-item p {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
  }
  .recommend-box-list-item .flex {
    display: flex;
  }
  .recommend-box-list-item figure {
    margin: 0 auto 15px;
  }
  .recommend-box-list-item h4 {
    margin-bottom: 20px;
    font-size: 15px;
  }

  /*アップグレードポイント*/
  .point-box {
    display: block;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .point-box-text {
    width: 100%;
    margin-bottom: 60px;
  }
  .point-box-img {
    width: 100%;
  }
  .point-box-text h3 {
    margin-bottom: 25px;
  }
  .point-box-text h3 .number {
    font-size: 31px;
  }
  .point-box-text h3 .title {
    font-size: 18px;
  }
  .point-box-wrap {
    display: block;
    padding-bottom: 80px;
  }
  .point-box-text .box {
    margin-bottom: 10px;
    padding: 4px 0.8em;
    font-size: 12px;
  }
  /*おすすめポイント*/
  .point-list {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .point-list li {
    display: block;
    margin-bottom: 50px;
  }
  .point-list-img {
    max-width: 175px;
    margin: 0 auto 20px;
  }
  .point-list-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  /*LINE UP*/
  .section-lineup {
    margin-bottom: 60px;
  }
  .section-lineup .section-title {
    margin-bottom: 0;
  }
  .lineup-box {
    flex-direction: column-reverse;
    margin: 0;
    padding: 50px 0;
  }
  .lineup-box-text {
    width: 100%;
  }
  .lineup-box-img {
    width: 100%;
  }
  .lineup-box-text-tag {
    padding: 0.5em 1em;
    font-size: 11px;
  }
  .tag-family {
    border: 1px solid #000;
  }
  .lineup-box-text-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .lineup-box-text-des {
    margin-bottom: 30px;
  }
  .lineup-box-text-img {
    margin-bottom: 50px;
  }
  .lineup-box-img {
    max-width: 208px;
    margin: 0 auto;
  }
  .lineup-box-img figure {
    margin-bottom: 28px;
  }

  /*比較表*/
  .table-scroll {
    overflow-x: scroll;
  }
  .table-list {
    border-top: none;
  }
  .table-list thead {
    border-left: none;
  }
  .table-list th,
  .table-list td {
    padding: 15px 8px;
  }
  .table-list thead th {
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .table-list tbody th {
    font-size: 11px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
  }
  .table-list tbody td {
    font-size: 10px;
    vertical-align: middle;
  }
  .table-list tbody tr:first-child th {
    border-left: none;
  }
  .table-list tr:first-child th,
  .table-list tr:first-child td {
    border-right: none;
  }
  /*よくある質問*/
  .qanda-list {
    width: 100%;
    max-width: 100%;
  }
  .red-btn a {
    width: 150px;
    height: 35px;
    font-size: 12px;
  }
  .red-btn a span {
    width: 10px;
    margin-top: 1px;
    margin-left: 8px;
  }
}

/*# sourceMappingURL=tex_tent.css.map */
