/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Image */
/* ============================================ */
img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
  width: 100%;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: normal;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

u {
  text-decoration: underline;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

::-ms-clear {
  visibility: hidden;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * remove placeholder color
 */
:focus::-moz-placeholder {
  color: transparent;
}
:focus::placeholder {
  color: transparent;
}

/* Base Setting
==========================================================*/
body {
  font-size: min(1.4vw, 20px);
  line-height: 1.375em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #5c6064;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
}
a {
  color: #5c6064;
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}

a, a:focus,
img:focus,
:focus:not(:focus-visible) {
  outline: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

video {
  vertical-align: bottom;
}

.obf {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
}

/* font
==========================================================*/
.fn-Garamond {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
}

.fn-bold {
  font-weight: bold;
}

.setfns-41 {
  font-size: 1.7625em;
}

.setfns-21 {
  font-size: 1.3125em;
}

.setfns-18 {
  font-size: 1.125em;
}

.setfns-14 {
  font-size: 0.875em;
}

.setfns-12 {
  font-size: 0.75em;
}

@media screen and (max-width: 750px) {
  .setfns-41 {
    font-size: min(5.6vw, 30px);
  }
  .setfns-21 {
    font-size: 1.1428571429em;
  }
  .setfns-18 {
    font-size: 1em;
  }
  .setfns-14 {
    font-size: 0.7857142857em;
  }
  .setfns-12 {
    font-size: 0.7142857143em;
  }
}
.lh1 {
  line-height: 1 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.txc {
  text-align: center;
}

.txr {
  text-align: right;
}

/* color
==========================================================*/
.c_white {
  color: #fff;
}

.bg_gray {
  background: #5c6064;
  color: #fff;
}

.bg_lightgray {
  background: #f0f1f3;
}

.bg_beige {
  background: #f6f3f1;
}

/* utility
==========================================================*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.pore {
  position: relative;
}

.poab {
  position: absolute;
}

.flex {
  display: flex;
}

.flex_jcc {
  display: flex;
  justify-content: center;
}

.flex_jcs {
  display: flex;
  justify-content: space-between;
}

.flex_aic {
  display: flex;
  align-items: center;
}

.flex_aif {
  display: flex;
  align-items: flex-end;
}

.flex_fdc {
  display: flex;
  flex-direction: column;
}

.flex_wrap {
  flex-wrap: wrap;
}

.order1 {
  order: 1;
}

.cshover button img,
.cshover a,
a.cshover {
  transition: all 0.3s;
}

.cshover button:hover img,
.cshover a:hover,
a.cshover:hover {
  -webkit-opacity: 0.6;
  opacity: 0.6;
}

/* Responsive Setting
==========================================================*/
.PC-only, .SP-only {
  display: none;
}

.PC-only.active, .SP-only.active {
  display: block;
}

@media screen and (min-width: 751px) {
  .sp-hide-inline {
    display: inline;
  }
  .sp-show-inline {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-hide-inline {
    display: none !important;
  }
  .sp-show-inline {
    display: inline;
  }
  .flex.sp-noflex,
.flex_jcs.sp-noflex {
    display: block;
  }
}
/* Layout Setting
==========================================================*/
#z_wrapper {
  overflow-x: hidden;
}

.z_wrap {
  width: 90%;
  margin: 0 auto;
}

.max1300 {
  max-width: 1300px;
  margin: 0 auto;
}

.max1160 {
  max-width: 1160px;
  margin: 0 auto;
}

.max1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.max1040 {
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .z_wrap {
    width: 84%;
    margin: 0 auto;
  }
}
.Sub_flexBox .z_left {
  max-width: 530px;
  width: 45%;
  min-height: 100%;
}
.Sub_flexBox .z_right {
  max-width: 630px;
  width: 49%;
  order: 1;
}
.Sub_flexBox .z_right .z_rightInner {
  width: 100%;
}
.Sub_flexBox .z_right .Sub_flexBox_ttlwrap {
  margin-bottom: min(4.6153846154vw, 60px);
}
.Sub_flexBox .z_right .Sub_flexBox_ttl {
  margin-bottom: 0.4em;
}

@media screen and (max-width: 750px) {
  .Sub_flexBox .z_left {
    max-width: 100%;
    width: 100%;
    min-height: inherit;
    margin-top: 20px;
  }
  .Sub_flexBox .z_right {
    max-width: 100%;
    width: 100%;
  }
  .Sub_flexBox .z_right .Sub_flexBox_ttlwrap {
    margin-bottom: min(5.3333333333vw, 30px);
  }
  .Sub_flexBox .z_right .Sub_flexBox_ttl {
    margin-bottom: min(2.6666666667vw, 15px);
  }
}
/* Common Parts
==========================================================*/
.sec_ttlwrap {
  margin-bottom: min(4vw, 40px);
}

.sec_ttl {
  margin-bottom: 0.35em;
}
.sec_ttl span.notes {
  font-size: 0.34em;
  margin-left: 0.2em;
  position: relative;
  top: -0.8em;
}

.sec_ttl_flexwrap .sec_ttl {
  width: 48%;
}
.sec_ttl_flexwrap .sec_description {
  width: 50%;
  max-width: 630px;
}

.caption {
  right: 1.5em;
  bottom: 1.2em;
  font-size: 0.675em;
  line-height: 1.3 !important;
}
.caption span {
  margin-right: 0.5em;
}
.caption div.indent {
  margin-left: 1em;
  text-indent: -0.9em;
}
.caption ul.indent li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

@media screen and (max-width: 750px) {
  .sec_ttlwrap {
    margin-bottom: min(5.3333333333vw, 30px);
  }
  .sec_ttl {
    margin-bottom: min(2.6666666667vw, 15px);
  }
  .sec_ttl span.notes {
    font-size: 0.67em;
    margin-left: 0.15em;
    top: -0.4em;
  }
  .sec_ttl_flexwrap .sec_ttl {
    width: 100%;
  }
  .sec_ttl_flexwrap .sec_description {
    width: 100%;
    max-width: 100%;
  }
  .caption {
    right: 1.2em;
    bottom: 0.75em;
    font-size: 0.7857142857em;
  }
  .caption.caption_spout {
    position: static;
    margin-top: min(3.2vw, 15px);
    color: #5c6064;
  }
  .caption ul.indent li {
    margin-top: 10px;
  }
}
/* FV
==========================================================*/
#FV {
  height: 78.6vh;
  min-height: 650px;
  width: 100%;
}
#FV #FV_slide img {
  height: 78.6vh !important;
  min-height: 650px;
}
#FV #FV_slide li:not(:nth-child(2)) img {
  -o-object-position: 70% 20%;
     object-position: 70% 20%;
}
#FV #FV_slide img {
  height: 78.6vh !important;
  min-height: 650px;
}
#FV .FV_copy {
  top: min(20vw, 220px);
  left: min(6.3333333333vw, 95px);
  font-size: 4em;
}
#FV .FV_plasmalogo {
  bottom: min(5vw, 50px);
  right: min(5vw, 50px);
  width: min(31.1vw, 311px);
}
#FV .splide__pagination {
  bottom: 2.6em;
}
#FV .splide__pagination__page {
  margin: 0.6em;
  background: #fff;
  opacity: 0.48;
}
#FV .splide__pagination__page.is-active {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 750px) {
  #FV {
    height: inherit;
    min-height: inherit;
    aspect-ratio: 375/300;
  }
  #FV #FV_slide img {
    height: inherit !important;
    min-height: inherit;
  }
  #FV .FV_copy {
    top: min(20vw, 200px);
    left: 8%;
    font-size: min(6.9333333333vw, 41px);
  }
  #FV .FV_plasmalogo {
    bottom: min(4vw, 50px);
    right: min(4vw, 50px);
    width: min(33.0666666667vw, 311px);
  }
  #FV .splide__pagination {
    bottom: min(2.6666666667vw, 50px);
  }
  #FV .splide__pagination__page {
    margin: 0.5em;
  }
}
/* Daily
==========================================================*/
#Daily .Inner {
  padding-block: min(4.5vw, 45px);
}
#Daily .Daily_List {
  margin-top: min(6vw, 60px);
}
#Daily .Daily_List li {
  text-align: center;
}
#Daily .Daily_List li .icon {
  margin-bottom: min(2vw, 20px);
  height: min(8.8vw, 88px);
}
#Daily .Daily_List li .icon img {
  width: auto;
}
#Daily .Daily_List li p {
  height: min(4vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  #Daily .Inner {
    padding-block: min(8vw, 45px);
  }
  #Daily .Daily_List {
    margin-top: 5px;
    max-width: 480px;
  }
  #Daily .Daily_List ul {
    justify-content: center;
  }
  #Daily .Daily_List li {
    width: 33.33%;
    padding: 0 0.6em;
    margin-top: min(5.3333333333vw, 35px);
  }
  #Daily .Daily_List li .icon {
    margin-bottom: 0.75em;
    height: min(12vw, 60px);
  }
  #Daily .Daily_List li p {
    height: 25px;
  }
}
/* Play_Movie
==========================================================*/
#Play_Movie {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1920/1080;
}
#Play_Movie #playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: min(15.4vw, 154px);
  cursor: pointer;
}
#Play_Movie .hidden {
  display: none;
}

