@charset "UTF-8";
/*
Theme Name: C+mania
Author: Qoil
Description: test
Version: 1.0
*/
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
/*
h6,
h5,
h4,
h3,
h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
} */

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* p {
  margin-top: 0;
  margin-bottom: 1rem;
} */

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
} */

/* dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
} */

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}
/*
small {
  font-size: 0.875em;
} */

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* a {
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
} */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
/* pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
} */

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

/* img,
svg {
  vertical-align: middle;
} */

/* table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
} */

/* input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
} */

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

body {
  font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  position: relative;
  /* text-align: justify;
  text-justify: inter-ideograph; */
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  color: #000000;
}

/* ol,
ul,
li {
  padding-left: 0;
  list-style: none;
} */

/* img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
} */

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* a {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease;
}
a::before,
a::after {
  transition: all 0.3s ease;
}
a:hover {
  color: #a47d1f;
  text-decoration: none;
} */

button {
  transition: all 0.3s ease;
}
button::before,
button::after {
  transition: all 0.3s ease;
}

@media (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 1400.98px) {
  .maxxxl {
    display: none;
  }
}

@media (max-width: 1200.98px) {
  .maxxl {
    display: none;
  }
}

@media (max-width: 992.98px) {
  .maxlg {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .maxmd {
    display: none;
  }
}

@media (max-width: 576.98px) {
  .maxsm {
    display: none;
  }
}

@media (min-width: 1401px) {
  .minxxl {
    display: none;
  }
}

@media (min-width: 1201px) {
  .minxl {
    display: none;
  }
}

@media (min-width: 993px) {
  .minlg {
    display: none;
  }
}

@media (min-width: 769px) {
  .minmd {
    display: none;
  }
}

@media (min-width: 577px) {
  .minsm {
    display: none;
  }
}

/* h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
dl,
dt,
dd {
  margin-bottom: 0;
} */

*:focus {
  outline: none !important;
}

/* button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
} */

.af-heebo,
body#x-about section .section-title .en,
body#x-about section.product .product-new,
body#x-about section.product .product-box-title .en,
body.x-item section.item-nav .item-nav-link .en,
body.x-item section.product .product-doc-title .en,
body#x-index section.product .product-new,
body#x-index #modal .modal-box-img-new,
#cmania-about section .section-title .en,
#cmania-about section.product .product-box-title .en,
body.info-archive section.head h1.head-title .en,
body.info-archive section.info .info-date,
body.info-single section.info .info-date,
body.x-item section.product .product-new,
body.cmania-item section.product .product-new,
body.x-item section.product .product-price-value,
body.cmania-item section.product .product-price-value,
body.x-item section.feature .feature-num .num,
body.cmania-item section.feature .feature-num .num,
#itembnr .ibnr-price-value,
body#cmania-index section.product .product-title .en,
body#cmania-index section.product .product-price-value,
body.brand-index section.news .news-date,
body.brand-index #modal .modal-box-title .en,
body.brand-index #modal .modal-box-price-value,
body#x-index section .section-title .en,
body.x-item section .section-title .en,
body#cmania-index section .section-title .en,
body.cmania-item section .section-title .en,
body#x-index section.faq .faq-inner i,
body.x-item section.faq .faq-inner i,
body#cmania-index section.faq .faq-inner i,
body.cmania-item section.faq .faq-inner i,
body#faq section.head .head-title-en,
body.notfound section.notfound .nf-en,
body.notfound section.notfound .nf-num {
  font-family: heebo, sans-serif;
}

html {
  padding-top: var(--bnrHeight);
  scroll-padding-top: 80px;
}
@media (max-width: 768.98px) {
  html {
    scroll-padding-top: 60px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
}

body section.breadcrumb {
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width: 768.98px) {
  body section.breadcrumb {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
body section.breadcrumb .section-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768.98px) {
  body section.breadcrumb .section-wrap {
    padding-right: 22px;
    padding-left: 22px;
  }
}
body section.breadcrumb .bc-list {
  display: flex;
}
body section.breadcrumb .bc-item {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 768.98px) {
  body section.breadcrumb .bc-item {
    font-size: 10px;
  }
}
body section.breadcrumb .bc-item:not(:last-child)::after {
  content: ">";
  padding-right: 0.5em;
  padding-left: 0.5em;
}
body section.breadcrumb .bc-item a {
  text-decoration: underline;
}
body section.breadcrumb .bc-item a:hover {
  text-decoration: none;
}

#bnr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #b4c8c8;
  height: 56px;
  text-align: center;
}
@media (max-width: 768.98px) {
  #bnr {
    height: 33px;
  }
}
#bnr a {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 768.98px) {
  #bnr a {
    font-size: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

#space {
  background-color: #fff;
  width: 100%;
  position: relative;
  height: var(--headerHeight);
}

body.notfound section.notfound {
  background-color: #dfdfdf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 546px;
}
@media (max-width: 768.98px) {
  body.notfound section.notfound {
    height: 331px;
  }
}
body.notfound section.notfound .nf-num {
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  body.notfound section.notfound .nf-num {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
body.notfound section.notfound .nf-en {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 768.98px) {
  body.notfound section.notfound .nf-en {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
body.notfound section.notfound .nf-ja {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 67px;
}
@media (max-width: 768.98px) {
  body.notfound section.notfound .nf-ja {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768.98px) {
  body.notfound section.notfound .link-btn {
    max-width: 111px;
  }
}

.link-btn {
  display: block;
  font-weight: bold;
  max-width: 152px;
  width: 100%;
  position: relative;
  padding: 12px 0;
}
@media (max-width: 768.98px) {
  .link-btn {
    font-size: 12px;
    max-width: 96px;
    padding: 4px 0;
  }
}
.link-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}
.link-btn::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20252.19%20147.84%22%3E%3Cg%20id%3D%22bg%22%3E%3Cpath%20d%3D%22M250.59%2C70.56L165.5%2C.98c-1.31-1.05-3.11-1.29-4.62-.56-1.51%2C.72-2.48%2C2.25-2.48%2C3.93V46.06H4.35c-2.4%2C0-4.35%2C1.94-4.35%2C4.35v46.71c0%2C2.41%2C1.94%2C4.35%2C4.35%2C4.35H158.4v42.03c0%2C1.68%2C.97%2C3.21%2C2.48%2C3.93%2C.59%2C.28%2C1.23%2C.42%2C1.87%2C.42%2C.99%2C0%2C1.95-.33%2C2.75-.98l85.09-69.57c1.01-.83%2C1.6-2.06%2C1.6-3.36s-.59-2.55-1.6-3.37Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  width: 15px;
  aspect-ratio: 252/147;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768.98px) {
  .link-btn::after {
    width: 11px;
  }
}
.link-btn:hover {
  color: #464141 !important;
}
.link-btn:hover::before {
  width: 0;
}
.link-btn.white {
  color: #fff;
}
.link-btn.white::before {
  background-color: #fff;
}
.link-btn.white::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20192.35%20112.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22main%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M191.13%2C53.82L126.22%2C.76c-1-.82-2.36-.98-3.52-.43-1.16%2C.55-1.9%2C1.72-1.9%2C3v31.81H3.32c-1.83%2C0-3.32%2C1.48-3.32%2C3.32v35.63c0%2C1.83%2C1.48%2C3.32%2C3.32%2C3.32H120.81v32.06c0%2C1.28%2C.74%2C2.45%2C1.9%2C3%2C.45%2C.21%2C.94%2C.32%2C1.42%2C.32%2C.75%2C0%2C1.5-.25%2C2.1-.75l64.91-53.06c.77-.63%2C1.22-1.57%2C1.22-2.57s-.45-1.94-1.22-2.57Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media (max-width: 768.98px) {
  #header.header1 {
    height: 60px;
  }
}
#header.header1 .wrapper {
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  position: relative;
  transition: all 0.25s ease;
}
@media (min-width: 769px) {
  #header.header1 .wrapper {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    min-width: 1200px;
    max-width: 1920px;
  }
}
@media (max-width: 768.98px) {
  #header.header1 .wrapper {
    height: 60px;
    padding-left: 16px;
    padding-right: 10px;
  }
}
#header.header1 .logo {
  line-height: 1;
}
@media (min-width: 769px) {
  #header.header1 .logo {
    margin-left: 40px;
    margin-top: 20px;
    width: 338px;
  }
}
@media (max-width: 768.98px) {
  #header.header1 .logo {
    margin-top: 20px;
    width: 198px;
  }
}
#header.header1 .functional-navigation {
  display: flex;
  margin-left: auto;
}
@media (min-width: 769px) {
  #header.header1 .functional-navigation {
    margin-right: 40px;
    margin-top: 12px;
  }
}
@media (max-width: 768.98px) {
  #header.header1 .functional-navigation {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  #header.header1 .functional-navigation a {
    color: #454643;
    text-align: center;
  }
}
#header.header1 .functional-navigation a:first-child {
  margin-left: auto;
}
@media (min-width: 769px) {
  #header.header1 .functional-navigation a:not(:first-child) {
    margin-left: 43px;
  }
}
@media (max-width: 768.98px) {
  #header.header1 .functional-navigation a:not(:first-child) {
    margin-left: 10px;
  }
}
#header.header1 .functional-navigation dl {
  position: relative;
}
@media (min-width: 769px) {
  #header.header1 .functional-navigation dl dt img {
    width: 40px;
  }
}
@media (max-width: 768.98px) {
  #header.header1 .functional-navigation dl dt img {
    width: 30px;
  }
}
#header.header1 .functional-navigation dl dd {
  font-size: 10px;
  line-height: 1;
  padding-top: 5px;
}
#header.header1 .functional-navigation .js-cart-count {
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 1;
  padding: 5px;
  position: absolute;
  right: -5px;
  top: -8px;
  background-color: #8f262a;
  color: #fff;
}
#header.header1 a:hover {
  opacity: 0.7 !important;
}

#header.header2.is-active {
  background-color: #fff;
}
#header.header2.js-visibled {
  background-color: rgba(255, 255, 255, 0.6);
}
#header.header2 .wrapper {
  position: relative;
  z-index: 9999;
  padding-right: 64px;
  display: flex;
  align-items: center;
  height: 76px;
}
@media (max-width: 768.98px) {
  #header.header2 .wrapper {
    padding-right: 22px;
    height: 55px;
  }
}
#header.header2 .logo {
  padding-left: 22px;
}
#header.header2 .logo a {
  text-indent: -9999px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#header.header2 .logo a:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  #header.header2 nav#gnav {
    margin-left: auto;
    height: 100%;
  }
}
@media (max-width: 768.98px) {
  #header.header2 nav#gnav {
    display: none;
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--bnrHeight) - var(--headerHeight));
    background-color: rgba(0, 0, 0, 0.4509);
  }
}
#header.header2 .gnav-login {
  position: relative;
  z-index: 9999;
  width: 84%;
  background-color: #c0c0c0;
  font-size: 14px;
  font-weight: bold;
  padding-left: 69px;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
#header.header2 .gnav-login::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 26px;
  background-image: url(/assets/images/cmania/login_sp.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 31px;
  background-color: #fff;
  border-radius: 15px;
}
@media (min-width: 769px) {
  #header.header2 .gnav-login {
    display: none;
  }
}
#header.header2 .gnav-login::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}
#header.header2 .gnav-close {
  display: none;
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-close {
    display: block;
    position: absolute;
    left: calc(84% + 21px);
    top: 0;
    bottom: 0;
    z-index: 9999;
    margin: auto;
    width: 24px;
    height: 24px;
  }
}
#header.header2 .gnav-close::before,
#header.header2 .gnav-close::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
#header.header2 .gnav-close::before {
  top: 0;
  transform-origin: left top;
  transform: rotate(45deg);
}
#header.header2 .gnav-close::after {
  bottom: 0;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
#header.header2 .gnav-list {
  margin-right: 20px;
}
@media (min-width: 769px) {
  #header.header2 .gnav-list {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-list {
    width: 84%;
    height: calc(100% - 69px);
    background-color: #ebebeb;
    overflow-y: scroll;
  }
}
@media (min-width: 769px) {
  #header.header2 .gnav-item {
    height: 100%;
  }
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-item {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-item:not(:last-child) {
    border-bottom: 1px solid #878787;
  }
}
#header.header2 .gnav-link {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 769px) {
  #header.header2 .gnav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-link {
    display: block;
    font-size: 14px;
    padding: 20px 0;
    font-weight: bold;
  }
}
@media (min-width: 769px) {
  #header.header2 .gnav-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c0c0c0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
}
@media (min-width: 769px) {
  #header.header2 .gnav-link:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-no-sub .gnav-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-has-sub .gnav-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 17px;
    width: 1px;
    height: 15px;
    background-color: #000;
  }
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-has-sub .gnav-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 15px;
    height: 1px;
    background-color: #000;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-has-sub.is-active .gnav-link::before {
    height: 1px;
  }
}
#header.header2 .gnav-sub {
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  #header.header2 .gnav-sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-sub {
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  #header.header2 .gnav-sub.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 769px) {
  #header.header2 .gnav-sub-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 769px) {
  #header.header2 .gnav-sub-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-sub-item {
    padding-bottom: 22px;
  }
}
#header.header2 .gnav-sub-link {
  display: block;
}
@media (min-width: 769px) {
  #header.header2 .gnav-sub-link {
    padding: 28px 24px 26px;
  }
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-sub-link {
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
  }
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-sub-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
  }
}
#header.header2 .gnav-sub-link.ex-link {
  position: relative;
  padding-right: 28px;
}
#header.header2 .gnav-sub-link.ex-link::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(/assets/images/cmania/externallink.svg);
  background-size: cover;
  transform: none;
  border: none;
  right: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768.98px) {
  #header.header2 .gnav-sub-link.ex-link::after {
    right: 11px;
  }
}
@media (max-width: 768.98px) {
  #header.header2 nav#shop {
    margin-left: auto;
  }
}
#header.header2 .shop-list {
  display: flex;
}
#header.header2 .shop-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  padding-top: 17px;
  padding-bottom: 18px;
}
@media (max-width: 768.98px) {
  #header.header2 .shop-link {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#header.header2 .shop-icon {
  width: 26px;
  height: 26px;
  background-color: #000;
  border-radius: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
#header.header2 .shop-icon.login {
  background-image: url(/assets/images/cmania/login_w.svg);
}
#header.header2 .shop-icon.cart {
  background-image: url(/assets/images/cmania/cart_w.svg);
}
#header.header2 .shop-icon-label {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768.98px) {
  #header.header2 .shop-icon-label {
    display: none;
  }
}
#header.header2 #hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  #header.header2 #hamburger {
    display: none;
  }
}
#header.header2 #hamburger .hamburger {
  position: relative;
  width: 20px;
  height: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#header.header2 #hamburger .hamburger::before,
#header.header2 #hamburger .hamburger::after,
#header.header2 #hamburger .hamburger span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  transition: all 0.25s ease;
}
#header.header2 #hamburger .hamburger::before,
#header.header2 #hamburger .hamburger::after {
  content: "";
  position: absolute;
}
#header.header2 #hamburger .hamburger::before {
  top: 0;
  transform-origin: left top;
}
#header.header2 #hamburger .hamburger::after {
  bottom: 0;
  transform-origin: left bottom;
}
#header.header2 #hamburger.is-active .hamburger::before {
  transform: rotate(45deg);
}
#header.header2 #hamburger.is-active .hamburger::after {
  transform: rotate(-45deg);
}
#header.header2 #hamburger.is-active .hamburger span {
  transform: translatex(20px);
  opacity: 0;
}

#header.cmania .logo a {
  width: 113px;
  aspect-ratio: 112.82/32;
  background-image: url(/assets/images/cmania/logo.svg);
}
@media (max-width: 768.98px) {
  #header.cmania .logo a {
    width: 85px;
  }
}

#header.x .logo a {
  width: 29px;
  aspect-ratio: 28.72/32;
  background-image: url(/assets/images/cmania/logo_d.svg);
}
@media (max-width: 768.98px) {
  #header.x .logo a {
    width: 22px;
  }
}

body#x-index #header.x:not(.js-visibled, .is-active) .logo a {
  background-image: url(/assets/images/cmania/logo_w.svg);
}
@media (min-width: 769px) {
  body#x-index #header.x:not(.js-visibled, .is-active) .gnav-sub {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 769px) {
  body#x-index #header.x:not(.js-visibled, .is-active) .gnav-sub-link.ex-link::after {
    background-image: url(/assets/images/cmania/externallink_w.svg);
  }
}
body#x-index #header.x:not(.js-visibled, .is-active) .shop-icon {
  background-color: #fff;
}
body#x-index #header.x:not(.js-visibled, .is-active) .shop-icon.login {
  background-image: url(/assets/images/cmania/login_b.svg);
}
body#x-index #header.x:not(.js-visibled, .is-active) .shop-icon.cart {
  background-image: url(/assets/images/cmania/cart_b.svg);
}
@media (min-width: 769px) {
  body#x-index #header.x:not(.js-visibled, .is-active) a {
    color: #fff;
  }
}
body#x-index #header.x:not(.js-visibled, .is-active) #hamburger .hamburger span,
body#x-index #header.x:not(.js-visibled, .is-active) #hamburger .hamburger::before,
body#x-index #header.x:not(.js-visibled, .is-active) #hamburger .hamburger::after {
  background-color: #fff;
}

@media (min-width: 769px) {
  body#x-about #header.x:not(.js-visibled, .is-active) .gnav-sub {
    background-color: rgba(204, 204, 204, 0.6);
  }
}

