/* ==================================================
  reset
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
}





/* ==================================================
  color
================================================== */

:root {
  --Electric-Blue: #024ad8;
  --hp: #DCEAF7;
  --pro: #C2F1C8;
  --elite: #F2CFEE;
  --acce: #0F9ED5;
}

.bg_hp { background-color: var(--hp); }
.bg_pro { background-color: var(--pro); }
.bg_elite { background-color: var(--elite); }
.bg_acce { background-color: var(--acce); }





/* ==================================================
  base
================================================== */

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.visid {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.375;
}
.visid,
.visid *,
.visid *::before,
.visid *::after {
  box-sizing: border-box;
}
.visid img,
.visid video {
  vertical-align: bottom;
  max-width: 100%;
}
.visid sup,
.visid sub {
  position: relative;
  vertical-align: baseline;
  height: 0;
  font-size: smaller;
  line-height: 1;
}
.visid sup {
  bottom: 1ex;
}
.visid sub {
  top: 1ex;
}



/* ----------------------------------------
  a
---------------------------------------- */

.visid a {
  color: #007dba;
  text-decoration: none;
}
.visid a:hover {
  text-decoration: underline;
}
.visid a:visited {
  color: #822980;
}


/* images -------------------- */

.visid a img {
  transition: .2s;
}
.visid a:hover img {
  opacity: .7;
}



/* ----------------------------------------
  table
---------------------------------------- */

.visid table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.visid th,
.visid td {
  vertical-align: middle;
  padding: .8em 1em;
  border: 1px solid #ccc;
}

@media screen and (max-width: 812px) {
  .visid th,
  .visid td {
    font-size: 14px;
  }
}





/* ==================================================
  common
================================================== */

/* ----------------------------------------
  cont_wrap
---------------------------------------- */

.cont_wrap {
  padding: 40px 20px;
}

@media screen and (min-width: 813px) {
  .cont_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}



/* ----------------------------------------
  heading
---------------------------------------- */

h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.4;
}

.x5l { font-size: 46px; line-height: 50px; }
.x4l { font-size: 46px; line-height: 50px; }
.x3l { font-size: 46px; line-height: 50px; }
.xxl { font-size: 40px; line-height: 46px; }
.xl { font-size: 30px; line-height: 34px; }
.h1 { font-size: 26px; line-height: 28px; }
.h2 { font-size: 24px; line-height: 26px; }
.h3 { font-size: 22px; line-height: 26px; }
.h4 { font-size: 20px; line-height: 24px; }
.h5 { font-size: 18px; line-height: 26px; }

@media screen and (min-width: 813px) {
  .x5l { font-size: 90px; line-height: 96px; }
  .x4l { font-size: 90px; line-height: 96px; }
  .x3l { font-size: 90px; line-height: 96px; }
  .xxl { font-size: 60px; line-height: 66px; }
  .xl { font-size: 40px; line-height: 44px; }
  .h1 { font-size: 36px; line-height: 40px; }
  .h2 { font-size: 32px; line-height: 36px; }
  .h3 { font-size: 26px; line-height: 30px; }
  .h4 { font-size: 20px; line-height: 26px; }
}

@media screen and (min-width: 1280px) {
  .x5l { font-size: 260px; line-height: 260px; }
  .x4l { font-size: 180px; line-height: 180px; }
  .x3l { font-size: 112px; line-height: 116px; }
  .xxl { font-size: 70px; line-height: 74px; }
  .xl { font-size: 50px; line-height: 52px; }
  .h1 { font-size: 40px; line-height: 42px; }
  .h2 { font-size: 34px; line-height: 40px; }
  .h3 { font-size: 28px; line-height: 34px; }
  .h4 { font-size: 22px; line-height: 28px; }
  .h5 { font-size: 20px; line-height: 28px; }
}


/* hLine -------------------- */

.hLine {
  display: flex;
  align-items: center;
  gap: .5em;
  text-align: center;
}
.hLine::before,
.hLine::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #000;
}


/* title_line -------------------- */

.title_line {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}


/* title_bar -------------------- */