@media screen and (max-width: 750px) {
  #Play_Movie #playButton {
    width: min(21.3333333333vw, 110px);
  }
}
/* Lineup
==========================================================*/
#Lineup .Inner {
  padding-block: min(14vw, 140px) min(10vw, 100px);
}
#Lineup .LineupBox {
  width: 48.5%;
  max-width: 630px;
}
#Lineup .LineupBox_ttl {
  margin-bottom: min(1.5vw, 15px);
}
#Lineup .LineupBox ul {
  margin-bottom: min(4vw, 40px);
  height: 1.4em;
}
#Lineup .LineupBox ul li {
  padding-inline: 0.6em;
}
#Lineup .LineupBox ul li .icon {
  margin-right: 0.4em;
  height: min(1.9vw, 19px);
}
#Lineup .LineupBox ul li .icon img {
  vertical-align: top;
  width: auto;
}
#Lineup .LineupBox_img .caption {
  right: 1.5em;
  bottom: 1.2em;
}
#Lineup .LineupBox_name {
  margin-top: min(1.5vw, 15px);
}
#Lineup #Lineup_1item .LineupBox ul {
  margin-bottom: min(2vw, 20px);
  width: 106%;
  margin-left: -2%;
}
#Lineup #Lineup_2item > .LineupBox:last-child {
  position: relative;
}
#Lineup #Lineup_2item > .LineupBox:last-child::after {
  content: "/";
  position: absolute;
  top: 9px;
  left: max(-1.7808219178vw, -26px);
  font-size: 2.25em;
}

@media screen and (max-width: 750px) {
  #Lineup .Inner {
    padding-block: min(14.6666666667vw, 90px) min(16vw, 100px);
  }
  #Lineup .LineupBox {
    width: 100%;
    max-width: 100%;
  }
  #Lineup .LineupBox:not(:last-child) {
    margin-bottom: min(8vw, 60px);
  }
  #Lineup .LineupBox_ttl {
    margin-bottom: min(2.6666666667vw, 15px);
  }
  #Lineup .LineupBox ul {
    margin-bottom: min(4vw, 40px);
    height: inherit;
    font-size: min(3.2vw, 16px);
    width: 112%;
    margin-left: -6%;
  }
  #Lineup .LineupBox ul li {
    padding-inline: 0.5em;
  }
  #Lineup .LineupBox ul li .icon {
    height: 14px;
    position: relative;
    top: 2px;
  }
  #Lineup .LineupBox_img .caption {
    right: min(3.2vw, 20px);
    bottom: min(2.1333333333vw, 18px);
  }
  #Lineup .LineupBox_name {
    margin-top: min(2.6666666667vw, 15px);
    font-size: min(3.4666666667vw, 15px);
  }
  #Lineup #Lineup_1item {
    flex-direction: column;
  }
  #Lineup #Lineup_1item .LineupBox {
    display: contents;
  }
  #Lineup #Lineup_1item .LineupBox .LineupBoxInner {
    display: contents;
  }
  #Lineup #Lineup_1item .LineupBox ul {
    margin-bottom: min(4vw, 40px);
    width: 112%;
    margin-left: -6%;
  }
  #Lineup #Lineup_1item .LineupBox_name {
    order: 1;
  }
  #Lineup #Lineup_2item > .LineupBox:last-child::after {
    content: none;
  }
}
/* Powerful
==========================================================*/
#Powerful .Inner {
  padding-block: min(9vw, 90px) min(10vw, 100px);
}