#footer.footer1 {
  background-color: #fff;
  position: relative;
}
#footer.footer1 .pagetop a {
  background: transparent linear-gradient(135deg, #8f262a 0%, #b95154 100%) 0% 0% no-repeat padding-box;
  bottom: 45px;
  display: block;
  box-shadow: 0 7px 7px rgba(149, 134, 111, 0.24);
  opacity: 0;
  position: fixed;
  transition: opacity 0.25s ease;
  z-index: 1000;
}
@media (min-width: 769px) {
  #footer.footer1 .pagetop a {
    height: 50px;
    right: 86px;
    width: 50px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .pagetop a {
    height: 50px;
    right: 15px;
    width: 50px;
  }
}
#footer.footer1 .pagetop a i {
  display: block;
}
@media (min-width: 769px) {
  #footer.footer1 .pagetop a i {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .pagetop a i {
    height: 50px;
    width: 50px;
  }
}
#footer.footer1 .pagetop a i:after {
  background: url(https://www.p-antiaging.com/images/index/icon-arrow-02.svg) 0 0 no-repeat;
  content: "";
  height: 8px;
  width: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  transition: top 0.25s ease;
  top: 21px;
  z-index: 1;
}
.js-non-touch-device #footer.footer1 .pagetop a i:hover:after {
  top: 19px;
}
#footer.footer1 .pagetop.js-visibled a {
  opacity: 1;
}
#footer.footer1 .pagetop.js-absolute a {
  position: absolute;
  top: -25px;
}
@media (min-width: 769px) {
  #footer.footer1 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 {
    padding-bottom: 30px;
    padding-bottom: 40px;
  }
}
#footer.footer1 a:hover {
  opacity: 0.7 !important;
}
#footer.footer1 .brands {
  text-align: center;
}
@media (min-width: 769px) {
  #footer.footer1 .brands {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    padding-top: 100px;
    max-width: 1094px;
    padding-top: 60px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .brands {
    padding-bottom: 40px;
    padding-top: 40px;
    padding-top: 35px;
  }
}
#footer.footer1 .brands h2 a {
  display: inline-block;
}
#footer.footer1 .brands h2 img {
  pointer-events: none;
}
@media (min-width: 769px) {
  #footer.footer1 .brands h2 img {
    width: 330px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .brands h2 img {
    width: 241px;
  }
}
#footer.footer1 .brands h2 .sub {
  color: #454545;
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 19px;
  margin-top: 15px;
}
#footer.footer1 .brands ul {
  display: flex;
}
@media (min-width: 769px) {
  #footer.footer1 .brands ul {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .brands ul {
    flex-wrap: wrap;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  #footer.footer1 .brands ul li {
    height: auto;
    width: 260px;
  }
  #footer.footer1 .brands ul li:not(:first-child) {
    margin-left: 18px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .brands ul li {
    padding: 5px;
    width: 50%;
  }
}
#footer.footer1 .brands ul li a {
  display: block;
}
#footer.footer1 .brands ul li a img {
  pointer-events: none;
}
#footer.footer1 .footer-link {
  display: flex;
}
@media (min-width: 769px) {
  #footer.footer1 .footer-link {
    justify-content: center;
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .footer-link {
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
}
#footer.footer1 .footer-link li {
  line-height: 1;
}
@media (min-width: 769px) {
  #footer.footer1 .footer-link li:not(:first-child) {
    border-left: 1px solid #9fa0a0;
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .footer-link li:not(:last-child):after {
    content: "|";
    margin-left: 1em;
    margin-right: 0.5em;
    opacity: 0.5;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .footer-link li {
    line-height: 16px;
    white-space: nowrap;
  }
}
#footer.footer1 .footer-link li:nth-child(3):after,
#footer.footer1 .footer-link li:nth-child(5):after {
  font-size: 0;
  content: "\a";
  white-space: pre;
}
#footer.footer1 .footer-link li a {
  color: #454545;
  line-height: 1;
}
#footer.footer1 .copyright {
  color: #454545;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 769px) {
  #footer.footer1 .copyright {
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .copyright {
    font-size: 13px;
  }
}
#footer.footer1 .globalsign {
  width: 87px;
  height: 44.16px;
  background-color: red;
}
@media (min-width: 993px) {
  #footer.footer1 .globalsign {
    left: 50%;
    position: absolute;
    bottom: 160px;
    transform: translateX(397px);
  }
}
@media (min-width: 769px) and (max-width: 992.98px) {
  #footer.footer1 .globalsign {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 160px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .globalsign {
    display: flex;
    margin-top: -10px;
    margin-right: 16px;
    margin-bottom: 30px;
    margin-left: auto;
  }
}
#footer.footer1 .globalsign img {
  width: 87px !important;
}

#footer.footer2 .footer-wrap {
  max-width: 1244px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-wrap {
    flex-direction: column;
  }
}
#footer.footer2 .footer-upper {
  background-color: #ebebeb;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-upper {
    padding-top: 66px;
    padding-bottom: 29px;
  }
}
#footer.footer2 .footer-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-nav {
    flex-direction: column;
  }
}
#footer.footer2 .footer-nav-item {
  width: 22.416%;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-nav-item {
    width: 100%;
  }
}
#footer.footer2 .footer-nav-item-title {
  border-bottom: 1px solid #878787;
  font-weight: bold;
  padding-bottom: 13px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-nav-item-title {
    padding: 30px 22px;
    position: relative;
  }
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-nav-item-title::before,
  #footer.footer2 .footer-nav-item-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 15px;
    height: 15px;
    background-color: #000;
  }
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-nav-item-title::before {
    height: 1px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-nav-item-title::after {
    width: 1px;
    right: 27px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-nav-item-title.is-active::after {
    height: 1px;
  }
}
#footer.footer2 .footer-nav-item-list {
  padding-top: 15px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-nav-item-list {
    padding-bottom: 15px;
    display: none;
  }
}
#footer.footer2 a.footer-nav-item-link {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
@media (max-width: 768.98px) {
  #footer.footer2 a.footer-nav-item-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 22px;
  }
}
#footer.footer2 a.footer-nav-item-link.fnil-external::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(/assets/images/cmania/externallink.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 3px;
}
#footer.footer2 .footer-bnr-wrap {
  width: 100%;
  display: flex;
  margin-bottom: 56px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-bnr-wrap {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
#footer.footer2 .footer-bnr {
  width: 100%;
  display: block;
  margin-right: 43px;
}
@media (min-width: 769px) {
  #footer.footer2 .footer-bnr {
    max-width: 371px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-bnr {
    margin-bottom: 40px;
  }
}
#footer.footer2 .footer-bnr:hover {
  opacity: 0.7;
}
#footer.footer2 .footer-bnr-title {
  font-weight: bold;
  margin-bottom: 14px;
}
#footer.footer2 .footer-bnr-img {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #c3c3c3;
}
#footer.footer2 .footer-brand-top {
  max-width: 335px;
  margin-bottom: 26px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-brand-top img {
    display: block;
    max-width: 251px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 28px;
  }
}
#footer.footer2 .footer-brand-top-text {
  margin-top: 20px;
  font-size: 14px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-brand-top-text {
    margin-top: 14px;
    font-size: 12px;
    text-align: center;
  }
}
#footer.footer2 .footer-brand-list {
  display: flex;
  flex-wrap: wrap;
}
#footer.footer2 a.footer-brand-link {
  display: block;
  width: 200px;
}
@media (max-width: 768.98px) {
  #footer.footer2 a.footer-brand-link {
    width: 50%;
  }
}
#footer.footer2 a.footer-brand-link:hover {
  opacity: 0.7;
}
#footer.footer2 .footer-middle {
  padding-top: 40px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-middle {
    padding-top: 54px;
  }
}
#footer.footer2 .footer-middle .footer-wrap {
  justify-content: space-between;
  padding-bottom: 57px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-middle .footer-wrap {
    padding-right: 42px;
    padding-left: 42px;
    padding-bottom: 48px;
  }
}
#footer.footer2 .footer-contact-title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-contact-title {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
#footer.footer2 .footer-tel {
  margin-bottom: 36px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-tel {
    width: 100%;
    margin-bottom: 28px;
  }
}
#footer.footer2 .footer-tel-title,
#footer.footer2 .footer-fax-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-tel-title,
  #footer.footer2 .footer-fax-title {
    font-size: 12px;
  }
}
#footer.footer2 .footer-tel-img,
#footer.footer2 .footer-fax-img {
  margin-bottom: 10px;
  line-height: 1;
}
#footer.footer2 .footer-tel-img {
  max-width: 312px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-tel-img {
    max-width: 289px;
  }
}
#footer.footer2 .footer-fax-img {
  max-width: 234px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-fax-img {
    max-width: 217px;
  }
}
#footer.footer2 .footer-tel-text,
#footer.footer2 .footer-fax-text {
  font-size: 12px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-tel-text,
  #footer.footer2 .footer-fax-text {
    font-size: 10px;
  }
}
#footer.footer2 .footer-tel-text {
  margin-bottom: 30px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-tel-text {
    margin-bottom: 16px;
  }
}
#footer.footer2 .footer-kiyaku {
  width: 100%;
  font-size: 12px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-kiyaku {
    margin-top: 30px;
    text-align: center;
    font-size: 10px;
  }
}
#footer.footer2 .footer-kiyaku a {
  color: #878787;
}
#footer.footer2 .footer-contact {
  display: block;
  border: 2px solid #878787;
  color: #878787;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  padding-right: 55px;
  padding-top: 14px;
  padding-bottom: 13px;
  width: 368px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-contact {
    margin-top: 0;
    font-size: 12px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    border-width: 1px;
  }
}
#footer.footer2 .footer-contact::after {
  content: "";
  display: block;
  width: 16px;
  height: 6px;
  background-image: url(/assets/images/cmania/arw_g.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
#footer.footer2 .footer-contact:hover {
  background-color: #878787;
  color: #fff;
}
#footer.footer2 .footer-bottom {
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  #footer.footer2 .footer-bottom .footer-wrap {
    align-items: center;
  }
}
#footer.footer2 .footer-btm-border {
  border-bottom: 1px solid #878787;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-btm-border {
    margin-bottom: 50px;
  }
}
#footer.footer2 .footer-sns {
  display: flex;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-sns {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
#footer.footer2 .footer-sns > a {
  display: block;
}
#footer.footer2 .footer-sns-instagram,
#footer.footer2 .footer-sns-twitter {
  width: 28px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-sns-instagram,
  #footer.footer2 .footer-sns-twitter {
    width: 36px;
  }
}
#footer.footer2 .footer-sns-atcosme {
  width: 139px;
  margin-left: 40px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-sns-atcosme {
    width: 105px;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  #footer.footer2 .footer-btm-nav {
    margin-left: auto;
    display: flex;
  }
}
#footer.footer2 .footer-btm-nav-link {
  display: block;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 769px) {
  #footer.footer2 .footer-btm-nav-link {
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media (min-width: 769px) {
  #footer.footer2 .footer-btm-nav-link:not(:last-child) {
    border-right: 1px solid #000;
  }
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-btm-nav-link:not(:last-child) {
    margin-bottom: 36px;
  }
}
#footer.footer2 .footer-security {
  display: flex;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-security {
    margin-top: 50px;
  }
}
#footer.footer2 .footer-security > div {
  width: 64px;
}
@media (min-width: 769px) {
  #footer.footer2 .footer-security > div {
    margin-left: 20px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-security > div {
    margin-right: 20px;
  }
}
#footer.footer2 .footer-copyright {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 78px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-copyright {
    margin-top: 50px;
  }
}

@keyframes faq-open {
  0% {
    display: none;
    height: 0%;
  }
  100% {
    display: block;
    height: 100%;
  }
}
@keyframes faq-close {
  0% {
    display: block;
    height: 100%;
  }
  100% {
    display: none;
    height: 0%;
  }
}
@keyframes cmania-index-product-bg-fade-pc {
  0% {
    background-image: url(/assets/images/cmania/product_bg01.webp);
  }
  20% {
    background-image: url(/assets/images/cmania/product_bg02.webp);
  }
  40% {
    background-image: url(/assets/images/cmania/product_bg03.webp);
  }
  60% {
    background-image: url(/assets/images/cmania/product_bg04.webp);
  }
  80% {
    background-image: url(/assets/images/cmania/product_bg05.webp);
  }
  100% {
    background-image: url(/assets/images/cmania/product_bg01.webp);
  }
}
@keyframes cmania-index-product-bg-fade-sp {
  0% {
    background-image: url(/assets/images/cmania/product_bg01@2x.webp);
  }
  20% {
    background-image: url(/assets/images/cmania/product_bg02@2x.webp);
  }
  40% {
    background-image: url(/assets/images/cmania/product_bg03@2x.webp);
  }
  60% {
    background-image: url(/assets/images/cmania/product_bg04@2x.webp);
  }
  80% {
    background-image: url(/assets/images/cmania/product_bg05@2x.webp);
  }
  100% {
    background-image: url(/assets/images/cmania/product_bg01@2x.webp);
  }
}
body#index section.kv .kv-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768.98px) {
  body#index section.kv .kv-wrap {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  body#index section.kv .kv-box {
    width: calc(50% - 1px);
  }
}
@media (max-width: 768.98px) {
  body#index section.kv .kv-box {
    width: 100%;
  }
}
body#index section.kv .kv-box-doc {
  padding: 36px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 992.98px) {
  body#index section.kv .kv-box-doc {
    padding: 30px 54px;
    flex-direction: column;
  }
}
body#index section.kv .kv-box-cmania {
  background: #cfcfcf;
}
body#index section.kv .kv-box-x {
  background: linear-gradient(90deg, #d49797 0%, #d49797 40%, #9dbbc8 60%, #9dbbc8 100%);
}
body#index section.kv .kv-box-text {
  width: calc(100% - 211px);
  padding-right: 2em;
  line-height: 2;
}
@media (max-width: 992.98px) {
  body#index section.kv .kv-box-text {
    width: 100%;
    margin-bottom: 18px;
  }
}
@media (max-width: 768.98px) {
  body#index section.kv .kv-box-text {
    font-size: 11px;
    margin-bottom: 25px;
  }
}
body#index section.kv .kv-box-link {
  display: block;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  max-width: 320px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  border: 2px solid #fff;
}
@media (max-width: 992.98px) {
  body#index section.kv .kv-box-link {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  body#index section.kv .kv-box-link {
    font-size: 15px;
  }
}
body#index section.kv .kv-box-link:hover {
  border-color: #000000;
  background-color: transparent;
  color: #000000;
}

body#faq section.head {
  background-color: #aaa8a9;
  position: relative;
  padding-top: 80px;
  padding-bottom: 82px;
}
@media (max-width: 768.98px) {
  body#faq section.head {
    padding-top: 56px;
    padding-bottom: 57px;
  }
}
body#faq section.head .head-breadcrumb {
  position: absolute;
  top: 24px;
  left: 40px;
}
@media (max-width: 768.98px) {
  body#faq section.head .head-breadcrumb {
    top: 14px;
    left: 16px;
  }
}
body#faq section.head .head-bc-list {
  display: flex;
}
body#faq section.head .head-bc-item {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 768.98px) {
  body#faq section.head .head-bc-item {
    font-size: 10px;
  }
}
body#faq section.head .head-bc-item:not(:last-child)::after {
  content: ">";
  padding-right: 0.5em;
  padding-left: 0.5em;
}
body#faq section.head .head-bc-item a {
  text-decoration: underline;
}
body#faq section.head .head-bc-item a:hover {
  text-decoration: none;
}
body#faq section.head h2.head-title {
  text-align: center;
  line-height: 1;
}
body#faq section.head .head-title-en {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 22px;
}
@media (max-width: 768.98px) {
  body#faq section.head .head-title-en {
    font-size: 20px;
    margin-bottom: 11px;
  }
}
body#faq section.head .head-title-ja {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  body#faq section.head .head-title-ja {
    font-size: 10px;
  }
}
body#faq section.navigation {
  padding-top: 100px;
  padding-bottom: 96px;
}
@media (max-width: 768.98px) {
  body#faq section.navigation {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
body#faq section.navigation .nav-wrap {
  max-width: 998px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
body#faq section.navigation .nav-link-wrap {
  display: none;
  margin-bottom: 60px;
}
@media (max-width: 768.98px) {
  body#faq section.navigation .nav-link-wrap {
    margin-bottom: 12px;
  }
}
body#faq section.navigation .nav-link-list {
  display: flex;
}
@media (max-width: 768.98px) {
  body#faq section.navigation .nav-link-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
body#faq section.navigation .nav-link-item {
  width: 33.3333%;
}
@media (max-width: 768.98px) {
  body#faq section.navigation .nav-link-item {
    width: 50%;
    margin-bottom: 16px;
  }
}
body#faq section.navigation .nav-link {
  display: block;
  text-align: center;
  font-size: 18px;
  position: relative;
}
@media (max-width: 768.98px) {
  body#faq section.navigation .nav-link {
    font-size: 12px;
  }
}
body#faq section.navigation .nav-link::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg) translateY(-3px);
  width: 9px;
  height: 9px;
  margin-left: 0.75em;
}
@media (max-width: 768.98px) {
  body#faq section.navigation .nav-link::after {
    width: 6px;
    height: 6px;
  }
}
body#faq section.navigation .nav-link:hover::after {
  border-right-color: #a47d1f;
  border-bottom-color: #a47d1f;
  translate: 3px 0;
}
body#faq section.navigation .nav-anchor-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}
@media (max-width: 768.98px) {
  body#faq section.navigation .nav-anchor-list {
    margin-right: -4px;
    margin-left: -3px;
  }
}
body#faq section.navigation .nav-anchor-item {
  width: 25%;
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  body#faq section.navigation .nav-anchor-item {
    width: 50%;
    padding-right: 4px;
    padding-left: 3px;
    margin-bottom: 10px;
  }
}
body#faq section.navigation .nav-anchor {
  display: block;
  border: 1px solid #000000;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 768.98px) {
  body#faq section.navigation .nav-anchor {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
}
body#faq section.navigation .nav-anchor::after {
  content: "";
  display: block;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  position: absolute;
  bottom: 28px;
  right: 14px;
}
@media (max-width: 768.98px) {
  body#faq section.navigation .nav-anchor::after {
    width: 6px;
    height: 6px;
    bottom: 15px;
  }
}
body#faq section.navigation .nav-anchor:hover {
  background-color: #000000;
  color: #fff;
}
body#faq section.navigation .nav-anchor:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
body#faq section.faq:not(.is-active) {
  display: none;
}
body#faq section.faq.is-active {
  display: block;
}
body#faq section.faq .faq-wrap {
  max-width: 824px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
  padding-bottom: 88px;
}
@media (max-width: 768.98px) {
  body#faq section.faq .faq-wrap {
    padding-bottom: 34px;
  }
}
body#faq section.faq .faq-section-title {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  body#faq section.faq .faq-section-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
body#faq section.faq .faq-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768.98px) {
  body#faq section.faq .faq-item {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