.title_bar {
  padding: 15px 20px;
  text-align: center;
}



/* ----------------------------------------
  margin
---------------------------------------- */

.xxl + p { margin-top: 20px; }
.xl + p { margin-top: 20px; }
.h1 + p { margin-top: 10px; }
.h2 + p { margin-top: 16px; }
.h3 + p { margin-top: 16px; }
.h4 + p { margin-top: 10px; }
.h5 + p { margin-top: 10px; }

.visid p + p {
  margin-top: 1em;
}



/* ----------------------------------------
  sup
---------------------------------------- */

sup.small {
  vertical-align: super;
  font-size: 13.3333px;
  font-weight: normal;
}



/* ----------------------------------------
  text
---------------------------------------- */

.tcenter { text-align: center !important; }
.tleft { text-align: left !important; }
.tright { text-align: right !important; }

.fw_normal { font-weight: normal !important; }
.fw_bold { font-weight: bold !important;}



/* ----------------------------------------
  button
---------------------------------------- */

a.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
  vertical-align: bottom;
  padding: .5em 1.2em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  background: #000;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus {
  color: #fff;
  text-decoration: none;
}
a.button:hover {
  background: #5a5a5a;
}
a.button.slim {
  font-size: 13px;
}
a.button.sslim {
  font-size: 11px;
}


/* large -------------------- */

a.button.large {
  padding: .8em 1.2em;
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  a.button.large {
    font-size: 20px;
  }
}


/* line -------------------- */

a.button.line {
  border: 2px solid #000;
}
a.button.line:hover {
  color: #000;
  background: #fff;
}


/* icon -------------------- */

a.button.icon {
  flex-direction: row;
  gap: 16px;
}
a.button.icon::after {
  content: "";
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  filter: invert(1);
}

/* download */
a.button.download::after {
  background-image: url(images/img-icon-download.png);
}

/* quote */
a.button.quote::after {
  background-image: url(images/img-icon-quote.png);
}



/* ----------------------------------------
  notes
---------------------------------------- */

.notes {
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.33;
  text-indent: -1em;
}
.notes > li:nth-child(n+2) {
  margin-top: .5em;
}


/* num -------------------- */

.notes_num {
  counter-reset: num;
  font-size: 12px;
  line-height: 1.33;
}
.notes_num > li {
  position: relative;
  padding-left: 3em;
}
.notes_num > li:nth-child(n+2) {
  margin-top: .5em;
}
.notes_num > li::before {
  counter-increment: num;
  content: "\203B" counters(num, "-") "";
  position: absolute;
  left: 0;
}



/* ----------------------------------------
  list_basic
---------------------------------------- */

.list_basic > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
.list_basic > li:nth-child(n+2) {
  margin-top: .5em;
}
.list_basic > li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: .2em;
  font-family: Arial;
  font-size: 130%;
  line-height: 1;
}


/* row -------------------- */

.list_basic.row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 2em;
}
.list_basic.row > li:nth-child(n+2) {
  margin-top: 0;
}



/* ----------------------------------------
  table - scroll
---------------------------------------- */

.table_scroll {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.table_scroll::-webkit-scrollbar {
  height: 8px;
}
.table_scroll::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.table_scroll::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--Electric-Blue);
}





/* ==================================================
  kv
================================================== */

.kv img {
  width: 100%;
}





/* ==================================================
  windows11
================================================== */

.windows11 {
  max-width: max-content;
  margin: 0 auto 40px;
}

@media screen and (min-width: 768px) {
  .windows11 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .windows11 {
    font-size: 20px;
  }
}





/* ==================================================
  series_table
================================================== */

.series_table th {
  width: 30%;
  font-size: 16px;
}

@media screen and (min-width: 813px) {
  .series_table th {
    width: 20%;
  }
}

@media screen and (min-width: 1280px) {
  .series_table th {
    font-size: 20px;
  }
}





/* ==================================================
  navi
================================================== */

/* ----------------------------------------
  navi_title
---------------------------------------- */