@media screen and (max-width: 750px) {
  #Powerful .Inner {
    padding-block: min(5.3333333333vw, 40px) min(16vw, 100px);
  }
}
#Powerful_Main {
  margin-bottom: min(10vw, 100px);
}
#Powerful_Main img.mainimg {
  min-height: 540px;
}
#Powerful_Main .illust {
  width: min(26.6153846154vw, 300px);
  left: min(6.6666666667vw, 100px);
  bottom: min(3.6666666667vw, 50px);
}
@media screen and (max-width: 1200px) {
    #Powerful_Main .illust {
        width: min(26.6153846154vw, 200px);
        left: min(6.6666666667vw, 100px);
        bottom: min(3.6666666667vw, 50px);
    }
}

#Powerful_Main .illust img{margin-bottom:10px;}
#Powerful_Main .caption {
  width: 47%;
  max-width: 590px;
}

@media screen and (max-width: 750px) {
  #Powerful_Main {
    margin-bottom: min(21.3333333333vw, 120px);
  }
  #Powerful_Main img.mainimg {
    min-height: inherit;
  }
  #Powerful_Main .illust {
    width: min(70vw, 100%);
    left: 5%;
    bottom: min(2vw, 20px);
  }
 #Powerful_Main .illust img{width:120px;}
  #Powerful_Main .caption {
    width: 84%;
    max-width: 100%;
    margin-inline: auto;
  }
}
#Powerful_Sub .sec_description {
  max-width: 460px;
}
#Powerful_Sub ol {
  position: relative;
}
#Powerful_Sub ol::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #5c6064;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.5em 0.82em;
  border-left-color: currentColor;
  border-right: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Powerful_Sub ol li {
  width: 46.1%;
  max-width: 290px;
}
#Powerful_Sub ol li .txt {
  padding: 0.5em 0.5em 0.7em;
  height: 100%;
}
#Powerful_Sub ol li .txt p {
  margin-top: 0.2em;
}

@media screen and (max-width: 750px) {
  #Powerful_Sub .sec_description {
    max-width: 100%;
  }
  #Powerful_Sub ol::after {
    content: none;
  }
  #Powerful_Sub ol li {
    width: 49.2%;
    max-width: 100%;
  }
  #Powerful_Sub ol li .txt {
    padding: min(1.0666666667vw, 10px) 0.2em min(2.1333333333vw, 12px);
  }
  #Powerful_Sub ol li .txt p {
    font-size: min(2.9333333333vw, 13px);
    letter-spacing: normal;
  }
  #Powerful_Sub .Sub_flexBox .z_left {
    aspect-ratio: 315/400;
  }
  #Powerful_Sub .Sub_flexBox .z_left img {
    -o-object-position: 0 66%;
       object-position: 0 66%;
  }
}
/* Speedy
==========================================================*/
#Speedy .Inner {
  padding-block: min(9vw, 90px) min(20vw, 200px);
}

@media screen and (max-width: 750px) {
  #Speedy .Inner {
    padding-block: min(5.3333333333vw, 40px) min(21.3333333333vw, 120px);
  }
}
#Speedy_Main {
  margin-bottom: min(10vw, 100px);
}
#Speedy_Main .illust {
  width: min(13.7vw, 137px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(30px);
  top: -7.2em;
}
@media screen and (max-width: 1460px) {
  #Speedy_Main .illust {
    left: min(63vw, 630px);
    right: auto;
    transform: translateX(0);
  }
}
#Speedy_Main .caption {
  width: 47%;
  max-width: 490px;
  top: 1.5em;
  bottom: auto;
}

@media screen and (max-width: 750px) {
  #Speedy_Main {
    margin-bottom: min(21.3333333333vw, 120px);
  }
  #Speedy_Main .illust {
    width: 100px;
    left: auto;
    right: 8%;
    top: -18px;
    z-index: 1;
  }
  #Speedy_Main .caption {
    width: 84%;
    max-width: 100%;
    margin-inline: auto;
  }
}
#Speedy_Sub {
  margin-bottom: min(20vw, 200px);
}
#Speedy_Sub .z_rightInner {
  padding-inline: min(3.3333333333vw, 50px);
}
#Speedy_Sub .Sub_flexBox_ttl {
  line-height: 0.85 !important;
  margin-bottom: 0.55em;
}
#Speedy_Sub .Sub_flexBox_ttl img.multi {
  width: min(1.5vw, 15px);
  position: relative;
  top: -0.1em;
}
#Speedy_Sub .sec_description {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #Speedy_Sub {
    margin-bottom: min(21.3333333333vw, 120px);
  }
  #Speedy_Sub .z_rightInner {
    padding-inline: 0;
  }
  #Speedy_Sub .Sub_flexBox_ttl br {
    display: none;
  }
  #Speedy_Sub .Sub_flexBox_ttl img.multi {
    width: min(2.1333333333vw, 12px);
    top: -1px;
    display: inline-block;
    margin-inline: 0.4em;
  }
  #Speedy_Sub .sec_description {
    max-width: 100%;
  }
  #Speedy_Sub .Sub_flexBox .z_left {
    aspect-ratio: 315/446;
  }
  #Speedy_Sub .Sub_flexBox .z_left img {
    -o-object-position: 0 19%;
       object-position: 0 19%;
  }
}
#Speedy_Angle {
  padding-top: min(5vw, 50px);
}
#Speedy_Angle .Speedy_Angle_List {
  margin-top: min(3.5vw, 35px);
}
#Speedy_Angle .Speedy_Angle_List li {
  position: relative;
}
#Speedy_Angle .Speedy_Angle_List li p {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: min(1.3333333333vw, 20px);
}

