@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* ==============================================================
*  contents
* ============================================================ */
html, body {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.anchorarea-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.anchorarea-fixed li {
  width: 33.333%;
}
.anchorarea-fixed li a {
  color: #000;
}
.anchorarea-fixed li a:hover {
  text-decoration: none;
}
.anchorarea-fixed li a .txt-anchor_container .anchorarea {
  position: relative;
}
.anchorarea-fixed li a .txt-anchor_container .anchorarea .inner {
  display: block;
  padding: 12px 0;
  text-align: center;
}
.anchorarea-fixed li a .txt-anchor_container .anchorarea .inner:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
}
.anchorarea-fixed li a .txt-anchor_container .anchorarea .inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.anchorarea-fixed li.grzz a .txt-anchor_container .txtarea span.main {
  color: #19bfb5;
}
.anchorarea-fixed li.grzz a .txt-anchor_container .anchorarea {
  background-image: linear-gradient(140deg, rgb(69, 214, 168) 0%, rgb(80, 227, 198) 100%);
}
.anchorarea-fixed li.grzz a .txt-anchor_container .anchorarea .inner:after {
  border-top: 10px solid #19bfb5;
}
.anchorarea-fixed li.xa a .txt-anchor_container .txtarea span.main {
  color: #0278c9;
}
.anchorarea-fixed li.xa a .txt-anchor_container .anchorarea {
  background-image: linear-gradient(-30deg, rgb(80, 140, 227) 0%, rgb(89, 149, 248) 100%);
}
.anchorarea-fixed li.xa a .txt-anchor_container .anchorarea .inner:after {
  border-top: 10px solid #0278c9;
}
.anchorarea-fixed li.razy a .txt-anchor_container .txtarea span.main {
  color: #f49602;
}
.anchorarea-fixed li.razy a .txt-anchor_container .anchorarea {
  background-image: linear-gradient(-30deg, rgb(227, 167, 80) 0%, rgb(248, 183, 89) 100%);
}
.anchorarea-fixed li.razy a .txt-anchor_container .anchorarea .inner:after {
  border-top: 10px solid #f49602;
}

.anchorarea-fixed.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#mv {
  height: auto;
  background: url(/direct/pc-static/assets/content/student/images/kv_bg.jpg) no-repeat top left/cover;
}
#mv .container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
#mv .container .directlogo {
  position: absolute;
  top: 30px;
  left: 0;
}
#mv .container h1 {
  text-align: center;
}
#mv .container .anchor_img_container {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
}
#mv .container .anchor_img_container li {
  width: 33.333%;
}
#mv .container .anchor_img_container li a {
  color: #000;
}
#mv .container .anchor_img_container li a:hover {
  text-decoration: none;
}
#mv .container .anchor_img_container li a .img_container {
  width: 100%;
  margin-bottom: -2px;
}
#mv .container .anchor_img_container li a .img_container img {
  width: 100%;
  margin: 0;
  padding: 0;
}
#mv .container .anchor_img_container li a .txt-anchor_container .txtarea {
  background-color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 20px 0;
  line-height: 1.6em;
}
#mv .container .anchor_img_container li a .txt-anchor_container .txtarea span.main {
  font-size: 1.6em;
  font-weight: 700;
}
#mv .container .anchor_img_container li a .txt-anchor_container .txtarea span.main .sub {
  font-size: 0.65em;
  font-weight: 700;
}
#mv .container .anchor_img_container li a .txt-anchor_container .anchorarea {
  position: relative;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