.navi_title {
  padding: 8px 20px 12px;
  color: #fff;
  text-align: center;
  background: #000;
}
.navi_title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.navi_title h2::before,
.navi_title h2::after {
	content: "\2193\2193";
}



/* ----------------------------------------
  navi_list
---------------------------------------- */

.navi_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 10px;
}
.navi_list > li {
  position: relative;
}
.navi_list > li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: rotate(45deg) translateX(-50%);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.navi_list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: .2s;
  height: 100%;
  padding: 10px 10px 25px;
  text-align: center;
  line-height: 1.2;
  border-radius: 8px;
}
.navi_list a:link,
.navi_list a:hover {
  text-decoration: none;
}
.navi_list a span {
  color: #000;
}

/* color */
.navi_list a[href^="#hp"] { background: var(--hp); }
.navi_list a[href^="#pro"] { background: var(--pro); }
.navi_list a[href^="#elite"] { background: var(--elite); }
.navi_list a[href^="#acce"] { background: var(--acce); }

/* hover */
.navi_list a:hover { background: #ccc; }

@media screen and (min-width: 813px) {
  .navi_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .navi_list a {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .navi_list {
    grid-template-columns: repeat(5, 1fr);
  }
  .navi_list a {
    font-size: 22px;
  }
}





/* ==================================================
  product
================================================== */

.product {
  margin-top: 20px;
  border-width: 5px;
  border-style: solid;
}

/* color */
[id^="hp"].product { border-color: var(--hp); }
[id^="pro"].product { border-color: var(--pro); }
[id^="elite"].product { border-color: var(--elite); }
[id^="acce"].product { border-color: var(--acce); }



/* ----------------------------------------
  prod_main
---------------------------------------- */

.prod_main {
  display: grid;
  text-align: center;
}
.prod_main .cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
}
.prod_main .name h2 {
  position: relative;
  padding-bottom: .5em;
}
.prod_main .name h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 320px;
  height: 5px;
}
.prod_main .link_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  margin: 0 auto;
}
.prod_main .link_list .button {
  width: 100%;
}

/* color */
[id^="hp"] .prod_main .name h2::after { background-color: var(--hp); }
[id^="pro"] .prod_main .name h2::after { background-color: var(--pro); }
[id^="elite"] .prod_main .name h2::after { background-color: var(--elite); }
[id^="acce"] .prod_main .name h2::after { background-color: #DCEAF7; }

@media screen and (min-width: 813px) {
  .prod_main {
    grid-template-columns: repeat(2, 1fr);
  }
  .prod_main .cont {
    padding-top: 40px;
    padding-bottom: 0;
  }
}



/* ----------------------------------------
  prod_cont
---------------------------------------- */

.prod_cont {
  padding: 40px 20px;
}
.prod_cont > * + * {
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  .prod_cont {
    padding: 40px;
  }
}



/* ----------------------------------------
  prod_point
---------------------------------------- */

.prod_point {
  text-align: center;
}
.prod_point > h2 {
  max-width: max-content;
  padding: .2em 1em .3em;
  margin: 0 auto;
  border-radius: 50px;
}

/* color */
[id^="hp"] .prod_point > h2 { background-color: var(--hp); }
[id^="pro"] .prod_point > h2 { background-color: var(--pro); }
[id^="elite"] .prod_point > h2 { background-color: var(--elite); }
[id^="acce"] .prod_point > h2 { background-color: var(--acce); }


/* prod_point_list -------------------- */

.prod_point_list {
  display: grid;
  gap: 20px;
  max-width: 1000px;
  margin: 20px auto 0;
}
.prod_point_list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 20px;
  padding: 20px;
  background: #f2f2f2;
}
.prod_point_list .desc {
  text-align: left;
}
.prod_point_list .desc > * + * {
  margin-top: 1em;
}
.prod_point_list .desc .list_basic > li:nth-child(n+2) {
  margin-top: 0;
}