@media screen and (max-width: 750px) {
  #Speedy_Angle {
    padding-top: min(13.3333333333vw, 50px);
  }
  #Speedy_Angle.aos-animate {
    transform: unset;
  }
  #Speedy_Angle .Speedy_Angle_List {
    margin-top: 20px;
    width: 106%;
    margin-left: -3%;
  }
  #Speedy_Angle .Speedy_Angle_List li p {
    bottom: min(5.3333333333vw, 30px);
  }
  #Speedy_Angle .splide__pagination {
    width: 7px;
    right: auto;
    top: 0;
    margin: auto !important;
    height: 72px;
    bottom: 0;
  }
  #Speedy_Angle .splide__pagination__page {
    margin: 0.6em;
    background: #fff;
    opacity: 1;
  }
  #Speedy_Angle .splide__pagination__page.is-active {
    transform: none;
    opacity: 1;
    background: #5c6064;
  }
}
@media screen and (max-width: 750px) {
  .Speedy_Angle_List_sp {
    margin-top: 20px;
    width: 106%;
    margin-left: -3%;
    position: relative;
  }
  .st-change-scroll {
    display: flex;
    align-items: center;
  }
  .st-change-scroll .st-change-scroll__itemInner {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .st-change-scroll .st-change-scroll__itemInner .st-change-scroll__item {
    overflow: hidden;
  }
  .st-change-scroll .st-change-scroll__itemInner .st-change-scroll__item p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: min(5.3333333333vw, 30px);
  }
  .st-change-scroll .st-change-scroll__itemInner .st-change-scroll__item_in02,
.st-change-scroll .st-change-scroll__itemInner .st-change-scroll__item_in03,
.st-change-scroll .st-change-scroll__itemInner .st-change-scroll__item_in04 {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .st-change-scroll .st-change-scroll__itemInner .st-change-scroll__item_in {
    will-change: opacity;
  }
  #st-change-scroll_dot {
    position: absolute;
    left: 0;
    top: 28px;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 72px;
    justify-content: space-between;
    z-index: 1;
  }
  #st-change-scroll_dot li {
    width: 7px;
    height: 7px;
  }
  #st-change-scroll_dot li button {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 4px;
  }
  #st-change-scroll_dot li button.selected {
    background: #5c6064;
  }
}
/* Clothing
==========================================================*/
#Clothing .Inner {
  padding-bottom: min(20vw, 200px);
}

@media screen and (max-width: 750px) {
  #Clothing .Inner {
    padding-bottom: min(21.3333333333vw, 120px);
  }
}
#Clothing_Main {
  margin-bottom: min(15vw, 150px);
}
#Clothing_Main .Clothing_Main_img .Clothing_Main_txtwrap {
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#Clothing_Main .Clothing_Main_img .Clothing_Main_dust ul {
  width: min(45.8333333333vw, 550px);
  margin-top: min(2.5vw, 25px);
  margin-left: -0.6em;
}
#Clothing_Main .Clothing_Main_img .Clothing_Main_dust ul li .icon {
  margin-bottom: 0.8em;
  height: min(4.4166666667vw, 53px);
}
#Clothing_Main .Clothing_Main_img .Clothing_Main_dust ul li .icon img {
  width: auto;
}
#Clothing_Main .Clothing_Main_cnt {
  margin-top: min(5vw, 50px);
}
#Clothing_Main .Clothing_Main_cnt_logo {
  max-width: 100%;
  width: 8%;
}
#Clothing_Main .Clothing_Main_cnt_txt {
  max-width: 630px;
  width: 50%;
  margin-top: -0.3em;
}
#Clothing_Main .Clothing_Main_cnt_step {
  max-width: 450px;
  width: 35%;
  margin-top: 0.3em;
}
#Clothing_Main .Clothing_Main_cnt_step li {
  width: 32.5%;
}
#Clothing_Main .Clothing_Main_cnt_step .z_img {
  position: relative;
  height: min(5.0714285714vw, 71px);
}
#Clothing_Main .Clothing_Main_cnt_step .z_img img {
  width: auto;
}
#Clothing_Main .Clothing_Main_cnt_step p {
  padding-top: 0.3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1300px) {
  #Clothing_Main .Clothing_Main_cnt_step p {
    height: min(3.8vw, 38px);
    margin-bottom: 0.5em;
  }
}
#Clothing_Main .Clothing_Main_cnt_step li:nth-child(2) .z_img::before,
#Clothing_Main .Clothing_Main_cnt_step li:nth-child(2) .z_img::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #5c6064;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.35em 0.65em;
  border-left-color: currentColor;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Clothing_Main .Clothing_Main_cnt_step li:nth-child(2) .z_img::after {
  left: auto;
  right: 0;
  transform: translateX(0.6em);
}

@media screen and (max-width: 750px) {
  #Clothing_Main {
    margin-bottom: min(21.3333333333vw, 120px);
  }
  #Clothing_Main .Clothing_Main_img {
    width: 100vw;
    margin-left: -8vw;
  }
  #Clothing_Main .Clothing_Main_img .caption {
    width: 84%;
    max-width: 100%;
    margin-inline: auto;
  }
  #Clothing_Main .Clothing_Main_img img.mainimg {
    min-height: 70vw;
    -o-object-position: left;
       object-position: left;
  }
  #Clothing_Main .Clothing_Main_img .Clothing_Main_txtwrap {
    display: contents;
  }
  #Clothing_Main .Clothing_Main_img .Clothing_Main_txt {
    width: 86%;
    position: absolute;
    top: 32.5vw;
    left: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    right: 0;
    margin: auto;
  }
  #Clothing_Main .Clothing_Main_img .Clothing_Main_dust {
    background: #f0f1f3;
    padding: 20px 7%;
  }
  #Clothing_Main .Clothing_Main_img .Clothing_Main_dust ul {
    width: inherit;
    margin: 0;
    max-width: 450px;
  }
  #Clothing_Main .Clothing_Main_img .Clothing_Main_dust ul li .icon {
    margin-bottom: 0.8em;
    height: min(7.4666666667vw, 40px);
  }
  #Clothing_Main .Clothing_Main_cnt {
    margin-top: min(8vw, 50px);
  }
  #Clothing_Main .Clothing_Main_cnt_logo {
    width: 250px;
  }
  #Clothing_Main .Clothing_Main_cnt_txt {
    max-width: 100%;
    width: 100%;
    margin-top: min(5.3333333333vw, 40px);
  }
  #Clothing_Main .Clothing_Main_cnt_step {
    max-width: 500px;
    width: 110%;
    margin-top: min(5.3333333333vw, 40px);
    text-align: center;
    margin-left: -5%;
  }
  #Clothing_Main .Clothing_Main_cnt_step li {
    width: 33%;
  }
  #Clothing_Main .Clothing_Main_cnt_step .z_img {
    height: min(16vw, 71px);
  }
  #Clothing_Main .Clothing_Main_cnt_step p {
    padding-top: 0.3em;
    margin-bottom: 1em;
    height: inherit;
  }
}
@media screen and (max-width: 750px) and (max-width: 400px) {
  #Clothing_Main .Clothing_Main_cnt_step p {
    margin-bottom: 0;
    height: 35px;
  }
}
#Clothing_Sub .Sub_flexBox_ttlwrap {
  margin-bottom: min(4.5vw, 45px);
}
#Clothing_Sub .z_video {
  margin-bottom: min(2.5vw, 25px);
}