#mv .container .anchor_img_container li a .txt-anchor_container .anchorarea .anchorarea__sentinel {
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
}
#mv .container .anchor_img_container li a .txt-anchor_container .anchorarea .inner {
  display: block;
  padding: 12px 0;
  text-align: center;
}
#mv .container .anchor_img_container li a .txt-anchor_container .anchorarea .inner:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
}
#mv .container .anchor_img_container li a .txt-anchor_container .anchorarea .inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
#mv .container .anchor_img_container li.grzz a .txt-anchor_container .txtarea span.main {
  color: #19bfb5;
}
#mv .container .anchor_img_container li.grzz a .txt-anchor_container .anchorarea {
  background-image: linear-gradient(140deg, rgb(69, 214, 168) 0%, rgb(80, 227, 198) 100%);
}
#mv .container .anchor_img_container li.grzz a .txt-anchor_container .anchorarea .inner:after {
  border-top: 10px solid #19bfb5;
}
#mv .container .anchor_img_container li.xa a .txt-anchor_container .txtarea span.main {
  color: #0278c9;
}
#mv .container .anchor_img_container li.xa a .txt-anchor_container .anchorarea {
  background-image: linear-gradient(-30deg, rgb(80, 140, 227) 0%, rgb(89, 149, 248) 100%);
}
#mv .container .anchor_img_container li.xa a .txt-anchor_container .anchorarea .inner:after {
  border-top: 10px solid #0278c9;
}
#mv .container .anchor_img_container li.razy a .txt-anchor_container .txtarea span.main {
  color: #f49602;
}
#mv .container .anchor_img_container li.razy a .txt-anchor_container .anchorarea {
  background-image: linear-gradient(-30deg, rgb(227, 167, 80) 0%, rgb(248, 183, 89) 100%);
}
#mv .container .anchor_img_container li.razy a .txt-anchor_container .anchorarea .inner:after {
  border-top: 10px solid #f49602;
}
#mv .container .anchor_img_container li.is-fixed {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
}
#mv .container .anchor_img_container li.is-fixed a .img_container {
  display: none;
}
#mv .container .anchor_img_container li.is-fixed a .txt-anchor_container .txtarea {
  display: none;
}

#grzz,
#xa,
#razy {
  padding: 60px 0;
}
#grzz .container,
#xa .container,
#razy .container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#grzz .container .prod_info,
#xa .container .prod_info,
#razy .container .prod_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#grzz .container .prod_info .txtarea,
#xa .container .prod_info .txtarea,
#razy .container .prod_info .txtarea {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#grzz .container .prod_info .txtarea .mainlead,
#grzz .container .prod_info .txtarea .sublead,
#grzz .container .prod_info .txtarea .prodname,
#xa .container .prod_info .txtarea .mainlead,
#xa .container .prod_info .txtarea .sublead,
#xa .container .prod_info .txtarea .prodname,
#razy .container .prod_info .txtarea .mainlead,
#razy .container .prod_info .txtarea .sublead,
#razy .container .prod_info .txtarea .prodname {
  width: 100%;
}
#grzz .container .prod_info .txtarea .sublead,
#xa .container .prod_info .txtarea .sublead,
#razy .container .prod_info .txtarea .sublead {
  font-size: 16px;
  line-height: 1.75em;
}
#grzz .container .prod_info .imgarea,
#xa .container .prod_info .imgarea,
#razy .container .prod_info .imgarea {
  width: 50%;
}
#grzz .container .prod_img,
#xa .container .prod_img,
#razy .container .prod_img {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
#grzz .container .purchase_btn,
#xa .container .purchase_btn,
#razy .container .purchase_btn {
  text-align: center;
  margin: 24px 0;
}
#grzz .container .purchase_btn .guestprice,
#xa .container .purchase_btn .guestprice,
#razy .container .purchase_btn .guestprice {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
#grzz .container .purchase_btn .guestprice span,
#xa .container .purchase_btn .guestprice span,
#razy .container .purchase_btn .guestprice span {
  font-size: 24px;
  font-weight: 700;
  color: #ff6c00;
}

#grzz {
  background-image: linear-gradient(-30deg, rgb(145, 232, 227) 0%, rgb(177, 231, 231) 38%, rgb(209, 230, 235) 90%);
}
#grzz .container .prod_info .txtarea {
  gap: 4px;
}

#xa {
  background-image: linear-gradient(-30deg, rgb(154, 203, 238) 0%, rgb(184, 212, 237) 39%, rgb(213, 220, 235) 90%);
}
#xa .container .prod_info .txtarea {
  gap: 6px;
}

#razy {
  background-image: linear-gradient(-30deg, rgb(243, 223, 174) 0%, rgb(248, 237, 209) 38%, rgb(253, 251, 243) 90%);
}

#bnr {
  padding: 60px 0;
}
#bnr .container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#bnr .container .ttlarea {
  margin-bottom: 40px;
}
#bnr .container .ttlarea p {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
#bnr .container .bnrarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