body#faq section.faq .faq-item:not(:last-child) {
  border-bottom: 1px solid #878787;
}
body#faq section.faq .faq-q,
body#faq section.faq .faq-a {
  position: relative;
}
@media (max-width: 768.98px) {
  body#faq section.faq .faq-q,
  body#faq section.faq .faq-a {
    font-size: 12px;
  }
}
body#faq section.faq .faq-inner {
  padding-top: 20px;
  padding-right: 96px;
  padding-bottom: 20px;
  padding-left: 73px;
  position: relative;
}
@media (max-width: 768.98px) {
  body#faq section.faq .faq-inner {
    padding-top: 13px;
    padding-right: 55px;
    padding-bottom: 13px;
    padding-left: 50px;
  }
}
body#faq section.faq .faq-inner i {
  display: block;
  width: 18px;
  height: 22px;
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 768.98px) {
  body#faq section.faq .faq-inner i {
    left: 20px;
  }
}
body#faq section.faq .faq-q {
  cursor: pointer;
}
body#faq section.faq .faq-q i {
  background: url(/assets/images/cmania/q.svg);
}
body#faq section.faq .faq-q::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
}
@media (max-width: 768.98px) {
  body#faq section.faq .faq-q::before {
    right: 20px;
  }
}
body#faq section.faq .faq-q::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 47px;
  transition: all 0.3s ease;
}
@media (max-width: 768.98px) {
  body#faq section.faq .faq-q::after {
    right: 27px;
  }
}
body#faq section.faq .faq-q.is-active::after {
  height: 0px;
}
body#faq section.faq .faq-a {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
body#faq section.faq .faq-a i {
  background: url(/assets/images/cmania/a.svg);
}

body#x-index section .section-wrap,
body.x-item section .section-wrap,
body#cmania-index section .section-wrap,
body.cmania-item section .section-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
body#x-index section .section-title,
body.x-item section .section-title,
body#cmania-index section .section-title,
body.cmania-item section .section-title {
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768.98px) {
  body#x-index section .section-title,
  body.x-item section .section-title,
  body#cmania-index section .section-title,
  body.cmania-item section .section-title {
    margin-bottom: 40px;
  }
}
body#x-index section .section-title .en,
body.x-item section .section-title .en,
body#cmania-index section .section-title .en,
body.cmania-item section .section-title .en {
  font-size: 28px;
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  body#x-index section .section-title .en,
  body.x-item section .section-title .en,
  body#cmania-index section .section-title .en,
  body.cmania-item section .section-title .en {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
body#x-index section .section-title .ja,
body.x-item section .section-title .ja,
body#cmania-index section .section-title .ja,
body.cmania-item section .section-title .ja {
  font-size: 16px;
}
@media (max-width: 768.98px) {
  body#x-index section .section-title .ja,
  body.x-item section .section-title .ja,
  body#cmania-index section .section-title .ja,
  body.cmania-item section .section-title .ja {
    font-size: 12px;
  }
}
body#x-index section.campaign,
body.x-item section.campaign,
body#cmania-index section.campaign,
body.cmania-item section.campaign {
  background-color: #323232;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768.98px) {
  body#x-index section.campaign,
  body.x-item section.campaign,
  body#cmania-index section.campaign,
  body.cmania-item section.campaign {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body#x-index section.campaign .section-title,
body.x-item section.campaign .section-title,
body#cmania-index section.campaign .section-title,
body.cmania-item section.campaign .section-title {
  color: #fff;
  margin-bottom: 56px;
}
@media (max-width: 768.98px) {
  body#x-index section.campaign .section-title,
  body.x-item section.campaign .section-title,
  body#cmania-index section.campaign .section-title,
  body.cmania-item section.campaign .section-title {
    margin-bottom: 30px;
  }
}
body#x-index section.campaign .section-wrap,
body.x-item section.campaign .section-wrap,
body#cmania-index section.campaign .section-wrap,
body.cmania-item section.campaign .section-wrap {
  max-width: 1218px;
}
body#x-index section.campaign .campaign-box,
body.x-item section.campaign .campaign-box,
body#cmania-index section.campaign .campaign-box,
body.cmania-item section.campaign .campaign-box {
  max-width: 406px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 768.98px) {
  body#x-index section.campaign .campaign-box,
  body.x-item section.campaign .campaign-box,
  body#cmania-index section.campaign .campaign-box,
  body.cmania-item section.campaign .campaign-box {
    padding-right: 22px;
    padding-left: 22px;
  }
}
body#x-index section.campaign .campaign-box-link,
body.x-item section.campaign .campaign-box-link,
body#cmania-index section.campaign .campaign-box-link,
body.cmania-item section.campaign .campaign-box-link {
  display: block;
}
body#x-index section.campaign .campaign-box-img,
body.x-item section.campaign .campaign-box-img,
body#cmania-index section.campaign .campaign-box-img,
body.cmania-item section.campaign .campaign-box-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  body#x-index section.campaign .campaign-box-img,
  body.x-item section.campaign .campaign-box-img,
  body#cmania-index section.campaign .campaign-box-img,
  body.cmania-item section.campaign .campaign-box-img {
    border-radius: 5px;
    margin-bottom: 18px;
  }
}
body#x-index section.campaign .campaign-box-cat-list,
body.x-item section.campaign .campaign-box-cat-list,
body#cmania-index section.campaign .campaign-box-cat-list,
body.cmania-item section.campaign .campaign-box-cat-list {
  display: flex;
  margin-bottom: 10px;
}
body#x-index section.campaign .campaign-box-cat,
body.x-item section.campaign .campaign-box-cat,
body#cmania-index section.campaign .campaign-box-cat,
body.cmania-item section.campaign .campaign-box-cat {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  min-width: 104px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
  margin-right: 12px;
}
@media (max-width: 768.98px) {
  body#x-index section.campaign .campaign-box-cat,
  body.x-item section.campaign .campaign-box-cat,
  body#cmania-index section.campaign .campaign-box-cat,
  body.cmania-item section.campaign .campaign-box-cat {
    font-size: 10px;
  }
}
body#x-index section.campaign .campaign-box-title,
body.x-item section.campaign .campaign-box-title,
body#cmania-index section.campaign .campaign-box-title,
body.cmania-item section.campaign .campaign-box-title {
  color: #fff;
  margin-bottom: 6px;
}
@media (max-width: 768.98px) {
  body#x-index section.campaign .campaign-box-title,
  body.x-item section.campaign .campaign-box-title,
  body#cmania-index section.campaign .campaign-box-title,
  body.cmania-item section.campaign .campaign-box-title {
    font-size: 12px;
  }
}
body#x-index section.campaign .campaign-box-date,
body.x-item section.campaign .campaign-box-date,
body#cmania-index section.campaign .campaign-box-date,
body.cmania-item section.campaign .campaign-box-date {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  body#x-index section.campaign .campaign-box-date,
  body.x-item section.campaign .campaign-box-date,
  body#cmania-index section.campaign .campaign-box-date,
  body.cmania-item section.campaign .campaign-box-date {
    font-size: 12px;
  }
}
body#x-index section.campaign .slick-dots,
body.x-item section.campaign .slick-dots,
body#cmania-index section.campaign .slick-dots,
body.cmania-item section.campaign .slick-dots {
  margin-top: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768.98px) {
  body#x-index section.campaign .slick-dots,
  body.x-item section.campaign .slick-dots,
  body#cmania-index section.campaign .slick-dots,
  body.cmania-item section.campaign .slick-dots {
    margin-top: 29px;
  }
}
body#x-index section.campaign .slick-dots li,
body.x-item section.campaign .slick-dots li,
body#cmania-index section.campaign .slick-dots li,
body.cmania-item section.campaign .slick-dots li {
  margin-right: 6px;
  margin-left: 6px;
}
@media (max-width: 768.98px) {
  body#x-index section.campaign .slick-dots li,
  body.x-item section.campaign .slick-dots li,
  body#cmania-index section.campaign .slick-dots li,
  body.cmania-item section.campaign .slick-dots li {
    margin-right: 3px;
    margin-left: 3px;
  }
}
body#x-index section.campaign .slick-dots button,
body.x-item section.campaign .slick-dots button,
body#cmania-index section.campaign .slick-dots button,
body.cmania-item section.campaign .slick-dots button {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #878787;
  text-indent: -9999px;
}
@media (max-width: 768.98px) {
  body#x-index section.campaign .slick-dots button,
  body.x-item section.campaign .slick-dots button,
  body#cmania-index section.campaign .slick-dots button,
  body.cmania-item section.campaign .slick-dots button {
    width: 33px;
  }
}
body#x-index section.campaign .slick-dots li.slick-active button,
body.x-item section.campaign .slick-dots li.slick-active button,
body#cmania-index section.campaign .slick-dots li.slick-active button,
body.cmania-item section.campaign .slick-dots li.slick-active button {
  background-color: #fff;
}
body#x-index section.faq,
body.x-item section.faq,
body#cmania-index section.faq,
body.cmania-item section.faq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e1e1e1;
}
@media (max-width: 768.98px) {
  body#x-index section.faq,
  body.x-item section.faq,
  body#cmania-index section.faq,
  body.cmania-item section.faq {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
body#x-index section.faq .section-title,
body.x-item section.faq .section-title,
body#cmania-index section.faq .section-title,
body.cmania-item section.faq .section-title {
  margin-bottom: 28px;
}
body#x-index section.faq .faq-list,
body.x-item section.faq .faq-list,
body#cmania-index section.faq .faq-list,
body.cmania-item section.faq .faq-list {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768.98px) {
  body#x-index section.faq .faq-list,
  body.x-item section.faq .faq-list,
  body#cmania-index section.faq .faq-list,
  body.cmania-item section.faq .faq-list {
    margin-right: 22px;
    margin-left: 22px;
  }
}
body#x-index section.faq .faq-item,
body.x-item section.faq .faq-item,
body#cmania-index section.faq .faq-item,
body.cmania-item section.faq .faq-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768.98px) {
  body#x-index section.faq .faq-item,
  body.x-item section.faq .faq-item,
  body#cmania-index section.faq .faq-item,
  body.cmania-item section.faq .faq-item {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
body#x-index section.faq .faq-item:not(:last-child),
body.x-item section.faq .faq-item:not(:last-child),
body#cmania-index section.faq .faq-item:not(:last-child),
body.cmania-item section.faq .faq-item:not(:last-child) {
  border-bottom: 1px solid #878787;
}
body#x-index section.faq .faq-q,
body#x-index section.faq .faq-a,
body.x-item section.faq .faq-q,
body.x-item section.faq .faq-a,
body#cmania-index section.faq .faq-q,
body#cmania-index section.faq .faq-a,
body.cmania-item section.faq .faq-q,
body.cmania-item section.faq .faq-a {
  position: relative;
}
@media (max-width: 768.98px) {
  body#x-index section.faq .faq-q,
  body#x-index section.faq .faq-a,
  body.x-item section.faq .faq-q,
  body.x-item section.faq .faq-a,
  body#cmania-index section.faq .faq-q,
  body#cmania-index section.faq .faq-a,
  body.cmania-item section.faq .faq-q,
  body.cmania-item section.faq .faq-a {
    font-size: 12px;
  }
}
body#x-index section.faq .faq-inner,
body.x-item section.faq .faq-inner,
body#cmania-index section.faq .faq-inner,
body.cmania-item section.faq .faq-inner {
  padding-top: 20px;
  padding-right: 96px;
  padding-bottom: 20px;
  padding-left: 90px;
  position: relative;
}
@media (max-width: 768.98px) {
  body#x-index section.faq .faq-inner,
  body.x-item section.faq .faq-inner,
  body#cmania-index section.faq .faq-inner,
  body.cmania-item section.faq .faq-inner {
    padding-top: 13px;
    padding-right: 55px;
    padding-bottom: 13px;
    padding-left: 50px;
  }
}
body#x-index section.faq .faq-inner i,
body.x-item section.faq .faq-inner i,
body#cmania-index section.faq .faq-inner i,
body.cmania-item section.faq .faq-inner i {
  line-height: 1;
  height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #323232;
  font-style: normal;
  display: block;
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768.98px) {
  body#x-index section.faq .faq-inner i,
  body.x-item section.faq .faq-inner i,
  body#cmania-index section.faq .faq-inner i,
  body.cmania-item section.faq .faq-inner i {
    left: 20px;
  }
}
body#x-index section.faq .faq-q,
body.x-item section.faq .faq-q,
body#cmania-index section.faq .faq-q,
body.cmania-item section.faq .faq-q {
  cursor: pointer;
}
body#x-index section.faq .faq-q i,
body.x-item section.faq .faq-q i,
body#cmania-index section.faq .faq-q i,
body.cmania-item section.faq .faq-q i {
  color: #323232;
}
body#x-index section.faq .faq-q::before,
body.x-item section.faq .faq-q::before,
body#cmania-index section.faq .faq-q::before,
body.cmania-item section.faq .faq-q::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
}
@media (max-width: 768.98px) {
  body#x-index section.faq .faq-q::before,
  body.x-item section.faq .faq-q::before,
  body#cmania-index section.faq .faq-q::before,
  body.cmania-item section.faq .faq-q::before {
    right: 20px;
  }
}
body#x-index section.faq .faq-q::after,
body.x-item section.faq .faq-q::after,
body#cmania-index section.faq .faq-q::after,
body.cmania-item section.faq .faq-q::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 47px;
  transition: all 0.3s ease;
}
@media (max-width: 768.98px) {
  body#x-index section.faq .faq-q::after,
  body.x-item section.faq .faq-q::after,
  body#cmania-index section.faq .faq-q::after,
  body.cmania-item section.faq .faq-q::after {
    right: 27px;
  }
}
body#x-index section.faq .faq-q.is-active::after,
body.x-item section.faq .faq-q.is-active::after,
body#cmania-index section.faq .faq-q.is-active::after,
body.cmania-item section.faq .faq-q.is-active::after {
  height: 0px;
}
body#x-index section.faq .faq-a,
body.x-item section.faq .faq-a,
body#cmania-index section.faq .faq-a,
body.cmania-item section.faq .faq-a {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
body#x-index section.faq .faq-a i,
body.x-item section.faq .faq-a i,
body#cmania-index section.faq .faq-a i,
body.cmania-item section.faq .faq-a i {
  color: #646464;
}
body#x-index section.faq .faq-more,
body.x-item section.faq .faq-more,
body#cmania-index section.faq .faq-more,
body.cmania-item section.faq .faq-more {
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
@media (max-width: 768.98px) {
  body#x-index section.faq .faq-more,
  body.x-item section.faq .faq-more,
  body#cmania-index section.faq .faq-more,
  body.cmania-item section.faq .faq-more {
    margin-top: 10px;
  }
}

.section-title .en,
.section-title .jp {
  display: block;
}

body.brand-index #space {
  display: none;
}
body.brand-index section.banner {
  padding-top: 120px;
}
@media (max-width: 768.98px) {
  body.brand-index section.banner {
    padding-top: 54px;
  }
}
body.brand-index section.banner .section-wrap {
  padding-bottom: 120px;
}
@media (max-width: 768.98px) {
  body.brand-index section.banner .section-wrap {
    padding-bottom: 54px;
  }
}
body.brand-index section.banner .section-title {
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  body.brand-index section.banner .section-title {
    margin-bottom: 26px;
  }
}
body.brand-index section.banner .banner-link {
  display: block;
  max-width: 781px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768.98px) {
  body.brand-index section.banner .banner-link {
    width: 88.2666%;
  }
}
body.brand-index section.banner .banner-text {
  text-decoration: underline;
  text-align: right;
  margin-top: 0.5em;
  font-size: 14px;
}
@media (max-width: 768.98px) {
  body.brand-index section.banner .banner-text {
    font-size: 12px;
  }
}
body.brand-index section.news {
  position: relative;
  background-color: #323232;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768.98px) {
  body.brand-index section.news {
    padding-top: 54px;
    padding-bottom: 0;
  }
}
body.brand-index section.news .section-title {
  margin-bottom: 60px;
  color: #fff;
}
@media (min-width: 769px) {
  body.brand-index section.news .section-title {
    text-align: left;
  }
}
@media (max-width: 768.98px) {
  body.brand-index section.news .section-title {
    margin-bottom: 36px;
  }
}
body.brand-index section.news .news-doc {
  max-width: 540px;
  width: 45%;
}
@media (max-width: 768.98px) {
  body.brand-index section.news .news-doc {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    padding-bottom: 54px;
  }
}
body.brand-index section.news .news-list {
  margin-bottom: 52px;
}
@media (max-width: 768.98px) {
  body.brand-index section.news .news-list {
    margin-bottom: 33px;
  }
}
@media (max-width: 768.98px) {
  body.brand-index section.news .news-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
body.brand-index section.news .news-item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #878787;
}
@media (max-width: 768.98px) {
  body.brand-index section.news .news-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
body.brand-index section.news .news-data {
  display: flex;
}
body.brand-index section.news .news-cat {
  display: block;
  border-radius: 4px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1px 10px;
  margin-bottom: 20px;
  min-width: 124px;
}
@media (max-width: 768.98px) {
  body.brand-index section.news .news-cat {
    font-size: 10px;
    min-width: 90px;
    margin-bottom: 14px;
  }
}
body.brand-index section.news .news-date {
  font-size: 18px;
  width: calc(100% - 124px);
  padding-left: 32px;
  color: #fff;
}
@media (max-width: 768.98px) {
  body.brand-index section.news .news-date {
    font-size: 12px;
    width: calc(100% - 90px);
    padding-left: 20px;
  }
}
body.brand-index section.news .news-title {
  color: #fff;
  display: block;
  line-height: 1.6;
}
@media (max-width: 768.98px) {
  body.brand-index section.news .news-title {
    font-size: 12px;
  }
}
@media (max-width: 768.98px) {
  body.brand-index section.news .news-btn {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  body.brand-index section.news .news-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    aspect-ratio: 630/646;
    max-width: 630px;
    width: 46.12%;
  }
}
@media (max-width: 768.98px) {
  body.brand-index section.news .news-img {
    aspect-ratio: 1/1;
    width: 100%;
    position: relative;
  }
}
body.brand-index section.news .news-img01,
body.brand-index section.news .news-img02 {
  position: absolute;
}
body.brand-index section.news .news-img01 {
  max-width: 326px;
  width: 51.746%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768.98px) {
  body.brand-index section.news .news-img01 {
    max-width: 100%;
    width: 53.8666%;
  }
}
body.brand-index section.news .news-img02 {
  max-width: 400px;
  width: 63.492%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 768.98px) {
  body.brand-index section.news .news-img02 {
    max-width: 100%;
    width: 63.4666%;
    bottom: -11.2%;
  }
}
body.brand-index #modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: none;
  z-index: 9999;
}
body.brand-index #modal.is-active {
  display: block;
}
body.brand-index #modal .modal-bg {
  background-color: rgba(0, 0, 0, 0.454);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.brand-index #modal .modal-close {
  position: absolute;
  top: calc(5vh - 30px);
  right: max(22px, 50% - 298px);
  width: 28px;
  height: 28px;
  z-index: 2;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-close {
    top: calc(10vh - 30px);
  }
}
body.brand-index #modal .modal-close::before,
body.brand-index #modal .modal-close::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 28px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body.brand-index #modal .modal-close::before {
  transform: rotate(-45deg);
}
body.brand-index #modal .modal-close::after {
  transform: rotate(45deg);
}
body.brand-index #modal .modal-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  max-width: 596px;
  width: calc(100% - 44px);
  height: calc(var(--vh) * 0.9);
  overflow-y: scroll;
  z-index: 2;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-wrap {
    height: calc(var(--vh) * 0.8);
  }
}
body.brand-index #modal .modal-box {
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 80px 80px;
}
body.brand-index #modal .modal-box.is-active {
  display: block;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box {
    padding: 0 0 50px;
  }
}
body.brand-index #modal .modal-box-img {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
body.brand-index #modal .modal-box-title {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-title {
    margin-bottom: 15px;
  }
}
body.brand-index #modal .modal-box-title .en {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-title .en {
    font-size: 20px;
  }
}
body.brand-index #modal .modal-box-title .ja {
  font-weight: bold;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-title .ja {
    font-size: 12px;
  }
}
body.brand-index #modal .modal-box-value {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-value {
    font-size: 10px;
    margin-bottom: 17px;
  }
}
body.brand-index #modal .modal-box-subscribe,
body.brand-index #modal .modal-box-normal {
  padding-right: 69px;
  padding-left: 69px;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-subscribe,
  body.brand-index #modal .modal-box-normal {
    padding-right: 30px;
    padding-left: 30px;
  }
}
body.brand-index #modal .modal-box-subscribe {
  background-color: #f4efe4;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  body.brand-index #modal .modal-box-subscribe {
    border-radius: 12px;
    margin-bottom: 24px;
  }
}
body.brand-index #modal .modal-box-normal {
  margin-bottom: 50px;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-normal {
    margin-bottom: 32px;
  }
}
body.brand-index #modal .modal-box-subscribe-tag-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
body.brand-index #modal .modal-box-subscribe-tag {
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  background-color: #a47d1f;
  padding: 0 8px;
  margin: 0 4px;
}
body.brand-index #modal .modal-box-price {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
}
body.brand-index #modal .modal-box-price-label {
  font-size: 18px;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-price-label {
    font-size: 14px;
  }
}
body.brand-index #modal .modal-box-price-value {
  position: relative;
  padding-left: 33px;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-price-value {
    font-size: 28px;
    padding-left: 21px;
  }
}
body.brand-index #modal .modal-box-price-value::before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #000000;
  position: absolute;
  top: 1px;
  left: 16px;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-price-value::before {
    left: 10px;
    height: 23px;
  }
}
body.brand-index #modal .modal-box-price-value span {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-price-value span {
    font-size: 14px;
  }
}
body.brand-index #modal .modal-box-subscribe .modal-box-price {
  color: #a47d1f;
}
body.brand-index #modal .modal-box-subscribe .modal-box-price-value::before {
  background-color: #a47d1f;
}
body.brand-index #modal .modal-box-cart-btn {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  border-radius: 100px;
  border: 1px solid #000000;
  background-color: #fff;
  color: #000000;
  position: relative;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-cart-btn {
    font-size: 15px;
    padding: 13px 0;
  }
}
body.brand-index #modal .modal-box-cart-btn:hover {
  background-color: #000000;
  color: #fff;
}
body.brand-index #modal .modal-box-cart-btn::after {
  content: "";
  display: block;
  background-image: url(/assets/images/cmania/cart_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  aspect-ratio: 26/25;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 32px;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-cart-btn::after {
    width: 23px;
    left: 25px;
  }
}
body.brand-index #modal .modal-box-cart-btn:hover::after {
  background-image: url(/assets/images/cmania/cart_w.svg);
}
body.brand-index #modal .modal-box-subscribe .modal-box-cart-btn {
  border: 1px solid #a47d1f;
  background-color: #a47d1f;
  color: #fff;
}
body.brand-index #modal .modal-box-subscribe .modal-box-cart-btn:hover {
  background-color: #fff;
  color: #a47d1f;
}
body.brand-index #modal .modal-box-subscribe .modal-box-cart-btn::after {
  background-image: url(/assets/images/cmania/track_w.svg);
  width: 35px;
  aspect-ratio: 35/21;
}
@media (max-width: 768.98px) {
  body.brand-index #modal .modal-box-subscribe .modal-box-cart-btn::after {
    width: 28px;
  }
}
body.brand-index #modal .modal-box-subscribe .modal-box-cart-btn:hover::after {
  background-image: url(/assets/images/cmania/track_b.svg);
}
body.brand-index #modal a.modal-box-subscribe-about {
  display: block;
  width: fit-content;
  margin-left: auto;
  color: #a47d1f;
  position: relative;
  margin-top: 12px;
}
@media (max-width: 768.98px) {
  body.brand-index #modal a.modal-box-subscribe-about {
    font-size: 12px;
    margin-top: 10px;
  }
}
body.brand-index #modal a.modal-box-subscribe-about::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a47d1f;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
body.brand-index #modal a.modal-box-subscribe-about:hover::after {
  width: 0;
}
body.brand-index #modal .modal-box-more {
  margin-right: auto;
  margin-left: auto;
}