@media screen and (max-width: 750px) {
  #Clothing_Sub .Sub_flexBox_ttlwrap {
    margin-bottom: min(5.3333333333vw, 30px);
  }
  #Clothing_Sub .z_video {
    margin-bottom: 20px;
  }
  #Clothing_Sub .z_left {
    aspect-ratio: 315/500;
  }
}
/* Air
==========================================================*/
#Air .Inner {
  padding-top: min(8.5vw, 85px);
}

@media screen and (max-width: 750px) {
  #Air .Inner {
    padding-top: min(8vw, 60px);
  }
}
#Air_pur {
  margin-bottom: min(19vw, 190px);
}
#Air_pur .sec_ttl {
  margin-bottom: min(3vw, 30px);
}
#Air_pur .Air_pur_img {
  width: calc(100% - 6.8027210884vw);
  margin-bottom: min(4vw, 40px);
}
#Air_pur .Air_pur_img .caption_filter {
  top: 3.9455782313vw;
  left: 6.8027210884vw;
  font-size: 1.2925170068vw;
}
#Air_pur .Air_pur_img .caption_filter li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}
#Air_pur .Air_pur_img .caption_filter li:nth-child(2) {
  margin-block: 4.9vw 4.3537414966vw;
}
#Air_pur .Air_pur_filter {
  width: 30.8%;
  max-width: 400px;
}
#Air_pur .Air_pur_filter .name {
  padding-bottom: 0.9em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(92, 96, 100, 0.75);
}
#Air_pur .Air_pur_filter .z_img {
  width: min(10vw, 100px);
}
#Air_pur .Air_pur_filter .txt {
  width: calc(100% - min(12vw, 120px));
}
#Air_pur .Air_pur_filter .txt p {
  margin-top: 0.5em;
}
#Air_pur .Air_pur_filter ul {
  margin-top: min(2vw, 20px);
}
#Air_pur .Air_pur_filter ul li {
  margin-right: min(2.5vw, 25px);
}
#Air_pur .Air_pur_filter ul li .icon {
  height: min(6vw, 60px);
}
#Air_pur .Air_pur_filter ul li .icon img {
  width: auto;
}
#Air_pur .Air_pur_filter ul li p {
  height: min(3vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1520px) {
  #Air_pur .Air_pur_img {
    width: 95%;
  }
/*  #Air_pur .Air_pur_img .caption_filter li:nth-child(2) {
    margin-block: 3.2236842105vw 4.2763157895vw;
  }*/
}
@media screen and (max-width: 1350px) {
  #Air_pur .Air_pur_filter {
    width: 33.2%;
  }
  #Air_pur .Air_pur_filter_Container > .Air_pur_filter:last-child {
    width: 26%;
  }
}
@media screen and (max-width: 1260px) {
  #Air_pur .Air_pur_img .caption_filter {
    top: 3.6507936508vw;
    left: 6.746031746vw;
    font-size: 1.5873015873vw;
  }
