@charset "UTF-8";
:root {
  --darkblue1: #1d2975;
  --darkblue2: #1a60a2;
  --eva-pur-th-color: #898989;
  --po-th-color: #0c97ae;
  --po-td-color1: #9dd1d6;
  --po-td-color2: #dbeef0;
  --bg: #153258;
  --eva-pur-td-color1: #dcdddd;
  --eva-pur-td-color2: #f2f2f2;
  --edit-color: #D27885;
  --design-color: #87B73E;
  --spec-bg: #EEEFEF;
  --noto: "Noto Sans JP",sans-serif;
  --noto-serif: "Noto Serif JP", serif;
  --poppins: "Poppins", serif;
  --biz: "BIZ UDGothic", serif;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body, html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-size: 16px;
  color: var(--main-color);
  font-family: var(--noto);
  font-weight: 400;
  font-style: normal;
  background-color: #fefefe;
  font-feature-settings: "palt";
  line-break: strict;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.marker {
  background: linear-gradient(transparent 50%, #fffb00 70%);
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 190;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}

nav.nav {
  width: 300px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  right: -300px;
  top: 0;
  position: fixed;
  padding: 20px 0;
  transition: all 200ms ease-in-out;
  z-index: 199;
}

nav.nav ul {
  border: none;
  padding: 0;
}

.toggle {
  position: absolute;
  right: 104%;
  width: 50px;
  height: 50px;
  color: #313131;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

span.toggler,
span.toggler:before,
span.toggler:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #313131;
  position: absolute;
  pointer-events: none;
}

span.toggler:before {
  bottom: 9px;
}

span.toggler:after {
  top: 9px;
}

span.deleteclass {
  background-color: transparent;
}

span.deleteclass::before {
  bottom: 0;
  transform: rotate(45deg);
}

span.deleteclass::after {
  top: 0;
  transform: rotate(-45deg);
}

.logo {
  text-align: center;
  margin-bottom: 30px;
}

.logo a {
  text-decoration: none;
  color: #888;
  font-size: 2rem;
}

.nav ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav ul li a {
  padding: 10px 20px;
  display: block;
  color: #313131;
  font-size: 1rem;
  text-decoration: none;
  transition: all 200ms ease;
}

.nav ul li a:hover {
  background-color: var(--darkblue2);
  color: #fff;
}

/* Show Nav */
.show-nav .nav {
  right: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.show-nav .overlay {
  opacity: 1;
  visibility: visible;
}

header {
  margin: 0 auto;
  text-align: center;
  max-width: 1280px;
}
header .main_hero {
  position: relative;
}
header .contact {
  position: absolute;
  bottom: 30%;
  left: 5%;
}
header .contact a {
  display: block;
  width: 300px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 50px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  background: #E1A346;
  color: #fff;
  transition: 0.3s ease;
}
header .contact a:hover {
  transform: scale(1.03);
}

.main_wrapper {
  margin-inline: auto;
  margin-block: 1em 4em;
  padding: 15px;
  max-width: 1280px;
  width: 100%;
}
.main_wrapper h2 {
  margin-bottom: 10px;
}
.main_wrapper ul {
  margin-top: 1em;
}
.main_wrapper ul li {
  margin-left: 20px;
}
.main_wrapper .features {
  margin-block: 1em;
  padding: 5px 10px;
  font-weight: 500;
  background-color: #578ECB;
  color: #fff;
}

.merit h3, .func h3, .func_desc h3 {
  padding-block: 5px;
  border-bottom: 1px solid #578ECB;
}

.main_image {
  margin-block: 20px;
}

.merit {
  margin-top: 2em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.merit h3 {
  color: #578ECB;
}
.merit .flex_wrapper {
  width: 100%;
}
.merit .flex_wrapper:nth-child(1) {
  margin-right: 20px;
}

.func {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.func h3 {
  color: #3c548c;
}
.func .flex_wrapper {
  width: 100%;
}
.func .flex_wrapper:nth-child(1), .func .flex_wrapper:nth-child(2) {
  margin-right: 20px;
}
.func .func_li {
  /* ::marker 非対応ブラウザのためのフォールバック */
  list-style: disc outside;
  padding-left: 0.2em;
}
.func li::marker {
  content: "▶ ";
  font-size: 0.9em;
  color: #3C548C;
}

.heading {
  margin-left: 3.2em;
}

.subwrapper {
  width: 100%;
  display: flex;
  background-color: #f1f7fc;
}
.subwrapper .func_desc {
  padding-block: 4em;
  margin-inline: auto;
  margin-top: 6em;
  padding-inline: 1.5em;
}
.subwrapper .func_desc .func_desc_wrap {
  margin-bottom: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.subwrapper .func_desc .func_desc_wrap .func_flex1 {
  max-width: 900px;
  flex: 1;
}
.subwrapper .func_desc .func_desc_wrap .func_flex2 {
  width: 315px;
}
.subwrapper .func_desc h3 {
  margin-bottom: 10px;
  color: #578ECB;
}

._content {
  margin-inline: auto;
  width: 100%;
  max-width: 1280px;
  padding: 15px;
}

.promo_edit {
  margin-top: 6em;
}
.promo_edit h3 {
  color: #fff;
  background-color: var(--edit-color);
  padding: 5px 0 5px 10px;
}
.promo_edit .promo_edit_container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.promo_edit .promo_edit_container .promo_edit_img {
  margin-top: 1em;
  margin-right: 2em;
}
.promo_edit .promo_edit_container .promo-txt-container {
  margin-top: 1em;
}
.promo_edit .promo_edit_container .promo-txt-container h4 {
  margin-block: 1.5em;
  color: var(--edit-color);
  font-weight: 500;
  font-size: 1.1em;
}
.promo_edit .promo_edit_container .promo-txt-container .promo_ol {
  position: relative;
}
.promo_edit .promo_edit_container .promo-txt-container .promo_ol .point_img {
  position: absolute;
  top: -50px;
  right: -80px;
}
.promo_edit .promo_edit_container .promo-txt-container ol {
  margin-top: 1em;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.promo_edit .promo_edit_container .promo-txt-container ol li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  padding-left: 30px;
  position: relative;
}
.promo_edit .promo_edit_container .promo-txt-container ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--edit-color);
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
}

.spec {
  padding: 1em 2em 4em 2em;
  background-color: var(--spec-bg);
}
.spec .spec_container {
  margin: 0 auto;
  max-width: 1280px;
}
.spec h3 {
  margin-block: 1em;
  font-weight: normal;
  color: #333;
}
.spec img {
  margin-block: 1em;
}
.spec table, .spec td {
  border-collapse: collapse;
  border: 1px solid #BEBEBF;
  padding: 10px;
}
.spec table {
  width: 100%;
}
.spec .spec_tbl1 {
  max-width: 1280px;
}
.spec .spec_tbl1 td {
  width: 33.3333333333%;
  text-align: center;
}
.spec .spec_tbl1 td:nth-child(1) {
  background-color: #ddd;
}
.spec .spec_tbl1 td:nth-child(n+2) {
  background-color: #fff;
}
.spec .spec_tbl1 td.td_heading {
  background-color: #BEBEBF;
}
.spec .spec_tbl2 {
  max-width: 1280px;
}
.spec .spec_tbl2 td {
  text-align: center;
}
.spec .spec_tbl2 td.td_h {
  width: 16.6%;
  background-color: #ddd;
}
.spec .spec_tbl2 td:not(.td_h) {
  background-color: #fff;
}

.promo_design {
  margin-top: 6em;
}
.promo_design h3 {
  color: #fff;
  background-color: var(--design-color);
  padding: 5px 0 5px 10px;
}
.promo_design .promo-txt-container {
  margin-top: 1em;
}
.promo_design .promo-txt-container ul {
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: clamp(1.125rem, 1.073rem + 0.22vw, 1.25rem); /* 18-20*/
}
.promo_design .promo-txt-container ul li {
  color: var(--design-color);
  margin-left: 25px;
}

footer {
  padding-block: 5em;
  display: flex;
  justify-content: center;
  background-color: var(--spec-bg);
}
footer .parachute {
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
footer .parachute .contact a {
  display: block;
  width: 300px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 50px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  background: #E1A346;
  color: #fff;
  transition: 0.3s ease;
}
footer .parachute .contact a:hover {
  transform: scale(1.03);
}
footer address {
  font-style: normal;
  color: #232E4E;
}
footer address a {
  color: #232E4E;
  transition: 0.3s ease;
}
footer address a:hover {
  color: var(--darkblue2);
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #fff;
  border: solid 2px var(--bg);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop:hover {
  background: var(--darkblue1);
}
.pagetop:hover .pagetop__arrow {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
  transition: 0.3s ease;
}

@media screen and (max-width: 990px) {
  .promo_edit .promo_edit_container .promo-txt-container .promo_ol {
    position: relative;
  }
  .promo_edit .promo_edit_container .promo-txt-container .promo_ol .point_img {
    margin-block: 1.5em;
    position: static;
    top: 0px;
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .merit, .func {
    flex-direction: column;
  }
  .merit {
    margin-top: 1em;
  }
  .merit .flex_wrapper {
    margin-top: 1.5em;
  }
  .func .flex_wrapper {
    margin-top: 1.2em;
  }
  .subwrapper .func_desc {
    padding-block: 0;
    padding-inline: 10px;
  }
  .subwrapper .func_desc .func_desc_wrap {
    flex-direction: column;
  }
  .promo_edit .promo_edit_container {
    flex-direction: column;
  }
  .promo_edit .promo_edit_container .promo-txt-container .promo_ol {
    position: relative;
  }
  .promo_edit .promo_edit_container .promo-txt-container .promo_ol .point_img {
    display: none;
  }
  .parachute {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .spec {
    /* 行バッジ（data-group を見出しとして表示） */
    /* 罫線・余白の調整 */
    /* スマホでは row/colspan で使っていた見出しセルは非表示 */
    /* 明細タイトル（2列目の .td_h）を項目ラベルっぽく */
    /* 金額は右寄せ＆強調 */
  }
  .spec table, .spec td {
    border: none;
  }
  .spec .price-table,
  .spec .price-table tbody,
  .spec .price-table tr,
  .spec .price-table td {
    display: block;
    width: 100%;
  }
  .spec .price-table tr {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 0 12px;
    padding-top: 38px; /* 上部バッジ分の余白 */
  }
  .spec .price-table tr::before {
    content: attr(data-group);
    position: absolute;
    inset: 0 auto auto 0;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    font-weight: 700;
    background: #f5f5f5;
    border-bottom: 1px solid #ececec;
    width: 100%;
    box-sizing: border-box;
  }
  .spec .price-table td {
    border: none;
    padding: 12px 14px;
    text-align: left;
  }
  .spec .price-table tr .td_h:first-child {
    display: none;
  }
  .spec .price-table tr .td_h {
    background: transparent;
    padding-bottom: 6px;
    font-weight: 600;
    color: #333;
  }
  .spec .price-table .price {
    text-align: right;
    font-size: 1.05rem;
    font-weight: 800;
    padding-top: 0;
  }
  .env-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
  }
  .env-table td {
    border: 1px solid #ddd;
    padding: 10px;
  }
  .env-table .td_heading {
    background: #f0f0f0;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .spec_tbl1 .env-table {
    /* ブロック化 */
    /* 1行＝1カード */
    /* 見出し行（先頭行）は非表示 */
    /* 1列目（項目名）をカードのタイトル風に */
    /* 2・3列目はラベル付きで縦積み */
    /* PC用幅指定を解除 */
    /* PC用の色ルールを調整（必要分だけ上書き） */
    /* モバイルでは淡めに */
  }
  .spec_tbl1 .env-table, .spec_tbl1 .env-table tbody, .spec_tbl1 .env-table tr, .spec_tbl1 .env-table td {
    display: block;
    width: 100%;
    border: none;
  }
  .spec_tbl1 .env-table tr {
    margin: 0 0 12px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    border: none;
  }
  .spec_tbl1 .env-table tr:first-child {
    display: none;
  }
  .spec_tbl1 .env-table td:first-child {
    background: #f7f7f7;
    font-weight: 700;
    padding: 12px;
    border: none;
  }
  .spec_tbl1 .env-table td:nth-child(2),
  .spec_tbl1 .env-table td:nth-child(3) {
    padding: 8px 12px;
    border: none;
  }
  .spec_tbl1 .env-table td:nth-child(2)::before {
    content: "Windows: ";
    font-weight: 700;
  }
  .spec_tbl1 .env-table td:nth-child(3)::before {
    content: "Mac: ";
    font-weight: 700;
  }
  .spec_tbl1 .env-table td {
    width: 100%;
  }
  .spec_tbl1 .env-table td:nth-child(1) {
    background: #f7f7f7;
  }
  .spec_tbl1 .env-table td:nth-child(n+2) {
    background: #fff;
  }
  .spec_tbl1 .env-table td.td_heading {
    background: #f7f7f7;
  }
}
@media screen and (max-width: 640px) {
  header .main_hero {
    position: relative;
  }
  header .contact {
    position: absolute;
    bottom: 30%;
    left: 5%;
  }
  header .contact a {
    display: block;
    max-width: 250px;
    padding: 5px;
    text-align: center;
    border-radius: 50px;
    font-weight: 400;
    letter-spacing: 0.05rem;
    background: #E1A346;
    color: #fff;
    transition: 0.3s ease;
  }
  header .contact a:hover {
    transform: scale(1.03);
  }
  footer {
    padding-block: 2em;
  }
  footer .parachute {
    flex-direction: column;
  }
}/*# sourceMappingURL=common.css.map */