body#cmania-index section.kv {
  padding-top: 5.5636%;
  width: 100%;
  aspect-ratio: 1366/576;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768.98px) {
  body#cmania-index section.kv {
    padding-top: 14.6666vw;
  }
}
body#cmania-index section.kv .kv-img {
  width: 100%;
}
body#cmania-index section.kv .kv-img picture,
body#cmania-index section.kv .kv-img img {
  width: 100%;
}
body#cmania-index section.product {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/assets/images/cmania/product_bg01.webp);
  animation-name: cmania-index-product-bg-fade-pc;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product {
    animation-name: cmania-index-product-bg-fade-sp;
    background-image: url(/assets/images/cmania/product_bg01@2x.webp);
  }
}
body#cmania-index section.product .product-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-wrap {
    flex-direction: column;
    flex-direction: column;
    width: 77.6%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 53px;
  }
}
@media (min-width: 769px) {
  body#cmania-index section.product .product-block:nth-child(odd) {
    padding-top: 100px;
  }
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-block:nth-child(odd) {
    padding-top: 54px;
  }
}
@media (min-width: 769px) {
  body#cmania-index section.product .product-block:nth-child(even) {
    padding-bottom: 120px;
  }
}
@media (min-width: 769px) {
  body#cmania-index section.product .product-block:nth-child(even) .product-wrap {
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  body#cmania-index section.product .product-block:not(:first-child) .product-wrap {
    padding-top: 120px;
  }
}
body#cmania-index section.product .product-img,
body#cmania-index section.product .product-doc {
  max-width: 436px;
  width: 100%;
}
@media (min-width: 769px) {
  body#cmania-index section.product .product-img,
  body#cmania-index section.product .product-doc {
    margin-right: 40px;
    margin-left: 40px;
  }
}
body#cmania-index section.product .product-img {
  display: block;
}
body#cmania-index section.product .product-img:hover {
  opacity: 0.6;
}
body#cmania-index section.product .product-title {
  margin-bottom: 32px;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-title {
    margin-bottom: 22px;
  }
}
body#cmania-index section.product .product-title .en {
  font-size: 28px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-title .en {
    font-size: 20px;
  }
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-title .ja {
    font-size: 12px;
  }
}
body#cmania-index section.product .product-value {
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-value {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 11px;
  }
}
body#cmania-index section.product .product-text {
  line-height: 1.75;
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-text {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
body#cmania-index section.product .product-text-sub {
  line-height: 1.75;
  font-size: 12px;
  margin-bottom: 36px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-text-sub {
    font-size: 10px;
    margin-bottom: 14px;
  }
}
body#cmania-index section.product .product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-price {
    margin-bottom: 8px;
  }
}
body#cmania-index section.product .product-price-label,
body#cmania-index section.product .product-price-value {
  line-height: 1.444;
  margin-bottom: 12px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-price-label,
  body#cmania-index section.product .product-price-value {
    margin-bottom: 6px;
  }
}
body#cmania-index section.product .product-price-label.price01,
body#cmania-index section.product .product-price-value.price01 {
  color: #323232;
}
body#cmania-index section.product .product-price-label.price02,
body#cmania-index section.product .product-price-value.price02 {
  color: #646464;
}
body#cmania-index section.product .product-price-label {
  max-width: 108px;
  width: 100%;
  border-right: 1px solid #323232;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-price-label {
    max-width: 73px;
  }
}
body#cmania-index section.product .product-price-label.price01 {
  font-size: 18px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-price-label.price01 {
    font-size: 12px;
  }
}
body#cmania-index section.product .product-price-label.price02 {
  font-size: 16px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-price-label.price02 {
    font-size: 11px;
  }
}
body#cmania-index section.product .product-price-value {
  padding-left: 12px;
  width: calc(100% - 108px);
  font-weight: bold;
}
body#cmania-index section.product .product-price-value span {
  font-weight: normal;
}
body#cmania-index section.product .product-price-value.price01 {
  font-size: 22px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-price-value.price01 {
    font-size: 17px;
  }
}
body#cmania-index section.product .product-price-value.price01 span {
  font-size: 16px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-price-value.price01 span {
    font-size: 11px;
  }
}
body#cmania-index section.product .product-price-value.price02 {
  font-size: 20px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-price-value.price02 {
    font-size: 15px;
  }
}
body#cmania-index section.product .product-price-value.price02 span {
  font-size: 14px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.product .product-price-value.price02 span {
    font-size: 10px;
  }
}
body#cmania-index section.product .product-link-group {
  display: flex;
}
body#cmania-index section.product .product-link {
  margin-right: 40px;
}
body#cmania-index section.about {
  padding-top: 120px;
  padding-bottom: 120px;
  /* background-image: url(/assets/images/cmania/about_bg.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 768.98px) {
  body#cmania-index section.about {
    background-position: 66% top;
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
body#cmania-index section.about .section-title {
  text-align: left;
}
@media (max-width: 768.98px) {
  body#cmania-index section.about .section-title {
    margin-left: 22px;
  }
}
body#cmania-index section.about .about-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768.98px) {
  body#cmania-index section.about .about-wrap {
    flex-direction: column;
  }
}
body#cmania-index section.about .about-wrap::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: min((100vw - var(--scrollbar) - 1200px) / 2 * -1, 0px);
  width: calc(50vw + 159px);
  height: calc(100% - 40px);
}
@media (max-width: 768.98px) {
  body#cmania-index section.about .about-wrap::after {
    right: 0;
    width: calc(100vw - 23px);
    height: calc(100% - 22px);
  }
}
body#cmania-index section.about .about-img,
body#cmania-index section.about .about-doc {
  position: relative;
  z-index: 2;
}
body#cmania-index section.about .about-img {
  max-width: 520px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.about .about-img {
    width: 75.73333%;
  }
}
body#cmania-index section.about .about-doc {
  max-width: 593px;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 768.98px) {
  body#cmania-index section.about .about-doc {
    padding-top: 40px;
    padding-right: 42px;
    padding-left: 57px;
    padding-bottom: 46px;
  }
}
body#cmania-index section.about .about-doc-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768.98px) {
  body#cmania-index section.about .about-doc-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
body#cmania-index section.about .about-doc-title ruby > rt {
  text-align: center;
}
body#cmania-index section.about .about-doc-text {
  line-height: 2.5;
  margin-bottom: 52px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}
@media (max-width: 768.98px) {
  body#cmania-index section.about .about-doc-text {
    font-size: 12px;
    margin-bottom: 35px;
    line-height: 1.83;
  }
}

body.x-item section.item-nav,
body.cmania-item section.item-nav {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 768.98px) {
  body.x-item section.item-nav,
  body.cmania-item section.item-nav {
    display: none;
  }
}
body.x-item section.item-nav .item-nav-list,
body.cmania-item section.item-nav .item-nav-list {
  display: flex;
  justify-content: center;
}
body.x-item section.item-nav .item-nav-item,
body.cmania-item section.item-nav .item-nav-item {
  max-width: 476px;
  width: 100%;
  margin-right: 5px;
  margin-left: 5px;
}
body.x-item section.item-nav .item-nav-item.is-active,
body.cmania-item section.item-nav .item-nav-item.is-active {
  pointer-events: none;
}
body.x-item section.item-nav .item-nav-item:not(.is-active),
body.cmania-item section.item-nav .item-nav-item:not(.is-active) {
  opacity: 0.4;
  transition: all 0.3s ease;
}
body.x-item section.item-nav .item-nav-item:not(.is-active):hover,
body.cmania-item section.item-nav .item-nav-item:not(.is-active):hover {
  opacity: 1;
}
body.x-item section.item-nav .item-nav-link,
body.cmania-item section.item-nav .item-nav-link {
  display: block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  line-height: 1;
}
body.x-item section.item-nav .item-nav-link::after,
body.cmania-item section.item-nav .item-nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.x-item section.item-nav .item-nav-link:hover::after,
body.cmania-item section.item-nav .item-nav-link:hover::after {
  width: 0;
}
body.x-item section.product,
body.cmania-item section.product {
  padding-bottom: 80px;
}
@media (max-width: 768.98px) {
  body.x-item section.product,
  body.cmania-item section.product {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}
body.x-item section.product .section-wrap,
body.cmania-item section.product .section-wrap {
  max-width: 972px;
  display: flex;
  position: relative;
}
@media (max-width: 768.98px) {
  body.x-item section.product .section-wrap,
  body.cmania-item section.product .section-wrap {
    flex-direction: column;
    align-items: center;
  }
}
body.x-item section.product .product-new,
body.cmania-item section.product .product-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border: 4px solid #a47d1f;
  border-radius: 60px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #a47d1f;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-new,
  body.cmania-item section.product .product-new {
    width: 70px;
    height: 70px;
    border-width: 3px;
    font-size: 16px;
    left: 13.8666%;
    top: -35px;
  }
}
body.x-item section.product .product-new-title,
body.cmania-item section.product .product-new-title {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-new-title,
  body.cmania-item section.product .product-new-title {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
body.x-item section.product .product-slider-wrap,
body.cmania-item section.product .product-slider-wrap {
  max-width: 542px;
  width: 100%;
  margin-right: 40px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-slider-wrap,
  body.cmania-item section.product .product-slider-wrap {
    width: 72.666%;
    margin-right: 0;
  }
}
body.x-item section.product .product-slide,
body.cmania-item section.product .product-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  body.x-item section.product .product-slide,
  body.cmania-item section.product .product-slide {
    min-height: 718px;
  }
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-slide,
  body.cmania-item section.product .product-slide {
    aspect-ratio: 1/1;
  }
}
body.x-item section.product .product-slide img,
body.cmania-item section.product .product-slide img {
  width: 100%;
}
body.x-item section.product .slick-dots,
body.cmania-item section.product .slick-dots {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768.98px) {
  body.x-item section.product .slick-dots,
  body.cmania-item section.product .slick-dots {
    margin-top: 7px;
  }
}
body.x-item section.product .slick-dots li,
body.cmania-item section.product .slick-dots li {
  margin-right: 14px;
  margin-left: 14px;
  width: 80px;
  height: 80px;
  border: 1px solid #c3c3c3;
}
@media (max-width: 768.98px) {
  body.x-item section.product .slick-dots li,
  body.cmania-item section.product .slick-dots li {
    width: 40px;
    height: 40px;
    margin-right: 7px;
    margin-left: 7px;
  }
}
body.x-item section.product .slick-dots li:not(.slick-active),
body.cmania-item section.product .slick-dots li:not(.slick-active) {
  opacity: 0.6;
}
body.x-item section.product .product-doc,
body.cmania-item section.product .product-doc {
  padding: 40px 20px 0;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-doc,
  body.cmania-item section.product .product-doc {
    padding: 50px 52px 0;
  }
}
body.x-item section.product .product-doc-tag-wrap,
body.cmania-item section.product .product-doc-tag-wrap {
  display: flex;
  margin-bottom: 24px;
}
body.x-item section.product .product-doc-tag,
body.cmania-item section.product .product-doc-tag {
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background-color: #a47d1f;
  padding: 0 19px;
  border: 1px solid #a47d1f;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-doc-tag,
  body.cmania-item section.product .product-doc-tag {
    font-size: 12px;
    border-radius: 3px;
    padding: 1px 20px;
  }
}
body.x-item section.product .product-doc-title,
body.cmania-item section.product .product-doc-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-doc-title,
  body.cmania-item section.product .product-doc-title {
    font-size: 24px;
  }
}
body.x-item section.product .product-doc-text,
body.cmania-item section.product .product-doc-text {
  line-height: 1.75;
  margin-bottom: 16px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-doc-text,
  body.cmania-item section.product .product-doc-text {
    font-size: 12px;
  }
}
body.x-item section.product .product-doc-text-sub,
body.cmania-item section.product .product-doc-text-sub {
  font-size: 12px;
  line-height: 1.666;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-doc-text-sub,
  body.cmania-item section.product .product-doc-text-sub {
    font-size: 10px;
    font-size: 2.1333vw;
  }
}
body.x-item section.product .product-doc-value,
body.cmania-item section.product .product-doc-value {
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-doc-value,
  body.cmania-item section.product .product-doc-value {
    font-size: 11px;
    margin-bottom: 4px;
  }
}
body.x-item section.product .product-doc-review,
body.cmania-item section.product .product-doc-review {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-doc-review,
  body.cmania-item section.product .product-doc-review {
    font-size: 11px;
    margin-bottom: 30px;
  }
}
body.x-item section.product .product-doc-review-title,
body.cmania-item section.product .product-doc-review-title {
  width: 100%;
  font-size: 14px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-doc-review-title,
  body.cmania-item section.product .product-doc-review-title {
    font-size: 11px;
  }
}
body.x-item section.product .product-doc-star,
body.cmania-item section.product .product-doc-star {
  color: #e28828;
  margin-right: 1em;
}
body.x-item section.product .product-doc-review-link,
body.cmania-item section.product .product-doc-review-link {
  display: block;
  font-feature-settings: "palt" 1;
  text-decoration: underline;
}
body.x-item section.product .product-doc-review-anchor,
body.cmania-item section.product .product-doc-review-anchor {
  width: 100%;
  display: block;
  text-decoration: underline;
  margin-top: 8px;
}
body.x-item section.product .product-subscribe,
body.cmania-item section.product .product-subscribe {
  margin: 0 -20px 28px;
  padding: 20px;
  border-radius: 12px;
  background-color: #faf0e1;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-subscribe,
  body.cmania-item section.product .product-subscribe {
    margin: 0 -30px 24px;
    padding: 20px 30px;
  }
}
body.x-item section.product .product-subscribe-tag-wrap,
body.cmania-item section.product .product-subscribe-tag-wrap {
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-subscribe-tag-wrap,
  body.cmania-item section.product .product-subscribe-tag-wrap {
    margin-bottom: 10px;
  }
}
body.x-item section.product .product-subscribe-tag,
body.cmania-item section.product .product-subscribe-tag {
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background-color: #af967d;
  padding: 0 20px;
  margin-right: 12px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-subscribe-tag,
  body.cmania-item section.product .product-subscribe-tag {
    font-size: 12px;
    padding: 1px 10px;
  }
}
body.x-item section.product .product-price,
body.cmania-item section.product .product-price {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-price,
  body.cmania-item section.product .product-price {
    margin-bottom: 10px;
  }
}
body.x-item section.product .product-price-label,
body.cmania-item section.product .product-price-label {
  font-size: 18px;
  max-width: 112px;
  width: 100%;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-price-label,
  body.cmania-item section.product .product-price-label {
    width: 84px;
    font-size: 14px;
  }
}
body.x-item section.product .product-price-value,
body.cmania-item section.product .product-price-value {
  padding-top: 3px;
  padding-left: 16px;
  border-left: 1px solid #323232;
  font-size: 38px;
  font-weight: bold;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-price-value,
  body.cmania-item section.product .product-price-value {
    font-size: 28px;
    padding-left: 10px;
  }
}
body.x-item section.product .product-price-value span,
body.cmania-item section.product .product-price-value span {
  font-size: 18px;
  font-weight: normal;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-price-value span,
  body.cmania-item section.product .product-price-value span {
    font-size: 14px;
  }
}
body.x-item section.product .product-cart-btn,
body.cmania-item section.product .product-cart-btn {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 19px 0;
  border-radius: 100px;
  border: 1px solid #000000;
  background-color: #fff;
  color: #000000;
  position: relative;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-cart-btn,
  body.cmania-item section.product .product-cart-btn {
    font-size: 15px;
    padding: 13px 0;
  }
}
body.x-item section.product .product-cart-btn:hover,
body.cmania-item section.product .product-cart-btn:hover {
  background-color: #000000;
  color: #fff;
}
body.x-item section.product .product-cart-btn::after,
body.cmania-item section.product .product-cart-btn::after {
  content: "";
  display: block;
  background-image: url(/assets/images/cmania/cart_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  aspect-ratio: 26/25;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 32px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-cart-btn::after,
  body.cmania-item section.product .product-cart-btn::after {
    width: 23px;
    left: 25px;
  }
}
body.x-item section.product .product-cart-btn:hover::after,
body.cmania-item section.product .product-cart-btn:hover::after {
  background-image: url(/assets/images/cmania/cart_w.svg);
}
body.x-item section.product .product-subscribe .product-cart-btn,
body.cmania-item section.product .product-subscribe .product-cart-btn {
  border: 1px solid #a47d1f;
  background-color: #a47d1f;
  color: #fff;
}
body.x-item section.product .product-subscribe .product-cart-btn:hover,
body.cmania-item section.product .product-subscribe .product-cart-btn:hover {
  background-color: #fff;
  color: #a47d1f;
}
body.x-item section.product .product-subscribe .product-cart-btn::after,
body.cmania-item section.product .product-subscribe .product-cart-btn::after {
  background-image: url(/assets/images/cmania/track_w.svg);
  width: 35px;
  aspect-ratio: 35/21;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-subscribe .product-cart-btn::after,
  body.cmania-item section.product .product-subscribe .product-cart-btn::after {
    width: 28px;
  }
}
body.x-item section.product .product-subscribe .product-cart-btn:hover::after,
body.cmania-item section.product .product-subscribe .product-cart-btn:hover::after {
  background-image: url(/assets/images/cmania/track_b.svg);
}
body.x-item section.product a.product-subscribe-about,
body.cmania-item section.product a.product-subscribe-about {
  display: block;
  width: fit-content;
  margin-left: auto;
  color: #a47d1f;
  position: relative;
  margin-top: 12px;
}
@media (max-width: 768.98px) {
  body.x-item section.product a.product-subscribe-about,
  body.cmania-item section.product a.product-subscribe-about {
    font-size: 12px;
    margin-top: 10px;
  }
}
body.x-item section.product a.product-subscribe-about::after,
body.cmania-item section.product a.product-subscribe-about::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a47d1f;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
body.x-item section.product a.product-subscribe-about:hover::after,
body.cmania-item section.product a.product-subscribe-about:hover::after {
  width: 0;
}
body.x-item section.banner,
body.cmania-item section.banner {
  padding-bottom: 120px;
}
@media (max-width: 768.98px) {
  body.x-item section.banner,
  body.cmania-item section.banner {
    padding-bottom: 60px;
  }
}
body.x-item section.banner .banner-wrap,
body.cmania-item section.banner .banner-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768.98px) {
  body.x-item section.banner .banner-list,
  body.cmania-item section.banner .banner-list {
    padding: 0 22px;
  }
}
body.x-item section.banner .banner-item,
body.cmania-item section.banner .banner-item {
  border-radius: 16px;
  background-color: #f2f1f1;
  padding: 0 41px;
}
@media (max-width: 768.98px) {
  body.x-item section.banner .banner-item,
  body.cmania-item section.banner .banner-item {
    padding: 0 12px;
  }
}
body.x-item section.banner .banner-img,
body.cmania-item section.banner .banner-img {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0;
}
@media (max-width: 768.98px) {
  body.x-item section.banner .banner-img,
  body.cmania-item section.banner .banner-img {
    padding: 20px 0;
  }
}
body.x-item section.banner .banner-img:not(:last-child),
body.cmania-item section.banner .banner-img:not(:last-child) {
  border-bottom: 1px solid #9c9c9c;
}
body.x-item section.banner .banner-img-btn,
body.cmania-item section.banner .banner-img-btn {
  position: absolute;
  top: 44.6%;
  right: 0;
  border-radius: 100px;
  width: 25.402%;
  aspect-ratio: 284/65;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #a47d1f;
  border: 2px solid #a47d1f;
  font-size: 18px;
  padding-left: 43px;
}
@media (max-width: 768.98px) {
  body.x-item section.banner .banner-img-btn,
  body.cmania-item section.banner .banner-img-btn {
    top: 45.3%;
    width: 93.6%;
    aspect-ratio: 574/100;
    left: 0;
    margin: auto;
    font-size: 15px;
  }
}
body.x-item section.banner .banner-img-btn:hover,
body.cmania-item section.banner .banner-img-btn:hover {
  background-color: #fff;
  color: #a47d1f;
}
body.x-item section.banner .banner-img-btn::after,
body.cmania-item section.banner .banner-img-btn::after {
  content: "";
  display: block;
  background-image: url(/assets/images/cmania/cart_b.svg);
  background-image: url(/assets/images/cmania/track_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  aspect-ratio: 35/21;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 25px;
}
@media (max-width: 768.98px) {
  body.x-item section.banner .banner-img-btn::after,
  body.cmania-item section.banner .banner-img-btn::after {
    left: 25px;
    width: 28px;
  }
}
body.x-item section.banner .banner-img-btn:hover::after,
body.cmania-item section.banner .banner-img-btn:hover::after {
  background-image: url(/assets/images/cmania/track_b.svg);
}
body.x-item section.banner .banner-img-link,
body.cmania-item section.banner .banner-img-link {
  position: absolute;
  top: 60.2%;
  right: 0;
  font-size: min(1.2075vw, 13.5px);
  color: #a47d1f;
}
@media (max-width: 768.98px) {
  body.x-item section.banner .banner-img-link,
  body.cmania-item section.banner .banner-img-link {
    top: 67.7%;
    right: 3.3%;
    font-size: 2.5vw;
  }
}
body.x-item section.banner .banner-img-link::after,
body.cmania-item section.banner .banner-img-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a47d1f;
  position: absolute;
  bottom: 0;
  right: 0;
}
body.x-item section.banner .banner-img-link:hover::after,
body.cmania-item section.banner .banner-img-link:hover::after {
  width: 0;
}
body.x-item section.banner .banner03 .banner-img-btn,
body.cmania-item section.banner .banner03 .banner-img-btn {
  top: 53.8%;
}
@media (max-width: 768.98px) {
  body.x-item section.banner .banner03 .banner-img-btn,
  body.cmania-item section.banner .banner03 .banner-img-btn {
    top: 57.2%;
  }
}
body.x-item section.banner .banner03 .banner-img-link,
body.cmania-item section.banner .banner03 .banner-img-link {
  top: 72.6%;
}
@media (max-width: 768.98px) {
  body.x-item section.banner .banner03 .banner-img-link,
  body.cmania-item section.banner .banner03 .banner-img-link {
    top: 83.3%;
  }
}
@media (max-width: 768.98px) {
  body.x-item section.banner .banner03 .banner-img-btn,
  body.cmania-item section.banner .banner03 .banner-img-btn {
    top: 58.2%;
  }
}
@media (max-width: 768.98px) {
  body.x-item section.banner .banner03 .banner-img-link,
  body.cmania-item section.banner .banner03 .banner-img-link {
    top: 83.7%;
  }
}
body.x-item section.campaign,
body.cmania-item section.campaign {
  margin-bottom: 0;
}
body.x-item section.feature,
body.cmania-item section.feature {
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding-bottom: 140px;
  background-position: 0px -493px;
}
@media (max-width: 768.98px) {
  body.x-item section.feature,
  body.cmania-item section.feature {
    padding-bottom: 75px;
  }
}
body.x-item section.feature .section-wrap,
body.cmania-item section.feature .section-wrap {
  max-width: 952px;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .section-wrap,
  body.cmania-item section.feature .section-wrap {
    padding: 0 22px;
  }
}
body.x-item section.feature .feature-section,
body.cmania-item section.feature .feature-section {
  padding-top: 120px;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-section,
  body.cmania-item section.feature .feature-section {
    padding-top: 60px;
  }
}
body.x-item section.feature .feature-num,
body.cmania-item section.feature .feature-num {
  position: relative;
  color: #a47d1f;
  display: flex;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-num,
  body.cmania-item section.feature .feature-num {
    margin-bottom: 36px;
  }
}
body.x-item section.feature .feature-num .text,
body.cmania-item section.feature .feature-num .text {
  font-size: 22px;
  letter-spacing: 0.5em;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-num .text,
  body.cmania-item section.feature .feature-num .text {
    font-size: 13px;
  }
}
body.x-item section.feature .feature-num .num,
body.cmania-item section.feature .feature-num .num {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-num .num,
  body.cmania-item section.feature .feature-num .num {
    font-size: 30px;
  }
}
body.x-item section.feature .feature-num::after,
body.cmania-item section.feature .feature-num::after {
  content: "";
  display: block;
  width: calc(100% - 126px);
  height: 1px;
  background-color: #a47d1f;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-num::after,
  body.cmania-item section.feature .feature-num::after {
    width: calc(100% - 70px);
    bottom: 6px;
  }
}
body.x-item section.feature .feature-title,
body.cmania-item section.feature .feature-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 48px;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-title,
  body.cmania-item section.feature .feature-title {
    font-size: 18px;
    line-height: 1.666;
    margin-bottom: 0;
  }
}
body.x-item section.feature .feature-block,
body.cmania-item section.feature .feature-block {
  display: flex;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-block,
  body.cmania-item section.feature .feature-block {
    flex-direction: column;
  }
}
body.x-item section.feature .feature-block:not(:last-child),
body.cmania-item section.feature .feature-block:not(:last-child) {
  margin-bottom: 40px;
}
body.x-item section.feature .feature-block:has(.feature-block-sub),
body.cmania-item section.feature .feature-block:has(.feature-block-sub) {
  margin-top: 80px;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-block:has(.feature-block-sub),
  body.cmania-item section.feature .feature-block:has(.feature-block-sub) {
    margin-top: 40px;
  }
}
body.x-item section.feature .feature-block-doc,
body.cmania-item section.feature .feature-block-doc {
  width: calc(100% - 418px);
  padding-top: 20px;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-block-doc,
  body.cmania-item section.feature .feature-block-doc {
    width: 100%;
    margin-bottom: 23px;
  }
}
body.x-item section.feature .feature-block-title,
body.cmania-item section.feature .feature-block-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-block-title,
  body.cmania-item section.feature .feature-block-title {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
body.x-item section.feature .feature-block-text,
body.cmania-item section.feature .feature-block-text {
  line-height: 1.75;
  font-feature-settings: "palt" 1;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-block-text,
  body.cmania-item section.feature .feature-block-text {
    font-size: 12px;
  }
}
body.x-item section.feature .feature-block-img,
body.cmania-item section.feature .feature-block-img {
  max-width: 418px;
  width: 100%;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-block-img,
  body.cmania-item section.feature .feature-block-img {
    max-width: 662px;
  }
}
body.x-item section.feature .feature-block-sub,
body.cmania-item section.feature .feature-block-sub {
  font-feature-settings: "palt" 1;
  width: 100%;
  font-size: 12px;
}
@media (max-width: 768.98px) {
  body.x-item section.feature .feature-block-sub,
  body.cmania-item section.feature .feature-block-sub {
    font-size: 10px;
    font-size: 2.13333vw;
  }
}
@media (min-width: 769px) {
  body.x-item section.feature .feature-section:nth-child(even) .feature-block,
  body.cmania-item section.feature .feature-section:nth-child(even) .feature-block {
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  body.x-item section.feature .feature-section:nth-child(even) .feature-block-doc,
  body.cmania-item section.feature .feature-section:nth-child(even) .feature-block-doc {
    padding-left: 60px;
  }
}
body.x-item section.voice,
body.cmania-item section.voice {
  background-color: #878787;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768.98px) {
  body.x-item section.voice,
  body.cmania-item section.voice {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
body.x-item section.voice .section-wrap,
body.cmania-item section.voice .section-wrap {
  max-width: 952px;
}
@media (min-width: 769px) {
  body.x-item section.voice .section-title,
  body.cmania-item section.voice .section-title {
    text-align: left;
  }
}
@media (max-width: 768.98px) {
  body.x-item section.voice .section-title,
  body.cmania-item section.voice .section-title {
    margin-bottom: 36px;
  }
}
body.x-item section.voice .voice-wrap,
body.cmania-item section.voice .voice-wrap {
  display: flex;
}
@media (max-width: 768.98px) {
  body.x-item section.voice .voice-wrap,
  body.cmania-item section.voice .voice-wrap {
    flex-direction: column;
    padding-right: 22px;
    padding-left: 22px;
  }
}
body.x-item section.voice .voice-img,
body.cmania-item section.voice .voice-img {
  width: 100%;
}
@media (min-width: 769px) {
  body.x-item section.voice .voice-img,
  body.cmania-item section.voice .voice-img {
    max-width: 366px;
    margin-right: 60px;
  }
}
@media (max-width: 768.98px) {
  body.x-item section.voice .voice-img,
  body.cmania-item section.voice .voice-img {
    margin-bottom: 18px;
  }
}
body.x-item section.voice .voice-doc,
body.cmania-item section.voice .voice-doc {
  width: 100%;
}
@media (min-width: 769px) {
  body.x-item section.voice .voice-doc,
  body.cmania-item section.voice .voice-doc {
    max-width: calc(100% - 426px);
  }
}
body.x-item section.voice .voice-title,
body.cmania-item section.voice .voice-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 36px;
}
@media (max-width: 768.98px) {
  body.x-item section.voice .voice-title,
  body.cmania-item section.voice .voice-title {
    font-size: 14px;
    margin-bottom: 17px;
  }
}
body.x-item section.voice .voice-text,
body.cmania-item section.voice .voice-text {
  line-height: 1.75;
}
@media (max-width: 768.98px) {
  body.x-item section.voice .voice-text,
  body.cmania-item section.voice .voice-text {
    font-size: 12px;
  }
}
body.x-item section.data,
body.cmania-item section.data {
  background-color: #d7d7d7;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768.98px) {
  body.x-item section.data,
  body.cmania-item section.data {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
body.x-item section.data .section-wrap,
body.cmania-item section.data .section-wrap {
  max-width: 952px;
}
body.x-item section.data .data-list,
body.cmania-item section.data .data-list {
  background-color: #fff;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 768.98px) {
  body.x-item section.data .data-list,
  body.cmania-item section.data .data-list {
    margin-right: 22px;
    margin-left: 22px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
body.x-item section.data .data-item,
body.cmania-item section.data .data-item {
  padding: 40px;
}
@media (max-width: 768.98px) {
  body.x-item section.data .data-item,
  body.cmania-item section.data .data-item {
    padding: 20px 0;
  }
}
body.x-item section.data .data-item:not(:last-child),
body.cmania-item section.data .data-item:not(:last-child) {
  border-bottom: 1px solid #878787;
}
body.x-item section.data .data-label,
body.cmania-item section.data .data-label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  body.x-item section.data .data-label,
  body.cmania-item section.data .data-label {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
body.x-item section.data .data-value,
body.cmania-item section.data .data-value {
  font-feature-settings: "palt" 1;
}
@media (max-width: 768.98px) {
  body.x-item section.data .data-value,
  body.cmania-item section.data .data-value {
    font-size: 10px;
  }
}
body.x-item section.data .data-withimg-wrap,
body.cmania-item section.data .data-withimg-wrap {
  display: flex;
  align-items: center;
}
body.x-item section.data .data-withimg-wrap:not(:last-child),
body.cmania-item section.data .data-withimg-wrap:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  body.x-item section.data .data-withimg-wrap:not(:last-child),
  body.cmania-item section.data .data-withimg-wrap:not(:last-child) {
    margin-bottom: 18px;
  }
}
body.x-item section.data .data-withimg-wrap .data-img,
body.cmania-item section.data .data-withimg-wrap .data-img {
  width: 100px;
}
@media (max-width: 768.98px) {
  body.x-item section.data .data-withimg-wrap .data-img,
  body.cmania-item section.data .data-withimg-wrap .data-img {
    width: 62px;
  }
}
body.x-item section.data .data-withimg-wrap .data-doc,
body.cmania-item section.data .data-withimg-wrap .data-doc {
  width: calc(100% - 100px);
  padding-left: 30px;
}
@media (max-width: 768.98px) {
  body.x-item section.data .data-withimg-wrap .data-doc,
  body.cmania-item section.data .data-withimg-wrap .data-doc {
    width: calc(100% - 62px);
    padding-left: 10px;
  }
}
body.x-item section.review,
body.cmania-item section.review {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 768.98px) {
  body.x-item section.review,
  body.cmania-item section.review {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768.98px) {
  body.x-item section.review .section-title,
  body.cmania-item section.review .section-title {
    margin-bottom: 20px;
  }
}
body.x-item section.review .review-lead,
body.cmania-item section.review .review-lead {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768.98px) {
  body.x-item section.review .review-lead,
  body.cmania-item section.review .review-lead {
    font-size: 10px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}
body.x-item section.recommend,
body.cmania-item section.recommend {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #323232;
  color: #fff;
}
@media (max-width: 768.98px) {
  body.x-item section.recommend,
  body.cmania-item section.recommend {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
body.x-item section.recommend .recom-wrap,
body.cmania-item section.recommend .recom-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 768.98px) {
  body.x-item section.recommend .recom-wrap,
  body.cmania-item section.recommend .recom-wrap {
    flex-direction: column;
  }
}
body.x-item section.recommend .recom-box,
body.cmania-item section.recommend .recom-box {
  max-width: 370px;
  margin-right: 22px;
  margin-left: 22px;
}
@media (max-width: 768.98px) {
  body.x-item section.recommend .recom-box,
  body.cmania-item section.recommend .recom-box {
    margin-right: 42px;
    margin-left: 42px;
  }
}
@media (max-width: 768.98px) {
  body.x-item section.recommend .recom-box:not(:last-child),
  body.cmania-item section.recommend .recom-box:not(:last-child) {
    margin-bottom: 40px;
  }
}
body.x-item section.recommend .recom-title,
body.cmania-item section.recommend .recom-title {
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  body.x-item section.recommend .recom-title,
  body.cmania-item section.recommend .recom-title {
    margin-bottom: 18px;
  }
}
body.x-item section.recommend .recom-title .en,
body.cmania-item section.recommend .recom-title .en {
  font-size: 24px;
  margin-bottom: 4px;
}
@media (max-width: 768.98px) {
  body.x-item section.recommend .recom-title .en,
  body.cmania-item section.recommend .recom-title .en {
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  body.x-item section.recommend .recom-title .ja,
  body.cmania-item section.recommend .recom-title .ja {
    font-size: 12px;
  }
}
body.x-item section.recommend .recom-img,
body.cmania-item section.recommend .recom-img {
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  body.x-item section.recommend .recom-img,
  body.cmania-item section.recommend .recom-img {
    margin-bottom: 10px;
  }
}
body.x-item section.recommend .recom-link,
body.cmania-item section.recommend .recom-link {
  margin-left: auto;
}
@media (max-width: 768.98px) {
  body.x-item section.recommend .recom-link,
  body.cmania-item section.recommend .recom-link {
    margin-right: auto;
  }
}
body.x-item section.faq,
body.cmania-item section.faq {
  background-color: #d7d7d7;
  margin-top: 0;
}
body.x-item section.breadcrumb,
body.cmania-item section.breadcrumb {
  background-color: #d7d7d7;
}
@media (min-width: 769px) {
  body.x-item section.breadcrumb,
  body.cmania-item section.breadcrumb {
    padding-top: 60px;
  }
}

#itembnr {
  display: block;
  background-color: #dbdbdb;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 6px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768.98px) {
  #itembnr.is-active {
    opacity: 1;
    visibility: visible;
  }
}
#itembnr.with-subscribe {
  padding-top: 8px;
}
#itembnr .ibnr-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#itembnr .ibnr-value {
  text-align: center;
  font-size: 10px;
  width: 50%;
  font-feature-settings: "palt" 1;
}
#itembnr.with-subscribe .ibnr-value {
  width: 100%;
  margin-bottom: 7px;
}
#itembnr .ibnr-box {
  border-radius: 5px;
  width: 50%;
  padding: 8px 0;
}
#itembnr .ibnr-box.subscribe {
  background-color: #faf0e1;
}
#itembnr .ibnr-tag-list {
  display: flex;
  flex-wrap: wrap;
  height: 12px;
  margin-left: 10px;
}
#itembnr .ibnr-tag {
  border-radius: 2px;
  color: #fff;
  background-color: #af967d;
  padding: 1px 5px 0px;
  margin-right: 6px;
  font-size: 10px;
}
#itembnr .ibnr-price {
  margin-left: 10px;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 7px;
}
#itembnr .ibnr-price-label {
  font-size: 10px;
}
#itembnr .ibnr-price-value {
  font-feature-settings: "palt" 1;
  font-size: 16px;
  font-weight: bold;
  padding-left: 7px;
  margin-left: 6px;
  position: relative;
}
#itembnr .ibnr-price-value::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #000000;
  position: absolute;
  top: 1px;
  left: 0;
}
#itembnr .ibnr-price-value span {
  font-size: 10px;
}
#itembnr .ibnr-cart-btn {
  display: block;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 22px;
  margin-right: 10px;
  margin-left: 10px;
  width: calc(100% - 20px);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #000000;
  background-color: #fff;
  color: #000000;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#itembnr .ibnr-cart-btn:hover {
  background-color: #000000;
  color: #fff;
}
#itembnr .ibnr-cart-btn div {
  padding-top: 7px;
  padding-bottom: 8px;
  text-align: center;
}
#itembnr .ibnr-cart-btn i {
  content: "";
  display: block;
  background-image: url(/assets/images/cmania/cart_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 26/25;
  width: 23px;
}
#itembnr .ibnr-cart-btn:hover i {
  background-image: url(/assets/images/cmania/cart_w.svg);
}
#itembnr .subscribe .ibnr-cart-btn {
  border: 1px solid #a47d1f;
  background-color: #a47d1f;
  color: #fff;
}
#itembnr .subscribe .ibnr-cart-btn:hover {
  background-color: #fff;
  color: #a47d1f;
}
#itembnr .subscribe .ibnr-cart-btn i {
  background-image: url(/assets/images/cmania/track_w.svg);
  aspect-ratio: 35/21;
  width: 28px;
}
#itembnr .subscribe .ibnr-cart-btn:hover i {
  background-image: url(/assets/images/cmania/track_b.svg);
}

body#cmania-nmn section.feature {
  background-image: url(/assets/images/cmania/feature_bg.png);
}
@media (max-width: 768.98px) {
  body#cmania-nmn section.feature {
    background-image: url(/assets/images/cmania/feature_bg@2x.png);
  }
}

body#cmania-vitaminc section.feature {
  background-image: url(/assets/images/cmania/feature_bg.png);
}
@media (max-width: 768.98px) {
  body#cmania-vitaminc section.feature {
    background-image: url(/assets/images/cmania/feature_bg@2x.png);
  }
}

#topback {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 769px) {
  #topback {
    display: none;
  }
}
#topback.is-active {
  opacity: 1;
  visibility: visible;
}
#topback a {
  display: block;
  width: 52px;
  height: 52px;
  background-color: #414141;
  border-radius: 8px 0 0 8px;
}
#topback a::before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  transform: rotate(-135deg) translate3d(0, 0, 0);
}

body.info-archive section .section-wrap,
body.info-single section .section-wrap {
  max-width: 1244px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}

body.info-archive section.head {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768.98px) {
  body.info-archive section.head {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
body.info-archive section.head h1.head-title .en {
  font-size: 32px;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  body.info-archive section.head h1.head-title .en {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
body.info-archive section.head h1.head-title .ja {
  font-size: 20px;
}
@media (max-width: 768.98px) {
  body.info-archive section.head h1.head-title .ja {
    font-size: 12px;
  }
}
body.info-archive section.info .section-wrap {
  max-width: 996px;
}
body.info-archive section.info .info-year {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 768.98px) {
  body.info-archive section.info .info-year {
    margin-bottom: 25px;
  }
}
body.info-archive section.info .info-year-link {
  display: block;
  font-size: 20px;
  margin-right: 20px;
}
@media (max-width: 768.98px) {
  body.info-archive section.info .info-year-link {
    font-size: 14px;
    margin-right: 14px;
  }
}
body.info-archive section.info .info-list {
  background-color: #e1e1e1;
  padding: 72px 79px;
  margin-bottom: 80px;
}
@media (max-width: 768.98px) {
  body.info-archive section.info .info-list {
    border-radius: 5px;
    padding: 30px 20px;
    margin-bottom: 32px;
  }
}
body.info-archive section.info .info-item:not(:last-child) {
  border-bottom: 1px solid #878787;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  body.info-archive section.info .info-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
body.info-archive section.info .info-link {
  display: flex;
  flex-wrap: wrap;
}
body.info-archive section.info .info-cat {
  border-radius: 4px;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 124px;
  padding: 1px 0;
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  body.info-archive section.info .info-cat {
    font-size: 10px;
    width: 90px;
    margin-bottom: 14px;
  }
}
body.info-archive section.info .info-date {
  font-size: 18px;
  width: calc(100% - 124px);
  padding-left: 32px;
}
@media (max-width: 768.98px) {
  body.info-archive section.info .info-date {
    font-size: 12px;
    width: calc(100% - 90px);
    padding-left: 20px;
  }
}
body.info-archive section.info .info-title {
  line-height: 1.6;
}
@media (max-width: 768.98px) {
  body.info-archive section.info .info-title {
    font-size: 12px;
  }
}
body.info-archive section.info #info-more {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  max-width: 152px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 768.98px) {
  body.info-archive section.info #info-more {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    max-width: 96px;
  }
}
body.info-archive section.info #info-more::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
body.info-archive section.info #info-more:hover {
  color: #fff;
  max-width: 240px;
}
body.info-archive section.info #info-more:hover::after {
  height: 100%;
}
body.info-archive section.info #info-more div {
  position: relative;
  z-index: 2;
}
body.info-archive section.info #info-more.is-active {
  display: none;
}

body.info-single section.info {
  padding-top: 120px;
}
@media (max-width: 768.98px) {
  body.info-single section.info {
    padding-top: 40px;
  }
}
body.info-single section.info .section-wrap {
  max-width: 824px;
}
body.info-single section.info .info-data {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-data {
    margin-bottom: 40px;
  }
}
body.info-single section.info .info-cat {
  border-radius: 4px;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 124px;
  padding: 1px 0;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-cat {
    font-size: 10px;
    width: 90px;
  }
}
body.info-single section.info .info-date {
  font-size: 18px;
  width: calc(100% - 124px);
  padding-left: 32px;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-date {
    font-size: 12px;
    width: calc(100% - 90px);
    padding-left: 20px;
  }
}
body.info-single section.info h1.info-title {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 768.98px) {
  body.info-single section.info h1.info-title {
    font-size: 18px;
  }
}
body.info-single section.info .info-content {
  padding-top: 120px;
  padding-bottom: 140px;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-content {
    padding-top: 50px;
    padding-bottom: 60px;
    font-size: 12px;
  }
}
body.info-single section.info .info-content > *:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-content > *:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
body.info-single section.info .info-content h2,
body.info-single section.info .info-content h3,
body.info-single section.info .info-content h4 {
  background-color: #ccc;
  padding: 0.5em 1em;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-content h2,
  body.info-single section.info .info-content h3,
  body.info-single section.info .info-content h4 {
    padding: 10px 8px 6px;
  }
}
body.info-single section.info .info-content h2 {
  font-size: 24px;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-content h2 {
    font-size: 18px;
  }
}
body.info-single section.info .info-content h3 {
  font-size: 22px;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-content h3 {
    font-size: 16px;
  }
}
body.info-single section.info .info-content h4 {
  font-size: 20px;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-content h4 {
    font-size: 14px;
  }
}
body.info-single section.info .info-content p {
  line-height: 2;
}
body.info-single section.info .info-content blockquote {
  padding: 1em 2.5em;
  border-left: 3px solid #000000;
  background-color: #e1e1e1;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-content blockquote {
    padding: 1em;
  }
}
body.info-single section.info .info-content ul,
body.info-single section.info .info-content ol {
  padding-left: 40px;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-content ul,
  body.info-single section.info .info-content ol {
    padding-left: 14px;
  }
}
body.info-single section.info .info-content ul,
body.info-single section.info .info-content ul li {
  list-style: disc;
}
body.info-single section.info .info-content ol,
body.info-single section.info .info-content ol li {
  list-style: decimal;
}
body.info-single section.info .info-pager {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-pager {
    margin-bottom: 40px;
  }
}
body.info-single section.info .info-pager-btn {
  display: block;
  width: 220px;
  border: 1px solid #000000;
  border-radius: 100px;
  font-size: 18px;
  padding: 17px 28px 18px;
  position: relative;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-pager-btn {
    width: 120px;
    font-size: 12px;
    padding: 8px 16px;
  }
}
body.info-single section.info .info-pager-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  line-height: 1;
  height: 18px;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-pager-btn::before {
    height: 12px;
  }
}
body.info-single section.info .info-pager-btn:hover {
  background-color: #000000;
  color: #fff !important;
}
body.info-single section.info .info-pager-btn:hover::before {
  color: #fff;
}
body.info-single section.info .info-pager-prev {
  text-align: right;
}
body.info-single section.info .info-pager-prev::before {
  content: "←";
  left: 28px;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-pager-prev::before {
    left: 16px;
  }
}
body.info-single section.info .info-pager-next::before {
  content: "→";
  right: 28px;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-pager-next::before {
    right: 16px;
  }
}
body.info-single section.info .info-back {
  display: block;
  font-weight: bold;
  max-width: 152px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 12px 0;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-back {
    font-size: 12px;
    max-width: 96px;
    padding: 4px 0;
  }
}
body.info-single section.info .info-back::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}
body.info-single section.info .info-back::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20252.19%20147.84%22%3E%3Cg%20id%3D%22bg%22%3E%3Cpath%20d%3D%22M250.59%2C70.56L165.5%2C.98c-1.31-1.05-3.11-1.29-4.62-.56-1.51%2C.72-2.48%2C2.25-2.48%2C3.93V46.06H4.35c-2.4%2C0-4.35%2C1.94-4.35%2C4.35v46.71c0%2C2.41%2C1.94%2C4.35%2C4.35%2C4.35H158.4v42.03c0%2C1.68%2C.97%2C3.21%2C2.48%2C3.93%2C.59%2C.28%2C1.23%2C.42%2C1.87%2C.42%2C.99%2C0%2C1.95-.33%2C2.75-.98l85.09-69.57c1.01-.83%2C1.6-2.06%2C1.6-3.36s-.59-2.55-1.6-3.37Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  width: 15px;
  aspect-ratio: 252/147;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768.98px) {
  body.info-single section.info .info-back::after {
    width: 9px;
  }
}
body.info-single section.info .info-back:hover::before {
  width: 0;
}

#cmania-about #space {
  display: none;
}
#cmania-about section .section-wrap {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#cmania-about section .section-title {
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768.98px) {
  #cmania-about section .section-title {
    margin-bottom: 40px;
  }
}
#cmania-about section .section-title .en {
  font-size: 28px;
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  #cmania-about section .section-title .en {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
@media (max-width: 768.98px) {
  #cmania-about section .section-title .ja {
    font-size: 12px;
  }
}
#cmania-about section.about {
  background-image: url(/assets/images/cmania/kv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 76px;
}
@media (min-width: 769px) {
  #cmania-about section.about {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 768.98px) {
  #cmania-about section.about {
    padding-top: 55px;
    background-image: url(/assets/images/cmania/kv_bg@2x.webp);
    background-size: 100% auto;
  }
}
#cmania-about section.about .about-wrap {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 768.98px) {
  #cmania-about section.about .about-wrap {
    padding: 0 22px;
  }
}
#cmania-about section.about .about-img {
  position: absolute;
  top: 178px;
  right: max(-36px, 50% - 719px);
  max-width: 740px;
  width: 54.1727%;
  z-index: 1;
}
@media (max-width: 768.98px) {
  #cmania-about section.about .about-img {
    top: 55px;
    right: -5.6666vw;
    width: 77.2vw;
  }
}
#cmania-about section.about .about-doc {
  position: relative;
  z-index: 2;
  max-width: 536px;
  width: 44.6666%;
  padding-top: 80px;
  padding-bottom: 140px;
}
@media (max-width: 768.98px) {
  #cmania-about section.about .about-doc {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 70px;
  }
}
#cmania-about section.about .section-title {
  text-align: left;
  margin-bottom: 114px;
}
@media (max-width: 768.98px) {
  #cmania-about section.about .section-title {
    margin-bottom: 57.3333vw;
  }
}
#cmania-about section.about .about-main-copy {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768.98px) {
  #cmania-about section.about .about-main-copy {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
#cmania-about section.about .about-main-copy ruby > rt {
  text-align: center;
}
#cmania-about section.about .about-text {
  font-size: 18px;
  line-height: 2.2;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}
@media (max-width: 768.98px) {
  #cmania-about section.about .about-text {
    font-size: 12px;
    line-height: 1.8333;
  }
}
#cmania-about section.lead {
  /* background-image: url(/assets/images/cmania/about_bg.webp); */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768.98px) {
  #cmania-about section.lead {
    /* background-image: url(/assets/images/cmania/about_bg@2x.webp); */
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
}
#cmania-about section.lead .lead-wrap {
  max-width: 834px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768.98px) {
  #cmania-about section.lead .lead-wrap {
    flex-direction: column;
    padding-right: 22px;
    padding-left: 22px;
  }
}
#cmania-about section.lead .lead-img {
  max-width: 307px;
  width: 100%;
}
@media (max-width: 768.98px) {
  #cmania-about section.lead .lead-img {
    margin-top: 36px;
    max-width: 144px;
    margin-right: auto;
    margin-left: auto;
  }
}
#cmania-about section.lead .lead-doc {
  max-width: 476px;
  width: 100%;
}
#cmania-about section.lead .lead-title {
  font-size: 28px;
  /* font-weight: bold; */
  line-height: 1.714;
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  #cmania-about section.lead .lead-title {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 30px;
  }
}
#cmania-about section.lead .lead-text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768.98px) {
  #cmania-about section.lead .lead-text {
    font-size: 12px;
    line-height: 1.666;
  }
}
#cmania-about section.environment {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768.98px) {
  #cmania-about section.environment {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#cmania-about section.environment .env-title {
  font-size: 28px;
  /* font-weight: bold; */
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768.98px) {
  #cmania-about section.environment .env-title {
    font-size: 16px;
  }
}
#cmania-about section.environment .env-box-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 768.98px) {
  #cmania-about section.environment .env-box-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }
}
#cmania-about section.environment .env-box {
  margin-right: 10px;
  margin-left: 10px;
  max-width: 316px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768.98px) {
  #cmania-about section.environment .env-box {
    max-width: 100%;
    margin: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-bottom: 40px;
  }
}
#cmania-about section.environment .env-box-img {
  width: 116px;
  margin-bottom: 38px;
}
@media (max-width: 768.98px) {
  #cmania-about section.environment .env-box-img {
    width: 80px;
    margin-bottom: 14px;
  }
}
#cmania-about section.environment .env-box-title {
  font-size: 18px;
  /* font-weight: bold; */
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  #cmania-about section.environment .env-box-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768.98px) {
  #cmania-about section.environment .env-box-text {
    font-size: 12px;
  }
}
#cmania-about section.environment .env-target-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768.98px) {
  #cmania-about section.environment .env-target-wrap {
    flex-direction: column;
  }
}
#cmania-about section.environment .env-target-label {
  padding: 0 14px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #000000;
  border-radius: 4px;
  margin-right: 20px;
}
@media (max-width: 768.98px) {
  #cmania-about section.environment .env-target-label {
    font-size: 14px;
    margin-right: 0;
    padding: 1px 14px;
    margin-bottom: 10px;
  }
}
#cmania-about section.environment .env-target-value {
  font-size: 12px;
  text-align: center;
}
#cmania-about section.product {
  background-color: #d7d7d7;
  padding-top: 100px;
}
@media (max-width: 768.98px) {
  #cmania-about section.product {
    margin-top: 60px;
  }
}
#cmania-about section.product .section-title {
  margin-bottom: 58px;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .section-title {
    margin-bottom: 37px;
  }
}
#cmania-about section.product .product-box-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-box-wrap {
    flex-direction: column;
  }
}
#cmania-about section.product .product-box {
  max-width: 516px;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-box {
    padding: 0 42px;
  }
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-box:not(:last-child) {
    margin-bottom: 60px;
  }
}
#cmania-about section.product .product-box-title {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-box-title {
    margin-bottom: 16px;
  }
}
#cmania-about section.product .product-box-title .en {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-box-title .en {
    font-size: 16px;
  }
}
#cmania-about section.product .product-box-title .ja {
  font-weight: bold;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-box-title .ja {
    font-size: 12px;
  }
}
#cmania-about section.product .product-box-img {
  margin-bottom: 54px;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-box-img {
    margin-bottom: 30px;
  }
}
#cmania-about section.product .product-box-btn {
  margin: auto;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-banner {
    padding: 0 22px;
  }
}
#cmania-about section.product .product-banner-item {
  border-radius: 16px;
  background-color: #fff;
  margin-top: 100px;
  padding: 0 41px;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-banner-item {
    padding: 0 12px;
  }
}
#cmania-about section.product .product-banner-img {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-banner-img {
    padding: 20px 0;
  }
}
#cmania-about section.product .product-banner-img:not(:last-child) {
  border-bottom: 1px solid #000000;
}
#cmania-about section.product .product-banner-img-btn {
  position: absolute;
  top: 44.6%;
  right: 0;
  border-radius: 100px;
  width: 25.402%;
  aspect-ratio: 284/65;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #a47d1f;
  border: 2px solid #a47d1f;
  font-size: 18px;
  padding-left: 43px;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-banner-img-btn {
    top: 45.3%;
    width: 93.6%;
    aspect-ratio: 574/100;
    left: 0;
    margin: auto;
    font-size: 15px;
  }
}
#cmania-about section.product .product-banner-img-btn:hover {
  background-color: #fff;
  color: #a47d1f;
}
#cmania-about section.product .product-banner-img-btn::after {
  content: "";
  display: block;
  background-image: url(/assets/images/cmania/cart_b.svg);
  background-image: url(/assets/images/cmania/track_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  aspect-ratio: 35/21;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 25px;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-banner-img-btn::after {
    left: 25px;
    width: 28px;
  }
}
#cmania-about section.product .product-banner-img-btn:hover::after {
  background-image: url(/assets/images/cmania/track_b.svg);
}
#cmania-about section.product .product-banner-img-link {
  position: absolute;
  top: 60.2%;
  right: 0;
  font-size: min(1.2075vw, 13.5px);
  color: #a47d1f;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .product-banner-img-link {
    top: 67.7%;
    right: 3.3%;
    font-size: 2.5vw;
  }
}
#cmania-about section.product .product-banner-img-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a47d1f;
  position: absolute;
  bottom: 0;
  right: 0;
}
#cmania-about section.product .product-banner-img-link:hover::after {
  width: 0;
}
#cmania-about section.product .banner03 .product-banner-img-btn {
  top: 53.8%;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .banner03 .product-banner-img-btn {
    top: 57.2%;
  }
}
#cmania-about section.product .banner03 .product-banner-img-link {
  top: 72.6%;
}
@media (max-width: 768.98px) {
  #cmania-about section.product .banner03 .product-banner-img-link {
    top: 83.3%;
  }
}
@media (max-width: 768.98px) {
  #cmania-about section.product .banner03 .product-banner-img-btn {
    top: 58.2%;
  }
}
@media (max-width: 768.98px) {
  #cmania-about section.product .banner03 .product-banner-img-link {
    top: 83.7%;
  }
}
#cmania-about section.breadcrumb {
  background-color: #d7d7d7;
}