/*  #Air_pur .Air_pur_img .caption_filter li:nth-child(2) {
    margin-block: 2.4603174603vw 3.8888888889vw;
  }*/
  #Air_pur .Air_pur_filter {
    width: 48%;
    max-width: 100%;
  }
  #Air_pur .Air_pur_filter_Container > .Air_pur_filter:last-child {
    width: 48%;
    margin-top: min(4vw, 40px);
  }
}
@media screen and (max-width: 750px) {
  #Air_pur {
    margin-bottom: min(14.6666666667vw, 100px);
  }
  #Air_pur .sec_ttl {
    margin-bottom: min(4vw, 20px);
  }
  #Air_pur .Air_pur_img {
    width: 92%;
    margin-bottom: 0.5em;
  }
  #Air_pur .Air_pur_img .caption_filter {
    top: 5.0666666667vw;
    left: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
  #Air_pur .Air_pur_img .caption_filter li:nth-child(2) {
    margin-block: 5.8vw 4.5333333333vw;
  }
  #Air_pur .Air_pur_img .caption_spout {
    width: 84%;
    max-width: 100%;
    margin-inline: auto;
  }
  #Air_pur .Air_pur_filter {
    width: 100%;
    margin-top: min(6.6666666667vw, 35px);
  }
  #Air_pur .Air_pur_filter .name {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(92, 96, 100, 0.25);
  }
  #Air_pur .Air_pur_filter .z_img {
    width: min(13.3333333333vw, 100px);
  }
  #Air_pur .Air_pur_filter .txt {
    width: calc(100% - min(17.3333333333vw, 120px));
    font-size: 0.85em;
    line-height: 1.35 !important;
  }
  #Air_pur .Air_pur_filter .txt p {
    margin-top: 0.7em;
  }
  #Air_pur .Air_pur_filter ul {
    margin-top: min(4vw, 20px);
  }
  #Air_pur .Air_pur_filter ul li {
    margin-right: min(5.3333333333vw, 35px);
    padding-inline: 5px;
  }
  #Air_pur .Air_pur_filter ul li .icon {
    height: min(10.1333333333vw, 60px);
  }
  #Air_pur .Air_pur_filter ul li p {
    height: inherit;
    display: block;
    margin-top: 3px;
  }
  #Air_pur .Air_pur_filter_Container > .Air_pur_filter:last-child {
    width: 100%;
    margin-top: min(6.6666666667vw, 35px);
  }
}
#Air_display {
  margin-bottom: min(19vw, 190px);
}
#Air_display .sec_ttlwrap {
  margin-bottom: 0;
}
#Air_display .sec_ttlwrap .sec_description {
  position: relative;
}
#Air_display .sec_ttlwrap p {
  position: absolute;
  right: 0;
  bottom: -1em;
}
#Air_display .Air_display_color {
  padding-top: min(3vw, 30px);
  border-top: 1px solid rgba(92, 96, 100, 0.75);
  margin-top: min(3vw, 30px);
}
#Air_display .Air_display_color li {
  width: 20%;
}
#Air_display .Air_display_color li p {
  margin-top: 0.5em;
}
#Air_display span.Air_display_arrow {
  display: block;
  width: 55%;
  height: 5px;
  background: #bcb8b7;
  margin: -0.7em auto 0;
  position: relative;
}
#Air_display span.Air_display_arrow::before, #Air_display span.Air_display_arrow::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1em;
  margin: auto;
  background: url(../images/air/arrow-left.svg) center no-repeat;
  background-size: cover;
}
#Air_display span.Air_display_arrow::after {
  left: auto;
  right: -1em;
  background: url(../images/air/arrow-right.svg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  #Air_display {
    margin-bottom: min(16vw, 100px);
  }
  #Air_display .sec_ttlwrap p {
    position: static;
    margin-top: 10px;
    text-align: left;
  }
  #Air_display .Air_display_color {
    padding-top: 15px;
    margin-top: min(5.3333333333vw, 20px);
    border-top: 1px solid rgba(92, 96, 100, 0.25);
  }
  #Air_display .Air_display_color ul {
    font-size: 0.92em;
  }
  #Air_display .Air_display_color li {
    width: 20%;
  }
  #Air_display .Air_display_color li p {
    margin-top: 0.5em;
  }
  #Air_display span.Air_display_arrow {
    width: 46%;
    height: 3px;
    margin: -11px auto 0;
  }
  #Air_display span.Air_display_arrow::before, #Air_display span.Air_display_arrow::after {
    width: 13px;
    height: 11px;
    left: -10px;
  }
  #Air_display span.Air_display_arrow::after {
    left: auto;
    right: -10px;
  }
}
#Air_airflow .Air_airflow_main {
  width: 66.6666666667vw;
}
#Air_airflow .Air_airflow_sub {
  width: 33.3333333333vw;
}
#Air_airflow .Air_airflow_sub li {
  position: relative;
}
#Air_airflow .Air_airflow_sub li .txt {
  position: absolute;
  top: 81.5%;
  left: 10%;
  width: 80%;
}
#Air_airflow .Air_airflow_sub li .txt p {
  margin-bottom: 0.4em;
}
#Air_airflow .Air_airflow_sub li:last-child .txt {
  top: 67.5%;
}

@media screen and (max-width: 750px) {
  #Air_airflow .Air_airflow_main {
    width: 100%;
  }
  #Air_airflow .Air_airflow_sub {
    width: 100%;
  }
  #Air_airflow .Air_airflow_sub li .txt {
    top: 82%;
    left: 8%;
    width: 84%;
  }
  #Air_airflow .Air_airflow_sub li .txt p {
    margin-bottom: 0.35em;
  }
  #Air_airflow .Air_airflow_sub li .txt span {
    font-size: 0.9em;
  }
  #Air_airflow .Air_airflow_sub li:last-child .txt {
    top: 73%;
  }
}
/* Other
==========================================================*/
#Other .Inner {
  padding-block: min(18vw, 180px) min(20vw, 200px);
}

@media screen and (max-width: 750px) {
  #Other .Inner {
    padding-block: min(21.3333333333vw, 120px);
  }
}
#Other_Main .Other_MainBox {
  margin-bottom: min(18vw, 180px);
}
#Other_Main .Other_MainBox .illust {
  width: min(14.8461538462vw, 193px);
  left: min(5.3333333333vw, 80px);
  bottom: min(3.3333333333vw, 50px);
}

@media screen and (max-width: 750px) {
  #Other_Main .Other_MainBox {
    margin-bottom: min(16vw, 100px);
  }
  #Other_Main .Other_MainBox .illust {
    width: min(26.6666666667vw, 160px);
    left: 7.5%;
    bottom: auto;
    top: min(36vw, 320px);
  }
}
#Other_Sub .Other_SubBox {
  margin-top: min(10vw, 100px);
}
#Other_Sub .Other_SubBox .z_img {
  width: 50%;
}
#Other_Sub .Other_SubBox .z_img-cover {
  left: 0;
  top: 0;
  -webkit-animation: fadeInOut 3s infinite;
          animation: fadeInOut 3s infinite;
}
@-webkit-keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
#Other_Sub .Other_SubBox .txt {
  width: 50%;
}
#Other_Sub .Other_SubBox .txt .txtInner {
  width: 60%;
}
@media screen and (max-width: 1260px) {
  #Other_Sub .Other_SubBox .txt .txtInner {
    width: 73%;
  }
}
#Other_Sub .Other_SubBox .txt p {
  margin-top: 0.5em;
}
#Other_Sub .Other_SubBox:nth-child(odd) .txt {
  order: 1;
}

@media screen and (max-width: 750px) {
  #Other_Sub {
    width: 84%;
    margin: 0 auto;
  }
  #Other_Sub .Other_SubBox {
    margin-top: min(16vw, 100px);
  }
  #Other_Sub .Other_SubBox .z_img {
    width: 100%;
  }
  #Other_Sub .Other_SubBox .txt {
    width: 100%;
    display: block;
    margin-bottom: min(5.3333333333vw, 30px);
  }
  #Other_Sub .Other_SubBox .txt .txtInner {
    display: contents;
  }
  #Other_Sub .Other_SubBox .txt p {
    margin-top: 0.75em;
  }
}
/* Various
==========================================================*/
#Various {
  padding-bottom: min(15vw, 150px);
}