/* ===== 商品スペックテーブルsyule ===== */
.dbk-front-04__inner {
  max-width: 1100px;
}
.dbk-front-04__inner .table_ttl_container {
  font-size: 20px;
  font-weight: 700;
  padding: 18px 0;
  text-align: center;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
}
.dbk-front-04__inner .table_feature_container {
  padding: 18px 0 18px 30px;
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dbk-front-04__inner .table_feature_container .ttltxt {
  width: 10%;
}
.dbk-front-04__inner .table_feature_container .ttltxt p {
  font-size: 20px;
  font-weight: 700;
  padding: 12px 20px;
  text-align: center;
  border: solid 1px #333;
}
.dbk-front-04__inner .table_feature_container .iconarea {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 1.25rem;
  line-height: 1.35em;
}
.dbk-front-04__inner .v-specification {
  position: relative;
}
.dbk-front-04__inner .v-specification:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #333;
  pointer-events: none;
  z-index: 2;
}
.dbk-front-04__inner .v-specification tbody th {
  background: #333;
  color: #fff;
  border: none;
}
.dbk-front-04__inner .v-specification tbody th:nth-of-type(n+2) {
  border-left: solid 1px #f2f2f2;
}
.dbk-front-04__inner .v-specification tbody td {
  font-size: 15px;
  line-height: 1.5em;
  padding: 10px 0;
  border-bottom: none;
  background-color: transparent;
}
.dbk-front-04__inner .v-specification tbody td:first-child {
  border-left: none;
}
.dbk-front-04__inner .v-specification tbody td:last-child {
  border-right: none;
}
.dbk-front-04__inner .v-specification tbody td[data-label=CPU], .dbk-front-04__inner .v-specification tbody td[data-label=SSD], .dbk-front-04__inner .v-specification tbody td[data-label=軽さ], .dbk-front-04__inner .v-specification tbody td[data-label=外形寸法] {
  background-color: #fff;
}
.dbk-front-04__inner .v-specification tbody td .imgbox {
  margin-top: 10px;
}
.dbk-front-04__inner .v-specification tbody td .i_darktechblue {
  color: #071A34;
  background: #071A34;
  border: solid 1px #333;
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
}
.dbk-front-04__inner .v-specification tbody td .i_celestblue {
  color: #c6d9e2;
  background: #c6d9e2;
  border: solid 1px #333;
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
}
.dbk-front-04__inner .v-specification tbody td .i_nebulablack {
  color: #001b37;
  background: #001b37;
  border: solid 1px #001b37;
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
}
.dbk-front-04__inner .v-specification tbody hr {
  margin: 12px 0;
}