body#x-index a:hover,
body#x-info-archive a:hover,
body#x-info-single a:hover,
body#x-about a:hover,
body.x-item a:hover,
body#x-notfound a:hover {
  color: #535c8b;
}
body#x-index #bnr,
body#x-info-archive #bnr,
body#x-info-single #bnr,
body#x-about #bnr,
body.x-item #bnr,
body#x-notfound #bnr {
  background-color: #ccd0e2;
}

body#x-index section.kv picture {
  display: block;
}
body#x-index section.product {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768.98px) {
  body#x-index section.product {
    flex-direction: column;
  }
}
body#x-index section.product .section-title {
  padding-top: 60px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 768.98px) {
  body#x-index section.product .section-title {
    padding-top: 60px;
  }
}
body#x-index section.product .section-title > div {
  position: relative;
  z-index: 2;
}
body#x-index section.product .section-title::before,
body#x-index section.product .section-title::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
body#x-index section.product .section-title::before {
  left: 0;
  background-color: rgba(212, 151, 151, 0.72);
}
@media (max-width: 768.98px) {
  body#x-index section.product .section-title::before {
    width: 100%;
  }
}
body#x-index section.product .section-title::after {
  right: 0;
  background-color: rgba(157, 187, 200, 0.72);
}
@media (max-width: 768.98px) {
  body#x-index section.product .section-title::after {
    display: none;
  }
}
body#x-index section.product .product-box {
  padding: 60px calc((50% - 436px) / 2) 140px;
  width: 50%;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-box {
    padding: 40px 11.2%;
    width: 100%;
  }
}
body#x-index section.product .product01 {
  background-color: rgba(212, 151, 151, 0.72);
}
body#x-index section.product .product02 {
  background-color: rgba(157, 187, 200, 0.72);
}
body#x-index section.product .product-title {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-title {
    margin-bottom: 28px;
  }
}
body#x-index section.product .product-title-img {
  width: 92px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-title-img {
    width: 59px;
  }
}
body#x-index section.product .product-title-text {
  font-size: 16px;
  font-feature-settings: "palt" 1;
  width: calc(100% - 92px);
  font-weight: bold;
  padding-left: 30px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-title-text {
    width: calc(100% - 59px);
    padding-left: 20px;
  }
}
body#x-index section.product .product-title-text span {
  font-size: 32px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-title-text span {
    font-size: 20px;
  }
}
body#x-index section.product .product-img {
  margin-bottom: 40px;
  position: relative;
  display: block;
}
body#x-index section.product .product-img:hover {
  opacity: 0.7;
}
body#x-index section.product .product-new {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 68px;
  height: 68px;
  border: 2px solid #464141;
  border-radius: 60px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #464141;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-new {
    width: 70px;
    height: 70px;
    border-width: 3px;
    font-size: 16px;
    top: 10px;
    left: 10px;
  }
}
body#x-index section.product .product-new-title {
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-new-title {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
@media (min-width: 769px) {
  body#x-index section.product .product-doc {
    padding: 0 20px;
  }
}
body#x-index section.product .product-doc-title {
  margin-bottom: 28px;
  font-weight: bold;
}
body#x-index section.product .product-doc-title .en {
  font-size: 28px;
  margin-bottom: 4px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-doc-title .en {
    font-size: 20px;
  }
}
body#x-index section.product .product-doc-title .ja {
  font-size: 16px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-doc-title .ja {
    font-size: 12px;
  }
}
body#x-index section.product .product-doc-doc {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 20px;
}
@media (min-width: 769px) {
  body#x-index section.product .product-doc-doc {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 38px;
  }
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-doc-doc {
    margin-bottom: 19px;
  }
}
body#x-index section.product .product-doc-value {
  font-size: 14px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-doc-value {
    font-size: 10px;
  }
}
body#x-index section.product .product-doc-text {
  font-size: 16px;
  padding: 32px 0;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-doc-text {
    font-size: 12px;
    padding: 20px 0;
    line-height: 1.666;
  }
}
body#x-index section.product .product-doc-sub {
  font-size: 10px;
  line-height: 1.6666;
}
body#x-index section.product .product-price {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  color: #323232;
}
body#x-index section.product .product-price-label {
  font-size: 16px;
  width: 120px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-price-label {
    font-size: 11px;
    width: 73px;
  }
}
body#x-index section.product .product-price-value {
  font-family: heebo, "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  position: relative;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-price-value {
    font-size: 15px;
    padding-left: 11px;
  }
}
body#x-index section.product .product-price-value::before {
  display: none;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-price-value::before {
    content: "";
    display: block;
    width: 1px;
    background-color: #323232;
    height: 13px;
    top: 4px;
    position: absolute;
    left: 0;
  }
}
body#x-index section.product .product-price-value span {
  font-size: 14px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-price-value span {
    font-size: 10px;
  }
}
body#x-index section.product .product-price-subscribe {
  color: #000;
  margin-bottom: 8px;
}
body#x-index section.product .product-price-subscribe .product-price-label {
  font-size: 18px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-price-subscribe .product-price-label {
    font-size: 12px;
  }
}
body#x-index section.product .product-price-subscribe .product-price-value {
  font-size: 22px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-price-subscribe .product-price-value {
    font-size: 17px;
  }
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-price-subscribe .product-price-value::before {
    background-color: #000000;
    height: 15px;
    top: 5px;
  }
}
body#x-index section.product .product-price-subscribe .product-price-value span {
  font-size: 16px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-price-subscribe .product-price-value span {
    font-size: 11px;
  }
}
body#x-index section.product .product-link-group {
  margin-top: 32px;
  display: flex;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-link-group {
    margin-top: 16px;
  }
}
body#x-index section.product .product-link {
  margin-right: 40px;
}
@media (max-width: 768.98px) {
  body#x-index section.product .product-link {
    margin-right: 24px;
  }
}
body#x-index section.about {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768.98px) {
  body#x-index section.about {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