#Various_Main {
  margin-bottom: 4px;
}
#Various_Main .z_left {
  width: 66.6666666667%;
}
#Various_Main .z_right {
  width: calc(33.3333333333% - 4px);
  flex-flow: column;
}
#Various_Main .caption {
  right: 1.1em;
  bottom: 0.8em;
  font-size: 1em;
}

#Various_Sub .z_left {
  width: 50%;
  background: #ABA7A6;
}
#Various_Sub .z_left .sec_ttl {
  width: 100%;
  max-width: 570px;
}
#Various_Sub .z_right {
  width: calc(50% - 4px);
}
#Various_Sub .z_right ul li {
  width: calc((100% - 8px) / 3);
  background: #6D5A45;
}
#Various_Sub .z_right ul li:nth-child(2) {
  background: #BDAC94;
}
#Various_Sub .z_right ul li:nth-child(3) {
  background: #A59087;
}
#Various_Sub .z_right ul li .txt {
  padding: 1em 1.5em;
}

@media screen and (max-width: 750px) {
  #Various {
    padding-bottom: min(16vw, 100px);
  }
  #Various .Inner {
    display: flex;
    flex-direction: column;
  }
  #Various_Main {
    display: contents;
  }
  #Various_Main .z_left {
    width: 100%;
    margin-bottom: 2px;
  }
  #Various_Main .z_right {
    width: 100%;
    flex-flow: nowrap;
    margin-bottom: 2px;
  }
  #Various_Main .z_right .z_img {
    width: calc((100% - 2px) / 2);
  }
  #Various_Main .caption {
    right: 0.9em;
    bottom: 0.6em;
  }
  #Various_Sub {
    display: contents;
  }
  #Various_Sub .z_left {
    width: 100%;
    order: -1;
    margin-bottom: 2px;
    padding: 30px 0 32px;
  }
  #Various_Sub .z_left .sec_ttl {
    width: 84%;
    max-width: 100%;
    margin-bottom: 0;
  }
  #Various_Sub .z_right {
    width: 100%;
  }
  #Various_Sub .z_right ul li {
    width: calc((100% - 4px) / 3);
  }
  #Various_Sub .z_right ul li .txt {
    padding: 1em 1.2em;
    font-size: 0.75em;
    letter-spacing: normal;
    line-height: 1.3 !important;
  }
}
/* Quality
==========================================================*/
#Quality {
  background: url(../images/quality/bg_quality.jpg) 63% center no-repeat;
  background-size: cover;
}
#Quality .Inner {
  padding-block: min(10vw, 100px) min(15vw, 150px);
}

@media screen and (max-width: 750px) {
  #Quality .Inner {
    padding-block: min(16vw, 100px) min(9.3333333333vw, 150px);
  }
}
#Quality_Main {
  transform: translateX(60px);
}
#Quality_Main .z_left {
  width: min(34.7vw, 406px);
}
#Quality_Main .z_right {
  width: 680px;
}
#Quality_Main .z_right .Quality_namelist {
  margin-top: -0.7em;
}
#Quality_Main .z_right .Quality_namelist ul {
   width: 50%;
   white-space:nowrap;
}
#Quality_Main .z_right .Quality_namelist ul:nth-child(2) {
  padding-left: 2em;
}
#Quality_Main .z_right .Quality_namelist ul li {
  margin-left: 1.75em;
  text-indent: -1.75em;
}