@media screen and (min-width: 813px) {
  .prod_point_list {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* ----------------------------------------
  prod_spec
---------------------------------------- */

/* prod_spec_table -------------------- */

.prod_spec_table {
  table-layout: fixed;
  width: 100%;
  overflow-wrap: break-word;
  border-collapse: collapse;
  background: #fff;
}
.prod_spec_table th,
.prod_spec_table td {
  padding: .6em .8em;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ccc;
}
.prod_spec_table th {
  font-weight: bold;
  background: #f2f2f2;
}
.prod_spec_table th:first-child {
  width: 100px;
  text-align: left;
}

@media screen and (max-width: 479px) {
  .prod_spec_table th,
  .prod_spec_table td {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .prod_spec_table th:first-child {
    width: 180px;
  }
}


/* table_scroll -------------------- */

@media screen and (max-width: 479px) {
  .table_scroll .prod_spec_table {
    width: 440px;
  }
  .prod_spec .table_scroll + .notes + * {
    margin-top: 1em;
  }
}

@media screen and (min-width: 480px) {
  .prod_spec .table_scroll + .notes {
    display: none;
  }
}



/* ----------------------------------------
  prod_link
---------------------------------------- */

.prod_link {
  padding: 20px;
  text-align: center;
  font-size: 20px;
}
.prod_link h3 {
  margin-bottom: 20px;
}

/* color */
[id^="hp"] .prod_link { background-color: var(--hp); }
[id^="pro"] .prod_link { background-color: var(--pro); }
[id^="elite"] .prod_link { background-color: var(--elite); }
[id^="acce"] .prod_link { background-color: var(--acce); }


/* login -------------------- */

.prod_link .login * + .button {
	margin-top: 20px;
	font-size: 24px;
}

@media screen and (min-width: 813px) {
	.prod_link .download {
		min-width: 420px;
	}
}



/* ==================================================
  accessories
================================================== */

/* ----------------------------------------
  prod_main
---------------------------------------- */

@media screen and (min-width: 1280px) {
  [id^="acce"] .prod_main .cont {
    align-self: center;
    padding-top: 0;
  }
}



/* ----------------------------------------
  acce_spec
---------------------------------------- */

.acce_spec {
  text-align: center;
}

@media screen and (max-width: 812px) {
  .acce_spec img {
    width: 360px;
    height: auto;
  }
}



/* ----------------------------------------
  acce_chara_box
---------------------------------------- */

.acce_chara_box {
  padding: 20px;
  background: #f2f2f2;
}



/* ----------------------------------------
  acce_chara_list
---------------------------------------- */

.acce_chara_list {
  display: grid;
  gap: 20px;
}
.acce_chara_list > li {
  padding: 20px;
  background: #f2f2f2;
}
.acce_chara_list h3 {
  color: var(--Electric-Blue);
  text-align: center;
}
.acce_chara_list > li:nth-child(4) {
  padding: 0;
}
.acce_chara_list > li:nth-child(4) img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 813px) {
  .acce_chara_list {
    grid-template-columns: 1fr 36.97478991596639%;
  }
  .acce_chara_list > li:nth-child(1) {
    grid-column: span 2;
  }
  .acce_chara_list > li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .acce_chara_list > li:nth-child(4) {
    grid-row: span 2;
  }
}



/* ----------------------------------------
  prod_spec
---------------------------------------- */

/* prod_spec_table -------------------- */

.prod_spec_table.v_acce tbody th {
  width: 100px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .prod_spec_table.v_acce tbody th {
    width: 180px;
  }
}

/*  */
@media screen and (max-width: 812px) {
  #acce-voyager-legend-50 .prod_spec_table {
    width: 760px;
  }
}





/* ==================================================
  footer
================================================== */

.footer {
  padding: 30px 20px;
}
.footer_list {
  font-size: 14px;
}
.footer_list a:link,
.footer_list a:visited {
  color: #000;
  text-decoration: none;
}
.footer_list a:hover {
  color: #000;
  text-decoration: underline;
}
.footer .copyright {
  font-size: 12px;
}

@media screen and (min-width: 813px) {
  .footer {
    text-align: center;
  }
  .footer_list {
    display: flex;
    justify-content: center;
  }
  .footer_list > li:not(:last-child)::after {
    content: "|";
    margin: 0 20px;
  }
}