body#x-index section.about .section-title {
  text-align: left;
}
@media (max-width: 768.98px) {
  body#x-index section.about .section-title {
    padding-left: 22px;
  }
}
@media (min-width: 769px) {
  body#x-index section.about .about-img {
    position: absolute;
    padding-top: 108px;
    right: 0;
    width: 44.2166%;
  }
}
@media (max-width: 768.98px) {
  body#x-index section.about .about-img {
    width: 75.7333%;
    position: relative;
    z-index: 1;
  }
}
body#x-index section.about .about-doc {
  width: 100%;
}
@media (min-width: 769px) {
  body#x-index section.about .about-doc {
    max-width: 603px;
    padding-right: 10px;
  }
}
@media (max-width: 768.98px) {
  body#x-index section.about .about-doc {
    position: relative;
    z-index: 2;
    margin-top: -20px;
    padding-top: 74px;
    background-color: #fff;
    width: calc(100% - 22px);
    margin-left: auto;
    padding-left: 28px;
    padding-right: 50px;
    padding-bottom: 54px;
  }
}
body#x-index section.about .about-doc-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 768.98px) {
  body#x-index section.about .about-doc-title {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
body#x-index section.about .about-doc-text {
  line-height: 2.25;
  margin-bottom: 2.875em;
}
@media (max-width: 768.98px) {
  body#x-index section.about .about-doc-text {
    line-height: 1.833;
    font-size: 12px;
  }
}
body#x-index section.about .about-doc-text-sub {
  font-size: 10px;
  margin-bottom: 60px;
}
@media (max-width: 768.98px) {
  body#x-index section.about .about-doc-text-sub {
    margin-bottom: 36px;
  }
}
body#x-index section.campaign {
  background-color: #ccd0e2;
  margin-bottom: 0;
}
body#x-index section.campaign .section-title {
  color: #000;
}
body#x-index section.campaign .campaign-box-cat {
  background-color: #000;
  color: #fff;
}
body#x-index section.campaign .campaign-box-title,
body#x-index section.campaign .campaign-box-date {
  color: #000;
}
body#x-index section.banner {
  background: linear-gradient(90deg, rgb(212, 151, 151) 0%, rgb(212, 151, 151) 50%, rgb(157, 187, 200) 50%, rgb(157, 187, 200) 100%);
  position: relative;
}
body#x-index section.banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 273px;
  height: 100%;
  background: linear-gradient(90deg, rgb(212, 151, 151) 0%, rgb(157, 187, 200) 100%);
  z-index: 1;
}
body#x-index section.banner .section-wrap {
  position: relative;
  z-index: 2;
}
body#x-index section.faq {
  background-color: #fff;
}
body#x-index section.news {
  background-color: #ccd0e2;
}
body#x-index section.news .section-title {
  color: #000;
}
body#x-index section.news .news-cat {
  background-color: #000;
  color: #fff;
}
body#x-index section.news .news-date,
body#x-index section.news .news-title {
  color: #000;
}
body#x-index section.news .news-img01 {
  max-width: 360px;
  width: 57.1428%;
  z-index: 1;
}
body#x-index section.news .news-img02 {
  max-width: 360px;
  width: 57.1428%;
  z-index: 2;
}
body#x-index #modal .modal-box.item01 {
  background-color: rgba(212, 151, 151, 0.72);
}
body#x-index #modal .modal-box.item02 {
  background-color: rgba(157, 187, 200, 0.72);
}
body#x-index #modal .modal-box-img {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768.98px) {
  body#x-index #modal .modal-box-img {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body#x-index #modal .modal-box-img-new {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 40px;
  height: 40px;
  border: 2px solid #464141;
  border-radius: 100px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #464141;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 768.98px) {
  body#x-index #modal .modal-box-img-new {
    width: 36px;
    height: 36px;
    font-size: 10px;
    top: 15px;
    left: 5px;
  }
}
body#x-index #modal .modal-box-subscribe {
  background-color: transparent;
}
body#x-index #modal .modal-box-subscribe-tag {
  background-color: #7d7d7d;
}
body#x-index #modal .modal-box-price {
  color: #464141;
}
body#x-index #modal .modal-box-price-value::before {
  background-color: #464141;
}
body#x-index #modal .modal-box-subscribe .modal-box-price {
  color: #464141;
}
body#x-index #modal .modal-box-subscribe .modal-box-price-value::before {
  background-color: #464141;
}
body#x-index #modal .modal-box-cart-btn {
  color: #fff;
  border: 1px solid #464141;
  background-color: #fff;
  color: #464141;
}
body#x-index #modal .modal-box-cart-btn:hover {
  background-color: #464141;
  color: #fff;
}
body#x-index #modal .modal-box-subscribe .modal-box-cart-btn {
  border: 1px solid #464141;
  background-color: #464141;
  color: #fff;
}
body#x-index #modal .modal-box-subscribe .modal-box-cart-btn:hover {
  background-color: #fff;
  color: #464141;
}
body#x-index #modal a.modal-box-subscribe-about {
  color: #464141;
}
body#x-index #modal a.modal-box-subscribe-about::after {
  background-color: #464141;
}
body#x-index #modal .modal-box-text-sub {
  margin: -30px 0 50px;
  padding: 0 69px;
  font-size: 12px;
  line-height: 1.6666;
}
@media (max-width: 768.98px) {
  body#x-index #modal .modal-box-text-sub {
    margin: -22px 0 32px;
    padding: 0 30px;
    font-size: 10px;
  }
}