/*------------------ top ------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/*------------------ top ------------------*/
@media screen and (min-width: 1px) and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .anchorarea-fixed {
    gap: 0;
  }
  .anchorarea-fixed li a .txt-anchor_container .anchorarea {
    padding: 8px 0 24px;
  }
  .anchorarea-fixed li a .txt-anchor_container .anchorarea .inner {
    width: 86.5%;
    margin: 0 auto;
  }
  .anchorarea-fixed li a .txt-anchor_container .anchorarea .inner:before {
    top: auto;
    bottom: -3px;
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .anchorarea-fixed li a .txt-anchor_container .anchorarea .inner:after {
    top: auto;
    bottom: 8px;
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #mv .container {
    padding-top: 80px;
  }
  #mv .container .directlogo {
    top: 20px;
    left: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #mv .container h1 {
    width: 80%;
    margin: 0 auto;
  }
  #mv .container .anchor_img_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  #mv .container .anchor_img_container li {
    width: 100%;
  }
  #mv .container .anchor_img_container li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #mv .container .anchor_img_container li a .img_container {
    width: 50%;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    overflow: hidden;
  }
  #mv .container .anchor_img_container li a .img_container img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mv .container .anchor_img_container li a .txt-anchor_container {
    width: 50%;
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #mv .container .anchor_img_container li a .txt-anchor_container .txtarea {
    font-size: 15px;
    line-height: 1.75em;
    width: 100%;
    padding: 24px 0 16px;
  }
  #mv .container .anchor_img_container li a .txt-anchor_container .anchorarea {
    width: 100%;
  }
  #mv .container .anchor_img_container li a .txt-anchor_container .anchorarea .inner {
    padding-bottom: 27px;
  }
  #mv .container .anchor_img_container li a .txt-anchor_container .anchorarea .inner:before {
    top: auto;
    bottom: -4px;
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
  }
  #mv .container .anchor_img_container li a .txt-anchor_container .anchorarea .inner:after {
    top: auto;
    bottom: 6px;
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  #mv .container .anchor_img_container li.grzz a .txt-anchor_container .anchorarea .inner:after {
    border-top: 7px solid #19bfb5;
  }
  #mv .container .anchor_img_container li.xa a .txt-anchor_container .anchorarea .inner:after {
    border-top: 7px solid #0278c9;
  }
  #mv .container .anchor_img_container li.razy a .txt-anchor_container .anchorarea .inner:after {
    border-top: 7px solid #f49602;
  }
  #grzz .container .prod_info,
  #xa .container .prod_info,
  #razy .container .prod_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #grzz .container .prod_info .txtarea,
  #xa .container .prod_info .txtarea,
  #razy .container .prod_info .txtarea {
    width: 92%;
    margin: 20px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 5px;
  }
  #grzz .container .prod_info .imgarea,
  #xa .container .prod_info .imgarea,
  #razy .container .prod_info .imgarea {
    width: 94%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #grzz .container .purchase_btn,
  #xa .container .purchase_btn,
  #razy .container .purchase_btn {
    padding: 0 14px;
  }
  #grzz .container .dbk-u-typo-xsmall,
  #xa .container .dbk-u-typo-xsmall,
  #razy .container .dbk-u-typo-xsmall {
    padding: 0 14px;
  }
  #grzz .container .dbk-u-typo-xsmall li,
  #xa .container .dbk-u-typo-xsmall li,
  #razy .container .dbk-u-typo-xsmall li {
    font-size: 12px;
    line-height: 1.5em;
  }
  #bnr {
    padding: 60px 0 30px;
  }
  #bnr .container .ttlarea p {
    font-size: 36px;
    line-height: 1.25em;
  }
  #bnr .container .bnrarea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
  }
  .dbk-front-04__inner {
    padding: 10px 5px 20px;
  }
  .dbk-front-04__inner .dbk-front-04__lead {
    font-size: 14px;
  }
  .dbk-front-04__inner .table_inner_container {
    position: relative;
  }
  .dbk-front-04__inner .table_inner_container:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #333;
    pointer-events: none;
    z-index: 2;
  }
  .dbk-front-04__inner .table_inner_container .table_ttl_container {
    border: none;
    font-size: 16px;
    line-height: 1.5em;
  }
  .dbk-front-04__inner .table_inner_container .table_feature_container {
    border: none;
    padding: 20px;
  }
  .dbk-front-04__inner .table_inner_container .table_feature_container .ttltxt p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 20px 15px;
  }
  .dbk-front-04__inner .table_inner_container .table_feature_container .iconarea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dbk-front-04__inner .table_inner_container .table_feature_container .iconarea li {
    width: 32%;
  }
  .dbk-front-04__inner .table_inner_container .table_feature_container .iconarea li:nth-of-type(n+4) {
    margin-top: 15px;
  }
  .dbk-front-04__inner .table_inner_container .v-specification {
    border-bottom: solid 1px #333;
  }
  .dbk-front-04__inner .table_inner_container .v-specification:after {
    content: none;
  }
  .dbk-front-04__inner .table_inner_container .v-specification tbody td {
    padding: 10px 12px;
  }
  .dbk-front-04__inner .table_inner_container .scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .dbk-front-04__inner .table_inner_container .scroll:-webkit-scrollbar {
    display: none;
  }
  /* ===== 商品詳細スライドショー共通 ===== */
  .slideshow {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .slideshow li {
    position: absolute;
    inset: 0;
    opacity: 0;
  }
  .slideshow li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .slideshow li:first-child {
    opacity: 1;
  }
  .slideshow.is-animate li {
    -webkit-animation: fadeSlide 9s infinite;
            animation: fadeSlide 9s infinite;
  }
  .slideshow.is-animate li:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .slideshow.is-animate li:nth-child(2) {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .slideshow.is-animate li:nth-child(3) {
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
  @-webkit-keyframes fadeSlide {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    30% {
      opacity: 1;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeSlide {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    30% {
      opacity: 1;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
}