@charset "UTF-8";
/* FUNCTION 機能性*/
section.function {
  overflow: inherit;
}

section.function .detail {
  display: none;
}

@media (max-width: 768px) {
  section.function h3 {
    margin: 0 auto 5vh;
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
  }
  section.function .default .flex-item {
    margin: 0 0 5vh;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 5vw;
  }
  section.function .default .flex-item label {
    padding: 5vw 3vw 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.function .default .text {
    margin: 0 0 0 5vw;
    display: flex;
    flex-direction: column-reverse;
  }
  section.function .default .ft-logo {
    font-size: 0.9rem;
  }
  section.function .default .view {
    margin: 0 0 1vw;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
  }
  section.function .default .flex-item:nth-of-type(2) label {
    flex-direction: row-reverse;
  }
  section.function .default .flex-item:nth-of-type(2) .text {
    margin: 0 5vw 0 0;
  }
  section.function .default .img img {
    height: 20vw;
  }
  section.function .tab-change {
    justify-content: center;
  }
  section.function .tab-change .ft-logo {
    font-size: 0.9rem;
  }
  section.function .tab-change .tab_item {
    margin: 20vw 3vw 0;
    text-align: center;
    transition: all 0.2s ease;
  }
  section.function .tab-change .tab_item img {
    margin: 0 auto 1vw;
    width: auto;
    height: 6vh;
  }
  section.function .tab-change .tab_con {
    display: none;
    padding: 3vw 0 0;
    width: 100%;
    order: -1;
  }
  section.function .tab-change .tab_con .slider {
    margin: 0 0 3vw;
  }
  section.function .tab-change .tab_con .slider li {
    position: relative;
  }
  section.function .tab-change .tab_con .slider p {
    padding: 5vw 0 0 20vw;
    text-align: justify;
    text-justify: inter-character;
    font-size: 0.7rem;
    line-height: 1.5;
  }
  section.function .tab-change .tab_con .slider-nav {
    margin: 10vw 0 0;
  }
  section.function .tab-change input {
    display: none;
  }
  section.function .tab-change input:checked + .tab_item {
    opacity: 0.5;
  }
  section.function .tab-change input:checked + .tab_item + .tab_con {
    display: block;
  }
  /*acs*/
  section.function .default .flex-item {
    opacity: 0;
    transform: translateY(5vh);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.function .default .flex-item.acs {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 769px) {
  section.function {
    min-height: 100vh;
    padding: 50px 0 10%;
  }
  section.function h3 {
    margin: 0 auto 50px;
    font-size: 2rem;
    white-space: nowrap;
    overflow: hidden;
  }
  section.function .default {
    padding: 50px 0;
    border: 1px solid #585858;
    border-left: none;
    border-right: none;
  }
  section.function .default .flex-item {
    padding: 50px 0;
  }
  section.function .default .flex-item + .flex-item {
    border-left: 1px solid #222222;
  }
  section.function .default label {
    cursor: pointer;
  }
  section.function .default .img img {
    margin: 0 auto;
    height: min(10vw, 130px);
  }
  section.function .default .ft-logo {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  section.function .default .view {
    margin: 5px 0 0;
    font-size: 0.7rem;
  }
  section.function .tab-change {
    flex-flow: column wrap;
    position: relative;
  }
  section.function .tab-change .ft-logo {
    margin: 5px 0 40px;
    font-size: 0.9rem;
  }
  section.function .tab-change .tab_item {
    width: 15vw;
    display: block;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  section.function .tab-change .tab_item img {
    margin: 0 auto;
    width: auto;
    height: 5vw;
  }
  section.function .tab-change .tab_con {
    display: none;
    padding: 0 0 0 30px;
    width: calc(100% - 15vw);
    position: absolute;
    top: 0;
    left: 15vw;
  }
  section.function .tab-change .tab_con .slider {
    margin: 0 0 30px;
  }
  section.function .tab-change .tab_con .slider,
  section.function .tab-change .tab_con .slider-nav {
    cursor: pointer;
  }
  section.function .tab-change .tab_con .slider li {
    position: relative;
  }
  section.function .tab-change .tab_con .slider img {
    width: 60%;
  }
  section.function .tab-change .tab_con .slider p {
    padding: 7vw 0 0 30px;
    width: 40%;
    text-align: left;
    position: absolute;
    top: 0;
    left: 60%;
  }
  section.function .tab-change input {
    display: none;
  }
  section.function .tab-change input:checked + .tab_item {
    opacity: 0.5;
  }
  section.function .tab-change input:checked + .tab_item + .tab_con {
    display: block;
  }
  /*acs*/
  section.function .default .flex-item {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.function .default .flex-item.acs {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 下層：商品詳細　 メインビジュアル*/
section.topimage {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: none;
}
section.topimage .text dl {
  display: flex;
}
section.topimage .text dl dt::after {
  content: "|";
  margin: 0 0.5rem;
}

section.topimage::before {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  section.topimage {
    position: relative;
  }
  section.topimage .content {
    position: absolute;
    bottom: 5vh;
    left: 10%;
  }
  section.topimage h1 {
    font-size: 1.75rem;
  }
  section.topimage .text {
    margin: 5vw 0 0;
    font-size: 0.7rem;
    line-height: 1.8;
    text-shadow: #000;
  }
  /*acs*/
  section.topimage h1 {
    opacity: 0;
    transform: translateX(5vh);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.topimage h1.acs {
    opacity: 1;
    transform: translateX(0);
  }
  section.topimage .text {
    opacity: 0;
    transform: translateY(5vh);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.topimage .text.acs {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 769px) {
  section.topimage {
    padding: max(125px + 5vw, 175px) 0 0;
  }
  section.topimage h1 {
    font-size: 2rem;
  }
  section.topimage .text {
    margin: min(3vw, 30px) 0 0;
    line-height: 2;
  }
  /*acs*/
  section.topimage h1 {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.topimage h1.acs {
    opacity: 1;
    transform: translateX(0);
  }
  section.topimage .text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.topimage .text.acs {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------------*/
/* 下層：商品詳細　 スペック*/
section.spec table {
  width: 100%;
}
section.spec table img {
  max-height: 500px;
}

section.spec th,
section.spec td {
  vertical-align: middle;
  border-bottom: 1px solid #585858;
}

section.spec th {
  padding-right: 0;
  white-space: nowrap;
}

/*acs*/
section.spec thead {
  opacity: 0;
  transition: opacity 0.8s;
}

section.spec thead.acs {
  opacity: 1;
}

section.spec tbody tr {
  opacity: 0;
  transform: translateX(30px);
}

section.spec tbody.acs tr {
  -webkit-animation: tr-show 0.8s cubic-bezier(0.65, 0, 0.15, 1) forwards;
  animation: tr-show 0.8s cubic-bezier(0.65, 0, 0.15, 1) forwards;
}

section.spec tbody.acs tr:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

section.spec tbody.acs tr:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

section.spec tbody.acs tr:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

section.spec tbody.acs tr:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

section.spec tbody.acs tr:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

section.spec tbody.acs tr:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

section.spec tbody.acs tr:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

section.spec tbody.acs tr:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

section.spec tbody.acs tr:nth-of-type(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

section.spec tbody.acs tr:nth-of-type(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

section.spec tbody.acs tr:nth-of-type(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

section.spec tbody.acs tr:nth-of-type(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

section.spec tbody.acs tr:nth-of-type(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

section.spec tbody.acs tr:nth-of-type(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

section.spec tbody.acs tr:nth-of-type(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

section.spec tbody.acs tr:nth-of-type(16) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

@media (max-width: 768px) {
  section.spec th,
  section.spec td {
    padding: 3vw;
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }
  section.spec img {
    margin: 0 auto 3vh;
    width: 80%;
  }
  /*acs*/
  section.spec h2 {
    opacity: 0;
    transform: translateY(5vh);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.spec h2.acs {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 769px) {
  section.spec table {
    display: flex;
  }
  section.spec table thead {
    width: 40%;
  }
  section.spec table tbody {
    width: 60%;
  }
  section.spec table thead tr,
  section.spec table thead th {
    width: 100%;
    display: block;
  }
  section.spec table thead th {
    padding: 50px 0 0;
    border: none;
  }
  section.spec th,
  section.spec td {
    padding: 1.5vw;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  section.spec td {
    width: 100%;
    text-align: justify;
    text-justify: inter-character;
  }
  section.spec img {
    margin: 0 auto;
    width: 80%;
  }
  /*acs*/
  section.spec h2 {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.spec h2.acs {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes tr-show {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes tr-show {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*------------------------*/
/* 下層：商品詳細　 特徴*/
section.features .content {
  display: -ms-grid;
  display: grid;
}

section.features .content h2,
section.features .content h3 {
  margin: 0;
}

section.features .content div {
  overflow: hidden;
}

section.features .content div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.remodal.features {
  padding: 0;
  max-width: none;
  background: none;
  position: relative;
}

.remodal.features dl dd {
  text-align: justify;
  text-justify: inter-character;
}

/*acs*/
section.features .content div {
  opacity: 0;
  transform: scale(0.7);
}

section.features .content div.acs {
  -webkit-animation: ftr-show 0.8s cubic-bezier(0.65, 0, 0.15, 1) forwards;
  animation: ftr-show 0.8s cubic-bezier(0.65, 0, 0.15, 1) forwards;
}

section.features .content div:nth-of-type(1).acs {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

section.features .content div:nth-of-type(2).acs {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

section.features .content div:nth-of-type(3).acs {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

section.features .content div:nth-of-type(4).acs {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

section.features .content div:nth-of-type(5).acs {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

section.features .content div:nth-of-type(6).acs {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@media (max-width: 768px) {
  section.features {
    padding: 20vh 0 0;
  }
  section.features .content {
    grid-gap: 1vw;
  }
  .remodal.features {
    width: 90%;
  }
  .remodal.features dl dt {
    margin: -5vh 3vw 4vh;
    font-size: 1rem;
    text-align: right;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
  }
  .remodal.features dl dd {
    font-size: 0.8rem;
  }
  .remodal.features .remodal-close {
    top: -3vw;
    right: -3vw;
  }
  section.features .content {
    -ms-grid-rows: 1fr 1vw 1fr 1vw 1fr 1vw 1fr 1vw 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1vw 1fr 1vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  section.features .content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  section.features .content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  section.features .content > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  section.features .content > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  section.features .content > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  section.features .content > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  section.features .content > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  section.features .content > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  section.features .content > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  section.features .content > *:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  section.features .content > *:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  section.features .content > *:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  section.features .content > *:nth-child(13) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  section.features .content > *:nth-child(14) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  section.features .content > *:nth-child(15) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  section.features .content h2 {
    font-size: 0.8rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row-align: center;
    align-self: center;
  }
  section.features .content h3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row-align: end;
    align-self: end;
  }
  section.features .content div:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  section.features .content div:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  section.features .content div:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  section.features .content div:nth-of-type(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  section.features .content div:nth-of-type(5) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  section.features .content div:nth-of-type(6) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  /*STB65・STB90*/
  .prd-stb65 section.features .content h3,
  .prd-stb90 section.features .content h3 {
    text-align: right;
    -ms-grid-row-align: start;
    align-self: start;
  }
  /*acs*/
  section.features .content h2 {
    opacity: 0;
    transform: translateX(-5vw);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.features .content h2.acs {
    opacity: 1;
    transform: translateX(0);
  }
  section.features .content h3 {
    opacity: 0;
    transform: translateX(5vw);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.features .content h3.acs {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 769px) {
  section.features .content {
    grid-gap: 10px;
  }
  section.features .content h2 img {
    width: auto;
    height: 100%;
  }
  section.features .content div {
    cursor: pointer;
  }
  section.features .content div img {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  section.features .content div:hover img {
    transform: scale(1.1);
    opacity: 0.7;
  }
  .remodal.features {
    width: min(70%, 800px);
  }
  .remodal.features dl {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  }
  .remodal.features dl dt {
    margin: 0 0 10px;
    font-size: 1.5rem;
  }
  /*STB65・STB90*/
  section.features .content {
    -ms-grid-rows: 1fr 10px 1fr 10px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  section.features .content h2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  section.features .content h3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6/7;
    -ms-grid-row-align: end;
    align-self: end;
  }
  section.features .content div:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  section.features .content div:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  section.features .content div:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
  }
  section.features .content div:nth-of-type(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
  }
  section.features .content div:nth-of-type(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
  }
  /*STB135,SEC100,SFT01*/
  .prd-stb135 section.features .content,
  .prd-sec100 section.features .content,
  .prd-sft01 section.features .content,
  .prd-sp01 section.features .content,
  .prd-sp02 section.features .content {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .prd-stb135 section.features .content > *:nth-child(1),
  .prd-sec100 section.features .content > *:nth-child(1),
  .prd-sft01 section.features .content > *:nth-child(1),
  .prd-sp01 section.features .content > *:nth-child(1),
  .prd-sp02 section.features .content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .prd-stb135 section.features .content > *:nth-child(2),
  .prd-sec100 section.features .content > *:nth-child(2),
  .prd-sft01 section.features .content > *:nth-child(2),
  .prd-sp01 section.features .content > *:nth-child(2),
  .prd-sp02 section.features .content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .prd-stb135 section.features .content > *:nth-child(3),
  .prd-sec100 section.features .content > *:nth-child(3),
  .prd-sft01 section.features .content > *:nth-child(3),
  .prd-sp01 section.features .content > *:nth-child(3),
  .prd-sp02 section.features .content > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .prd-stb135 section.features .content > *:nth-child(4),
  .prd-sec100 section.features .content > *:nth-child(4),
  .prd-sft01 section.features .content > *:nth-child(4),
  .prd-sp01 section.features .content > *:nth-child(4),
  .prd-sp02 section.features .content > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .prd-stb135 section.features .content > *:nth-child(5),
  .prd-sec100 section.features .content > *:nth-child(5),
  .prd-sft01 section.features .content > *:nth-child(5),
  .prd-sp01 section.features .content > *:nth-child(5),
  .prd-sp02 section.features .content > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .prd-stb135 section.features .content > *:nth-child(6),
  .prd-sec100 section.features .content > *:nth-child(6),
  .prd-sft01 section.features .content > *:nth-child(6),
  .prd-sp01 section.features .content > *:nth-child(6),
  .prd-sp02 section.features .content > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .prd-stb135 section.features .content > *:nth-child(7),
  .prd-sec100 section.features .content > *:nth-child(7),
  .prd-sft01 section.features .content > *:nth-child(7),
  .prd-sp01 section.features .content > *:nth-child(7),
  .prd-sp02 section.features .content > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .prd-stb135 section.features .content > *:nth-child(8),
  .prd-sec100 section.features .content > *:nth-child(8),
  .prd-sft01 section.features .content > *:nth-child(8),
  .prd-sp01 section.features .content > *:nth-child(8),
  .prd-sp02 section.features .content > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .prd-stb135 section.features .content > *:nth-child(9),
  .prd-sec100 section.features .content > *:nth-child(9),
  .prd-sft01 section.features .content > *:nth-child(9),
  .prd-sp01 section.features .content > *:nth-child(9),
  .prd-sp02 section.features .content > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .prd-stb135 section.features .content > *:nth-child(10),
  .prd-sec100 section.features .content > *:nth-child(10),
  .prd-sft01 section.features .content > *:nth-child(10),
  .prd-sp01 section.features .content > *:nth-child(10),
  .prd-sp02 section.features .content > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .prd-stb135 section.features .content > *:nth-child(11),
  .prd-sec100 section.features .content > *:nth-child(11),
  .prd-sft01 section.features .content > *:nth-child(11),
  .prd-sp01 section.features .content > *:nth-child(11),
  .prd-sp02 section.features .content > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .prd-stb135 section.features .content > *:nth-child(12),
  .prd-sec100 section.features .content > *:nth-child(12),
  .prd-sft01 section.features .content > *:nth-child(12),
  .prd-sp01 section.features .content > *:nth-child(12),
  .prd-sp02 section.features .content > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .prd-stb135 section.features .content > *:nth-child(13),
  .prd-sec100 section.features .content > *:nth-child(13),
  .prd-sft01 section.features .content > *:nth-child(13),
  .prd-sp01 section.features .content > *:nth-child(13),
  .prd-sp02 section.features .content > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .prd-stb135 section.features .content > *:nth-child(14),
  .prd-sec100 section.features .content > *:nth-child(14),
  .prd-sft01 section.features .content > *:nth-child(14),
  .prd-sp01 section.features .content > *:nth-child(14),
  .prd-sp02 section.features .content > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .prd-stb135 section.features .content > *:nth-child(15),
  .prd-sec100 section.features .content > *:nth-child(15),
  .prd-sft01 section.features .content > *:nth-child(15),
  .prd-sp01 section.features .content > *:nth-child(15),
  .prd-sp02 section.features .content > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .prd-stb135 section.features .content > *:nth-child(16),
  .prd-sec100 section.features .content > *:nth-child(16),
  .prd-sft01 section.features .content > *:nth-child(16),
  .prd-sp01 section.features .content > *:nth-child(16),
  .prd-sp02 section.features .content > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .prd-stb135 section.features .content > *:nth-child(17),
  .prd-sec100 section.features .content > *:nth-child(17),
  .prd-sft01 section.features .content > *:nth-child(17),
  .prd-sp01 section.features .content > *:nth-child(17),
  .prd-sp02 section.features .content > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .prd-stb135 section.features .content > *:nth-child(18),
  .prd-sec100 section.features .content > *:nth-child(18),
  .prd-sft01 section.features .content > *:nth-child(18),
  .prd-sp01 section.features .content > *:nth-child(18),
  .prd-sp02 section.features .content > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .prd-stb135 section.features .content > *:nth-child(19),
  .prd-sec100 section.features .content > *:nth-child(19),
  .prd-sft01 section.features .content > *:nth-child(19),
  .prd-sp01 section.features .content > *:nth-child(19),
  .prd-sp02 section.features .content > *:nth-child(19) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .prd-stb135 section.features .content > *:nth-child(20),
  .prd-sec100 section.features .content > *:nth-child(20),
  .prd-sft01 section.features .content > *:nth-child(20),
  .prd-sp01 section.features .content > *:nth-child(20),
  .prd-sp02 section.features .content > *:nth-child(20) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .prd-stb135 section.features .content > *:nth-child(21),
  .prd-sec100 section.features .content > *:nth-child(21),
  .prd-sft01 section.features .content > *:nth-child(21),
  .prd-sp01 section.features .content > *:nth-child(21),
  .prd-sp02 section.features .content > *:nth-child(21) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .prd-stb135 section.features .content > *:nth-child(22),
  .prd-sec100 section.features .content > *:nth-child(22),
  .prd-sft01 section.features .content > *:nth-child(22),
  .prd-sp01 section.features .content > *:nth-child(22),
  .prd-sp02 section.features .content > *:nth-child(22) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .prd-stb135 section.features .content > *:nth-child(23),
  .prd-sec100 section.features .content > *:nth-child(23),
  .prd-sft01 section.features .content > *:nth-child(23),
  .prd-sp01 section.features .content > *:nth-child(23),
  .prd-sp02 section.features .content > *:nth-child(23) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .prd-stb135 section.features .content > *:nth-child(24),
  .prd-sec100 section.features .content > *:nth-child(24),
  .prd-sft01 section.features .content > *:nth-child(24),
  .prd-sp01 section.features .content > *:nth-child(24),
  .prd-sp02 section.features .content > *:nth-child(24) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .prd-stb135 section.features .content h2,
  .prd-sec100 section.features .content h2,
  .prd-sft01 section.features .content h2,
  .prd-sp01 section.features .content h2,
  .prd-sp02 section.features .content h2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  .prd-stb135 section.features .content h3,
  .prd-sec100 section.features .content h3,
  .prd-sft01 section.features .content h3,
  .prd-sp01 section.features .content h3,
  .prd-sp02 section.features .content h3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6/7;
    -ms-grid-row-align: end;
    align-self: end;
  }
  .prd-stb135 section.features .content div:nth-of-type(1),
  .prd-sec100 section.features .content div:nth-of-type(1),
  .prd-sft01 section.features .content div:nth-of-type(1),
  .prd-sp01 section.features .content div:nth-of-type(1),
  .prd-sp02 section.features .content div:nth-of-type(1) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .prd-stb135 section.features .content div:nth-of-type(2),
  .prd-sec100 section.features .content div:nth-of-type(2),
  .prd-sft01 section.features .content div:nth-of-type(2),
  .prd-sp01 section.features .content div:nth-of-type(2),
  .prd-sp02 section.features .content div:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  .prd-stb135 section.features .content div:nth-of-type(3),
  .prd-sec100 section.features .content div:nth-of-type(3),
  .prd-sft01 section.features .content div:nth-of-type(3),
  .prd-sp01 section.features .content div:nth-of-type(3),
  .prd-sp02 section.features .content div:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
  }
  .prd-stb135 section.features .content div:nth-of-type(4),
  .prd-sec100 section.features .content div:nth-of-type(4),
  .prd-sft01 section.features .content div:nth-of-type(4),
  .prd-sp01 section.features .content div:nth-of-type(4),
  .prd-sp02 section.features .content div:nth-of-type(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
  }
  .prd-stb135 section.features .content div:nth-of-type(5),
  .prd-sec100 section.features .content div:nth-of-type(5),
  .prd-sft01 section.features .content div:nth-of-type(5),
  .prd-sp01 section.features .content div:nth-of-type(5),
  .prd-sp02 section.features .content div:nth-of-type(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/6;
  }
  .prd-stb135 section.features .content div:nth-of-type(6),
  .prd-sec100 section.features .content div:nth-of-type(6),
  .prd-sft01 section.features .content div:nth-of-type(6),
  .prd-sp01 section.features .content div:nth-of-type(6),
  .prd-sp02 section.features .content div:nth-of-type(6) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/6;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4/6;
  }
  /*acs*/
  section.features .content h2 {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.features .content h2.acs {
    opacity: 1;
    transform: translateY(0);
  }
  section.features .content h3 {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.features .content h3.acs {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes ftr-show {
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ftr-show {
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*------------------------*/
/* 下層：商品詳細　 カラバリ*/
section.variation .var-color .slick-slide {
  text-align: center;
  position: relative;
}

section.variation .var-color .slick-slide::before {
  content: "";
  width: 80%;
  height: 100%;
  background: #1d1d1d;
  display: block;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: -1;
}

section.variation .var-item {
  border-top: 1px solid #585858;
}

section.variation .var-item ul {
  justify-content: space-between;
}

section.variation .var-item ul li {
  background: #555;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

section.variation .var-item ul li::after {
  content: "VIEW";
  position: absolute;
}

section.variation .var-item ul li a {
  display: block;
}

section.variation .var-item ul li.stb65 a {
  background: url("../img/product/btn-stb65.jpg") 50% 90%;
  background-size: cover;
}

section.variation .var-item ul li.stb90 a {
  background: url("../img/product/btn-stb90.jpg") 50% 90%;
  background-size: cover;
}

section.variation .var-item ul li.stb90b a {
  background: url("../img/product/btn-stb90b.jpg") 50% 90%;
  background-size: cover;
}

section.variation .var-item ul li.stb135 a {
  background: url("../img/product/btn-stb135.jpg") 50% 90%;
  background-size: cover;
}

section.variation .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.variation input {
  width: 30px;
  height: 30px;
  display: block;
}

section.variation input + label + div {
  display: none;
}

section.variation input:checked + label + div {
  display: block;
}

/*acs*/
section.variation .btn {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.65, 0, 0.15, 1);
}

section.variation .btn.acs {
  opacity: 1;
}

@media (max-width: 768px) {
  section.variation .var-color {
    margin: 0 0 13vh;
  }
  section.variation .var-color .slick-slide {
    margin: 0 2vw;
    padding: 5vh 0;
    opacity: 0.5;
    transition: opacity 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.variation .var-color .slick-slide::before {
    border-radius: 8px;
  }
  section.variation .var-color .slick-slide.slick-center {
    opacity: 1;
  }
  section.variation .var-color .slick-slide img {
    margin: 0 0 2vh;
  }
  section.variation .var-color .slick-dots {
    bottom: -5vh;
  }
  section.variation .var-item {
    margin: 10vh 0 20vh;
    padding: 10vh 0 0;
  }
  section.variation .var-item ul li {
    width: calc(50% - 1vw);
  }
  section.variation .var-item ul li::after {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    bottom: 3vw;
    right: 3vw;
  }
  section.variation .var-item ul li a {
    padding: 3vw;
    height: 18vh;
    font-size: 1.2rem;
    background-position: 0 100%;
  }
  section.variation .btn a {
    padding: 2vh 2vw;
    font-size: 1rem;
  }
  section.variation .btn img {
    margin: 0 0 0 3vw;
    height: 1.2rem;
  }
  /*acs*/
  section.variation h2 {
    opacity: 0;
    transform: translateY(5vh);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.variation h2.acs {
    opacity: 1;
    transform: translateY(0);
  }
  section.variation .var-color {
    opacity: 0;
    transform: translateY(5vh);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.variation .var-color.acs {
    opacity: 1;
    transform: translateY(0);
  }
  section.variation .var-item {
    opacity: 0;
    transform: translateX(5vh);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.variation .var-item.acs {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 769px) {
  section.variation .var-color {
    margin: 0 0 10vh;
  }
  section.variation .var-color .slick-slide {
    margin: 0 2vw;
    padding: 7vh 0;
  }
  section.variation .var-color .slick-slide::before {
    width: 70%;
    border-radius: 8px;
    left: 15%;
  }
  section.variation .var-color .slick-slide img {
    margin: 0 0 2vh;
  }
  section.variation .var-item {
    margin: 100px 0 300px;
    padding: 100px 0 0;
  }
  section.variation .var-item ul {
    margin: 0 auto;
    width: 70%;
  }
  section.variation .var-item ul li {
    width: calc(50% - 1vw);
  }
  section.variation .var-item ul li::after {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    bottom: 20px;
    right: 20px;
  }
  section.variation .var-item ul li a {
    padding: 20px;
    height: 15vh;
    font-size: 1.5rem;
    line-height: 1;
  }
  section.variation .btn {
    margin: 0 auto;
    width: 60%;
    display: block;
  }
  section.variation .btn a {
    padding: 3vh 3vw;
    font-size: 1.3rem;
  }
  section.variation .btn img {
    margin: 0 0 0 1vw;
    height: 1.5rem;
  }
  /*acs*/
  section.variation h2 {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.variation h2.acs {
    opacity: 1;
    transform: translateY(0);
  }
  section.variation .var-color {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.variation .var-color.acs {
    opacity: 1;
    transform: translateY(0);
  }
  section.variation .var-item {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.variation .var-item.acs {
    opacity: 1;
    transform: translateX(0);
  }
}
/*------------------------*/
/* 下層：商品詳細　 技術*/
section.technology .content {
  text-align: center;
}

section.technology img {
  margin: 0 auto 5vw;
}

@media (max-width: 768px) {
  /*acs*/
  section.technology h2 {
    opacity: 0;
    transform: translateY(5vh);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.technology h2.acs {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 769px) {
  /*acs*/
  section.technology h2 {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.8s cubic-bezier(0.65, 0, 0.15, 1);
  }
  section.technology h2.acs {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------------*/
/* 下層：お買い物カゴ*/
section.attention .scroll-area {
  height: 60svh;
  overflow-y: scroll;
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
  padding: 0.5rem;
}

section.attention h1 {
  padding-bottom: 0;
}

section.attention h2 {
  text-align: center;
}

section.attention h2::after {
  content: "";
  margin: 0 auto;
  width: 100px;
  border-bottom: 1px solid #fff;
  display: block;
}

section.attention h3 {
  background: #fff;
  color: #000;
  text-align: center;
}

section.attention .text {
  text-align: justify;
  text-justify: inter-character;
  line-height: 1.5;
}

section.attention table.naked {
  margin: 0 auto;
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
}

section.attention table.naked th,
section.attention table.naked td {
  border: 1px solid #fff;
  border-left: none;
  border-top: none;
  text-align: justify;
  text-justify: inter-character;
}

section.attention table.naked th {
  font-weight: bold;
}

section.attention ul.naked li {
  text-align: justify;
  text-justify: inter-character;
}

section.attention ul.naked li::before {
  content: "■";
}

section.attention ul.kome li::before {
  content: "※";
}

section.attention a.naked {
  color: #89c1d8;
  text-decoration: underline;
}

@media (max-width: 768px) {
  section.attention h2 {
    margin: 20vh 0 5vh;
    padding: 0;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }
  section.attention h2::after {
    margin: 5vh auto 0;
  }
  section.attention h3 {
    margin: 10vh 0 5vh;
    padding: 3vw;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    font-weight: bold;
    border-radius: 3px;
  }
  section.attention .text,
  section.attention .img,
  section.attention table.naked,
  section.attention ul.naked {
    margin: 5vh auto;
  }
  section.attention .img,
  section.attention table.naked {
    width: 100%;
  }
  section.attention .text,
  section.attention table.naked th,
  section.attention table.naked td,
  section.attention ul.naked li {
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
  section.attention table.naked th,
  section.attention table.naked td {
    font-size: 0.5rem;
    padding: 3vw;
  }
  section.attention ul.naked li {
    margin-left: calc(0.9rem + 0.15em);
    text-indent: calc(-1 * (0.9rem + 0.15em));
  }
  section.attention ul.naked li + li {
    margin-top: 3vw;
  }
}
@media (min-width: 769px) {
  section.attention h2 {
    margin: 200px 0 50px;
    font-size: 32px;
    letter-spacing: 0.3em;
  }
  section.attention h2::after {
    margin: 50px auto 0;
  }
  section.attention h3 {
    margin: 150px 0 50px;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  section.attention .text,
  section.attention .img,
  section.attention table.naked,
  section.attention ul.naked {
    margin: 50px auto;
  }
  section.attention .img,
  section.attention table.naked {
    width: min(80%, 800px);
  }
  section.attention .text,
  section.attention table.naked th,
  section.attention table.naked td,
  section.attention ul.naked {
    line-height: 1.7;
  }
  section.attention table.naked th,
  section.attention table.naked td {
    padding: 20px;
  }
  section.attention ul.naked li {
    margin-left: calc(1rem + 0.28em);
    text-indent: calc(-1 * (1rem + 0.28em));
  }
  section.attention ul.naked li + li {
    margin-top: 10px;
  }
}
/* 下層：お買い物カゴ*/
section.attention .cart {
  margin: 0 auto;
  padding: min(10vw, 50px);
  width: min(100%, 800px);
  background: #1f1f1f;
  border-radius: 8px;
  text-align: center;
}

section.attention input[type=checkbox] {
  display: none;
}

section.attention input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

section.attention input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}

section.attention input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
}

section.attention input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}

section.attention input[type=checkbox] ~ .matrix {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.65, 0, 0.15, 1);
}

section.attention input[type=checkbox]:checked ~ .matrix {
  max-height: 120vh;
}

section.attention .matrix .flex {
  padding: min(10vw, 50px) 0 0;
}

section.attention .matrix .img {
  width: 40%;
  padding: 0 min(5vw, 30px) 0 0;
}

section.attention .matrix .img img {
  width: 100%;
}

section.attention .matrix .text {
  width: 60%;
}

section.attention .matrix .text span {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #666;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  display: block;
}

@media (max-width: 768px) {
  section.attention {
    padding: 0 0 20vh;
  }
  section.attention .cart {
    margin: 10vh 0 0;
    padding: 10vw 7vw;
    width: 100%;
  }
  section.attention .matrix .flex {
    padding: 8vw 0 0;
  }
  section.attention .matrix .img {
    margin: 0 auto 5vw;
    padding: 0;
    width: 70%;
  }
  section.attention .matrix .text {
    width: 100%;
  }
  section.attention .matrix .text span {
    margin: 0 0 5vw;
    padding: 0 0 3vw;
    font-size: 1rem;
    text-align: center;
  }
  section.attention .cartjs_box {
    border: none !important;
  }
  section.attention .cartjs_box .cartjs_block {
    padding: 0 !important;
  }
  section.attention .cartjs_box .cartjs_block table {
    width: 100%;
  }
  section.attention .cartjs_box .cartjs_block tbody {
    display: flex;
  }
  section.attention .cartjs_box .cartjs_block tr {
    width: 50%;
  }
  section.attention .cartjs_box .cartjs_block tr:first-of-type {
    border-right: 1px solid #666;
  }
  section.attention .cartjs_box .cartjs_block th,
  section.attention .cartjs_box .cartjs_block td {
    width: 100% !important;
    padding: 0 5vw !important;
    display: block !important;
    text-align: center !important;
  }
  section.attention .cartjs_box .cartjs_block th {
    padding-bottom: 2vw !important;
    background: none !important;
  }
  section.attention .cartjs_box .cartjs_block input[type=number],
  section.attention .cartjs_box .cartjs_block select {
    padding: 5px 10px;
    width: 100% !important;
    background: #fff;
    color: #444;
    letter-spacing: 0;
    text-align: center;
    border-radius: 3px;
  }
  section.attention .cartjs_box .cartjs_block select {
    padding-right: 25px;
  }
  section.attention .cartjs_box .cartjs_block .cartjs_option .cartjs_quantity {
    position: relative;
  }
  section.attention .cartjs_box .cartjs_block .cartjs_option .cartjs_quantity::before {
    border-bottom: 4.5px solid #1f1f1f;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    position: absolute;
    right: 6vw;
    top: 8px;
    width: 0;
  }
  section.attention .cartjs_box .cartjs_block .cartjs_option .cartjs_quantity::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4.5px solid #1f1f1f;
    content: "";
    position: absolute;
    right: 6vw;
    top: 18px;
    width: 0;
  }
  section.attention .cartjs_box .cartjs_buy input[type=submit] {
    margin: 5vw 0 0 !important;
    padding: 3vw 4vw 4vw !important;
    width: 100% !important;
    font-size: 1rem !important;
    font-weight: normal !important;
    background: #666 !important;
    border-radius: 8px !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
  }
}
@media (min-width: 769px) {
  section.attention {
    padding: 0 0 20vh;
  }
  section.attention .cart {
    margin: 150px auto 0;
  }
  section.attention .cartjs_box .cartjs_product_table table {
    width: 100%;
  }
  section.attention .cartjs_box .cartjs_product_table tbody {
    display: flex;
  }
  section.attention .cartjs_box .cartjs_product_table tr {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.attention .cartjs_box .cartjs_product_table tr:first-of-type {
    border-right: 1px solid #666;
  }
  section.attention .cartjs_box .cartjs_product_table input[type=text],
  section.attention .cartjs_box .cartjs_product_table select {
    padding: 5px 10px;
    background: #fff;
    color: #444;
    letter-spacing: 0;
    text-align: center;
    border-radius: 3px;
  }
  section.attention .cartjs_box .cartjs_product_table select {
    padding-right: 25px;
  }
  section.attention .cartjs_box .cartjs_product_table .cartjs_option td {
    position: relative;
  }
  section.attention .cartjs_box .cartjs_product_table .cartjs_option td::before {
    border-bottom: 4.5px solid #1f1f1f;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    position: absolute;
    right: 9px;
    top: 8px;
    width: 0;
  }
  section.attention .cartjs_box .cartjs_product_table .cartjs_option td::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4.5px solid #1f1f1f;
    content: "";
    position: absolute;
    right: 9px;
    top: 18px;
    width: 0;
  }
  section.attention .cartjs_box .cartjs_cart_in input[type=submit] {
    margin: 30px 0 0;
    padding: 13px 10px 15px;
    width: 100%;
    background: #666;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.8s opacity cubic-bezier(0.23, 1, 0.32, 1);
  }
  section.attention .cartjs_box .cartjs_cart_in input[type=submit]:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
/* 20220722 */
.manual.pdf_file {
  display: block;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.manual.pdf_file p {
  margin-bottom: 1rem;
}

.manual.pdf_file .pdf {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  border: solid 1px #585858;
  background-color: #efefef;
  color: #000;
  padding: 1rem;
  font-weight: bold;
  margin: 0 auto;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: opacity 0.2s;
}

.manual.pdf_file .pdf::after {
  display: inline-block;
  content: url("../img/icon-pdf.svg");
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
}

.manual.pdf_file .pdf:hover {
  opacity: 0.8;
}

.manual.pdf_file .pdf .file_size {
  font-size: 0.8rem;
  font-weight: normal;
  color: #9f9f9f;
}

.manual.pdf_file .pdf .file_size::before {
  content: "（";
}

.manual.pdf_file .pdf .file_size::after {
  content: "）";
}

/* acs */
.manual.pdf_file {
  opacity: 0;
  transition: opacity 1s;
}

.manual.pdf_file.acs {
  opacity: 1;
}

/* cv-btn */
.cv-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vh 2vw;
  font-size: 1rem;
}
.cv-btn img {
  margin: 0 0 0 3vw;
  height: 1.2rem;
}
@media (max-width: 767px) {
  .cv-btn a {
    padding: 2vh 2vw;
    font-size: 1rem;
  }
  .cv-btn span {
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .cv-btn {
    margin: 0 auto;
    width: 60%;
    display: block;
  }
  .cv-btn a {
    font-size: 1.3rem;
  }
}

.float-item {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
}
.float-item .float-btn.cv-btn {
  margin: 0;
  width: 100%;
}
.float-item .float-btn.cv-btn a {
  display: block;
  border-radius: 8px 0 0 8px;
  padding: 2rem 0.5rem;
}
.float-item .float-btn.cv-btn img {
  margin: initial;
  max-width: none;
}

/* 20240124 */
#cart {
  padding: 200px 0;
}

#cart .shopify-buy-frame--product {
  margin: 0 auto 5vw;
}

#luxy {
  z-index: 1;
}
#luxy .luxy-el {
  display: block;
}
#luxy .main_visual {
  min-height: 100svh;
}
#luxy .main_visual .content {
  position: absolute;
  bottom: 5vh;
  left: 10%;
}
#luxy .main_visual .content h1 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  #luxy .main_visual .content h1 {
    font-size: 2rem;
  }
}
#luxy .main_visual .content .text {
  margin: 5vw 0 0;
  font-size: 0.7rem;
  line-height: 1.8;
  text-shadow: #000;
}
@media (min-width: 768px) {
  #luxy .main_visual .content .text {
    margin: min(3vw, 30px) 0 0;
    line-height: 2;
    font-size: 1rem;
  }
}

.usage_content {
  min-height: 50svh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .usage_content {
    min-height: 90svh;
  }
}
.usage_content_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  z-index: 2;
  width: 80%;
}
@media (min-width: 769px) {
  .usage_content_inner {
    bottom: unset;
    width: 35%;
  }
}
.usage_title {
  font-size: 2rem;
}
.usage_bg {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50svh;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  filter: brightness(0.8);
}
@media (min-width: 769px) {
  .usage_bg {
    height: 100svh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}/*# sourceMappingURL=product.css.map */