body.x-item section.item-nav {
  padding-top: 0;
}
body.x-item section.item-nav .item-nav-link {
  padding-top: 21px;
  padding-bottom: 21px;
}
body.x-item section.item-nav .item-nav-link:hover {
  color: #fff;
}
body.x-item section.item-nav .item-nav-link .en {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768.98px) {
  body.x-item section.product {
    padding-top: 0;
  }
}
body.x-item section.product .product-new {
  border-color: #464141;
  color: #464141;
}
@media (min-width: 769px) {
  body.x-item section.product .product-new {
    top: 28px;
    left: 28px;
  }
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-new {
    top: 10px;
    left: 16.5184%;
  }
}
@media (min-width: 769px) {
  body.x-item section.product .product-slide {
    min-height: 818px;
    border-radius: 8px;
    background-color: #fff;
  }
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-slide {
    min-height: 359px;
    border-radius: 4px;
    background-color: #fff;
    aspect-ratio: unset;
  }
}
body.x-item section.product .slick-dots {
  margin-top: 60px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .slick-dots {
    margin-top: 30px;
  }
}
body.x-item section.product .product-doc-tag {
  border-color: #000;
  background-color: transparent;
  color: #000;
}
body.x-item section.product .product-doc-title {
  color: #464141;
  line-height: 1.3;
}
body.x-item section.product .product-doc-title .ja {
  font-size: 24px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-doc-title .ja {
    font-size: 16px;
  }
}
body.x-item section.product .product-doc-copy {
  font-size: 20px;
  font-weight: bold;
  color: #464141;
  line-height: 1.8;
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-doc-copy {
    font-size: 14px;
  }
}
body.x-item section.product .product-subscribe {
  background-color: transparent;
  padding: 0 20px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-subscribe {
    padding: 0 30px;
  }
}
body.x-item section.product .product-subscribe .product-cart-btn {
  border-color: #464141;
  background-color: #464141;
}
body.x-item section.product .product-subscribe .product-cart-btn:hover {
  color: #000000;
}
body.x-item section.product .product-subscribe .product-cart-btn:hover::after {
  background-image: url(/assets/images/cmania/track_d.svg);
}
body.x-item section.product .product-subscribe-tag {
  background-color: #7d7d7d;
  border-radius: 0;
  padding: 0 9px;
}
body.x-item section.product .product-price {
  color: #464141;
}
body.x-item section.product a.product-subscribe-about {
  color: #464141;
}
body.x-item section.product a.product-subscribe-about:hover {
  color: #323232;
}
body.x-item section.product a.product-subscribe-about::after {
  background-color: #464141;
}
body.x-item section.product .product-doc-post {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6666;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-doc-post {
    margin-top: 10px;
    font-size: 10px;
  }
}
body.x-item section.product .product-cation {
  margin: 80px auto 0;
  max-width: 1244px;
  padding: 0 22px;
  width: 100%;
  font-feature-settings: "palt" 1;
  line-height: 1.6666;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-cation {
    font-size: 12px;
    margin: 60px 0 0;
  }
}
body.x-item section.product .product-cation-text01 {
  padding: 16px 19px;
  border: 1px solid #323232;
  margin-bottom: 16px;
}
@media (max-width: 768.98px) {
  body.x-item section.product .product-cation-text01 {
    padding: 6px 10px;
  }
}
body.x-item section.banner .banner-item,
body.x-item section.banner .banner-img {
  padding: 0;
}
body.x-item section.banner .banner-img-btn {
  top: 44.7%;
  right: 3.3333%;
  width: 23.6666%;
  aspect-ratio: 284/64;
  background-color: #464141;
  border: 2px solid #464141;
}
@media (max-width: 768.98px) {
  body.x-item section.banner .banner-img-btn {
    top: 45.9%;
    width: 86.7069%;
    aspect-ratio: 574/100;
    right: 0;
    left: 0;
  }
}
body.x-item section.banner .banner-img-btn:hover {
  background-color: #fff;
  color: #464141;
}
body.x-item section.banner .banner-img-btn:hover::after {
  background-image: url(/assets/images/cmania/track_d.svg);
}
body.x-item section.banner .banner-img-link {
  top: 60.3%;
  right: 3.3333%;
  color: #464141;
}
@media (max-width: 768.98px) {
  body.x-item section.banner .banner-img-link {
    top: 67.9%;
    right: 6.4%;
  }
}
body.x-item section.banner .banner-img-link::after {
  background-color: #464141;
}
body.x-item section.campaign {
  background-color: #ccd0e2;
  margin-bottom: 0;
}
body.x-item section.campaign .section-title {
  color: #000;
}
body.x-item section.campaign .campaign-box-cat {
  background-color: #000;
  color: #fff;
}
body.x-item section.campaign .campaign-box-title,
body.x-item section.campaign .campaign-box-date {
  color: #000;
}
body.x-item section.feature .feature-num {
  color: #464141;
}
body.x-item section.feature .feature-num::after {
  background-color: #464141;
}
@media (min-width: 769px) {
  body.x-item section.feature .feature-block-doc {
    width: calc(100% - 416px);
  }
}
@media (min-width: 769px) {
  body.x-item section.feature .feature-block-img {
    max-width: 418px;
  }
}
body.x-item section.data {
  background-color: rgba(187, 207, 207, 0.2);
}
body.x-item section.data .data-withimg-wrap .data-img {
  width: 160px;
}
@media (max-width: 768.98px) {
  body.x-item section.data .data-withimg-wrap .data-img {
    width: 110px;
  }
}
body.x-item section.recommend {
  color: #000;
}
body.x-item section.faq {
  background-color: #e0e3ee;
}
body.x-item #itembnr .ibnr-tag {
  background-color: #7d7d7d;
}
body.x-item #itembnr .subscribe .ibnr-cart-btn {
  border-color: #464141;
  background-color: #464141;
}
body.x-item #itembnr .subscribe .ibnr-cart-btn:hover {
  background-color: #fff;
  color: #464141;
}
body.x-item #itembnr .subscribe .ibnr-cart-btn:hover i {
  background-image: url(/assets/images/cmania/track_d.svg);
}