@media screen and (max-width: 1360px) {
  #Quality_Main {
    transform: translateX(0);
  }
  #Quality_Main .max1160 {
    max-width: 1040px;
  }
  #Quality_Main .z_right {
    width: 58%;
    position: relative;
    left: 2%;
    margin-bottom: min(2vw, 20px);
  }
}
@media screen and (max-width: 750px) {
  #Quality_Main .z_left {
    width: min(68vw, 400px);
    margin: 0 auto min(8vw, 50px);
  }
  #Quality_Main .z_right {
    width: 100%;
    margin-bottom: 0;
    position: static;
  }
  #Quality_Main .z_right .Quality_namelist {
    margin-top: 0;
  }
  #Quality_Main .z_right .Quality_namelist ul {
    width: 100%;
  }
  #Quality_Main .z_right .Quality_namelist ul:nth-child(2) {
    padding-left: 0;
  }
}
#Quality_Sub {
  margin-top: min(2.5vw, 25px);
}
#Quality_Sub ul li {
  background: rgba(255, 255, 255, 0.7);
  padding: 0.5em 0.5em 0.2em;
  width: calc((100% - 9em) / 10);
  margin-right: 1em;
  margin-top: 1em;
  max-width: 90px;
}
#Quality_Sub ul li:nth-child(10n) {
  margin-right: 0;
}
#Quality_Sub ul li .z_img {
  margin-bottom: 0.2em;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 750px) {
  #Quality_Sub {
    margin-top: min(5.3333333333vw, 25px);
  }
  #Quality_Sub ul {
    min-width: 742px;
  }
  #Quality_Sub ul li {
    padding: 0.5em 0.5em 0.2em;
    width: calc((100% - 108px) / 10);
    margin-right: 12px;
    margin-top: 12px;
    max-width: 64px;
  }
  #Quality_Sub ul li .z_img {
    margin-bottom: 0.1em;
  }
  #Quality_Sub .Quality_scrollContainer {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 8vw);
    padding-bottom: 10px;
    padding-right: 8vw;
  }
  #Quality_Sub .scroll-hint-shadow-wrap::before, #Quality_Sub .scroll-hint-shadow-wrap::after {
    content: none;
  }
  #Quality_Sub .scroll-hint-icon-wrap {
    width: 92%;
    bottom: 0;
    margin: auto;
    height: 94px;
  }
  #Quality_Sub .scroll-hint-icon-wrap .scroll-hint-icon {
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
/* Spec
==========================================================*/
#Spec .Inner {
  padding-block: min(15vw, 150px);
}
/*#Spec .sec_ttl {
  margin-bottom: min(5vw, 50px);
}

@media screen and (max-width: 750px) {
  #Spec .Inner {
    padding-block: min(16vw, 100px);
  }
  #Spec .sec_ttl {
    margin-bottom: min(4vw, 20px);
  }
}
#Spec_Notes {
  margin-top: min(2.5vw, 25px);
}
#Spec_Notes ul li {
  margin-left: 1.25em;
  text-indent: -1.25em;
  margin-bottom: 0.4em;
}
#Spec_Notes ul li span {
  font-size: 0.78em;
  position: relative;
  top: -0.3em;
  margin-right: 0.5em;
}

@media screen and (max-width: 750px) {
  #Spec_Notes {
    margin-top: min(4vw, 25px);
  }
  #Spec_Notes ul li {
    margin-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 0.8em;
  }
  #Spec_Notes ul li span {
    font-size: 1em;
    position: static;
    margin-right: 0.5em;
  }
}
#Spec_PC table {
  display: block;
  width: 100%;
}
#Spec_PC table th, #Spec_PC table td {
  padding: 0.25em 0.25em 0.25em 1.3em;
}
#Spec_PC table th {
  background: #5C6064;
  color: #fff;
  font-weight: normal;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: min(22vw, 220px);
  min-width: min(18vw, 180px);
}
#Spec_PC table th span.notes {
  display: inline-block;
  margin-left: 0.3em;
  font-size: 0.78em;
  position: relative;
  top: -0.3em;
}
#Spec_PC table td {
  background: #fff;
  width: min(43vw, 430px);
  border: 1px solid rgba(122, 122, 122, 0.3);
  border-left: none;
}
#Spec_PC table td:last-child {
  border-right: none;
}
#Spec_PC.Spec_PC_Single td {
  width: min(86vw, 860px);
}

#Spec_SP .Spec_SP_Tab {
  width: 100%;
  margin-bottom: 10px;
}
#Spec_SP .Spec_SP_Tab button[role=tab] {
  width: 50%;
  background: #fff;
  color: #dedfe0;
  padding: 0.7em 14px;
  border-bottom: 2px solid #fff;
}
#Spec_SP .Spec_SP_Tab button[role=tab][aria-selected=true] {
  color: #5c6064;
  border-bottom: 2px solid #7c7f83;
}
#Spec_SP .Spec_SP_table {
  font-size: 0.78em;
}
#Spec_SP .Spec_SP_table table {
  background-color: #fff;
  table-layout: fixed;
  width: 100%;
}
#Spec_SP .Spec_SP_table table th, #Spec_SP .Spec_SP_table table td {
  width: 100%;
  display: block;
  padding: 1px 5px 1px 14px;
  font-weight: 400;
}
#Spec_SP .Spec_SP_table table th {
  background: #5C6064;
  color: #fff;
}
#Spec_SP .Spec_SP_table table th span.notes {
  display: inline-block;
  margin-left: 0.25em;
  position: relative;
  top: -0.1em;
}
#Spec_SP .Spec_SP_table table td:not(:last-child) {
  border-bottom: 1px solid rgba(122, 122, 122, 0.25);
}
#Spec_SP .Spec_SP_table table td.tablein {
  padding: 0;
}
#Spec_SP .Spec_SP_table table td.tablein table {
  table-layout: fixed;
  width: 100%;
}
#Spec_SP .Spec_SP_table table td.tablein table tr {
  display: flex;
  flex-wrap: wrap;
}
#Spec_SP .Spec_SP_table table td.tablein table th, #Spec_SP .Spec_SP_table table td.tablein table td {
  width: 50%;
  display: inline-block;
}
#Spec_SP .Spec_SP_table table td.tablein table th {
  background: #7c7f83;
}
#Spec_SP .Spec_SP_table table td.tablein table th.tablein_line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#Spec_SP .Spec_SP_table table td.tablein table td.tablein_line {
  border-bottom: 1px solid rgba(122, 122, 122, 0.25);
}*/
/*# sourceMappingURL=style.css.map */

.header_top{ text-shadow: 2px 3px 5px #444;position:absolute; top:0px; left:0px; width:100%; z-index:99;padding:30px; align-items:center; justify-content:space-between; box-sizing:border-box; font-size:16px;}
.header_top .logo_top{flex-shrink:0; line-height:0; position:relative;}
.header_top .logo_top img{width:210px;}
.header_top .menu ul{align-content:center; gap:15px;}
.header_top .menu li a{color:#fff;}
@media only screen and (max-width: 798px) {
    .header_top {font-size: 1em; }
    .header_top .logo_top img{width:105px;}
}

@media only screen and (max-width: 550px) {
    .header_top {padding: 20px 10px; width:100%; top:0px;left:0px; margin:0px; }
    .header_top .logo_top img{width:70px; margin:0px; padding:0px;  }
}

.buy, .vid{  padding-block: min(15vw, 150px);}
.buy .buy_ico, .vid .video_list{ margin:3% auto; display:flex; flex-wrap:wrap; justify-content:flex-start;}
.buy .buy_ico li, .vid .video_list li{width:20%; padding:20px; box-sizing:border-box; flex:1; min-width:20%;}
.vid .video_list li{width: calc(50% - 40px); }
iframe{width:100%; height:auto; aspect-ratio:16 / 9;}

@media only screen and (max-width: 798px) {
     .buy .buy_ico li{width:calc(100% / 3);  min-width:calc(100% / 3); max-width:calc(100% / 3);}
}
@media only screen and (max-width: 500px) {
     .buy .buy_ico li{width: 50%;  min-width:50%; max-width:50%;}
     .vid .video_list li{width: calc(100% - 40px); min-width:100%; }
}
#Spec .product{display:flex; flex-wrap:wrap; justify-content:flex-start;}
#Spec .product li{width:calc(100% / 3);  min-width:calc(100% / 3); max-width:calc(100% / 3); text-align:center;}
#Spec .product li p{text-align:center;}


#Spec .product .button{position:relative; padding-block: min(1vw, 30px); border:#337ab7 1px solid; margin:30px auto; width:70%;}
#Spec .product .button:hover{box-shadow: #0006 5px 5px 10px; transition: all 1s ease-out; border:#000 1px solid;}


#Spec .product .pro_button{width:100%; height:100%; display:block;}

@media only screen and (max-width: 798px) {
     #Spec .product li{width: 50%;  min-width:50%; max-width:50%;}
}