body#x-x2burn #space,
body#x-x2burn section.breadcrumb,
body#x-x2burn section.item-nav,
body#x-x2burn section.product,
body#x-x2burn section.banner {
  background-color: rgba(212, 151, 151, 0.72);
}
body#x-x2burn section.feature {
  background-color: rgba(212, 151, 151, 0.4);
}
@media (min-width: 769px) {
  body#x-x2burn section.feature .feature-section03 .feature-block-doc {
    width: calc(100% - 644px);
  }
}
@media (min-width: 769px) {
  body#x-x2burn section.feature .feature-section03 .feature-block-img {
    max-width: 644px;
  }
}
body#x-x2burn section.recommend {
  background-color: rgba(157, 187, 200, 0.6);
}
body#x-x2burn #itembnr .ibnr-box.subscribe {
  background-color: rgba(212, 151, 151, 0.72);
}

body#x-x4slim #space,
body#x-x4slim section.breadcrumb,
body#x-x4slim section.item-nav,
body#x-x4slim section.product,
body#x-x4slim section.banner {
  background-color: rgba(157, 187, 200, 0.72);
}
body#x-x4slim section.feature {
  background-color: rgba(157, 187, 200, 0.4);
}
body#x-x4slim section.recommend {
  background-color: rgba(212, 151, 151, 0.6);
}
body#x-x4slim #itembnr .ibnr-box.subscribe {
  background-color: rgba(157, 187, 200, 0.72);
}

body#x-info-archive section.info {
  padding-bottom: 120px;
}
@media (max-width: 768.98px) {
  body#x-info-archive section.info {
    padding-bottom: 60px;
  }
}
body#x-info-archive section.info .info-list {
  background-color: #ebecf3;
}

body#x-info-single section.info {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 768.98px) {
  body#x-info-single section.info {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

body#x-info-archive section.head {
  padding-top: 0;
}
@media (max-width: 768.98px) {
  body#x-info-archive section.head {
    padding-top: 0;
  }
}

body.x-item section.breadcrumb,
body#x-about section.breadcrumb,
body#x-info-single section.breadcrumb,
body#x-info-archive section.breadcrumb {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768.98px) {
  body.x-item section.breadcrumb,
  body#x-about section.breadcrumb,
  body#x-info-single section.breadcrumb,
  body#x-info-archive section.breadcrumb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

body#x-about section .section-wrap {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
body#x-about section .section-title {
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768.98px) {
  body#x-about section .section-title {
    margin-bottom: 40px;
  }
}
body#x-about section .section-title .en {
  font-size: 28px;
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  body#x-about section .section-title .en {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
@media (max-width: 768.98px) {
  body#x-about section .section-title .ja {
    font-size: 12px;
  }
}
body#x-about section.about {
  position: relative;
}
body#x-about section.about .about-wrap {
  max-width: 1244px;
  padding: 0 22px;
  margin: auto;
}
body#x-about section.about .section-title {
  text-align: left;
}
body#x-about section.about .about-doc {
  position: relative;
  z-index: 2;
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  font-feature-settings: "palt" 1;
  padding-bottom: 18.4vw;
}
@media (max-width: 768.98px) {
  body#x-about section.about .about-doc {
    padding: 0 22px 60px;
  }
}
body#x-about section.about .about-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 56px;
}
@media (max-width: 768.98px) {
  body#x-about section.about .about-title {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
body#x-about section.about .about-text {
  font-size: 18px;
  line-height: 2.2222;
  margin-bottom: 2.2222em;
}
@media (max-width: 768.98px) {
  body#x-about section.about .about-text {
    font-size: 12px;
    line-height: 1.8333;
  }
}
body#x-about section.about .about-text-sub {
  font-size: 10px;
}
body#x-about section.about .about-img {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  body#x-about section.about .about-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76.57%;
  }
}
@media (max-width: 768.98px) {
  body#x-about section.about .about-img {
    width: 88.2666%;
  }
}
body#x-about section.environment .env-box-wrap {
  max-width: 994px;
  margin: auto;
  padding: 120px 22px;
}
@media (max-width: 768.98px) {
  body#x-about section.environment .env-box-wrap {
    padding: 74px 22px;
  }
}
body#x-about section.environment .env-box {
  display: flex;
}
@media (max-width: 768.98px) {
  body#x-about section.environment .env-box {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  body#x-about section.environment .env-doc {
    width: calc(100% - 236px);
  }
}
body#x-about section.environment .env-box-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: 0.2em;
}
@media (max-width: 768.98px) {
  body#x-about section.environment .env-box-title {
    font-size: 16px;
    text-align: center;
  }
}
body#x-about section.environment .env-box-text {
  line-height: 2;
}
@media (max-width: 768.98px) {
  body#x-about section.environment .env-box-text {
    font-feature-settings: "palt" 1;
    font-size: 12px;
    text-align: center;
  }
}
body#x-about section.environment .env-box-img {
  width: 236px;
}
@media (max-width: 768.98px) {
  body#x-about section.environment .env-box-img {
    width: 160px;
    margin: auto;
    margin-top: 31px;
  }
}
body#x-about section.banner,
body#x-about section.product {
  background: linear-gradient(90deg, rgb(212, 151, 151) 0%, rgb(212, 151, 151) 50%, rgb(157, 187, 200) 50%, rgb(157, 187, 200) 100%);
  position: relative;
}
body#x-about section.banner::after,
body#x-about section.product::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 273px;
  height: 100%;
  background: linear-gradient(90deg, rgb(212, 151, 151) 0%, rgb(157, 187, 200) 100%);
  z-index: 1;
}
body#x-about section.banner .section-wrap,
body#x-about section.product .section-wrap {
  position: relative;
  z-index: 2;
}
body#x-about section.product {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768.98px) {
  body#x-about section.product {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
body#x-about section.product .section-title {
  color: #464141;
}
body#x-about section.product .product-box-wrap {
  max-width: 900px;
  margin: auto;
  display: flex;
}
@media (max-width: 768.98px) {
  body#x-about section.product .product-box-wrap {
    flex-direction: column;
  }
}
body#x-about section.product .product-box {
  position: relative;
  max-width: 370px;
  margin: 0 40px;
}
@media (max-width: 768.98px) {
  body#x-about section.product .product-box {
    max-width: 291px;
    margin: 0 auto;
  }
}
@media (max-width: 768.98px) {
  body#x-about section.product .product-box:not(:last-child) {
    margin-bottom: 60px;
  }
}
body#x-about section.product .product-new {
  position: absolute;
  top: 108px;
  left: 20px;
  width: 68px;
  height: 68px;
  border: 2px solid #464141;
  border-radius: 60px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #464141;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 768.98px) {
  body#x-about section.product .product-new {
    width: 70px;
    height: 70px;
    border-width: 3px;
    font-size: 16px;
    top: 72px;
    left: 10px;
  }
}
body#x-about section.product .product-new-title {
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (max-width: 768.98px) {
  body#x-about section.product .product-new-title {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
body#x-about section.product .product-box-title {
  font-weight: bold;
  text-align: center;
  color: #464141;
  margin-bottom: 28px;
}
@media (max-width: 768.98px) {
  body#x-about section.product .product-box-title {
    margin-bottom: 20px;
  }
}
body#x-about section.product .product-box-title .en {
  font-size: 24px;
}
@media (max-width: 768.98px) {
  body#x-about section.product .product-box-title .en {
    font-size: 16px;
  }
}
body#x-about section.product .product-box-title .ja {
  font-size: 16px;
}
@media (max-width: 768.98px) {
  body#x-about section.product .product-box-title .ja {
    font-size: 12px;
  }
}
body#x-about section.product .product-box-img {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  body#x-about section.product .product-box-img {
    margin-bottom: 27px;
  }
}
body#x-about section.product .product-box-img:hover {
  opacity: 0.7;
}
body#x-about section.product .product-box-btn {
  margin-left: auto;
}
@media (max-width: 768.98px) {
  body#x-about section.product .product-box-btn {
    margin-right: auto;
  }
}
body#x-about section.banner {
  padding-bottom: 100px;
}
@media (max-width: 768.98px) {
  body#x-about section.banner {
    padding-bottom: 54px;
  }
}
@media (max-width: 768.98px) {
  body#x-about section.banner .section-wrap {
    padding: 0 22px;
  }
}
body#x-about section.banner .banner-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
body#x-about section.banner .banner-item:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 768.98px) {
  body#x-about section.banner .banner-item:not(:last-child) {
    margin-bottom: 60px;
  }
}
body#x-about section.banner .banner-item picture,
body#x-about section.banner .banner-item img {
  display: block;
  width: 100%;
}
body#x-about section.banner .banner-img-btn {
  position: absolute;
  top: 44.7%;
  right: 3.3333%;
  border-radius: 100px;
  width: 23.6666%;
  aspect-ratio: 284/64;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #464141;
  border: 2px solid #464141;
  font-size: 18px;
  padding-left: 43px;
}
@media (max-width: 768.98px) {
  body#x-about section.banner .banner-img-btn {
    top: 45.9%;
    width: 86.7069%;
    aspect-ratio: 574/100;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 15px;
  }
}
body#x-about section.banner .banner-img-btn:hover {
  background-color: #fff;
  color: #464141;
}
body#x-about section.banner .banner-img-btn::after {
  content: "";
  display: block;
  background-image: url(/assets/images/cmania/track_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  aspect-ratio: 35/21;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 25px;
}
@media (max-width: 768.98px) {
  body#x-about section.banner .banner-img-btn::after {
    left: 25px;
    width: 28px;
  }
}
body#x-about section.banner .banner-img-btn:hover::after {
  background-image: url(/assets/images/cmania/track_d.svg);
}
body#x-about section.banner .banner-img-link {
  position: absolute;
  top: 60.3%;
  right: 3.3333%;
  font-size: min(1.2075vw, 13.5px);
  color: #464141;
}
@media (max-width: 768.98px) {
  body#x-about section.banner .banner-img-link {
    top: 67.9%;
    right: 6.4%;
    font-size: 2.5vw;
  }
}
body#x-about section.banner .banner-img-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #464141;
  position: absolute;
  bottom: 0;
  right: 0;
}
body#x-about section.banner .banner-img-link:hover::after {
  width: 0;
}
