@charset "UTF-8";
:root {
  --font-family-base: "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --color-default: #121212;
  --color-black: var(--color-default);
  --color-sub: #e5e5e5;
  --color-link: #0157d8;
  --color-text-sub: #909090;
  --color-light-gray: #fafafa;
  --color-red: #ee0000;
  --color-line-gray: #e3e3e3;
  --color-theme: #ed5300;
  --color-theme-aria:#967e28;
  --color-theme-dual:#c21517;
  --color-theme-doors:#ff6600;
  --color-theme-terrace:#36b2b2;
  --color-theme-wec:#ffa202;
  --color-theme-health:#00B770;
  --color-theme-money:#9159B9;
  --header-height: 13.5rem;
  --content-width: 1280px;
  --content-main-width: 900px;
  --content-sub-width: 325px;
  --content-gutter: 2rem;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-webkit-keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bottomToTop {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes bottomToTop {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0px);
  }
}
@-webkit-keyframes blur {
  from {
    filter: blur(1.5rem);
  }
  to {
    filter: blur(0);
  }
}
@keyframes blur {
  from {
    filter: blur(1.5rem);
  }
  to {
    filter: blur(0);
  }
}
/* -----------------------------------------------
  Web Font
----------------------------------------------- */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("/font/2023/NotoSansCJKjp-Light.min.woff2") format("woff2"), url("/font/2023/NotoSansCJKjp-Light.min.woff") format("woff"), url("/font/2023/NotoSansCJKjp-Light.min.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("/font/2023/NotoSansCJKjp-DemiLight.min.woff2") format("woff2"), url("/font/2023/NotoSansCJKjp-DemiLight.min.woff") format("woff"), url("/font/2023/NotoSansCJKjp-DemiLight.min.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("/font/2023/NotoSansCJKjp-Regular.min.woff2") format("woff2"), url("/font/2023/NotoSansCJKjp-Regular.min.woff") format("woff"), url("/font/2023/NotoSansCJKjp-Regular.min.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("/font/2023/NotoSansCJKjp-Medium.min.woff2") format("woff2"), url("/font/2023/NotoSansCJKjp-Medium.min.woff") format("woff"), url("/font/2023/NotoSansCJKjp-Medium.min.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("/font/2023/NotoSansCJKjp-Bold.min.woff2") format("woff2"), url("/font/2023/NotoSansCJKjp-Bold.min.woff") format("woff"), url("/font/2023/NotoSansCJKjp-Bold.min.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("/font/2023/NotoSerifCJKjp-Light.woff2") format("woff2"), url("/font/2023/NotoSerifCJKjp-Light.woff") format("woff"), url("/font/2023/NotoSerifCJKjp-Light.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("/font/2023/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("/font/2023/NotoSerifCJKjp-Regular.woff") format("woff"), url("/font/2023/NotoSerifCJKjp-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("/font/2023/NotoSerifCJKjp-Medium.woff2") format("woff2"), url("/font/2023/NotoSerifCJKjp-Medium.woff") format("woff"), url("/font/2023/NotoSerifCJKjp-Medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 600;
  src: url("/font/2023/NotoSerifCJKjp-SemiBold.woff2") format("woff2"), url("/font/2023/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("/font/2023/NotoSerifCJKjp-SemiBold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("/font/2023/NotoSerifCJKjp-Bold.woff2") format("woff2"), url("/font/2023/NotoSerifCJKjp-Bold.woff") format("woff"), url("/font/2023/NotoSerifCJKjp-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/font/2023/Roboto-Bold.ttf") format("woff2");
  font-display: swap;
}
html {
  font: 400 14px/1.5 var(--font-family-base);
  color: var(--color-default);
  background-color: #fff;
  font-size: 0.625em;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 1.5rem;
}
body.-open {
  overflow: hidden;
}

div, span, input, textarea, a, table, th, td, section, nav, aside, header, footer, main, figure, select, dl, ul, ol, li, dt, dd, p, label, button, h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
}

ul, ol, li, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em {
  font-style: normal;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text] {
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.1s linear;
}

select {
  box-sizing: border-box;
  white-space: nowrap;
}

a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: 0.1s linear;
}

var {
  font-style: normal;
}

iframe h3 {
  font-family: "游ゴシック";
}

/* =================================================
  .globalNav
================================================= */
.globalNavi {
  position: relative;
  height: 3.2rem;
  background: #fff;
  padding: 0 var(--content-gutter);
}
@media screen and (max-width: 768px) {
  .wec .globalNavi {
    display: none;
  }
}
.globalNavi .globalNaviContainer {
  width: var(--content-width);
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  height: 100%;
}
.wec .globalNavi .globalNaviContainer {
  max-width: var(--content-width);
  width: auto;
}
.globalNavi .globalNaviLeft {
  height: 100%;
  align-items: center;
}
.wec .globalNavi .globalNaviLeft {
  flex: 1;
}
.globalNavi .globalNaviLeft > li {
  float: left;
  padding: 0.7rem 0;
  font-weight: 400;
  font-size: 1.3rem;
}
.globalNavi .globalNaviLeft > li:hover {
  text-decoration: underline;
}
.globalNavi .globalNaviLeft > li a.linkBottomArrow i.bottomArrow {
  display: inline-block;
  position: relative;
  top: -3px;
  right: -6px;
  width: 5px;
  height: 5px;
  margin-top: 0px;
  transform: rotate(135deg);
  border-top: 1px solid var(--color-text-sub);
  border-right: 1px solid var(--color-text-sub);
}
.globalNavi .globalNaviLeft > li + li {
  margin-left: 3.4rem;
}

/* BPプルダウン */
.bpSiteNavi {
  position: relative;
}
.bpSiteNavi .bpSiteList {
  display: none;
  position: absolute;
  background: #fff;
  width: 200px;
  box-sizing: content-box;
  padding: 8px 16px;
  border: 1px solid #ccc;
  z-index: 10005;
  left: 0;
  top: 23px;
  font-size: 12px;
  line-height: 1;
}
.bpSiteNavi .bpSiteList li {
  padding: 6px 0;
}
.bpSiteNavi .bpSiteList li a:hover {
  text-decoration: underline;
}
.bpSiteNavi .bpSiteList li.close {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: 4px;
  border: solid 1px #888888;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
.bpSiteNavi .bpSiteList li.close::before, .bpSiteNavi .bpSiteList li.close::after {
  display: block;
  content: "";
  position: absolute;
  top: -9px;
  border-bottom: solid 1px #888888;
  width: 17px;
  height: 17px;
}
.bpSiteNavi .bpSiteList li.close::before {
  transform: rotate(45deg);
  left: 3px;
}
.bpSiteNavi .bpSiteList li.close::after {
  transform: rotate(-45deg);
  left: -8px;
}
.bpSiteNavi .bpSiteList li.close label {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
}
.bpSiteNavi .bottomArrow {
  display: inline-block;
  position: relative;
  top: -3px;
  right: -6px;
  width: 5px;
  height: 5px;
  margin-top: 0px;
  transform: rotate(135deg);
  border-top: 1px solid var(--color-text-sub);
  border-right: 1px solid var(--color-text-sub);
}
.bpSiteNavi label {
  cursor: pointer;
}
.bpSiteNavi label.mask {
  display: none;
}
.bpSiteNavi label.mask .-overlay {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10005;
}

#globalNaviStatus {
  display: none;
}

#globalNaviStatus:checked ~ label.mask,
#globalNaviStatus:checked ~ label.mask ~ ul.bpSiteList {
  display: block !important;
}

.userStatus {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 1.2rem;
}
.userStatus li {
  font-weight: 500;
  font-size: 1.5rem;
}
.userStatus .btn {
  border-radius: 3rem;
  background: var(--color-link);
  border: solid 1px var(--color-link);
  color: #fff;
  padding: 0.6rem 1.4rem;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.userStatus .btn:hover {
  opacity: 0.5;
}
.userStatus .btn.-small {
  padding: 0.3rem 1.4rem;
}
.userStatus.-terrace .btn {
  background: var(--color-theme-terrace);
  border: solid 1px var(--color-theme-terrace);
}
.userStatus .login {
  border-radius: 3rem;
  border: solid 1px var(--color-theme);
  padding: 0.6rem 1.4rem;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.userStatus .login:hover {
  opacity: 0.5;
}
.userStatus .login.-small {
  padding: 0.3rem 1.4rem;
}
.userStatus.-terrace .login {
  border: solid 1px var(--color-theme-terrace);
}
.userStatus .noRegist {
  color: var(--color-text-sub);
}
.userStatus .trial {
  color: #b4b4b4;
}
.userStatus .config {
  font-weight: 400;
  color: var(--color-link);
  text-decoration: underline;
}
.l-footer .userStatus .config {
  color: var(--color-theme);
}
.userStatus .config:hover {
  opacity: 0.5;
}
.userStatus .link {
  font-weight: 400;
  text-decoration: underline;
}
.userStatus .link:hover {
  opacity: 0.5;
}

/* =================================================
  Frame
================================================= */
.l-wrapper {
  min-width: var(--content-width)20px;
}

.l-content {
  position: relative;
  width: var(--content-width);
  margin: 0 auto;
}
.wec .l-content {
  width: 100%;
  max-width: var(--content-width);
}
.wec .l-content.-toppage {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .wec .l-content.-toppage {
    margin-top: 0;
  }
}
@media screen and (max-width: 1320px) {
  .l-content {
    padding: 0 var(--content-gutter);
  }
}

.l-main {
  display: flex;
  gap: 3.5rem;
  width: var(--content-width);
  justify-content: space-between;
  margin: 0 auto;
}
.wec .l-main {
  width: 100%;
  max-width: var(--content-width);
}
@media screen and (max-width: 768px) {
  .wec .l-main {
    flex-direction: column;
  }
}
.l-main_primary {
  width: var(--content-main-width);
}
.wec .l-main_primary {
  width: 74.609375%;
  max-width: var(--content-main-width);
}
@media screen and (max-width: 768px) {
  .wec .l-main_primary {
    width: 100%;
  }
}
.l-main_secondary {
  width: var(--content-sub-width);
}
.wec .l-main_secondary {
  flex-shrink: 0;
  width: 25.390625%;
  min-width: 24.5rem;
}
@media screen and (max-width: 768px) {
  .wec .l-main_secondary {
    width: 100%;
    max-width: 32.5rem;
    margin: 0 auto;
  }
}

/* =================================================
  Header
================================================= */
.l-header {
  position: relative;
  z-index: 10003;
  width: 100%;
  background: #fff;
  margin-bottom: 2.4rem;
}
.l-header.-fixed {
  height: 13.4rem;
}
.l-header.-fixed .l-header_container {
  position: fixed;
  top: 0;
}
.l-header.-fixed.-simple {
  height: 7.2rem;
}
.l-header.-fixed.-empowerment {
  height: 13.6rem;
}
.l-header_container {
  width: 100%;
  height: 13.4rem;
  background: #fff;
  padding: 0 var(--content-gutter);
}
@media screen and (max-width: 1340px) {
  .l-header_container {
    padding: 0;
  }
}
.l-header_container.-simple {
  height: 7.2rem;
  border-bottom: solid 1px var(--color-default);
}
@media screen and (max-width: 1340px) {
  .l-header_container.-simple {
    border: none;
  }
  .l-header_container.-simple .l-header_block {
    padding-right: 2rem;
    width: 1320px;
    border-bottom: solid 1px var(--color-default);
  }
}
.l-header_container.-empowerment {
  height: 13.6rem;
}
.l-header_block {
  padding-left: var(--content-gutter);
  width: var(--content-width);
  height: 7.2rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.wec .l-header_block {
  width: 100%;
  max-width: var(--content-width);
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding: 0 var(--content-gutter);
}
.l-header_block_item {
  display: flex;
  align-items: center;
}
.l-header_block_item.-end {
  justify-content: flex-end;
}
.l-header_searchBox {
  position: relative;
  width: 26.6rem;
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .wec .l-header_searchBox {
    display: none;
  }
}
.l-header_searchBox_form {
  display: flex;
  border-bottom: solid 1px var(--color-line-gray);
}
.l-header_searchBox_field {
  width: 100%;
  height: 3.3rem;
  border: 0;
  outline: none;
  color: var(--color-text-sub);
  font-size: 1.5rem;
  margin-left: 0.8rem;
}
.l-header_searchBox_submit {
  display: block;
  width: calc(100% - 244px);
  background: #fff url(/images/xwoman/2023/ico_search.svg) 50% 50%/14px auto no-repeat;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.l-header_searchBox_inbox {
  position: absolute;
  top: calc(100% + 3px);
  left: -3px;
  z-index: 11;
  display: none;
  visibility: hidden;
  width: 64rem;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px var(--color-default);
}
.l-header_searchBox_inbox.-open {
  display: block;
  visibility: visible;
}
.l-header_siteLogo {
  margin: 0 auto;
}
.l-header_siteLogo_image {
  margin: 0;
  font-size: 10px;
  text-align: center;
}
.l-header_siteLogo_image_subTitle {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .wec .l-header_siteLogo_image_subTitle + img {
    width: 7.9rem;
  }
}
.l-header_siteLogo_image img {
  display: block;
  width: 201px;
  height: 26px;
  transition: all 0.3s;
}
.l-header_siteLogo_image a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header_siteLogo_image a:hover img {
  opacity: 0.5;
}
.l-header_siteLogo_image.-empowerment img {
  width: 11.2rem;
  height: 6.2rem;
}
.l-header_siteLogo_image.-terrace img {
  width: 15.4rem;
  height: 2.6rem;
}
.l-header_loginBox {
  margin-left: auto;
}
.l-header_loginBox_menu {
  display: flex;
  height: 7.2rem;
}
.l-header_loginBox_menu.-terrace {
  margin-right: 2rem;
}
.l-header_loginBox_menu.-terrace + a {
  border-left: solid 1px var(--color-line-gray);
  padding-left: 2rem;
}
.l-header_loginBox_menu_item {
  position: relative;
  width: 6.4rem;
  text-align: center;
}
.l-header_loginBox_menu_item.-column .l-header_loginBox_menu_label {
  background-image: url(/images/xwoman/2023/ico_menu_blog.svg);
}
.l-header_loginBox_menu_item.-column .l-header_loginBox_menu_label:hover, .l-header_loginBox_menu_item.-column .l-header_loginBox_menu_label.-current {
  background-image: url(/images/xwoman/2023/ico_menu_blog_on.svg);
}
.l-header_loginBox_menu_item.-blog .l-header_loginBox_menu_label {
  background-image: url(/images/xwoman/2023/ico_menu_column.svg);
}
.l-header_loginBox_menu_item.-blog .l-header_loginBox_menu_label:hover, .l-header_loginBox_menu_item.-blog .l-header_loginBox_menu_label.-current {
  background-image: url(/images/xwoman/2023/ico_menu_column_on.svg);
}
.l-header_loginBox_menu_item.-ambassador .l-header_loginBox_menu_label {
  background-image: url(/images/xwoman/2023/ico_menu_ambassador.svg);
}
.l-header_loginBox_menu_item.-ambassador .l-header_loginBox_menu_label:hover, .l-header_loginBox_menu_item.-ambassador .l-header_loginBox_menu_label.-current {
  background-image: url(/images/xwoman/2023/ico_menu_ambassador_on.svg);
  background-size: 2.3rem;
}
.l-header_loginBox_menu_item.-ranking .l-header_loginBox_menu_label {
  background-image: url(/images/xwoman/2023/ico_menu_ranking.svg);
}
.l-header_loginBox_menu_item.-ranking .l-header_loginBox_menu_label:hover, .l-header_loginBox_menu_item.-ranking .l-header_loginBox_menu_label.-current {
  background-image: url(/images/xwoman/2023/ico_menu_ranking_on.svg);
}
.l-header_loginBox_menu_item.-comic .l-header_loginBox_menu_label {
  background-image: url(/images/xwoman/2023/ico_menu_comic.svg);
}
.l-header_loginBox_menu_item.-comic .l-header_loginBox_menu_label:hover, .l-header_loginBox_menu_item.-comic .l-header_loginBox_menu_label.-current {
  background-image: url(/images/xwoman/2023/ico_menu_comic_on.svg);
}
.l-header_loginBox_menu_item.-movie .l-header_loginBox_menu_label {
  background-image: url(/images/xwoman/2023/ico_menu_movie.svg);
}
.l-header_loginBox_menu_item.-movie .l-header_loginBox_menu_label:hover, .l-header_loginBox_menu_item.-movie .l-header_loginBox_menu_label.-current {
  background-image: url(/images/xwoman/2023/ico_menu_movie_on.svg);
}
.l-header_loginBox_menu_item.-seminar .l-header_loginBox_menu_label {
  background-image: url(/images/xwoman/2023/ico_menu_seminar.svg);
}
.l-header_loginBox_menu_item.-seminar .l-header_loginBox_menu_label:hover, .l-header_loginBox_menu_item.-seminar .l-header_loginBox_menu_label.-current {
  background-image: url(/images/xwoman/2023/ico_menu_seminar_on.svg);
}
.l-header_loginBox_menu_item.-mypage {
  width: 56px;
}
.l-header_loginBox_menu_item.-mypage .l-header_loginBox_menu_label {
  display: flex;
  align-items: center;
  padding: 0;
}
.l-header_loginBox_menu_item.-mypage .l-header_loginBox_menu_label .l-header_loginBox_avatar {
  position: relative;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.l-header_loginBox_menu_item.-mypage .l-header_loginBox_menu_label .l-header_loginBox_avatar:hover .l-header_loginBox_avatar_img {
  stroke: var(--color-theme);
}
.l-header_loginBox_menu_item.-mypage .l-header_loginBox_menu_label .l-header_loginBox_avatar.-notification::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  z-index: 1;
  width: 9px;
  height: 9px;
  background: #e6001e;
  border-radius: 50%;
}
.l-header_loginBox_menu_item.-mypage .l-header_loginBox_menu_label .l-header_loginBox_avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.l-header_loginBox_menu_item.-mypage .l-header_loginBox_menu_label .l-header_loginBox_avatar.-nophoto img {
  border-radius: 0;
}
.l-header_loginBox_menu_item.-mypage:hover .modalNotice {
  display: block;
}
.l-header_loginBox_menu_label {
  display: block;
  height: 99%;
  padding: 40px 0 0;
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: 50% 1.2rem;
  transition: all linear 0.1s;
  font-size: 1rem;
  font-weight: bold;
}
.l-header_loginBox_menu_label:hover {
  background-color: var(--color-light-gray);
}
.l-header_loginBox_menu_theme {
  position: absolute;
  top: 100%;
  right: -80px;
  z-index: 1;
  display: none;
  visibility: hidden;
  width: 416px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px var(--color-line-gray);
  text-align: left;
}
.l-header_loginBox_menu_theme_inner {
  position: relative;
  padding: 25px 30px 21px;
}
.l-header_loginBox_menu_theme_inner::before {
  position: absolute;
  content: "";
  display: block;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 2px;
}
.l-header_loginBox_menu_theme_heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
}
.l-header_loginBox_menu_theme_heading_title {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.l-header_loginBox_menu_theme_heading_more {
  position: relative;
  margin-left: 10px;
  padding: 0 15px 0 0;
}
.l-header_loginBox_menu_theme_heading_more::after {
  position: absolute;
  content: "";
  display: block;
  top: 0.35em;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent var(--color-theme);
}
.l-header_loginBox_menu_theme_heading_more a {
  color: var(--color-theme);
}
.l-header_loginBox_menu_theme_heading_more a:hover {
  text-decoration: underline;
}
.l-header_loginBox_menu_theme_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -10px 0;
}
.l-header_loginBox_menu_theme_tags_item {
  margin: 0 10px 10px 0;
  font-size: 12px;
}
.l-header_loginBox_menu_theme_tags_item a {
  display: block;
  padding: 5px 15px;
  border: solid 1px var(--color-line-gray);
  border-radius: 2px;
  color: var(--color-theme);
}
.l-header_loginBox_menu_theme_tags_item a:hover {
  background: var(--color-theme);
  border-color: transparent;
  color: #fff;
}
.l-header_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.l-header_nav {
  border-top: solid 1px var(--color-default);
  border-bottom: solid 1px var(--color-default);
  margin: 0 calc(var(--content-gutter) * -1);
}
@media screen and (max-width: 1340px) {
  .wec .l-header_nav {
    margin: 0;
  }
}
.l-header_nav_list {
  height: 6.4rem;
  width: var(--content-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}
.wec .l-header_nav_list {
  overflow-x: auto;
  white-space: nowrap;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .wec .l-header_nav_list {
    padding: 0 2rem;
    justify-content: flex-start;
  }
}
.l-header_nav_list_item {
  line-height: 1.36;
  font-weight: bold;
}
.l-header_nav_list_item_link:hover {
  text-decoration: underline;
}

body.-open .l-header_overlay {
  display: block;
}

[data-menu=overlay] {
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
}

html.-open [data-menu=overlay] {
  display: block;
}

/* =================================================
  .l-localNavi
================================================= */
.l-localNavi {
  display: block;
  width: 4rem;
  text-align: center;
}
.l-localNavi_toggle {
  position: relative;
  display: block;
  height: 68px;
  padding-top: 3rem;
}
.l-localNavi_toggle_icon {
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--color-black);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s;
}
.l-localNavi_toggle_icon::before, .l-localNavi_toggle_icon::after {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--color-black);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s;
}
.l-localNavi_toggle_icon::before {
  top: 6px;
}
.l-localNavi_toggle_icon::after {
  top: 12px;
}
.l-localNavi_toggle_label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.l-localNavi_panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -360px;
  z-index: 9999;
  width: 360px;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  transition: all linear 0.2s;
  text-align: left;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .wec .l-localNavi_panel {
    left: -100%;
    width: 100%;
  }
}
.l-localNavi_panel.-open {
  left: 0;
  visibility: visible;
  box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.1);
}
.l-localNavi_panel_container {
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
}
.l-localNavi_close {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 3.2rem 0 0 2rem;
}
.l-localNavi_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.4rem 2rem;
}
.l-localNavi_header.-terrace {
  padding: 2.4rem 2rem 0.8rem;
}
.l-localNavi_header .userStatus.-col01 {
  width: 100%;
  margin-top: 1.2rem;
}
.l-localNavi_header .userStatus.-col01 li {
  width: 100%;
}
.l-localNavi_header .userStatus.-col02 {
  width: 100%;
}
.l-localNavi_header .userStatus.-col02 li {
  width: 50%;
}
.l-localNavi_header_user {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.l-localNavi_header_user_image {
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
  overflow: hidden;
  border-radius: 50%;
}
.l-localNavi_header_user_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.l-localNavi_header_user_image + .l-localNavi_header_user_info {
  margin-left: 10px;
}
.l-localNavi_header_user_dispName {
  font-size: 1.3rem;
}
.l-localNavi_header_user_setting {
  position: relative;
  margin-left: auto;
  line-height: 1.5;
  padding-right: 1.5rem;
}
.l-localNavi_header_user_setting::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--color-default);
  border-right: 1px solid var(--color-default);
}
.l-localNavi_header_user + .l-localNavi_header_func {
  margin-top: 20px;
}
.l-localNavi_siteLogo img {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s;
}
.l-localNavi_siteLogo a {
  display: block;
  padding: 20px 20px 20px 64px;
}
.l-localNavi_siteLogo a:hover img {
  opacity: 0.7;
}
.l-localNavi_content_group {
  border-top: solid 1px var(--color-line-gray);
  padding: 3.2rem 2rem;
}
.-terrace .l-localNavi_content_group {
  padding: 2.4rem 2rem;
  display: flex;
  border-bottom: solid 1px var(--color-line-gray);
  border-top: none;
}
.-terrace .l-localNavi_content_group:hover .l-localNavi_content_title {
  text-decoration: underline;
}
.l-localNavi_content_title {
  font-weight: bold;
  margin-bottom: 2rem;
}
.-terrace .l-localNavi_content_title {
  margin-bottom: 0;
}
.l-localNavi_content_icon {
  margin-right: 0.8rem;
}
.l-localNavi_content_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.2rem;
}
.l-localNavi_content_list.-col01 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.l-localNavi_content_list_item a:hover {
  text-decoration: underline;
}
.l-localNavi_content_link {
  border-top: solid 1px var(--color-line-gray);
  padding: 3.2rem 2rem;
  display: flex;
  width: 100%;
  position: relative;
  font-weight: bold;
}
.l-localNavi_content_link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--color-text-sub);
  border-right: 1px solid var(--color-text-sub);
}
.-terrace .l-localNavi_content_link {
  padding: 2.4rem 2rem;
  border-top: none;
  display: flex;
}
.l-localNavi_footer {
  padding: 2rem;
  border-top: solid 1px var(--color-line-gray);
}

/* =================================================
  .l-categoryNavi
================================================= */
.l-categoryNavi {
  background: #fff;
  border-top: solid 1px var(--color-default);
  border-bottom: solid 1px var(--color-default);
  margin: 0 calc(var(--content-gutter) * -1);
}
@media screen and (max-width: 1340px) {
  .l-categoryNavi {
    padding-left: var(--content-gutter);
    border: none;
  }
  .-fixed .l-categoryNavi {
    overflow: auto;
  }
}
.l-categoryNavi.-open {
  overflow: visible;
}
.l-categoryNavi_inner {
  width: var(--content-width);
  margin: 0 auto;
  display: flex;
}
.l-categoryNavi_category {
  height: 6rem;
  width: 74rem;
}
@media screen and (max-width: 1340px) {
  .l-categoryNavi_category {
    border-top: solid 1px var(--color-default);
    border-bottom: solid 1px var(--color-default);
    margin-right: -6rem;
    width: 80rem;
  }
}
.l-categoryNavi_menu {
  width: 54rem;
  height: 6rem;
  border-right: solid 1px var(--color-default);
}
@media screen and (max-width: 1340px) {
  .l-categoryNavi_menu {
    border-top: solid 1px var(--color-default);
    border-bottom: solid 1px var(--color-default);
    padding-left: 2rem;
  }
}
.l-categoryNavi_menu_list {
  display: flex;
  align-items: center;
  gap: 0 3.2rem;
  height: 100%;
}
.l-categoryNavi_menu_list_item {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.l-categoryNavi_menu_list_item:hover {
  text-decoration: underline;
}
.l-categoryNavi_menu_list_item summary {
  margin-right: 1rem;
  cursor: pointer;
}
.l-categoryNavi_menu_list_item summary:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  right: -7px;
  width: 7px;
  height: 7px;
  margin-top: 0px;
  transform: rotate(135deg);
  border-top: 1px solid var(--color-text-sub);
  border-right: 1px solid var(--color-text-sub);
}
.l-categoryNavi_menu_list_item_detail {
  background: #fff;
  border: solid 1px var(--color-default);
  padding: 1.9rem;
  min-width: 16.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: absolute;
  top: 3.2rem;
  left: -1.8rem;
}
.l-categoryNavi_menu_list_item_detail_item {
  font-size: 1.5rem;
}
.l-categoryNavi_menu_list_item_detail_item a:hover {
  text-decoration: underline;
}
.l-categoryNavi_menu_list_item:nth-child(2) .l-categoryNavi_menu_list_item_detail {
  min-width: 12rem;
}

.l-cat {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
  height: 100%;
  margin-left: 4rem;
}
.l-cat_item {
  position: relative;
  height: 100%;
}
.l-cat_item:before {
  content: none;
  top: -1px;
  left: -1px;
  width: calc(100% + 1px);
  height: 2px;
  background: var(--color-line-gray);
}
.l-cat_label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  font-size: 1.3rem;
}
.l-cat_label:hover {
  text-decoration: underline;
}
.l-cat_menu {
  position: absolute;
  top: 46px;
  left: -1px;
  background: #fff;
  width: 477px;
  padding: 30px;
  border: 1px solid var(--color-line-gray);
  opacity: 0;
  display: none;
}
.l-cat_menu.-open {
  display: block;
  opacity: 1;
}
.l-cat_menu_heading {
  margin: 0 0 15px;
  font-weight: bold;
}
.l-cat_menu_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.l-cat_menu_list_item {
  width: 125px;
  margin-left: 20px;
}
.l-cat_menu_list_item a {
  display: block;
  padding: 12px 0 10px;
}

/* =================================================
  l-infomation
================================================= */
.l-infomation {
  display: flex;
  gap: 0 2rem;
  border: solid 1px var(--color-line-gray);
  border-radius: 0.6rem;
  padding: 1rem 2.4rem;
  margin: 2.4rem auto;
  width: var(--content-width);
}
.l-infomation_item {
  font-size: 1.5rem;
  font-weight: bold;
}
.l-infomation_item_link {
  background: url(/images/xwoman/2023/ico_arrow.svg) left center/21px auto no-repeat;
  padding-left: 2.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.l-infomation_item_link:hover {
  text-decoration: underline;
}

/* =================================================
  l-slidein
================================================= */
.l-slidein {
  position: fixed;
  bottom: 3.8rem;
  left: -35.2rem;
  max-width: 33.5rem;
  z-index: 1;
  transition: left 1s, opacity 0.5s;
  opacity: 0;
}
.l-slidein.-active {
  left: 5.2rem;
  opacity: 1;
}
.l-slidein_link {
  border: solid 1px var(--color-line-gray);
  border-radius: 0.6rem;
  display: flex;
  gap: 1.2rem;
  padding: 1.6rem 2.4rem 1.6rem 1.6rem;
  background: #fff;
  align-items: center;
}
.l-slidein_imgbox {
  flex-shrink: 0;
  max-width: 10.6rem;
}
.l-slidein_textbox_title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
}
.l-slidein_textbox_text {
  font-size: 1.3rem;
  line-height: 1.3;
}
.l-slidein_close {
  position: absolute;
  top: -1.6rem;
  right: -1.6rem;
  border: solid 1px var(--color-line-gray);
  border-radius: 50%;
  padding: 3px;
  background-color: #fff;
  cursor: pointer;
}

/* =================================================
  l-billboardAd
================================================= */
.l-billboardAd {
  background: var(--color-light-gray);
  text-align: center;
  margin: 2.4rem auto;
}

/* =================================================
  Footer
================================================= */
.l-footer {
  margin: 8.8rem 0 0;
}
@media screen and (max-width: 768px) {
  .wec .l-footer {
    padding-bottom: 4.8rem;
  }
}
.l-footer_top {
  background: var(--color-light-gray);
  padding: 4.8rem var(--content-gutter);
  width: 100%;
  min-width: 1323px;
}
.wec .l-footer_top {
  min-width: 1px;
}
.l-footer_utility {
  width: var(--content-width);
  margin: 0 auto 4.8rem;
}
.wec .l-footer_utility {
  width: 100%;
  max-width: var(--content-width);
}
.l-footer_utility_container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 515px) {
  .wec .l-footer_utility_container .userStatus {
    gap: 3.2rem 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.wec .l-footer_utility_container .userStatus li:last-child {
  flex: 1;
  margin-bottom: 1.2rem;
}
.l-footer_status {
  margin-bottom: 2rem;
}
.l-footer_social {
  display: flex;
}
@media screen and (max-width: 768px) {
  .wec .l-footer_social {
    flex-direction: column;
    gap: 2rem;
  }
}
.l-footer_social_text {
  font-size: 1.5rem;
  margin-right: 2rem;
}
.l-footer_sns {
  display: flex;
  gap: 0 4rem;
}
.wec .l-footer_sns {
  flex-wrap: wrap;
  gap: 2rem 3.8rem;
}
.l-footer_sns_btn {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
}
.l-footer_sns_btn .-x {
  width: 2rem;
  height: 2rem;
  transform: translateY(0.1rem);
}
.l-footer_sns_btn + .l-footer_sns_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.1rem;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 1.2rem;
  background: var(--color-line-gray);
}
.l-footer_sns_label:hover {
  opacity: 0.5;
}
.l-footer_local {
  width: var(--content-width);
  margin: 0 auto 4.8rem;
  font-size: 1.5rem;
  display: flex;
  gap: 0 9.6rem;
}
.wec .l-footer_local {
  width: auto;
  max-width: var(--content-width);
}
@media screen and (max-width: 768px) {
  .wec .l-footer_local {
    flex-direction: column;
    gap: 4.8rem;
  }
}
.l-footer_local_title {
  font-weight: bold;
  margin-bottom: 2rem;
}
.l-footer_local_contents {
  display: flex;
  position: relative;
  gap: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .wec .l-footer_local_contents {
    flex-wrap: wrap;
  }
}
.l-footer_local_contents_inner {
  width: 22rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem 0;
}
.l-footer_local_contents:before, .l-footer_local_contents:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 100%;
  background: var(--color-line-gray);
}
.l-footer_local_contents:before {
  left: -4.8rem;
}
.l-footer_local_contents:after {
  right: -4.7rem;
}
@media screen and (max-width: 768px) {
  .wec .l-footer_local_contents:before, .wec .l-footer_local_contents:after {
    display: none;
  }
}
.l-footer_local_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.2rem;
  width: 32.3rem;
}
@media screen and (max-width: 1024px) {
  .wec .l-footer_local_list {
    width: auto;
  }
}
.l-footer_local_list_item {
  width: 15.55rem;
}
.l-footer_local_list_item.-center {
  width: 53.6rem;
}
.l-footer_local_list_item a:hover {
  text-decoration: underline;
}
.l-footer_local_list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.2rem;
}
.l-footer_local_list02_item {
  width: 22rem;
}
.l-footer_local_list02_item.-center {
  width: 53.6rem;
}
.l-footer_local_list02_item a:hover {
  text-decoration: underline;
}
.l-footer_nav {
  max-width: var(--content-width);
  margin: 0 auto;
}
.l-footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 4rem;
}
.l-footer_nav_list_item {
  font-size: 1.3rem;
  line-height: 1.3;
  position: relative;
}
.l-footer_nav_list_item + .l-footer_nav_list_item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.1rem;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 1.2rem;
  background: var(--color-line-gray);
}
.l-footer_nav_list_item_link:hover {
  text-decoration: underline;
}
.l-footer_bottom {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 4.8rem 0;
}
@media screen and (max-width: 1320px) {
  .l-footer_bottom {
    padding: 4.8rem var(--content-gutter);
  }
}
.l-footer_bottom_text {
  margin-bottom: 3.2rem;
  font-size: 1.3rem;
  color: var(--color-text-sub);
}
.l-footer_global {
  display: flex;
}
@media screen and (max-width: 515px) {
  .wec .l-footer_global {
    flex-direction: column;
    gap: 3.2rem;
    align-items: center;
  }
}
.l-footer_global_company {
  flex-shrink: 0;
}
.l-footer_global_company img {
  width: 76px;
}
.l-footer_global_link {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 4rem;
  margin-left: 4.8rem;
}
@media screen and (max-width: 515px) {
  .wec .l-footer_global_link {
    margin-left: 0;
    justify-content: center;
    gap: 2rem 4rem;
  }
}
.l-footer_global_link_item {
  font-size: 1.3rem;
  position: relative;
}
.l-footer_global_link_item + .l-footer_global_link_item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.1rem;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 1.2rem;
  background: var(--color-line-gray);
}
.l-footer_global_link_item a:hover {
  text-decoration: underline;
}
.l-footer_copyright {
  margin-top: 1.6rem;
}
.l-footer_copyright p {
  color: var(--color-text-sub);
  font-size: 1.2rem;
}
@media screen and (max-width: 515px) {
  .wec .l-footer_copyright {
    text-align: center;
    margin-top: 3.2rem;
  }
}

.l-bottomMenu {
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 1;
  display: none;
  justify-content: space-around;
  padding: 1.2rem 1rem;
  border-radius: 1.2rem 1.2rem 0 0;
  border: solid 1px var(--color-line-gray);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-bottomMenu {
    padding: 0.6rem 1rem;
  }
}
.l-bottomMenu_item_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}
.l-bottomMenu_item_text {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .wec .l-bottomMenu {
    display: flex;
  }
}

/* =================================================
  .asideRight
================================================= */
.asideRight .dag_banner,
.asideRight .adRectangle,
.asideRight .generalCampaign {
  text-align: center;
}
.asideRight .dag_banner a,
.asideRight .adRectangle a,
.asideRight .generalCampaign a {
  display: block;
}

.dag_banner + .dag_banner {
  margin-top: 2.4rem;
}
.dag_banner + .generalCampaign {
  margin-top: 2.4rem;
}

.generalCampaign + .generalCampaign {
  margin-top: 2.4rem;
}
.generalCampaign + .dag_banner {
  margin-top: 2.4rem;
}

/* =================================================
  .l-asideSection
================================================= */
.l-asideSection + .l-asideSection {
  margin-top: 4.8rem;
}
.l-asideSection_heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 2.4rem;
}
.l-asideSection_heading.-logo {
  display: block;
}
.l-asideSection_heading.-logo .l-asideSection_heading_title {
  margin: 0 0 5px;
  padding-left: 0;
  background: none;
}
.l-asideSection_heading.-logo .l-asideSection_heading_title img {
  display: block;
}
.l-asideSection_heading.-logo .l-asideSection_heading_title a {
  padding: 0;
  background: none;
}
.l-asideSection_heading_title {
  flex: 1;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
.l-asideSection_heading_title.-cond {
  background: url(/images/xwoman/2023/ico_cond.svg) 0 0.35em no-repeat;
}
.l-asideSection_heading_title_logo {
  margin-right: 10px;
}
.l-asideSection_heading_text {
  color: var(--color-text-sub);
  margin: -1.6rem 0 2.4rem;
}
.l-asideSection_heading_icon {
  padding: 0 5px;
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--color-text-sub);
  line-height: 1.5;
}
.l-asideSection_heading_desc {
  font-weight: bold;
  color: #666;
}
.l-asideSection_sns_title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.4rem 0;
}
.l-asideSection_sns_text {
  text-align: center;
}
.l-asideSection_sns_iist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  margin: 1.6rem 0;
}
.l-asideSection_sns_iist_item a {
  display: block;
}
.l-asideSection_sns_iist_item:hover {
  opacity: 0.5;
}
.l-asideSection_sns_link {
  display: flex;
  justify-content: center;
  text-decoration: underline;
}
.l-asideSection_sns_link:hover {
  opacity: 0.5;
}

/* =================================================
  .l-asideRankbox
================================================= */
.l-asideRankbox + .l-asideRankbox {
  margin-top: 2.4rem;
}

/* =================================================
  .l-section
================================================= */
.l-section + .l-section {
  margin-top: 4.8rem;
}
.l-section.-feature + .l-section.-feature {
  margin-top: 30px;
}
.l-section.-border {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-line-gray);
}
.l-section.-border + .l-section.-border {
  margin-top: 20px;
}

/* =================================================
  .l-topicsPath
================================================= */
.l-topicsPath_list {
  display: flex;
  gap: 0 0.8rem;
  margin-bottom: 2.4rem;
  font-size: 1.3rem;
  line-height: 1.3;
  overflow-x: auto;
  overflow-y: hidden;
}
.l-topicsPath_list_item {
  color: var(--color-default);
  flex-shrink: 0;
}
.l-topicsPath_list_item a {
  color: var(--color-text-sub);
}
.l-topicsPath_list_item a:hover {
  text-decoration: underline;
}
.l-topicsPath_list_item + .l-topicsPath_list_item {
  padding-left: 2.8rem;
}
.l-topicsPath_list_item + .l-topicsPath_list_item::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  left: -2rem;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid var(--color-text-sub);
  border-right: 1px solid var(--color-text-sub);
}

/* =================================================
  .l-popUp
================================================= */
.l-popUp_header {
  display: flex;
  width: var(--content-width);
  margin: 0 auto;
  padding: 20px 0 17px;
}
.l-popUp_header_siteLogo {
  width: 187px;
}
.l-popUp_header_siteLogo a {
  transition: all 0.3s;
}
.l-popUp_header_siteLogo a:hover {
  opacity: 0.5;
}
.l-popUp_header_heading {
  flex: 1;
  margin-left: 33px;
}
.l-popUp_header_title {
  margin: 0;
  font-size: 14px;
}
.l-popUp_header_date {
  color: #666;
  font-size: 12px;
}
.l-popUp_content {
  width: var(--content-width);
  margin: 0 auto;
}
.l-popUp_footer {
  margin: 20px 0 0;
  background: #f6f6f6;
}
.l-popUp_footer_inner {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: var(--content-width);
  margin: 0 auto;
  padding: 30px 0 26px;
}
.l-popUp_footer_company img {
  width: 76px;
}
.l-popUp_footer_company a {
  transition: all 0.3s;
}
.l-popUp_footer_company a:hover {
  opacity: 0.5;
}
.l-popUp_footer_copyright {
  color: var(--color-text-sub);
  font-size: 12px;
}

/* =================================================
  .l-compact
================================================= */
.l-compact_header {
  padding: 15px 0 12px;
  border-bottom: 1px solid var(--color-line-gray);
  text-align: center;
}
.l-compact_header_siteLogo_subTitle {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}
.l-compact_header_siteLogo img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
.l-compact_header_siteLogo a:hover img {
  opacity: 0.5;
}
.l-compact_footer {
  width: 100%;
  margin: 80px 0 0;
  padding: 40px 16px;
  background: #f6f6f6;
  text-align: center;
}
.l-compact_footer_company img {
  width: 69px;
}
.l-compact_footer_copyright {
  margin: 15px 0 0;
  color: var(--color-text-sub);
  font-size: 12px;
}
.l-compact_content {
  width: var(--content-width);
  margin: 0 auto;
  padding: 30px 0 0;
}
.l-compact_main {
  width: var(--content-main-width);
  margin: 0 auto;
}
.l-compact_main_secondary {
  margin: 40px -20px 0;
  padding-top: 35px;
  border-top: 1px solid var(--color-line-gray);
}

/* =================================================
  simpleview
================================================= */
body.-simpleview .l-main_primary {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 120px;
}
body.-simpleview .p-article {
  padding: 0 80px;
  box-shadow: none;
  border-radius: 0;
}
body.-simpleview .p-article.-contents .p-article_header {
  margin-left: -80px;
  margin-right: -80px;
}
body.-simpleview .p-article .p-article_header,
body.-simpleview .p-article .p-article_body,
body.-simpleview .p-article .p-article_footer {
  padding-left: 0;
  padding-right: 0;
}
body.-simpleview .p-article .p-article_header_bar {
  margin-left: -80px;
  margin-right: -80px;
}
body.-simpleview .p-article .p-article_control {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
body.-simpleview .p-article .p-article_recommend {
  margin-left: 0;
  margin-right: 0;
}

.l-menuSimpleviewFixed {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background: var(--color-sub);
}
.l-menuSimpleviewFixed_list {
  display: flex;
  justify-content: space-around;
  min-width: 640px;
}
.l-menuSimpleviewFixed_item {
  text-align: center;
  font-size: 12px;
}
.l-menuSimpleviewFixed_item.-contents a::before {
  background-image: url(/images/xwoman/2023/ico_menu_simpleview_contents.svg);
}
.l-menuSimpleviewFixed_item.-wide a::before {
  background-image: url(/images/xwoman/2023/ico_menu_simpleview_wide.svg);
}
.l-menuSimpleviewFixed_item.-prev a::before {
  background-image: url(/images/xwoman/2023/ico_menu_simpleview_prev.svg);
}
.l-menuSimpleviewFixed_item.-next a::before {
  background-image: url(/images/xwoman/2023/ico_menu_simpleview_next.svg);
}
.l-menuSimpleviewFixed_item.-normal a::before {
  background-image: url(/images/xwoman/2023/ico_menu_simpleview_normal.svg);
}
.l-menuSimpleviewFixed_item a {
  position: relative;
  display: block;
  padding: 35px 0 7px;
}
.l-menuSimpleviewFixed_item a:hover {
  color: var(--color-theme);
}
.l-menuSimpleviewFixed_item a::before {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* =================================================
  topics active
================================================= */
body.-topics .l-cat {
  border-bottom: 1px solid var(--color-default);
}
body.-topics .l-cat .l-cat_item.-topics:before {
  position: absolute;
  content: "";
  display: block;
  background: var(--color-default);
}
body.-topics .l-cat .l-cat_item.-topics .l-cat_label {
  border-right: 1px solid var(--color-default);
}
body.-topics .l-cat .l-cat_item.-topics .l-cat_label:before, body.-topics .l-cat .l-cat_item.-topics .l-cat_label:after {
  opacity: 1;
  position: absolute;
  content: "";
  display: block;
  left: -1px;
}
body.-topics .l-cat .l-cat_item.-topics .l-cat_label:after {
  height: 47px;
  border-left: 1px solid var(--color-default);
}
body.-topics .l-cat .l-cat_item.-topics .l-cat_label.-open:after {
  height: 48px;
}

/* =================================================
  aria active
================================================= */
body.-aria .l-topicsPath_item a {
  color: var(--color-theme-aria);
}
body.-aria .l-cat {
  border-bottom: 1px solid var(--color-theme-aria);
}
body.-aria .l-cat .l-cat_item.-aria:before {
  position: absolute;
  content: "";
  display: block;
  background: var(--color-theme-aria);
}
body.-aria .l-cat .l-cat_item.-aria .l-cat_label {
  border-right: 1px solid var(--color-theme-aria);
}
body.-aria .l-cat .l-cat_item.-aria .l-cat_label:before, body.-aria .l-cat .l-cat_item.-aria .l-cat_label:after {
  opacity: 1;
  position: absolute;
  content: "";
  display: block;
  left: -1px;
}
body.-aria .l-cat .l-cat_item.-aria .l-cat_label:after {
  height: 47px;
  border-left: 1px solid var(--color-theme-aria);
}
body.-aria .l-cat .l-cat_item.-aria .l-cat_label.-open:after {
  height: 48px;
}

/* =================================================
  dual active
================================================= */
body.-dual .l-topicsPath_item a {
  color: var(--color-theme-dual);
}
body.-dual .l-cat {
  border-bottom: 1px solid var(--color-theme-dual);
}
body.-dual .l-cat .l-cat_item.-dual:before {
  position: absolute;
  content: "";
  display: block;
  background: var(--color-theme-dual);
}
body.-dual .l-cat .l-cat_item.-dual .l-cat_label {
  border-right: 1px solid var(--color-theme-dual);
}
body.-dual .l-cat .l-cat_item.-dual .l-cat_label:before, body.-dual .l-cat .l-cat_item.-dual .l-cat_label:after {
  opacity: 1;
  position: absolute;
  content: "";
  display: block;
  left: -1px;
}
body.-dual .l-cat .l-cat_item.-dual .l-cat_label:after {
  height: 47px;
  border-left: 1px solid var(--color-theme-dual);
}
body.-dual .l-cat .l-cat_item.-dual .l-cat_label.-open:after {
  height: 48px;
}

/* =================================================
  doors active
================================================= */
body.-doors .l-topicsPath_item a {
  color: var(--color-theme-doors);
}
body.-doors .l-cat {
  border-bottom: 1px solid var(--color-theme-doors);
}
body.-doors .l-cat .l-cat_item.-doors:before {
  position: absolute;
  content: "";
  display: block;
  background: var(--color-theme-doors);
}
body.-doors .l-cat .l-cat_item.-doors .l-cat_label {
  border-right: 1px solid var(--color-theme-doors);
}
body.-doors .l-cat .l-cat_item.-doors .l-cat_label:before, body.-doors .l-cat .l-cat_item.-doors .l-cat_label:after {
  opacity: 1;
  position: absolute;
  content: "";
  display: block;
  left: -1px;
}
body.-doors .l-cat .l-cat_item.-doors .l-cat_label:after {
  height: 47px;
  border-left: 1px solid var(--color-theme-doors);
}
body.-doors .l-cat .l-cat_item.-doors .l-cat_label.-open:after {
  height: 48px;
}

/* =================================================
  health active
================================================= */
body.-health .l-topicsPath_item a {
  color: var(--color-theme-health);
}
body.-health .l-cat {
  border-bottom: 1px solid var(--color-theme-health);
}
body.-health .l-cat .l-cat_item.-health:before {
  position: absolute;
  content: "";
  display: block;
  background: var(--color-theme-health);
}
body.-health .l-cat .l-cat_item.-health .l-cat_label {
  border-right: 1px solid var(--color-theme-health);
}
body.-health .l-cat .l-cat_item.-health .l-cat_label:before, body.-health .l-cat .l-cat_item.-health .l-cat_label:after {
  opacity: 1;
  position: absolute;
  content: "";
  display: block;
  left: -1px;
}
body.-health .l-cat .l-cat_item.-health .l-cat_label:after {
  height: 47px;
  border-left: 1px solid var(--color-theme-health);
}
body.-health .l-cat .l-cat_item.-health .l-cat_label.-open:after {
  height: 48px;
}

/* =================================================
  money active
================================================= */
body.-money .l-topicsPath_item a {
  color: var(--color-theme-money);
}
body.-money .l-cat {
  border-bottom: 1px solid var(--color-theme-money);
}
body.-money .l-cat .l-cat_item.-money:before {
  position: absolute;
  content: "";
  display: block;
  background: var(--color-theme-money);
}
body.-money .l-cat .l-cat_item.-money .l-cat_label {
  border-right: 1px solid var(--color-theme-money);
}
body.-money .l-cat .l-cat_item.-money .l-cat_label:before, body.-money .l-cat .l-cat_item.-money .l-cat_label:after {
  opacity: 1;
  position: absolute;
  content: "";
  display: block;
  left: -1px;
}
body.-money .l-cat .l-cat_item.-money .l-cat_label:after {
  height: 47px;
  border-left: 1px solid var(--color-theme-money);
}
body.-money .l-cat .l-cat_item.-money .l-cat_label.-open:after {
  height: 48px;
}

/* =================================================
  terrace active
================================================= */
body.-terrace .l-topicsPath_item a {
  color: var(--color-theme-terrace);
}
body.-terrace .l-cat {
  border-bottom: 1px solid var(--color-theme-terrace);
}
body.-terrace .l-cat .l-cat_item.-terrace:before {
  position: absolute;
  content: "";
  display: block;
  background: var(--color-theme-terrace);
}
body.-terrace .l-cat .l-cat_item.-terrace .l-cat_label {
  border-right: 1px solid var(--color-theme-terrace);
}
body.-terrace .l-cat .l-cat_item.-terrace .l-cat_label:before, body.-terrace .l-cat .l-cat_item.-terrace .l-cat_label:after {
  opacity: 1;
  position: absolute;
  content: "";
  display: block;
  left: -1px;
}
body.-terrace .l-cat .l-cat_item.-terrace .l-cat_label:after {
  height: 47px;
  border-left: 1px solid var(--color-theme-terrace);
}
body.-terrace .l-cat .l-cat_item.-terrace .l-cat_label.-open:after {
  height: 48px;
}

/* =================================================
  terrace active
================================================= */
body.-wec .l-topicsPath_item a {
  color: var(--color-theme-wec);
}
body.-wec .l-cat {
  border-bottom: 1px solid var(--color-theme-wec);
}
body.-wec .l-cat .l-cat_item.-wec:before {
  position: absolute;
  content: "";
  display: block;
  background: var(--color-theme-wec);
}
body.-wec .l-cat .l-cat_item.-wec .l-cat_label {
  border-right: 1px solid var(--color-theme-wec);
}
body.-wec .l-cat .l-cat_item.-wec .l-cat_label:before, body.-wec .l-cat .l-cat_item.-wec .l-cat_label:after {
  opacity: 1;
  position: absolute;
  content: "";
  display: block;
  left: -1px;
}
body.-wec .l-cat .l-cat_item.-wec .l-cat_label:after {
  height: 47px;
  border-left: 1px solid var(--color-theme-wec);
}
body.-wec .l-cat .l-cat_item.-wec .l-cat_label.-open:after {
  height: 48px;
}

/* -----------------------------------------------
  .c-btn
----------------------------------------------- */
.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
  min-height: 5rem;
  margin-top: 2.4rem;
  padding: 0.4rem 3.6rem;
  border-radius: 0.6rem;
  border: 1px solid var(--color-default);
  background: var(--color-default);
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
}
.c-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 7px;
  height: 7px;
  margin-top: 0px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.c-btn:hover {
  opacity: 0.5;
}
.c-btn:hover:after {
  border-color: currentColor;
}
.c-btn.-noarrow::after {
  display: none;
}
.c-btn.-theme {
  background: var(--color-theme);
  background-image: linear-gradient(to right, #66a1c4, var(--color-theme));
  border-color: var(--color-theme);
  color: #fff;
}
.c-btn.-link {
  background: var(--color-link);
  border-color: var(--color-link);
  color: #fff;
}
.c-btn.-link:hover {
  opacity: 0.5;
}
.c-btn.-login {
  color: var(--color-theme);
  border-color: var(--color-theme);
  background: #fff;
}
.c-btn.-login:hover {
  opacity: 0.5;
}
.c-btn.-center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn.-tac {
  text-align: center;
}
.c-btn.-high {
  padding-top: 9px;
  padding-bottom: 8px;
}
.c-btn.-more {
  background-color: #fff;
  color: var(--color-default);
}
.c-btn.-more:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background: var(--color-default);
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.c-btn.-more:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background: var(--color-default);
  top: 50%;
  right: 2rem;
  border: none;
  transform: translateY(-50%);
}
.c-btn.-more:hover {
  opacity: 0.5;
}
.c-btn.-more:hover:after, .c-btn.-more:hover:before {
  background-color: currentColor;
}
.c-btn.-more.-active:before {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.c-btn.-topics {
  margin-top: 0;
}
.c-btn.-aria, .c-btn.-dual, .c-btn.-doors, .c-btn.-terrace, .c-btn.-wec, .c-btn.-health, .c-btn.-money {
  color: #fff;
}
.c-btn.-aria:hover, .c-btn.-dual:hover, .c-btn.-doors:hover, .c-btn.-terrace:hover, .c-btn.-wec:hover, .c-btn.-health:hover, .c-btn.-money:hover {
  background: #fff;
  border-color: currentColor;
  box-shadow: none;
}
.c-btn.-aria {
  border-color: var(--color-theme-aria);
  background: var(--color-theme-aria);
}
.c-btn.-aria:hover {
  color: var(--color-theme-aria);
}
.c-btn.-dual {
  border-color: var(--color-theme-dual);
  background: var(--color-theme-dual);
}
.c-btn.-dual:hover {
  color: var(--color-theme-dual);
}
.c-btn.-doors {
  border-color: var(--color-theme-doors);
  background: var(--color-theme-doors);
}
.c-btn.-doors:hover {
  color: var(--color-theme-doors);
}
.c-btn.-terrace {
  border-color: var(--color-theme-terrace);
  background: var(--color-theme-terrace);
}
.c-btn.-terrace:hover {
  color: var(--color-theme-terrace);
}
.c-btn.-wec {
  border-color: var(--color-theme-wec);
  background: var(--color-theme-wec);
}
.c-btn.-wec:hover {
  color: var(--color-theme-wec);
}
.c-btn.-health {
  border-color: var(--color-theme-health);
  background: var(--color-theme-health);
}
.c-btn.-health:hover {
  color: var(--color-theme-health);
}
.c-btn.-money {
  border-color: var(--color-theme-money);
  background: var(--color-theme-money);
}
.c-btn.-money:hover {
  color: var(--color-theme-money);
}

.c-btn02 {
  display: table;
  min-width: 280px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 14px;
  background: var(--color-theme);
  border: 1px solid var(--color-theme);
  border-radius: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}
.c-btn02:hover {
  background: #fff;
  color: var(--color-theme);
}

/* -----------------------------------------------
  .c-btnFollow
----------------------------------------------- */
.c-btnFollow {
  position: relative;
  display: table;
  min-width: 176px;
  padding: 6px 11px 4px 30px;
  border-radius: 15px;
  border: solid 1px var(--color-theme);
  background: #fff;
  color: var(--color-theme);
  font-size: 14px;
  font-weight: bold;
}
.c-btnFollow:hover {
  box-shadow: inset 0 0 0 1px var(--color-theme);
}
.c-btnFollow::before, .c-btnFollow::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--color-theme);
}
.c-btnFollow::before {
  left: 12px;
  width: 10px;
  height: 1px;
}
.c-btnFollow::after {
  left: 16px;
  width: 1px;
  height: 10px;
}
.c-btnFollow.-active {
  padding-left: 11px;
  background: var(--color-theme);
  border-color: transparent;
  color: #fff;
}
.c-btnFollow.-active::before, .c-btnFollow.-active::after {
  content: none;
}
.c-btnFollow.-active:hover {
  opacity: 0.7;
}
.c-btnFollow.-right {
  margin-left: auto;
}

/* -----------------------------------------------
  title
----------------------------------------------- */
.c-titleLvOne {
  margin: 0 0 40px;
  color: var(--color-black);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
}
.c-titleLvOne.-feature {
  color: var(--color-default);
}
.c-titleLvOne.-category {
  display: table;
  position: relative;
  padding: 6px 22px;
}
.c-titleLvOne.-category::before, .c-titleLvOne.-category::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0.2;
}
.c-titleLvOne.-category::before {
  top: 0;
  left: 0;
  border-width: 12px 12px 0 0;
}
.c-titleLvOne.-category::after {
  right: 0;
  bottom: 0;
  border-width: 0 0 12px 12px;
}
.c-titleLvOne.-theme {
  display: table;
  position: relative;
  padding: 0 43px;
}
.c-titleLvOne.-theme::before, .c-titleLvOne.-theme::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 20px;
  margin: auto;
  background: url(/images/xwoman/2023/ico_double_quote.svg) 0 0/contain no-repeat;
}
.c-titleLvOne.-theme::before {
  left: 0;
}
.c-titleLvOne.-theme::after {
  right: 0;
  transform: scale(-1, -1);
}
.c-titleLvOne_sub {
  font-size: 24px;
}
.c-titleLvOne_sub.-small {
  font-size: 17px;
}

.c-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2.4rem 0;
}
.c-title.-small {
  margin-bottom: 1.2rem;
}

/* -----------------------------------------------
  .c-text
----------------------------------------------- */
.c-text {
  font-size: 17px;
  line-height: 1.76;
}
.c-text + .c-text {
  margin-top: 10px;
}

/* -----------------------------------------------
  .c-textArea
----------------------------------------------- */
.c-textArea {
  position: relative;
  margin: 30px 0;
  height: 5em;
  overflow: hidden;
  color: var(--color-black);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.4px;
}
.c-textArea_btn {
  position: absolute;
  bottom: 1px;
  right: 5px;
  font-size: 14px;
  line-height: 1.67;
  font-weight: 500;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 35px, white);
  display: inline-block;
  padding-left: 50px;
  color: var(--color-text-sub);
}

/* -----------------------------------------------
  .c-link
----------------------------------------------- */
.c-link {
  text-decoration: underline;
  margin-top: 1.2rem;
}
.c-link:hover {
  text-decoration: none;
}

/* -----------------------------------------------
.c-linkMore
----------------------------------------------- */
.c-linkMore {
  position: relative;
  display: table;
  margin: 10px 0 0 auto;
  padding: 0 15px 0 0;
  color: var(--color-black);
}
.c-linkMore::after {
  position: absolute;
  content: "";
  display: block;
  top: 0.35em;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent currentColor;
}
.c-linkMore a {
  color: currentColor;
}
.c-linkMore a:hover {
  text-decoration: underline;
}
.c-linkMore.-small {
  padding-right: 11px;
  font-size: 12px;
}
.c-linkMore.-small::after {
  top: 0.3em;
  border-width: 5px 0 5px 6px;
}
.c-linkMore.-var02 {
  color: var(--color-theme);
}

/* -----------------------------------------------
  .c-tab
----------------------------------------------- */
.c-btnNavi {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px var(--color-line-gray);
}
.c-btnNavi_item_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 1.6rem;
  border: solid 1px var(--color-default);
  border-radius: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}
.c-btnNavi_item_link:hover {
  opacity: 0.5;
}
.c-btnNavi_item_link.-active {
  background-color: var(--color-default);
  color: #fff;
}

.c-tab_nav {
  display: flex;
  border-radius: 0.6rem;
  border: 1px solid var(--color-line-gray);
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.c-tab_nav_item {
  flex: 1;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-tab_nav_item + .c-tab_nav_item {
  border-left: solid 1px var(--color-line-gray);
}
.c-tab_nav_item:first-child .-active {
  border-radius: 0.6rem 0 0 0.6rem;
}
.c-tab_nav_item:last-child .-active {
  border-radius: 0 0.6rem 0.6rem 0;
}
.c-tab_nav_trigger {
  padding: 1.25rem 2rem;
  color: var(--color-text-sub);
  display: block;
  width: 100%;
}
.c-tab_nav_trigger.-active {
  color: var(--color-default);
  border: solid 1px var(--color-default);
  position: relative;
}
.c-tab_nav.-radio {
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0 2.4rem;
  border: none;
}
.c-tab_nav.-radio .c-tab_nav_item {
  margin-left: 1.2rem;
  padding-right: 3.2rem;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  font-weight: normal;
}
.c-tab_nav.-radio .c-tab_nav_item + .c-tab_nav_item {
  border: none;
}
.c-tab_nav.-radio .c-tab_nav_trigger {
  position: relative;
  padding: 0;
  width: auto;
  color: var(--color-default);
  border: none;
}
.c-tab_nav.-radio .c-tab_nav_trigger:hover {
  opacity: 0.5;
}
.c-tab_nav.-radio .c-tab_nav_trigger:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: -3.2rem;
  background: #fff;
  border-radius: 50%;
  border: solid 2px var(--color-default);
}
.c-tab_nav.-radio .c-tab_nav_trigger.-active:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: -3.2rem;
  background: var(--color-default);
  border-radius: 50%;
}
.c-tab_nav.-radio .c-tab_nav_trigger.-active:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 6px;
  right: -2.6rem;
  background: #fff;
  border-radius: 50%;
}
.c-tab_nav.-default {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 13px;
  border-bottom: 1px solid var(--color-theme);
}
.c-tab_nav.-default .c-tab_nav_item {
  flex: 1;
  text-align: center;
}
.c-tab_nav.-default .c-tab_nav_trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 9px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  font-size: 15px;
  color: var(--color-text-sub);
}
.c-tab_nav.-default .c-tab_nav_trigger:hover {
  color: var(--color-theme);
  font-weight: bold;
}
.c-tab_nav.-default .c-tab_nav_trigger.-active {
  border-bottom-color: var(--color-theme);
  font-weight: bold;
  color: var(--color-theme);
}
.c-tab_nav.-topics {
  display: table;
  width: 100%;
  margin: 0 0 28px;
  border-bottom: 1px solid var(--color-theme);
}
.c-tab_nav.-topics .c-tab_nav_item {
  display: table-cell;
  min-width: 40px;
  text-align: center;
}
.c-tab_nav.-topics .c-tab_nav_trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  color: var(--color-text-sub);
}
.c-tab_nav.-topics .c-tab_nav_trigger:hover {
  color: var(--color-theme);
  font-weight: bold;
}
.c-tab_nav.-topics .c-tab_nav_trigger.-active {
  border-bottom-color: var(--color-theme);
  font-weight: bold;
  color: var(--color-theme);
}
.c-tab_nav.-chronological {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 20px 0 20px 0;
}
.c-tab_nav.-chronological .c-tab_nav_item {
  margin-left: 20px;
  overflow: hidden;
}
.c-tab_nav.-chronological .c-tab_nav_trigger {
  position: relative;
  display: block;
  padding: 3px 0 0 34px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.c-tab_nav.-chronological .c-tab_nav_trigger::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto 0;
  border-radius: 50%;
  border: solid 1px var(--color-theme);
  box-sizing: border-box;
}
.c-tab_nav.-chronological .c-tab_nav_trigger:hover, .c-tab_nav.-chronological .c-tab_nav_trigger.-active {
  color: var(--color-theme);
}
.c-tab_nav.-chronological .c-tab_nav_trigger.-active {
  font-weight: bold;
}
.c-tab_nav.-chronological .c-tab_nav_trigger.-active::before {
  background: var(--color-theme);
  box-shadow: inset 0 0 0 3px #fff;
}
.c-tab_nav.-aria {
  border-bottom-color: var(--color-theme-aria);
}
.c-tab_nav.-aria .c-tab_nav_trigger:hover {
  color: var(--color-theme-aria);
}
.c-tab_nav.-aria .c-tab_nav_trigger.-active {
  border-bottom-color: var(--color-theme-aria);
  color: var(--color-theme-aria);
}
.c-tab_nav.-dual {
  border-bottom-color: var(--color-theme-dual);
}
.c-tab_nav.-dual .c-tab_nav_trigger:hover {
  color: var(--color-theme-dual);
}
.c-tab_nav.-dual .c-tab_nav_trigger.-active {
  border-bottom-color: var(--color-theme-dual);
  color: var(--color-theme-dual);
}
.c-tab_nav.-doors {
  border-bottom-color: var(--color-theme-doors);
}
.c-tab_nav.-doors .c-tab_nav_trigger:hover {
  color: var(--color-theme-doors);
}
.c-tab_nav.-doors .c-tab_nav_trigger.-active {
  border-bottom-color: var(--color-theme-doors);
  color: var(--color-theme-doors);
}
.c-tab_nav.-terrace {
  border-bottom-color: var(--color-theme-terrace);
}
.c-tab_nav.-terrace .c-tab_nav_trigger:hover {
  color: var(--color-theme-terrace);
}
.c-tab_nav.-terrace .c-tab_nav_trigger.-active {
  border-bottom-color: var(--color-theme-terrace);
  color: var(--color-theme-terrace);
}

/* -----------------------------------------------
  .c-table
----------------------------------------------- */
.c-table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--color-line-gray);
}
.c-table th {
  width: 160px;
  padding: 15px 20px;
  background: #f6f6f6;
  border-bottom: 1px solid var(--color-line-gray);
  border-right: 1px solid var(--color-line-gray);
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
}
.c-table td {
  padding: 15px 20px;
  border-bottom: 1px solid var(--color-line-gray);
  font-size: 14px;
}

/* -----------------------------------------------
  .c-btnList
----------------------------------------------- */
.c-btnList {
  margin: 40px 0 0;
}
.c-btnList.-horizontal {
  display: flex;
  justify-content: center;
}
.c-btnList_item_btn {
  width: 311px;
  margin: 0 10px;
}

.c-grid {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
.c-grid.-col02 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.wec .c-grid.-col02 {
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
}
@media screen and (max-width: 515px) {
  .wec .c-grid.-col02 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-grid.-col03 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.c-grid.-col04 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.c-grid.-gap_8 {
  gap: 0.8rem;
}

.c-box {
  background: var(--color-light-gray);
  padding: 2rem;
  border-radius: 0.6rem;
}

.c-note {
  color: var(--color-text-sub);
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.c-note mark {
  background-color: transparent;
  margin-right: 0.5em;
  color: var(--color-text-sub);
}

/* -----------------------------------------------
  .c-modal
----------------------------------------------- */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10010;
  width: 100%;
  height: 100dvh;
  display: none;
}
.c-modal[aria-hidden=false] .c-modal_overlay,
.c-modal[aria-hidden=false] .c-modal_content {
  -webkit-animation: fadeIn 0.5s linear;
          animation: fadeIn 0.5s linear;
}
.c-modal[aria-hidden=true] .c-modal_overlay,
.c-modal[aria-hidden=true] .c-modal_content {
  -webkit-animation: fadeOut 0.5s linear;
          animation: fadeOut 0.5s linear;
}
.c-modal.is-open {
  display: block;
}
.c-modal_overlay, .c-modal_content {
  will-change: transform;
}
.c-modal_overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.c-modal_content {
  width: 100%;
  max-width: 44.4rem;
  padding: 3.2rem;
  background: #fff;
  border-radius: 1.2rem;
}
.c-modal_header {
  margin-bottom: 2.4rem;
}
.c-modal_title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.c-modal_close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0.6rem;
  top: 1.6rem;
}

/* -----------------------------------------------
  .p-headerEmergency
----------------------------------------------- */
.p-headerEmergency {
  margin: -10px 0 30px;
  border: 1px solid var(--color-red);
  border-radius: 2px;
}
.p-headerEmergency_text {
  display: block;
  padding: 10px 16px 10px 39px;
  background: url(/images/xwoman/2023/ico_emergency.svg) 17px 50%/16px 16px no-repeat;
  font-size: 12px;
  font-weight: bold;
}
.p-headerEmergency_text:hover {
  color: var(--color-theme);
}

.l-topicsPath + .p-headerEmergency {
  margin-top: 0;
}

/* -----------------------------------------------
  .p-headerInfo
----------------------------------------------- */
.p-headerInfo {
  width: var(--content-width);
  margin: 10px auto;
}
.p-headerInfo_heading {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: bold;
}
.p-headerInfo.-emergency .p-headerInfo_heading {
  color: var(--color-theme);
}
.p-headerInfo_item {
  color: #000;
}
.p-headerInfo_item + .p-headerInfo_item {
  margin-top: 20px;
}
.p-headerInfo_item_text {
  font-weight: bold;
  line-height: 1.5;
}
.p-headerInfo_item_text + .p-headerInfo_item_link {
  margin-top: 10px;
}
.p-headerInfo_item_link {
  position: relative;
  display: table;
  margin: 0;
  padding: 0 15px 0 0;
}
.p-headerInfo_item_link::after {
  position: absolute;
  content: "";
  display: block;
  top: 0.35em;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent var(--color-black);
}
.p-headerInfo_item_link a {
  color: currentColor;
}
.p-headerInfo_item_link a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------
  .p-headerAD
----------------------------------------------- */
.p-headerAD {
  display: flex;
  align-items: flex-start;
  width: var(--content-width);
  margin: 10px auto;
  font-size: 12px;
}
.p-headerAD_icon {
  margin: 0 10px 0 0;
  padding: 0 7px;
  background: #eee;
  border-radius: 2px;
}
.p-headerAD_text {
  flex: 1;
}

/* -----------------------------------------------
  .p-pickupSlider
----------------------------------------------- */
.p-pickupSlider {
  height: auto;
  opacity: 0;
  transition: opacity 0.1s;
}
.p-pickupSlider .slick-list {
  padding-bottom: 10px;
}
.p-pickupSlider_item {
  position: relative;
  min-height: 400px;
}
.p-pickupSlider_item a .p-pickupSlider_item_image {
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.p-pickupSlider_item a .p-pickupSlider_item_image:before {
  z-index: 1;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: background 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
.p-pickupSlider_item a .p-pickupSlider_item_image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
.p-pickupSlider_item_text {
  position: relative;
  z-index: 1;
  padding: 12px;
  width: calc(100% - 40px);
  min-height: 110px;
  background-color: #fff;
  margin: -62px 20px 0;
}
.p-pickupSlider_item_title {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.p-pickupSlider_item:hover .p-pickupSlider_item_image:before {
  background: rgba(0, 0, 0, 0.2);
}
.p-pickupSlider_item:hover .p-pickupSlider_item_image img {
  transform: scale(1.1);
}
.p-pickupSlider_item:hover .p-pickupSlider_item_text {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.p-pickupSlider_item:hover .p-pickupSlider_item_title {
  text-decoration: underline;
}
.p-pickupSlider_wrapper {
  position: relative;
  z-index: 1;
  clear: both;
  padding: 30px 0 0;
}

/* -----------------------------------------------
  ギフト表示
----------------------------------------------- */
.p-shareGift {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
}
.p-shareGift:has(> input:checked) {
  display: none;
}
.p-shareGift input {
  display: none;
}
.p-shareGift label {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 1;
}
.p-shareGift .p-shareGift_inner {
  width: 100%;
  height: 88px;
  margin: 0 auto;
  border: solid 1px #dddddd;
  border-radius: 2px;
}
.p-shareGift .p-shareGift_item {
  display: flex;
  justify-content: space-around;
  height: 100%;
}
.p-shareGift .p-shareGift_item li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
}
.p-shareGift .p-shareGift_item li a {
  color: #ed5300;
  font-weight: bold;
}
.p-shareGift .p-shareGift_item li a:hover {
  text-decoration: underline;
}
.p-shareGift .p-shareGift_item .p-shareGift_item_title {
  width: 150px;
  font-weight: bold;
}
.p-shareGift .p-shareGift_item .p-shareGift_item_message {
  flex: 1;
  align-items: flex-start;
  line-height: 1.6;
  padding: 0 20px 0 0;
}
.p-shareGift .p-shareGift_item .p-shareGift_item_regist {
  width: 200px;
}
.p-shareGift .p-shareGift_item .p-shareGift_item_login {
  width: 160px;
}
.p-shareGift .p-shareGift_item .p-shareGift_item_return {
  width: 230px;
}
.p-shareGift .p-shareGift_item .p-shareGift_item_regist:before,
.p-shareGift .p-shareGift_item .p-shareGift_item_login:before,
.p-shareGift .p-shareGift_item .p-shareGift_item_return:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 0;
  height: 40px;
  border-left: 1px solid #dddddd;
}

/* -----------------------------------------------
  .p-featureArticle
----------------------------------------------- */
.p-featureArticle {
  position: relative;
  margin: 0;
}
.p-featureArticle img {
  vertical-align: top;
}
.p-featureArticle_blink {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 80px;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
          animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -----------------------------------------------
  .p-articlePanel
----------------------------------------------- */
.p-articlePanel_item_link {
  display: block;
}
.p-articlePanel_item_link:visited .p-articlePanel_item_title {
  color: var(--color-black);
}
.p-articlePanel_item_link:hover .p-articlePanel_item_image img {
  transform: scale(1.1);
}
.p-articlePanel_item_link:hover .p-articlePanel_item_title {
  text-decoration: underline;
}
.p-articlePanel_item_image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  border-radius: 0.6rem;
}
.p-articlePanel_item_image img {
  width: auto;
  border-radius: 0.6rem;
  transition: 0.3s ease-out;
  height: 14.6rem;
}
.recommendArea_block .p-articlePanel_item_image img {
  height: 13.6rem;
}
.p-articlePanel_item_text {
  position: relative;
}
.p-articlePanel_item_title {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  margin: 1.2rem 0 0.4rem;
}
.p-articlePanel_item_sub {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.8rem;
}
.p-articlePanel_item_desc {
  margin-bottom: 0.8rem;
  color: var(--color-text-sub);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-articlePanel_item_icon {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--color-text-sub);
  font-size: 12px;
}

/* -----------------------------------------------
  .p-articleList
----------------------------------------------- */
.p-articleList {
  counter-reset: number 0;
}
.p-articleList.-xLarge .p-articleList_item_image {
  width: 23.6rem;
  height: 13.3rem;
}
.wec .p-articleList.-xLarge .p-articleList_item_image {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-articleList.-large .p-articleList_item_image {
  width: 15.3rem;
  height: 11.4rem;
}
.p-articleList.-small .p-articleList_item_image {
  width: 10.8rem;
  height: 8.3rem;
}
.p-articleList.-small .p-articleList_item_title {
  font-size: 1.5rem;
}
.p-articleList_item {
  display: flex;
  align-items: center;
}
.-ranking .p-articleList_item {
  padding-left: 1.6rem;
  position: relative;
  counter-increment: number 1;
}
.-ranking .p-articleList_item:before {
  content: counter(number);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.-ranking .p-articleList_item:nth-child(1):before {
  color: #b1970a;
}
.-ranking .p-articleList_item:nth-child(2):before {
  color: #909ca3;
}
.-ranking .p-articleList_item:nth-child(3):before {
  color: #c97426;
}
.-ranking.-main .p-articleList_item {
  padding-left: 5.3rem;
}
.-ranking.-main .p-articleList_item:before {
  font-size: 2.8rem;
}
.-ranking.-main .p-articleList_item:nth-child(-n+9):before {
  left: 0.8rem;
}
.-ranking.-main .p-articleList_item_image {
  width: 15.3rem;
  height: 11.4rem;
}
.-ranking.-main .p-articleList_item_title {
  font-size: 2rem;
}
.-ranking.-main .p-articleList_item_desc {
  font-size: 1.3rem;
}
.-ranking.-numtop .p-articleList_item:before {
  top: 2px;
  transform: translateY(0);
}
.-ranking.-nummiddle .p-articleList_item {
  padding-left: 3rem;
}
.-ranking.-nummiddle .p-articleList_item:before {
  top: 8px;
  transform: translateY(0);
}
.-ranking.-nummiddle .p-articleList_item:nth-child(-n+9):before {
  left: 0.4rem;
}
.p-articleList_item.-border {
  border: solid 1px var(--color-line-gray);
  border-radius: 1.2rem;
  padding: 2.4rem;
}
.wec .p-articleList_item.-border {
  align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .wec .p-articleList_item.-border {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .wec .p-articleList_item.-border .p-articleList_item_image {
    width: 100%;
    height: auto;
    margin-right: 0;
    align-items: center;
  }
  .wec .p-articleList_item.-border .p-articleList_item_image img {
    width: 100%;
    max-width: 32.5rem;
  }
  .wec .p-articleList_item.-border .p-articleList_item_image .ulizahtml5 {
    border-radius: 0.6rem;
  }
}
.p-articleList_item.-line {
  padding-bottom: 1.6rem;
  border-bottom: solid 1px var(--color-line-gray);
}
.p-articleList_item_link {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
}
.p-articleList_item_link.-column {
  flex-direction: column;
}
.p-articleList_item_link:visited .p-articleList_item_title {
  color: var(--color-black);
}
.p-articleList_item_link:hover .p-articleList_item_image {
  transition: scale 0.3s ease-out;
}
.p-articleList_item_link:hover .p-articleList_item_image img {
  transform: scale(1.1);
}
.p-articleList_item_link:hover .p-articleList_item_title {
  text-decoration: underline;
}
.p-articleList_item_image {
  position: relative;
  z-index: 1;
  width: 13.3rem;
  height: 10rem;
  margin-right: 2rem;
  flex-shrink: 0;
  text-align: center;
  overflow: hidden;
  border-radius: 0.6rem;
  transition: scale 0.3s ease-out;
}
.-border .p-articleList_item_image {
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .wec .p-articleList_item_image {
    width: 10.6rem;
    height: 8rem;
    margin-right: 1.2rem;
  }
}
.p-articleList_item_image.-left {
  float: left;
  margin-right: 12px;
  margin-left: 0;
}
.p-articleList_item_image.-circle {
  width: 90px;
  height: 90px;
  border-radius: 50px;
}
.p-articleList_item_image.-circle img {
  width: 100%;
  height: 100%;
}
.p-articleList_item_image img {
  border-radius: 0.6rem;
  width: 100%;
  transition: 0.3s ease-out;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.p-articleList_item_text {
  position: relative;
  flex: 1;
}
.p-articleList_item_subTitle {
  color: var(--color-black);
  margin: 0.4rem 0 0;
}
.p-articleList_item_subTitle.-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p-articleList_item_desc {
  margin: 0.4rem 0 0;
  color: var(--color-text-sub);
}
.p-articleList_item_date {
  display: block;
  margin-top: 0.8rem;
  font-size: 12px;
  color: var(--color-text-sub);
  text-align: right;
}
.p-articleList_item_shoulder {
  font-size: 1.3rem;
  color: var(--color-text-sub);
  margin-bottom: 0.8rem;
}
.p-articleList_item_paragraph {
  margin-top: 1.2rem;
}
.p-articleList_item_icon {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: var(--color-text-sub);
}
.p-articleList_item_icon img {
  vertical-align: baseline;
}
.p-articleList_item_categoryList {
  display: flex;
  margin-top: 0.8rem;
  width: 100%;
}
.p-articleList_item_categoryList_item {
  font-size: 1.3rem;
  color: var(--color-text-sub);
  position: relative;
  line-height: 1.3;
  -ms-grid-row-align: center;
      align-self: center;
}
.p-articleList_item_categoryList_item:nth-child(1) {
  flex-shrink: 0;
}
.p-articleList_item_categoryList_item + .p-articleList_item_categoryList_item {
  margin-left: 1.6rem;
}
.p-articleList_item_categoryList_item + .p-articleList_item_categoryList_item:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.9rem;
  top: 10%;
  height: 80%;
  width: 1px;
  background: var(--color-text-sub);
}
.p-articleList_item_hashList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  color: var(--color-text-sub);
  margin-top: 0.8rem;
  font-size: 1.3rem;
}
.p-articleList_item_title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.36;
}
@media screen and (max-width: 768px) {
  .wec .p-articleList_item_title {
    font-size: 1.5rem;
  }
}
.p-articleList_item_title.-nolink {
  color: var(--color-text-sub);
}
.p-articleList_item_title.-large {
  font-size: 2rem;
}
.-column .p-articleList_item_title {
  margin-top: 1.2rem;
}
.p-articleList_item_title.-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p-articleList_item_hash {
  font-weight: bold;
  color: var(--color-theme);
  margin-bottom: 0.8rem;
}
.p-articleList_item_info {
  margin-bottom: 0.8rem;
}
.p-articleList_item_info_title {
  font-weight: bold;
}
.p-articleList_item_profile {
  display: flex;
  margin-bottom: 1.2rem;
}
.p-articleList_item_profile.-small {
  margin-bottom: 0.8rem;
}
.p-articleList_item_profile_imgbox {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1.6rem;
  border: solid 1px var(--color-line-gray);
}
.-small .p-articleList_item_profile_imgbox {
  width: 4rem;
  height: 4rem;
  margin-right: 1.2rem;
}
.-mini .p-articleList_item_profile_imgbox {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.8rem;
}
.p-articleList_item_profile_name {
  font-weight: 500;
  margin-bottom: 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
}
.p-articleList_item_profile_name.-premium:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(/images/terrace/2023/ico_premium.svg) 0 0/1.2em auto no-repeat;
  margin-left: 0.5rem;
}
.-mini .p-articleList_item_profile_name {
  font-size: 1.3rem;
}
.p-articleList_item_profile_text {
  color: var(--color-text-sub);
  font-size: 1.3rem;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p-articleList_review {
  display: flex;
  margin: 1.2rem 0 0;
}
.p-articleList_review_title {
  margin-right: 1.2rem;
  color: var(--color-text-sub);
}
.p-articleList_review_link {
  text-decoration: underline;
  font-weight: bold;
}
.p-articleList_review_link:hover {
  color: var(--color-text-sub);
}

.l-asideSection .p-articleList {
  display: flex;
  flex-direction: column;
  gap: 1.6rem 0;
}
.l-asideSection .p-articleList_item_link {
  display: flex;
  overflow: hidden;
}
.l-asideSection .p-articleList_item_title {
  font-size: 1.5rem;
}
.l-asideSection .p-articleList_item_desc {
  font-size: 1.3rem;
  color: var(--color-text-sub);
}
.l-asideSection .p-articleList_item_image {
  display: inline-block;
  width: 10.8rem;
  height: 8.3rem;
  margin-right: 1.2rem;
}
.l-asideSection .p-articleList_item_category {
  left: 12px;
}

/* -----------------------------------------------
  ビデオアイコン
----------------------------------------------- */
.-articleIconVideo {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 8px;
  background: url(/images/xwoman/2023/ico_video.svg) 50% 50%/contain no-repeat;
  vertical-align: middle;
}

/* -----------------------------------------------
  .p-relatedBlogList
----------------------------------------------- */
.p-relatedBlogList {
  flex-wrap: wrap;
  margin-bottom: -5px;
}
.p-relatedBlogList.-division2, .p-relatedBlogList.-division3, .p-relatedBlogList.-division4 {
  display: flex;
}
.p-relatedBlogList_item {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-line-gray);
}
.p-relatedBlogList_item_link {
  display: flex;
  overflow: hidden;
}
.p-relatedBlogList_item_link:hover .p-relatedBlogList_item_title {
  text-decoration: underline;
}
.p-relatedBlogList_item_image {
  flex-shrink: 0;
  position: relative;
  width: 120px;
  margin-left: 16px;
  float: right;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
}
.p-relatedBlogList_item_image:before {
  z-index: 1;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: background 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
.p-relatedBlogList_item_image.-left {
  float: left;
  margin-right: 16px;
  margin-left: 0;
}
.p-relatedBlogList_item_image.-circle {
  width: 48px;
  height: 48px;
  border-radius: 50px;
}
.p-relatedBlogList_item_image.-circle img {
  width: 100%;
  height: 100%;
}
.p-relatedBlogList_item_image img {
  width: 100%;
  transition: 0.3s ease-out;
}
.p-relatedBlogList_item_text {
  width: calc(100% - 64px);
}
.p-relatedBlogList_item_header {
  display: flex;
  margin: 0 0 10px;
  font-size: 12px;
}
.p-relatedBlogList_item_header_author {
  flex-shrink: 0;
  color: var(--color-black);
  font-weight: bold;
}
.p-relatedBlogList_item_header_author.-premium::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  background: url(/images/terrace/2023/ico_premium.svg) 50% 50%/contain no-repeat;
  vertical-align: -1px;
}
.p-relatedBlogList_item_header_label {
  margin-left: 7px;
  margin-right: 20px;
  color: var(--color-text-sub);
}
.p-relatedBlogList_item_header_date {
  flex-shrink: 0;
  color: var(--color-text-sub);
  margin-left: auto;
}
.p-relatedBlogList_item_title {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}
.p-relatedBlogList_item_tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.p-relatedBlogList_item_tag_item {
  flex-shrink: 0;
  margin-right: 6px;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 1.67;
}

/* -----------------------------------------------
  .p-academySection
----------------------------------------------- */
.p-academySection {
  background: #fffbe8;
  background-image: -webkit-linear-gradient(90deg, #ffeae8 0%, #faeeea 50%, #fffbe8 100%);
  padding: 25px;
}

/* -----------------------------------------------
  .p-articleAdList
----------------------------------------------- */
.p-articleAdList {
  flex-wrap: wrap;
  margin-bottom: -5px;
}
.p-articleAdList.-division2, .p-articleAdList.-division3, .p-articleAdList.-division4 {
  display: flex;
}
.p-articleAdList.-division2 {
  justify-content: space-between;
}
.p-articleAdList.-division2.-textAd {
  background-color: #fafafa;
}
.p-articleAdList.-division2.-textAd .p-articleAdList_item {
  width: 368px;
}
.p-articleAdList.-division2.-textAd .p-articleAdList_item:nth-of-type(odd) {
  margin-right: 24px;
}
.p-articleAdList_item {
  margin-bottom: 12px;
  padding: 12px 20px 0;
  border-top: 1px solid var(--color-line-gray);
}
.p-articleAdList_item:nth-of-type(1), .p-articleAdList_item:nth-of-type(2) {
  border-top: none;
}

/* -----------------------------------------------
  .p-articleRankList
----------------------------------------------- */
.p-articleRankList {
  flex-wrap: wrap;
  margin-bottom: -5px;
}
.p-articleRankList.-division2, .p-articleRankList.-division3, .p-articleRankList.-division4 {
  display: flex;
}
.p-articleRankList.-division2 {
  justify-content: space-between;
}
.p-articleRankList.-division2 .p-articleRankList_item {
  width: 370px;
}
.p-articleRankList.-large .p-articleRankList_item_image {
  width: 164px;
}
.p-articleRankList.-medium .p-articleRankList_item_image {
  width: 104px;
}
.p-articleRankList.-small .p-articleRankList_item_text {
  width: 100%;
}
.p-articleRankList_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-line-gray);
}
.p-articleRankList_item_link {
  display: block;
  height: 100%;
  overflow: hidden;
}
.p-articleRankList_item_link:visited .p-articleRankList_item_title {
  color: var(--color-black);
}
.p-articleRankList_item_link:hover .p-articleRankList_item_image img {
  transform: scale(1.06);
}
.p-articleRankList_item_link:hover .p-articleRankList_item_title {
  text-decoration: underline;
}
.p-articleRankList_item_image {
  float: right;
  position: relative;
  z-index: 1;
  width: 124px;
  height: 93px;
  border-radius: 4px;
  margin-left: 20px;
  overflow: hidden;
  text-align: center;
}
.p-articleRankList_item_image img {
  width: 100%;
  transition: 0.3s ease-out;
}
.p-articleRankList_item_text {
  position: relative;
  height: 100%;
  padding-left: 60px;
  overflow: hidden;
}
.p-articleRankList_item_rank {
  position: absolute;
  left: 0;
  width: 40px;
  text-align: center;
  color: var(--color-theme);
  font-size: 20px;
  line-height: 1.2;
}
.p-articleRankList_item_rank.-rank1, .p-articleRankList_item_rank.-rank2, .p-articleRankList_item_rank.-rank3 {
  height: 40px;
  border-radius: 2px;
  color: #fff;
  line-height: 40px;
}
.p-articleRankList_item_rank.-rank1 {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.5) 56%, rgba(255, 255, 255, 0) 83%), linear-gradient(to bottom, #ad9626, #ad9626);
}
.p-articleRankList_item_rank.-rank2 {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.5) 56%, rgba(255, 255, 255, 0) 83%), linear-gradient(to bottom, #aaaaaa, #aaaaaa);
}
.p-articleRankList_item_rank.-rank3 {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 31%, rgba(255, 255, 255, 0.5) 56%, rgba(255, 255, 255, 0) 83%), linear-gradient(to bottom, #a5632b, #a5632b);
}
.p-articleRankList_item_detail:after {
  content: "";
  display: block;
  clear: both;
}
.p-articleRankList_item_date {
  float: left;
  margin: 3px 15px 0 0;
  color: var(--color-text-sub);
  font-size: 12px;
}
.p-articleRankList_item_desc {
  margin: 7px 0 0;
  color: #242424;
  font-size: 14px;
  line-height: 1.7;
}
.p-articleRankList_item_title {
  margin: 0;
  color: var(--color-black);
  font-size: 17px;
  font-weight: bold;
}
.p-articleRankList_item_icon {
  margin-top: 20px;
  font-size: 12px;
  color: var(--color-text-sub);
}

/* -----------------------------------------------
  .p-rankingList
----------------------------------------------- */
.p-rankingList_item {
  position: relative;
  padding-left: 28px;
}
.p-rankingList_item + .p-rankingList_item {
  margin-top: 25px;
}
.p-rankingList_item_rank {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #06375c;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #06375c;
}
.p-rankingList_item_rank.-best3 {
  background: #06375c;
  color: #fff;
}
.p-rankingList_item_title {
  font-weight: bold;
}
.p-rankingList_item_title:visited {
  color: #666;
}
.p-rankingList_item_title:hover {
  color: var(--color-theme);
}

/* -----------------------------------------------
  .p-sectionTitle
----------------------------------------------- */
.p-sectionTitle {
  margin: 0 0 2.4rem;
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.p-sectionTitle_sub {
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--color-text-sub);
  margin-left: 1.2rem;
  flex: 1;
}
.p-sectionTitle_desc {
  color: var(--color-text-sub);
  margin-bottom: 2.4rem;
}
.p-sectionTitle + .p-sectionTitle_desc {
  margin-top: -1.2rem;
}
.p-sectionTitle a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------
  .p-sectionFeatureTitle
----------------------------------------------- */
.p-sectionFeatureTitle {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 30px;
  padding: 20px 0 0;
  font-size: 22px;
  font-weight: bold;
  color: var(--color-default);
}
.p-sectionFeatureTitle.-aria {
  color: var(--color-theme-aria);
  border-top: 1px solid var(--color-theme-aria);
}
.p-sectionFeatureTitle.-dual {
  color: var(--color-theme-dual);
  border-top: 1px solid var(--color-theme-dual);
}
.p-sectionFeatureTitle.-doors {
  color: var(--color-theme-doors);
  border-top: 1px solid var(--color-theme-doors);
}
.p-sectionFeatureTitle.-terrace {
  color: var(--color-theme-terrace);
  border-top: 1px solid var(--color-theme-terrace);
}
.p-sectionFeatureTitle.-wec {
  color: var(--color-theme-wec);
  border-top: 1px solid var(--color-theme-wec);
}
.p-sectionFeatureTitle.-health {
  color: var(--color-theme-health);
  border-top: 1px solid var(--color-theme-health);
}
.p-sectionFeatureTitle.-money {
  color: var(--color-theme-money);
  border-top: 1px solid var(--color-theme-money);
}
.p-sectionFeatureTitle_icon {
  margin: 5px 0 0 10px;
  text-align: right;
  color: var(--color-black);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}
.p-sectionFeatureTitle_icon a {
  margin-left: 8px;
}
.p-sectionFeatureTitle.-related {
  padding: 0 0 0 24px;
  border-top: none;
  color: var(--color-theme-terrace);
  font-size: 17px;
  background: url(/images/xwoman/2023/ico_related.svg) 0 3px/16px auto no-repeat;
}
.p-sectionFeatureTitle.-related .p-sectionFeatureTitle_icon {
  margin: 0 0 0 10px;
  color: var(--color-text-sub);
}
.p-sectionFeatureTitle.-related .p-sectionFeatureTitle_icon a {
  margin-left: 12px;
}
.p-sectionFeatureTitle.-related .p-sectionFeatureTitle_icon a img {
  vertical-align: text-bottom;
}

/* -----------------------------------------------
  .p-bookList
----------------------------------------------- */
.p-bookList {
  flex-wrap: wrap;
}
.p-bookList_item_link {
  display: block;
}
.p-bookList_item_link:hover .p-bookList_item_title {
  text-decoration: underline;
}
.p-bookList_item_image {
  width: 14.6rem;
  height: 19.4rem;
  margin: 0 auto;
}
.p-bookList_item_image img {
  border-radius: 0.6rem;
}
.p-bookList_item_image.-woman {
  border-radius: 0.6rem;
  border: solid 1px var(--color-line-gray);
  background: url(/images/xwoman/2023/logo_woman.png) no-repeat 50% 50%;
  background-size: 9.5rem 4.2rem;
}
.p-bookList_item_image.-health {
  border-radius: 0.6rem;
  border: solid 1px var(--color-line-gray);
  background: url(/images/xwoman/2023/logo_health.svg) no-repeat 50% 50%;
  background-size: 6.6rem 2.8rem;
}
.p-bookList_item_number {
  margin: 0 0 4px;
  color: var(--color-text-sub);
  font-size: 12px;
}
.p-bookList_item_title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1.2rem;
}
.p-bookList_item_text {
  color: var(--color-text-sub);
  font-size: 1.3rem;
  margin-top: 0.4rem;
}
.p-bookList_item_viewer {
  border-radius: 1.8rem;
  border: solid 1px var(--color-line-gray);
  height: 3.6rem;
  padding: 0 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.2rem;
}
.p-bookList_item_viewer:before {
  content: "";
  display: inline-block;
  background: url(/images/xwoman/2023/ico_viewer.svg) no-repeat 0 1px;
  background-size: 1.6rem 1.6rem;
  height: 1.6rem;
  width: 1.6rem;
  margin-right: 0.4rem;
}
.p-bookList_item_viewer:hover {
  border-color: var(--color-default);
}
.p-bookList_item_add {
  position: relative;
  width: 127px;
  max-width: 100%;
  margin: 15px auto 0;
  padding: 2px 10px 2px 30px;
  border: 1px solid var(--color-line-gray);
  border-radius: 2px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: var(--color-theme);
}
.p-bookList_item_add:hover {
  background: var(--color-theme);
  border-color: transparent;
  color: #fff;
}
.p-bookList_item_add:hover::before, .p-bookList_item_add:hover::after {
  background: #fff;
}
.p-bookList_item_add::before, .p-bookList_item_add::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  background: var(--color-theme);
  margin: auto 0;
}
.p-bookList_item_add::before {
  left: 12px;
  width: 10px;
  height: 2px;
}
.p-bookList_item_add::after {
  left: 16px;
  width: 2px;
  height: 10px;
}
.p-bookList_item_add.-added {
  padding-right: 30px;
  background: var(--color-theme);
  border-color: transparent;
  text-align: center;
  color: #fff;
}
.p-bookList_item_add.-added:hover {
  opacity: 0.7;
}
.p-bookList_item_add.-added::before {
  width: 10px;
  height: 10px;
  background: url(/images/xwoman/2023/ico_checked.svg) 50% 50% no-repeat;
}
.p-bookList_item_add.-added::after {
  display: none;
}

/* -----------------------------------------------
  鍵アイコン制御
----------------------------------------------- */
body :where(.xwoman_charge, .xwoman_charge-v) .-articleTitle::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 5px;
  background-image: url(/images/xwoman/2023/ico_locked_02.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -1px;
}
body .l-asideSection :where(.xwoman_charge, .xwoman_charge-v) .-articleTitle::after {
  width: 14px;
  height: 14px;
}
body.xwoman_charge :where(.xwoman_charge, .xwoman_charge-v) .-articleTitle::after {
  background-image: url(/images/xwoman/2023/ico_unlocked_02.svg);
}

/* -----------------------------------------------
  .p-article
----------------------------------------------- */
.p-article:not([class*=-contents]) {
  background-color: #fff;
}
.p-article_header {
  padding: 0 15rem;
  margin-bottom: 4rem;
}
.p-article_header_image {
  position: relative;
  margin: 0 0 4.8rem 0;
  border-radius: 0.6rem;
  overflow: hidden;
}
.p-article_header_image img {
  width: 100%;
  height: auto;
}
.p-article_header_image_parentTitle {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 15rem;
  color: #fff;
  font-weight: bold;
  max-height: 25rem;
  overflow: hidden;
  border-radius: 0 0 0.6rem 0.6rem;
}
.p-article_header_image_parentTitle.-large {
  font-size: 3.8rem;
}
.p-article_header_image_parentTitle.-middle {
  font-size: 2.8rem;
}
.p-article_header_image_parentTitle.-small {
  font-size: 2.2rem;
}
.p-article_header_parentTitle {
  margin-bottom: 1.2rem;
  padding: 0;
  color: var(--color-default);
  font-weight: bold;
}
.p-article_header_parentTitle a:hover {
  text-decoration: underline;
}
.p-article_header_title {
  margin: 0 0 0.8rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-article_header_title + .p-article_header_info {
  margin-top: 20px;
}
.p-article_header_subTitle {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2;
}
.p-article_header_meta {
  margin: 1.6rem 0 2.4rem;
  font-size: 1.3rem;
  line-height: 1.3;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.p-article_header_date {
  color: var(--color-text-sub);
}
.p-article_header_info {
  display: flex;
  padding: 0 0.7rem;
  position: relative;
}
.p-article_header_info:before {
  content: "";
  width: 1px;
  height: 1.2rem;
  background-color: var(--color-line-gray);
  position: relative;
  left: -7px;
  top: 3px;
}
.p-article_header_info:after {
  content: "";
  width: 1px;
  height: 1.2rem;
  background-color: var(--color-line-gray);
  position: relative;
  right: -7px;
  top: 3px;
}
.p-article_header_info:not(:has(.p-article_header_list)):before {
  top: 0;
  left: 0;
}
.p-article_header_info:not(:has(.p-article_header_list)):after {
  display: none;
}
.p-article_header_list {
  display: flex;
  gap: 1.6rem;
}
.p-article_header_list_item {
  position: relative;
  display: flex;
  align-items: center;
}
.p-article_header_list_item + .p-article_header_list_item:before {
  content: "";
  width: 1px;
  height: 1.2rem;
  background-color: var(--color-line-gray);
  position: absolute;
  left: -7px;
  top: 3px;
  display: block;
}
.p-article_header_list_item_photo {
  border-radius: 50%;
  margin-right: 0.8rem;
  overflow: hidden;
}
.p-article_header_list_item.-status {
  color: var(--color-link);
}
.p-article_header_list_item a {
  flex-shrink: 0;
  text-decoration: underline;
  color: var(--color-text-sub);
}
.p-article_header_list_item a:hover {
  text-decoration: none;
}
.p-article_header_likeBtn {
  border: solid 1px var(--color-theme);
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 1.2rem;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-article_header_likeBtn_icon {
  margin-right: 0.8rem;
  display: flex;
}
.p-article_header_likeBtn:hover {
  opacity: 0.5;
}
.p-article_header_likeBtn.-active {
  color: #fff;
  background: var(--color-theme);
}
.p-article_header_likeBtn.-active .likeIcon {
  fill: #fff;
}
.p-article.-contents .p-articleFeatureImage {
  margin: 0 0 20px;
  border-radius: 0;
}
.p-article.-contents .p-article_header {
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
}
.p-article.-contents .p-article_header_title {
  margin: 0 0 12px;
}
.p-article.-contents .p-article_header_subTitle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-article.-contents .p-article_header_subTitle .c-btnFollow {
  margin: 0 0 0 17px;
  white-space: nowrap;
}
.p-article_action {
  display: flex;
  gap: 1.2rem 3.6rem;
  padding: 2.4rem 0 0 0;
  border-top: solid 1px var(--color-default);
}
.p-article_action_group {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.p-article_action_group:before {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background-color: var(--color-line-gray);
  position: absolute;
  left: -1.8rem;
}
.p-article_action_group.-noborder::before {
  display: none;
}
.p-article_action_group_text {
  font-size: 1.3rem;
}
.p-article_action_list {
  display: flex;
  gap: 0.8rem;
}
.p-article_action_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.p-article_action_btn_label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 6rem;
}
.p-article_action_btn_label.-active {
  color: var(--color-theme);
}
.p-article_action_btn_label.-active .clipIcon {
  fill: var(--color-theme);
}
.p-article_action_btn_name {
  font-size: 1.3rem;
  margin-top: 0.6rem;
}
.p-article_action_btn.-read:before {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background-color: var(--color-line-gray);
  position: absolute;
  left: -1.8rem;
}
.p-article_gift {
  padding: 1.6rem 2rem;
  background: var(--color-light-gray);
  color: var(--color-theme);
  text-align: center;
  margin-top: 4rem;
  border-radius: 1.4rem;
}
.p-article_related_link:after {
  border-left-color: var(--color-theme-doors);
}
.p-article_related_btn {
  min-width: 400px;
  margin: 35px auto 0;
  padding: 14px 15px 12px;
  border-color: var(--color-theme);
  border-radius: 24px;
  color: var(--color-theme);
  font-size: 14px;
}
.p-article_related_btn:hover {
  box-shadow: inset 0 0 0 1px #f13c5d;
}
.p-article_body {
  padding: 0 15rem 4rem;
}
.p-article_body .p-pagenation {
  margin-bottom: 0;
}
.p-article_topics {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 10px 12px;
  border-radius: 2px;
  background: var(--color-sub);
  font-size: 14px;
}
.p-article_topics_label {
  margin-right: 17px;
}
.p-article_topics_tag {
  padding: 2px 7px;
  border: 1px solid #666;
  font-size: 12px;
}
.p-article_topics_info {
  flex: 1;
}
.p-article_topics_info a {
  color: var(--color-theme);
}
.p-article_topics_info a:hover {
  text-decoration: underline;
}
.p-article_footer {
  padding: 0 15rem 4.8rem;
}
.p-article_footer .tagList {
  margin: 4rem 0;
}
.p-article_footer .tagList_item {
  font-size: 1.3rem;
}
.p-article_footer .p-article_action {
  border: none;
  padding-top: 0;
  margin-top: 4rem;
}
.p-article_footer .p-article_action_btn_label {
  min-width: 5.6rem;
}
.p-article_footer .authorProfile {
  margin-bottom: 0;
  margin-top: 4.8rem;
  padding-top: 2.4rem;
  border-top: solid 1px var(--color-line-gray);
}
.p-article_nextContents {
  background: var(--color-light-gray);
  padding: 2rem;
  margin: 0 auto 4rem auto;
  border-radius: 0.6rem;
}
.p-article_nextContents_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
  text-align: center;
}
.p-article_nextContents_list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-left: 2rem;
}
.p-article_nextContents_list_item {
  list-style-type: disc;
}
.p-article_tags {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin: 60px -8px 52px 0;
}
.p-article_tags_item {
  margin: 0 8px 8px 0;
  font-size: 14px;
  font-weight: bold;
}
.p-article_tags_item a {
  display: block;
  min-width: 60px;
  padding: 6px 15px 4px;
  border: solid 1px var(--color-theme);
  border-radius: 15px;
  text-align: center;
  color: var(--color-theme);
}
.p-article_tags_item a:hover {
  background: var(--color-theme);
  border-color: transparent;
  color: #fff;
}
.p-article_control {
  margin: 31px -60px 0;
  padding: 30px 60px;
  border-top: solid 1px var(--color-line-gray);
  border-bottom: solid 1px var(--color-line-gray);
}
.p-article_control_title {
  margin: 0 0 15px;
  padding: 0 0 0 26px;
  font-weight: bold;
  font-size: 12px;
  color: var(--color-theme);
}
.p-article_control_list {
  display: flex;
  justify-content: space-between;
}
.p-article_control_item {
  width: 50%;
  font-size: 12px;
}
.p-article_control_item + .p-article_control_item {
  border-left: solid 1px var(--color-line-gray);
}
.p-article_control_item_label {
  color: #666;
}
.p-article_control_item_title {
  margin: 0;
  font-weight: 500;
}
.p-article_control_item a {
  position: relative;
  display: block;
  height: 100%;
}
.p-article_control_item a:hover {
  color: var(--color-theme);
}
.p-article_control_item a::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto 0;
  transition: 0.3s linear;
  transform: rotate(45deg);
}
.p-article_control_item.-prev {
  padding-right: 14px;
}
.p-article_control_item.-prev a {
  padding-left: 26px;
}
.p-article_control_item.-prev a::after {
  left: 0;
  border-left: 1px solid var(--color-theme);
  border-bottom: 1px solid var(--color-theme);
}
.p-article_control_item.-next {
  margin-left: auto;
  padding-left: 14px;
}
.p-article_control_item.-next a {
  padding-right: 26px;
}
.p-article_control_item.-next a::after {
  right: 0;
  border-top: 1px solid var(--color-theme);
  border-right: 1px solid var(--color-theme);
}
.p-article_backnumber {
  padding: 35px 20px;
  border: 1px solid var(--color-line-gray);
}
.p-article_backnumber_heading {
  margin: 0 0 30px;
}
.p-article_backnumber_heading:after {
  content: "";
  display: block;
  clear: both;
}
.p-article_backnumber_heading_label {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #242424;
}
.p-article_backnumber_heading_follow {
  float: right;
  margin-top: 15px;
}
.p-article_backnumber .c-linkMore {
  margin-top: 20px;
}
.p-article_backnumber .c-linkMore:after {
  border-left-color: var(--color-theme-doors);
}
.p-article_banner {
  margin: 40px 0 0;
  text-align: center;
}
.p-article_recommend {
  margin: 40px -60px -60px;
  padding: 20px;
  background: var(--color-sub);
}
.p-article_recommend_image {
  float: left;
  margin-right: 20px;
}
.p-article_recommend_title {
  margin: 0 0 15px;
  font-size: 17px;
  font-weight: bold;
}
.p-article_recommend_text {
  overflow: hidden;
}
.p-article_recommend_lead {
  margin: 0 0 5px;
  font-weight: bold;
}
.p-article.-arch .p-articleFeatureImage {
  margin-bottom: 20px;
}
.p-article.-arch .p-article_header_meta {
  justify-content: flex-end;
}
.p-article.-arch .p-article_header_info {
  display: flex;
}
.p-article.-arch .p-article_header_date {
  margin-left: 10px;
}
.p-article.-arch .p-article_body {
  padding-bottom: 20px;
}
.p-article.-arch .p-article_footer {
  margin: 0 60px;
  padding: 22px 0 30px;
  border-top: solid 1px var(--color-line-gray);
}
.p-article.-print {
  box-shadow: none;
}
.p-article.-print .p-article_body {
  padding-bottom: 0;
}
.p-article_ad {
  margin: 10px 0 20px;
  line-height: 1;
}
.p-article_ad .c-iconAd {
  margin-bottom: 5px;
}

/* -----------------------------------------------
  .p-pagenation
----------------------------------------------- */
.p-pagenation {
  margin: 4rem 0;
}
.p-pagenation_nextPage {
  margin-bottom: 2rem;
}
.p-pagenation_nextPage a {
  display: flex;
  align-items: center;
  padding: 1.7rem 4rem 1.7rem 2rem;
  border-radius: 0.6rem;
  border: solid 1px var(--color-line-gray);
  font-size: 1.3rem;
  line-height: 1.3;
  position: relative;
}
.p-pagenation_nextPage a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--color-text-sub);
  border-right: 1px solid var(--color-text-sub);
}
.p-pagenation_nextPage_next {
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-pagenation_nextPage_title {
  margin-left: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.5rem;
}
.p-pagenation_list {
  display: flex;
  justify-content: center;
}
.p-pagenation_list_item {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.6rem;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 3.6rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pagenation_list_item a {
  position: relative;
  border-radius: 0.6rem;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0.6rem;
  color: var(--color-black);
}
.p-pagenation_list_item a:hover {
  background: var(--color-default);
  background: rgba(18, 18, 18, 0.1);
}
.p-pagenation_list_item.-current {
  background: var(--color-default);
  color: #fff;
}
.p-pagenation_list_item.-prev::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(45deg);
  left: 16px;
  border-left: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}
.p-pagenation_list_item.-prev:has(a)::before {
  border-bottom: 1px solid var(--color-default);
  border-left: 1px solid var(--color-default);
}
.p-pagenation_list_item.-next::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(45deg);
  right: 16px;
  border-top: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
}
.p-pagenation_list_item.-next:has(a)::before {
  border-top: 1px solid var(--color-default);
  border-right: 1px solid var(--color-default);
}

/* -----------------------------------------------
  .p-book
----------------------------------------------- */
.p-book {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.p-book_cover {
  width: 238px;
  margin-right: 30px;
}
.p-book_cover_image {
  text-align: center;
}
.p-book_btnList_item {
  margin-top: 12px;
}
.p-book_btnList_btn {
  display: block;
  margin: 0;
}
.p-book_info {
  flex: 1;
}
.p-book_heading {
  margin: 0 0 15px;
  font-size: 20px;
}
.p-book_feature_item {
  padding: 0 0 7px;
  border-bottom: 1px solid var(--color-line-gray);
}
.p-book_feature_item + .p-book_feature_item {
  padding-top: 7px;
}
.p-book_feature_label {
  font-size: 12px;
  font-weight: bold;
  color: #06375c;
}
.p-book_feature_title {
  margin: 0;
  font-size: 17px;
  color: var(--color-black);
}
.p-book_feature_title a:hover {
  color: var(--color-theme);
}
.p-book_feature_desc {
  margin: 3px 0 0;
  color: #666;
}

/* -----------------------------------------------
  .p-authorList
----------------------------------------------- */
.p-authorList {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 13.3rem);
  gap: 2rem;
  margin-bottom: 4.8rem;
}
.p-authorList_header {
  display: flex;
  align-items: center;
  margin: 2.4rem 0 2rem;
}
.p-authorList_header_title {
  margin: 0;
  font-size: 2.8rem;
  font-weight: bold;
}
.p-authorList_header_number {
  margin-left: 1.2rem;
  color: var(--color-text-sub);
}
.p-authorList_item_link {
  display: block;
}
.p-authorList_item:hover .p-authorList_item_image_wrap {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.p-authorList_item:hover .p-authorList_item_name {
  text-decoration: underline;
}
.p-authorList_item_image {
  position: relative;
  width: 11.4rem;
  height: 11.4rem;
  margin: 0 auto 1.2rem;
}
.p-authorList_item_image_wrap {
  display: block;
  width: inherit;
  height: inherit;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  transition: box-shadow 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
.p-authorList_item_image_wrap img {
  width: 100%;
  transition: 0.3s ease-out;
}
.p-authorList_item_name {
  margin: 0 0 0.4rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.36;
  text-align: center;
}
.p-authorList_item_label {
  color: var(--color-text-sub);
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* -----------------------------------------------
  .p-authorCharacter
----------------------------------------------- */
.p-authorCharacter_list {
  display: flex;
  gap: 0.8rem;
}
.p-authorCharacter_list_item {
  width: 5.6rem;
  height: 4.8rem;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-authorCharacter_list_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border: solid 1px var(--color-default);
  border-radius: 0.6rem;
}
.p-authorCharacter_list_item a:hover {
  color: #fff;
  background-color: var(--color-default);
  opacity: 0.5;
}
.p-authorCharacter_list_item.-current {
  background: var(--color-default);
  color: #fff;
}

/* -----------------------------------------------
  .p-loginBox
----------------------------------------------- */
.p-loginBox {
  margin: 40px 0;
  padding: 64px 60px 40px;
  background: url(/images/xwoman/2023/ico_locked_02.svg) 50% 40px/20px auto no-repeat;
  border-radius: 1px;
}
.p-loginBox_heading {
  margin: 20px 0 30px;
  padding: 0;
  background: none;
  border: none;
  font-size: 17px;
  text-align: center;
  color: #424242;
}
.p-loginBox_content {
  text-align: center;
}
.p-loginBox_content_list {
  margin: 0;
}
.p-loginBox_content_list_item {
  display: inline-block;
  padding: 0 0 5px 23px;
  background: url(/images/xwoman/2023/ico_check.svg) 0 1px no-repeat;
  color: var(--color-default);
}
.p-loginBox_content_link {
  color: var(--color-theme);
  text-decoration: underline;
}
.p-loginBox_action {
  text-align: center;
}
.p-loginBox_action_btn {
  margin-bottom: 25px;
}
.p-loginBox_action_link {
  color: var(--color-theme);
  font-size: 14px;
  font-weight: bold;
}
.p-loginBox_paywall {
  margin: 30px -40px 0;
  font-size: 17px;
  line-height: 1.76;
}
.p-loginBox_paywall.-hide {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.p-loginBox_paywall.-hide::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(252, 252, 252, 0), #ffffff 70%);
}
.p-loginBox_paywall_btn {
  display: none;
  margin: 0 auto;
  width: 150px;
  padding: 5px 16px 4px;
  border-radius: 16px;
  border: solid 1px #eeeeee;
  color: var(--color-default);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* =================================================
  .p-banner
================================================= */
.p-banner {
  display: table;
  margin: 40px auto 0;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-banner a:hover {
  opacity: 0.7;
}

/* =================================================
  .p-tags
================================================= */
.p-tags {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin: 0 -8px 60px 0;
}
.p-tags_item {
  margin: 0 8px 8px 0;
  font-size: 14px;
  font-weight: bold;
}
.p-tags_item a {
  display: block;
  padding: 6px 15px 4px;
  border: solid 1px var(--color-line-gray);
  border-radius: 15px;
  text-align: center;
  color: var(--color-black);
}
.p-tags_item a:hover {
  color: var(--color-text-sub);
}

/* =================================================
  .p-headingFollow
================================================= */
.p-headingFollow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 40px;
}
.p-headingFollow_title {
  margin: 0;
}
.p-headingFollow_btn {
  margin: 7px 0 20px;
}

.recommendFrame_detail {
  border: solid 1px #dd884e;
  border-top: none;
  border-radius: 0 0 1.2rem 1.2rem;
}
.recommendFrame_detail > *:last-child {
  padding-bottom: 2.4rem;
}
.recommendFrame_title {
  background-image: linear-gradient(88deg, #f60 -37%, #d65e5a 38%, #e5bc3f 115%);
  color: #fff;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 2.4rem;
  margin: 0;
  border-radius: 1.2rem 1.2rem 0 0;
}

.recommendArea {
  display: flex;
  gap: 2rem;
  padding: 2.4rem 2.4rem 1.5rem;
}
.recommendArea.-small {
  padding: 3.2rem 4.8rem;
}
.recommendArea_imgbox {
  width: 41.6rem;
  flex-shrink: 0;
  text-align: center;
}
.-small .recommendArea_imgbox {
  width: 39.2rem;
}
.recommendArea_imgbox img {
  border-radius: 0.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.recommendArea_textbox_title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-theme);
          text-decoration-color: var(--color-theme);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.recommendArea_textbox_title a:hover {
  color: var(--color-theme);
}
.recommendArea_textbox_sub {
  font-size: 1.3rem;
  color: var(--color-text-sub);
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.recommendArea_textbox_text {
  padding: 1.2rem 1.6rem;
  background: #fafafa;
  border-radius: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.-small .recommendArea_textbox_text_paragraph {
  font-size: 1.4rem;
}
.recommendArea_textbox_text_more {
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 0.4rem;
}
.recommendArea_textbox_text_more:hover {
  opacity: 0.5;
}
.recommendArea_textbox .-col03 .c-btn {
  padding: 0.4rem 1.6rem;
}
.recommendArea_textbox .-col03 .c-btn:after {
  right: 1.0rem;
}
.recommendArea_featureBlock {
  position: relative;
  padding: 1.6rem 2.4rem;
}
.recommendArea_featureBlock:before {
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #f60 -37%, #d65e5a 38%, #e5bc3f 115%);
  position: absolute;
  top: 0;
  left: 0;
}
.recommendArea_featureBlock_title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0;
  font-weight: bold;
}
.recommendArea_featureBlock_summary {
  color: var(--color-text-sub);
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 0.4rem;
}
.recommendArea_featureBlock_list {
  margin-top: 1.2rem;
  display: -ms-grid;
  display: grid;
  gap: 1.2rem 2rem;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.recommendArea_featureBlock_list_item {
  font-size: 1.5rem;
  line-height: 1.36;
  font-weight: bold;
}
.recommendArea_featureBlock_list_item_link {
  background: url(/images/xwoman/2023/ico_arrow.svg) left top/21px auto no-repeat;
  padding-left: 2.5rem;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-theme);
          text-decoration-color: var(--color-theme);
  text-underline-offset: 4px;
  display: block;
}
.recommendArea_featureBlock_list_item_link:hover {
  color: var(--color-theme);
  background-image: url(/images/xwoman/2023/ico_arrow_on.svg);
}
.recommendArea_block {
  padding: 2.4rem 3.2rem;
}
.recommendArea_block + .recommendArea_block {
  border-top: solid 1px var(--color-theme);
}
.recommendArea_block:last-child {
  padding-bottom: 3.2rem;
}
.recommendArea_block_category {
  font-size: 1.3rem;
  color: var(--color-text-sub);
  margin: 0.8rem 0;
}
.recommendArea_block_followBtn {
  margin-bottom: 2.4rem;
}
.recommendArea_block_relationBlog {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommendArea_block_relationBlog_textbox {
  display: flex;
  align-items: center;
}
.recommendArea_block_relationBlog_title {
  font-weight: bold;
  margin-right: 2rem;
}
.recommendArea_block_relationBlog_title a:hover {
  text-decoration: underline;
}
.recommendArea_block_relationBlog_list {
  display: flex;
}
.recommendArea_block_relationBlog_list_wrap:hover {
  opacity: 0.5;
}
.recommendArea_block_relationBlog_list_item {
  border-radius: 50%;
  border: solid 1px var(--color-line-gray);
  background: var(--color-light-gray);
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
}
.recommendArea_block_relationBlog_list_item img {
  border-radius: 50%;
}
.recommendArea_block_relationBlog_list_item + .recommendArea_block_relationBlog_list_item {
  margin-left: -1.2rem;
}
.recommendArea_block_relationBlog_btn {
  max-width: 27.5rem;
  margin: 0;
  margin-left: 2rem;
}

.js-readMoreTarget.-lineClamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.js-readMoreTarget.-lineClamp > p:nth-child(n+2), .js-readMoreTarget.-lineClamp > .empowerment_profile {
  display: none;
}

.topCategoryNavi {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.6rem;
  border: solid 1px var(--color-line-gray);
  margin-bottom: 2.4rem;
}
.topCategoryNavi_item {
  width: 33.333333%;
  font-size: 1.5rem;
  font-weight: bold;
}
.topCategoryNavi_item.-col02 {
  width: 50%;
}
.topCategoryNavi_item + .topCategoryNavi_item {
  border-left: solid 1px var(--color-line-gray);
}
.topCategoryNavi_item:nth-child(4) {
  border-left: none;
  border-top: solid 1px var(--color-line-gray);
}
.topCategoryNavi_item:nth-child(5) {
  border-top: solid 1px var(--color-line-gray);
}
.topCategoryNavi_item_link {
  display: flex;
  align-items: center;
  min-height: 5.6rem;
  padding: 0.4rem 4rem 0.4rem 2rem;
  position: relative;
}
.topCategoryNavi_item_link:hover {
  opacity: 0.5;
}
.topCategoryNavi_item_link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--color-text-sub);
  border-right: 1px solid var(--color-text-sub);
}
.topCategoryNavi_sub {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 2rem;
  margin-bottom: 2.4rem;
}
.topCategoryNavi_sub_item {
  border-bottom: solid 1px var(--color-line-gray);
}
.topCategoryNavi_sub_item_link {
  display: flex;
  align-items: center;
  padding: 1.6rem 3.6rem 1.6rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  height: 100%;
}
.topCategoryNavi_sub_item_link:hover {
  opacity: 0.5;
}
.topCategoryNavi_sub_item_link .-delimiter {
  font-size: 1.3rem;
  font-weight: normal;
  margin: 0 0.6rem 0 1.2rem;
}
.topCategoryNavi_sub_item_link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--color-text-sub);
  border-right: 1px solid var(--color-text-sub);
}
.topCategoryNavi_sub_item_link.-column {
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--color-text-sub);
}
.topCategoryNavi_sub_item_link.-column:hover {
  opacity: 1;
  color: var(--color-default);
}

.writerList {
  display: flex;
  gap: 2rem;
}
.writerList_item {
  width: 9.5rem;
}
.writerList_item_link:hover {
  text-decoration: underline;
}
.writerList_item_photo img {
  width: 9.5rem;
  border-radius: 50%;
}
.writerList_item_name {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 1.2rem;
  text-align: center;
}

.tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.tagList.-gap_s {
  gap: 0.8rem;
}
.tagList_item {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 0.6rem;
  border: solid 1px var(--color-default);
}
.tagList_item:hover {
  opacity: 0.5;
}
.tagList_item_link {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.2rem;
}
.tagList_item_link.-current {
  background: var(--color-default);
  color: #fff;
}

.js-headerPopup_title {
  margin-right: 1rem;
  cursor: pointer;
}
.js-headerPopup_title:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  right: -7px;
  width: 6px;
  height: 6px;
  margin-top: 0px;
  transform: rotate(135deg);
  border-top: 1px solid var(--color-text-sub);
  border-right: 1px solid var(--color-text-sub);
  transition: transform 0.2s;
}
.js-headerPopup_title.-active:after {
  top: -1px;
  transform: rotate(-45deg);
  transition: transform 0.2s;
}
.js-headerPopup_target {
  display: none;
}

.p-bannerBlock {
  text-align: center;
  margin: 4.8rem auto;
}
.p-article_footer + .p-bannerBlock {
  margin-top: 0;
}

.p-parentArticle {
  margin-bottom: 3.2rem;
}
.p-parentArticle_borad {
  margin-bottom: 4.8rem;
  position: relative;
  text-align: center;
}
.p-parentArticle_borad img {
  border-radius: 1.2rem;
}
.p-parentArticle_borad_parentTitle {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 3.2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 1.2rem 1.2rem;
  max-height: 25rem;
  overflow: hidden;
}
.p-parentArticle_borad_parentTitle.-large {
  font-size: 3.8rem;
}
.p-parentArticle_borad_parentTitle.-middle {
  font-size: 2.8rem;
}
.p-parentArticle_borad_parentTitle.-small {
  font-size: 2.2rem;
}
.p-parentArticle_parentTitle {
  margin-bottom: 1.2rem;
  padding: 0;
  color: var(--color-default);
  font-weight: bold;
}
.p-parentArticle_title {
  font-size: 3.6rem;
  margin: 0 0 1.2rem 0;
}
.p-parentArticle_title.-large {
  margin-bottom: 3.2rem;
}
.p-parentArticle_desc {
  color: var(--color-text-sub);
  margin-bottom: 3.2rem;
}
.p-parentArticle_desc.-default {
  color: var(--color-default);
}
.p-parentArticle_lead {
  line-height: 2;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
.p-parentArticle_footer {
  margin-top: 1.6rem;
}
.p-parentArticle_author {
  font-size: 1.3rem;
  color: var(--color-text-sub);
  text-decoration: underline;
  margin-right: 2rem;
  margin-top: 0.6rem;
  float: left;
}
.p-parentArticle_author:hover {
  text-decoration: none;
}

.p-followBtn {
  border: solid 1px var(--color-theme);
  border-radius: 1.8rem;
  display: flex;
  padding: 0.4rem 1.6rem 0.5rem;
  font-weight: 500;
}
.p-followBtn:hover {
  opacity: 0.5;
}
.p-followBtn.-active {
  background-color: var(--color-theme);
  color: #fff;
}
.p-followBtn.-terrace {
  border-color: var(--color-theme-terrace);
}
.p-followBtn.-terrace.-active {
  background-color: var(--color-theme-terrace);
}
.p-followBtn.-terrace img {
  fill: #b1970a;
}
.p-followBtn img {
  margin-top: 0.1rem;
  margin-right: 0.2rem;
}

.expandImage {
  max-width: 80rem;
  margin: 0 auto;
  padding: 5.45rem 2rem;
}
.expandImage_title {
  font-size: 2rem;
  margin: 0 0 1.2rem 0;
}
.expandImage_figure {
  margin: 0;
  border-radius: 1.4rem;
}
.expandImage_figure img {
  width: 100%;
  border-radius: 1.4rem;
}
.expandImage_figure figcaption {
  margin: 1.2rem 0 0 0;
}

/* =================================================
  .p-siteCategory
================================================= */
.p-siteCategory {
  display: flex;
  align-items: center;
  align-items: center;
  margin-bottom: 3.2rem;
}
.p-siteCategory_logo {
  flex-shrink: 0;
  margin-right: 2rem;
  font-size: 0;
}
.p-siteCategory_text {
  color: var(--color-text-sub);
}

/* =================================================
  .cardFrame
================================================= */
.cardFrame_item {
  background: var(--color-light-gray);
  border-radius: 0.6rem;
  padding: 2.8rem 2.4rem;
}
.cardFrame_item_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.cardFrame_item_title {
  font-size: 2rem;
  margin: 0;
}
.cardFrame_item_title_link {
  flex-shrink: 0;
  font-size: 1.3rem;
  line-height: 1.3;
  position: relative;
  margin-right: 1rem;
}
.cardFrame_item_title_link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  right: -0.5rem;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--color-text-sub);
  border-right: 1px solid var(--color-text-sub);
}
.cardFrame_item_title_link:hover {
  text-decoration: underline;
}

.filter_list {
  display: flex;
  margin: 2.4rem 0;
}
.filter_list_item {
  flex: 1;
  font-weight: bold;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px var(--color-line-gray);
  color: var(--color-text-sub);
}
.filter_list_item + .filter_list_item {
  border-left: solid 1px var(--color-line-gray);
  margin-left: -1px;
}
.filter_list_item_link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  width: 100%;
  height: 100%;
}
.filter_list_item_link:hover {
  color: var(--color-default);
}
.filter_list_item:first-child {
  border-radius: 0.6rem 0 0 0.6rem;
}
.filter_list_item:last-child {
  border-radius: 0 0.6rem 0.6rem 0;
}
.filter_list_item.-active {
  color: var(--color-default);
  border: solid 1px var(--color-default);
  position: relative;
}
.filter_list_item:first-child.-active {
  border-radius: 0.6rem 0 0 0.6rem;
  border: solid 1px var(--color-default);
  position: relative;
}
.filter_list_item:last-child.-active {
  border-radius: 0 0.6rem 0.6rem 0;
  border: solid 1px var(--color-default);
  position: relative;
}
.filter_list_item.-current {
  border-color: var(--color-default);
  color: var(--color-default);
  position: relative;
}
.filter_list_item .-active {
  border: solid 1px var(--color-default);
  color: var(--color-default);
  position: relative;
}
.filter_list_item:first-child .-active {
  border-radius: 0.6rem 0 0 0.6rem;
}
.filter_list_item:last-child .-active {
  border-radius: 0 0.6rem 0.6rem 0;
}

/* =================================================
  .paywall
================================================= */
.paywall {
  margin: 4rem 0;
  text-align: center;
  padding: 2.4rem 4.8rem;
  background: var(--color-light-gray);
  border-radius: 0.6rem;
}
.paywall_title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.36;
  margin-bottom: 2rem;
}
.paywall_subtitle {
  font-weight: bold;
  line-height: 1.36;
}
.paywall_subtitle + .paywall_subtitle {
  margin-top: 0.8rem;
}
.paywall_icon {
  margin-right: 0.5rem;
}
.paywall_text {
  margin: 2rem 0 0.8rem;
}
.paywall_action {
  display: -ms-grid;
  display: grid;
  gap: 0.8rem;
  margin: 0.8rem 0 2rem;
  grid-template-columns: repeat(auto-fit, 24.8rem);
  justify-content: center;
}
.paywall_action_btn {
  min-height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  border: solid 1px var(--color-link);
  background: var(--color-link);
  color: #fff;
}
.paywall_action_btn:hover {
  opacity: 0.5;
}
.paywall_action_btn.-login {
  border: solid 1px var(--color-theme);
  background: #fff;
  color: var(--color-theme);
}
.paywall_link {
  text-align: center;
  display: inline-flex;
  text-decoration: underline;
  margin-top: 2rem;
}
.paywall_link:hover {
  opacity: 0.5;
}

.searchArea {
  display: flex;
  margin-bottom: 2.4rem;
}
.searchArea_search {
  background: var(--color-light-gray) url(/images/xwoman/2023/ico_search.svg) 12px 50%/14px auto no-repeat;
  font-size: 1.5rem;
  padding: 1.2rem 1.2rem 1.2rem 3.6rem;
  border: none;
  border-radius: 0.6rem;
  margin-right: 0.8rem;
  min-width: 37.6rem;
}
.searchArea_btn {
  flex-shrink: 0;
  border-radius: 0.6rem;
  border: solid 1px var(--color-default);
  background: var(--color-default);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  padding: 1.2rem;
}

.searchResult_title {
  font-size: 2.8rem;
  margin: 0 0 0.8rem;
}
.searchResult_number {
  margin-bottom: 2rem;
}
.searchResult_text {
  margin-bottom: 2rem;
}

.borderFrame {
  border: solid 1px var(--color-line-gray);
  border-radius: 0.6rem;
}
.borderFrame_item {
  padding: 2.4rem 2rem;
}
.borderFrame_item + .borderFrame_item {
  border-top: 1px solid var(--color-line-gray);
}
.borderFrame_title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2rem;
}
.borderFrame_dl {
  margin: 0;
}

.authorProfile {
  margin-bottom: 4.8rem;
}
.authorProfile_borad {
  margin-bottom: 2.4rem;
}
.authorProfile_header {
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  position: relative;
}
.authorProfile_header_relationLink {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 0.6rem;
  border: solid 1px var(--color-default);
  display: flex;
  align-items: center;
  padding: 0.5rem 1.2rem 0.5rem 3rem;
  position: absolute;
  right: 0;
  top: 0;
}
.authorProfile_header_relationLink::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 7px;
  height: 7px;
  margin-top: 0px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--color-default);
  border-right: 1px solid var(--color-default);
}
.authorProfile_header_relationLink:hover {
  opacity: 0.5;
}
.authorProfile_block {
  display: flex;
  flex: 1;
}
.authorProfile_block:hover {
  text-decoration: underline;
}
.authorProfile_block:not(a):hover {
  text-decoration: none;
}
.authorProfile_imgbox {
  width: 9.6rem;
  height: 9.6rem;
  flex-shrink: 0;
  margin-right: 1.6rem;
}
.authorProfile_imgbox img {
  border-radius: 50%;
}
.authorProfile_textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.authorProfile_name {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 0.4rem;
  position: relative;
}
.authorProfile_name.-premium:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/images/terrace/2023/ico_premium.svg) 0 1px/1em auto no-repeat;
  margin-left: 0.5rem;
}
.authorProfile_ruby {
  font-size: 1.2rem;
  color: var(--color-text-sub);
  line-height: 1.3;
  margin-bottom: 0.6rem;
  margin-top: -0.4rem;
}
.authorProfile_shoulder {
  font-size: 1.3rem;
  color: var(--color-text-sub);
  line-height: 1.3;
}
.authorProfile_contents.-lineClamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.authorProfile_contents.-lineClamp.-line01 {
  -webkit-line-clamp: 1;
}
.authorProfile_contents_textLink {
  color: var(--color-theme);
  text-decoration: underline;
}
.authorProfile_contents_textLink:hover {
  text-decoration: none;
}
.-terrace .authorProfile_contents_textLink {
  color: var(--color-theme-terrace);
}
.authorProfile_text a {
  color: var(--color-theme);
  text-decoration: underline;
}
.authorProfile_text a:hover {
  text-decoration: none;
}
.-terrace .authorProfile_text a {
  color: var(--color-theme-terrace);
}
.authorProfile_footer {
  margin-top: 1.2rem;
}
.authorProfile_footer_title {
  font-size: 1.5rem;
  margin: 0 0 0.8rem;
}
.authorProfile_footer_list {
  margin-bottom: 1.4rem;
}
.authorProfile_footer_list_item + .authorProfile_footer_list_item {
  margin-top: 0.6rem;
}
.authorProfile_footer_list_item_link {
  text-decoration: underline;
  position: relative;
  display: inline-flex;
}
.authorProfile_footer_list_item_link:before {
  content: "";
  background: url(/images/xwoman/2023/ico_extarnal.svg) 0 0/1.8rem auto no-repeat;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: 0.8rem;
  position: relative;
  top: 2px;
  flex-shrink: 0;
}
.authorProfile_footer_list_item_link:hover {
  opacity: 0.5;
}
.-terrace .authorProfile_footer_list_item_link:before {
  background: url(/images/terrace/2023/ico_extarnal_terrace.svg) 0 0/1.8rem auto no-repeat;
}
.authorProfile_footer_note {
  color: var(--color-text-sub);
  text-indent: -1em;
  padding-left: 1em;
}

::-webkit-full-page-media, :future, :root .authorProfile_contents {
  display: block;
  height: auto;
}

::-webkit-full-page-media, :future, :root .authorProfile_contents.-lineClamp {
  display: block;
  height: 3em;
}

.eventArea {
  margin-bottom: 4.8rem;
}
.eventArea_banner {
  border-radius: 0.6rem;
  overflow: hidden;
}
.eventArea_nav {
  margin-top: 2rem;
}
.eventArea_nav_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.eventArea_nav_list_item_link {
  font-weight: bold;
  position: relative;
}
.eventArea_nav_list_item_link:hover {
  text-decoration: underline;
}
.eventArea_nav_list_item_link:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  left: 1rem;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid var(--color-text-sub);
  border-right: 1px solid var(--color-text-sub);
}

.partitionTitle {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--color-text-sub);
  font-size: 1.3rem;
}
.partitionTitle:before, .partitionTitle:after {
  content: "";
  height: 1px;
  background: var(--color-line-gray);
  flex-grow: 1;
}

.mypageUser {
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.mypageUser_image {
  position: relative;
  width: 8.8rem;
  height: 8.8rem;
  overflow: hidden;
  border-radius: 50%;
}
.mypageUser_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.mypageUser_info {
  flex: 1;
}
.mypageUser_status {
  margin-bottom: 0.4rem;
}
.mypageUser_dispName {
  font-size: 1.5rem;
}
.mypageUser_setting {
  position: relative;
  margin-left: auto;
  line-height: 1.5;
  padding-right: 1.5rem;
}
.mypageUser_setting:hover {
  text-decoration: underline;
}
.mypageUser_setting::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--color-default);
  border-right: 1px solid var(--color-default);
}

.mypageList {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.mypageList_item {
  padding-bottom: 1.6rem;
  border-bottom: solid 1px var(--color-line-gray);
}
.mypageList_item_delete {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  align-self: flex-end;
  margin-left: 2rem;
}
.mypageList_item_delete_date {
  font-size: 1.3rem;
  color: var(--color-text-sub);
}
.mypageList_item_delete_btn {
  background: url(/images/xwoman/2023/ico_delete.svg) 0 2px/1.8rem auto no-repeat;
  padding-left: 2rem;
  margin-left: 1.2rem;
}
.mypageList_item_delete_btn:hover {
  text-decoration: underline;
}

.mypageModal_menu {
  max-height: 55dvh;
  overflow: auto;
}
.mypageModal_menu_list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.mypageModal_menu_list_item {
  border: solid 1px var(--color-line-gray);
  border-radius: 0.6rem;
  font-weight: bold;
  line-height: 1.36;
}
.mypageModal_menu_list_item_link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 6rem;
  width: 100%;
  padding: 1.2rem 2rem;
}
.mypageModal_menu_list.-collapse {
  gap: 0;
}
.mypageModal_menu_list.-collapse .mypageModal_menu_list_item {
  border-radius: 0;
}
.mypageModal_menu_list.-collapse .mypageModal_menu_list_item:first-child {
  border-radius: 0.6rem 0.6rem 0 0;
}
.mypageModal_menu_list.-collapse .mypageModal_menu_list_item:last-child {
  border-radius: 0 0 0.6rem 0.6rem;
}
.mypageModal_menu_list.-collapse .mypageModal_menu_list_item + .mypageModal_menu_list_item {
  margin-top: -1px;
}
.mypageModal_menu_text {
  margin: 2.4rem 0;
}
.mypageModal_tag {
  display: none;
}
.mypageModal_tag_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
.mypageModal_tag_list {
  display: flex;
  flex-direction: column;
  gap: 2.55rem;
  max-height: 24rem;
  overflow: auto;
}
.mypageModal_tag_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.36;
  border-bottom: solid 1px var(--color-line-gray);
  padding-bottom: 1.95rem;
  font-weight: bold;
}
.mypageModal_tag_list_item_deleteBtn {
  font-weight: normal;
  margin-left: auto;
  flex-shrink: 0;
  background: url(/images/xwoman/2023/ico_delete.svg) 0 2px/1.8rem auto no-repeat;
  padding-left: 2rem;
  margin-left: 1.2rem;
}
.mypageModal_tag_list_item_deleteBtn:hover {
  text-decoration: underline;
}

.mypageLogin {
  text-align: center;
  margin-top: 4rem;
}
.mypageLogin_title {
  margin: 0;
}
.mypageLogin_btnBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.mypageLogin_btnBox_item_text {
  margin: 2rem 0 1.2rem;
}
.mypageLogin_btnBox_item .c-btn {
  margin-top: 0;
}

.empowerment_title {
  font-size: 3.6rem;
  margin: 0 0 2.4rem;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .empowerment_title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .empowerment_title br {
    display: none;
  }
}
.empowerment_text + .empowerment_text {
  margin-top: 2.4rem;
}
.empowerment_profile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.2rem;
}
.empowerment_profile_name {
  font-weight: bold;
}
.empowerment_profile_photo {
  margin-left: 1.6rem;
  border-radius: 1.2rem;
}
.empowerment .c-btn {
  margin-top: 4rem;
}

.bannerList {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 21rem);
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.bannerList_item {
  text-align: center;
}
.bannerList_item_link {
  display: block;
}
.bannerList_item_link:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.bannerList_item_name {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 0.8rem;
}

.ambassadorBlock {
  margin-bottom: 2.4rem;
}
.ambassadorBlock_title {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0 0 2.4rem;
}
.ambassadorBlock_title_help {
  display: flex;
  align-items: center;
  margin-left: 1.2rem;
}
.ambassadorBlock_title.-small {
  margin-bottom: 1.2rem;
}
.ambassadorBlock_profile {
  display: flex;
  margin-bottom: 1.2rem;
}
.ambassadorBlock_profile:hover {
  text-decoration: underline;
}
.ambassadorBlock_profile_imgbox {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1.6rem;
  border: solid 1px var(--color-line-gray);
}
.ambassadorBlock_profile_name {
  font-weight: 500;
  margin-bottom: 0.4rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
.ambassadorBlock_profile_name.-premium:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/images/terrace/2023/ico_premium.svg) 0 1px/1em auto no-repeat;
  margin-left: 0.5rem;
}
.ambassadorBlock_profile_text {
  color: var(--color-text-sub);
  font-size: 1.3rem;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ambassadorBlock_blog {
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--color-theme-terrace);
  margin-bottom: 0.8rem;
}
.ambassadorBlock_blog_title {
  font-weight: bold;
  line-height: 1.36;
  margin-bottom: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ambassadorBlock_blog_link:hover {
  text-decoration: underline;
}

.hashList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  color: var(--color-text-sub);
  margin-top: 0.8rem;
  font-size: 1.3rem;
}

.ambassadorHelp {
  max-width: 60rem;
}
.ambassadorHelp_title {
  margin: 4rem 0 2.4rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.ambassadorHelp_text img {
  position: relative;
  top: 3px;
}

::-webkit-full-page-media, :future, :root .ambassadorHelp .c-btn:focus {
  outline: none;
}

.ambassadorNotice {
  background: var(--color-light-gray);
  padding: 1.6rem 2rem;
  border-radius: 1.4rem;
}
.ambassadorNotice_text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--color-text-sub);
}

.terraceFrame {
  border: solid 1px var(--color-theme-terrace);
  border-radius: 1.2rem;
  padding: 2.4rem;
  background: #f5fafa;
}
.terraceFrame.-top {
  margin-top: 2.4rem;
}
.terraceFrame + .terraceFrame {
  margin-top: 2rem;
}
.terraceFrame.-noborder {
  border: none;
  margin-bottom: 2.4rem;
}
.terraceFrame_shoulder {
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--color-text-sub);
}
.terraceFrame_logo {
  margin-bottom: 1.6rem;
}
.terraceFrame_logo .-xwoman {
  width: 10.3rem;
}
.terraceFrame_logo .-woman {
  width: 8.3rem;
}
.terraceFrame_card {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.-noborder .terraceFrame_card {
  margin-bottom: 0;
}
.terraceFrame_card_imgbox {
  flex-shrink: 0;
  width: 15.3rem;
  height: 11.4rem;
  margin-right: 2rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.terraceFrame_card_imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.terraceFrame_card_title {
  margin: 0 0 0.8rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-theme-terrace);
          text-decoration-color: var(--color-theme-terrace);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.terraceFrame_card_category {
  font-size: 1.3rem;
  color: var(--color-text-sub);
  line-height: 1.3;
}
.terraceFrame_card:hover .terraceFrame_card_title {
  color: var(--color-theme-terrace);
}
.terraceFrame_text {
  margin-bottom: -0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.terraceFrame_inner {
  background: #fff;
  padding: 1.2rem 2.4rem 1.6rem;
  border-radius: 0.6rem;
  margin-top: 1.6rem;
}
.terraceFrame_relationBlog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.8rem;
}
.terraceFrame_relationBlog_num {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: -0.8rem 0 1.8rem;
}
.terraceFrame_relationBlog_textbox {
  display: flex;
  align-items: center;
}
.terraceFrame_relationBlog_title {
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--color-text-sub);
}
.terraceFrame_relationBlog_info {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.terraceFrame_relationBlog_list {
  display: flex;
}
.terraceFrame_relationBlog_list_item {
  border-radius: 50%;
  border: solid 1px var(--color-line-gray);
  background: var(--color-light-gray);
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
}
.terraceFrame_relationBlog_list_item:nth-child(1) {
  z-index: 10;
}
.terraceFrame_relationBlog_list_item:nth-child(2) {
  z-index: 9;
}
.terraceFrame_relationBlog_list_item:nth-child(3) {
  z-index: 8;
}
.terraceFrame_relationBlog_list_item:nth-child(4) {
  z-index: 7;
}
.terraceFrame_relationBlog_list_item:nth-child(5) {
  z-index: 6;
}
.terraceFrame_relationBlog_list_item:nth-child(6) {
  z-index: 5;
}
.terraceFrame_relationBlog_list_item:nth-child(7) {
  z-index: 4;
}
.terraceFrame_relationBlog_list_item:nth-child(8) {
  z-index: 3;
}
.terraceFrame_relationBlog_list_item:nth-child(9) {
  z-index: 2;
}
.terraceFrame_relationBlog_list_item:nth-child(10) {
  z-index: 1;
}
.terraceFrame_relationBlog_list_item img {
  border-radius: 50%;
}
.terraceFrame_relationBlog_list_item + .terraceFrame_relationBlog_list_item {
  margin-left: -1.2rem;
}
.terraceFrame_relationBlog_link {
  line-height: 1.3;
  position: relative;
  padding-right: 2.4rem;
  padding-left: 0.8rem;
  display: flex;
  align-items: center;
}
.terraceFrame_relationBlog_link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 7px;
  height: 7px;
  margin-top: 0px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--color-text-sub);
  border-right: 1px solid var(--color-text-sub);
}
.terraceFrame_relationBlog_link:hover {
  text-decoration: underline;
}
.terraceFrame .p-articleList_item_link:hover .p-articleList_item_title {
  color: var(--color-theme-terrace);
}

.imgPopup {
  max-width: 100rem;
  width: auto;
}

.headingFollow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.headingFollow .p-followBtn {
  flex-shrink: 0;
  margin-top: 1.2rem;
  margin-left: 2rem;
}

#speechModal {
  position: fixed;
  z-index: 1000;
  bottom: 120px;
  left: -170px;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: 10px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 12px;
  width: 150px;
  transition: all 0.5s;
  opacity: 0;
}

#speechModal.active {
  opacity: 1;
  left: 10px;
}

#speechModal .btnArea {
  margin: 10px 0;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}

#speechModal .notice {
  font-size: 11px;
}

#speechModal .playSpeech.inactive,
#speechModal .pauseSpeech.inactive,
#speechModal #btnRestartSpeech.inactive,
#speechModal #btnStopSpeech.inactive,
#speechModal #btnResumeSpeech.inactive {
  /*display:none;*/
  opacity: 0.3;
  cursor: default;
}

#speechModal input[type=range i] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: default;
  color: -internal-light-dark(#101010, white);
  width: 130px;
}

a.p-article_action_speech {
  display: flex;
  height: 28px;
  align-items: center;
}

a.p-article_action_speech span {
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
}

.playSpeech {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.05em solid currentColor;
  border-radius: 50%;
  color: #333;
  font-size: 30px;
  opacity: 1;
}
.playSpeech::before {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.5em solid currentColor;
  box-sizing: border-box;
  content: "";
}

.pauseSpeech {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.05em solid currentColor;
  border-radius: 50%;
  color: #333;
  font-size: 30px;
  opacity: 1;
}
.pauseSpeech::before, .pauseSpeech::after {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.1em;
  height: 0.5em;
  box-sizing: border-box;
  background-color: currentColor;
  content: "";
}
.pauseSpeech::before {
  left: 40%;
}
.pauseSpeech::after {
  left: 60%;
}

.stopSpeech {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.05em solid currentColor;
  border-radius: 50%;
  color: #333;
  font-size: 30px;
  opacity: 1;
}
.stopSpeech::before {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.25em solid currentColor;
  box-sizing: border-box;
  content: "";
}

.btnFunc {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 11rem;
  height: 2.6rem;
  border: 1px solid #e5e5e5;
  border-radius: 1.6rem;
  line-height: 2.6rem;
  color: #121212;
  font-size: 1.3rem;
  font-weight: 500;
}

.btnFunc:hover {
  text-decoration: underline;
}

.blogReport {
  max-width: 60rem;
}
.blogReport_title {
  margin: 4rem 0 2.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.blogReport_cancel {
  margin: 2.4rem auto 0;
  display: flex;
  justify-content: center;
}
.blogReport_cancel:hover {
  text-decoration: underline;
}

.rhizomePopupNrhizome {
  max-width: 60rem;
  text-align: center;
  padding: 3.2rem 5rem;
  margin: 0 auto;
}
.rhizomePopupNrhizome_list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-align: left;
  margin: 2rem auto;
  max-width: 32rem;
}
.rhizomePopupNrhizome_list_item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.rhizomePopupNrhizome_link {
  margin: 2.4rem auto 0;
  display: flex;
  justify-content: center;
}
.rhizomePopupNrhizome_link:hover {
  text-decoration: underline;
}

.rhizomePopupXwoman {
  max-width: 80rem;
  text-align: center;
  padding: 3.2rem 5rem;
}
.rhizomePopupXwoman_btnBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.rhizomePopupXwoman_btnBox_item_text {
  margin: 2rem 0 1.2rem;
}
.rhizomePopupXwoman_btnBox_item .c-btn {
  margin-top: 0;
}

.popupNoMemberInviteLike {
  max-width: 50rem;
  text-align: center;
  padding: 3.2rem 5rem;
  font-size: 1.5rem;
}
.popupNoMemberInviteLike_btn {
  flex-direction: column;
  font-size: 1.8rem;
}
.popupNoMemberInviteLike_btn .-sub {
  font-size: 1rem;
}
.popupNoMemberInviteLike_link {
  margin: 2.4rem auto 0;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
}
.popupNoMemberInviteLike_link:hover {
  text-decoration: underline;
}

.popupNoMemberInvite {
  max-width: 55rem;
  text-align: center;
  padding: 3.2rem 5rem;
}
.popupNoMemberInvite_btn {
  flex-direction: column;
  font-size: 1.8rem;
}
.popupNoMemberInvite_btn .-sub {
  font-size: 1rem;
}
.popupNoMemberInvite_link {
  margin: 2.4rem auto 0;
  display: flex;
  justify-content: center;
}
.popupNoMemberInvite_link:hover {
  text-decoration: underline;
}

.popupGiftShare {
  max-width: 55rem;
  text-align: center;
  padding: 3.2rem 5rem;
}
.popupGiftShare_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.popupGiftShare_text {
  margin-top: 1.2rem;
}
.popupGiftShare_textbox {
  display: none;
}
.popupGiftShare_box {
  background: var(--color-sub);
  padding: 2rem;
  text-align: center;
  border-radius: 0.6rem;
  margin-top: 2rem;
}
.popupGiftShare_textarea {
  overflow: auto;
  height: 7rem;
  padding: 1.2rem;
  margin-top: 2rem;
  border: solid 1px var(--color-line-gray);
  text-align: left;
}
.popupGiftShare .c-btn.-disabled {
  background: var(--color-sub);
  color: var(--color-default);
}
.popupGiftShare .c-btn.-disabled:hover {
  opacity: 1;
  cursor: auto;
}

.modalNotice {
  display: none;
  background: #fff;
  z-index: 11;
  position: absolute;
  left: -36.7rem;
  top: 7.2rem;
  width: 42.3rem;
  height: auto;
  max-height: calc(90vh - 7.2rem);
  border: solid 1px var(--color-default);
  border-radius: 0.6rem;
  padding-bottom: 2.4rem;
  overflow-y: auto;
}
.modalNotice.-rhizome {
  height: auto;
}
.modalNotice_list {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.modalNotice_list_item {
  border-bottom: solid 1px var(--color-line-gray);
  padding: 1.6rem;
}
.modalNotice_list_item.active {
  background: #fafafa;
  box-sizing: border-box;
}
.modalNotice_list_item_link {
  display: flex;
}
.modalNotice_list_item_link:hover .modalNotice_list_item_title {
  text-decoration: underline;
}
.modalNotice_list_item_link:hover .modalNotice_list_item_text {
  text-decoration: underline;
}
.modalNotice_list_item_imgbox {
  margin-right: 1.2rem;
}
.modalNotice_list_item_imgbox_photo {
  border-radius: 50%;
}
.modalNotice_list_item_textbox {
  flex: 1;
}
.modalNotice_list_item_title {
  margin-bottom: 0.8rem;
}
.modalNotice_list_item_text {
  margin-bottom: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.modalNotice_list_item_date {
  font-size: 1.3rem;
  color: var(--color-text-sub);
}
.modalNotice_list_item_name {
  font-weight: bold;
}

/* =================================================
  全社緊急緊急お知らせ
================================================= */
#corporateInfomation {
  width: min(100%, 600px);
  margin: 10px auto;
  padding: 0;
  border: solid 1px red;
  border-radius: 4px;
  display: block;
  line-height: 1.6;
}

#corporateInfomation * {
  box-sizing: border-box;
  font-size: 14px;
}

#corporateInfomation h4 {
  margin: 0;
  color: #d80022;
}

#corporateInfomation a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 40px;
  text-decoration: none;
}

/* =================================================
  データ利用について
================================================= */
.bpPrivacy {
  background: #ffffff;
  border-top: 4px solid #1e4d84;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
  display: none;
  padding: 16px;
  position: fixed;
  z-index: 100;
  bottom: 16px;
  right: 16px;
  width: 440px;
}
@media screen and (max-width: 768px) {
  .wec .bpPrivacy {
    bottom: 76px;
    right: 10px;
    max-width: 355px;
    width: calc(100% - 20px);
  }
}
.bpPrivacy_message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}
.bpPrivacy_buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.bpPrivacy_button-detail,
.bpPrivacy_button-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.65;
  align-items: center;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0 12px;
  vertical-align: bottom;
  white-space: nowrap;
}

.bpPrivacy_button-detail {
  background-color: #ffffff;
  color: #333333;
  font-weight: 500;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
.bpPrivacy_button-detail:hover {
  background-color: rgba(51, 51, 51, 0.06);
}

.bpPrivacy_button-close {
  background-color: #0068bc;
  color: #fff;
  font-weight: 700;
  margin-left: 15px;
  border: none;
}
.bpPrivacy_button-close:hover {
  background-color: rgba(0, 118, 214, 0.9);
}

/* =================================================
  デジタル雑誌セット会員限定
================================================= */
.magazineBox {
  display: flex;
  justify-content: center;
  margin: 3.2rem 0;
}
.magazineBox_item {
  position: relative;
  transform: rotate(6deg);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.magazineBox_item.-first {
  transform: rotate(-6deg);
  z-index: 1;
}

.citeNote {
  border: solid 1px var(--color-line-gray);
  border-radius: 0.6rem;
  margin: 4rem 0;
  padding: 1.6rem 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.citeNote_title {
  font-weight: bold;
  margin-bottom: 0.8rem;
}

/* -----------------------------------------------
  BPタグ
----------------------------------------------- */
.articleBody {
  font-size: 1.8rem;
  /* 図（縦積み）*/
  /* 図（エトキ右配置） */
  /* テーブル（イ）表左寄せ */
  /* テーブル（ウ）表右寄せ */
  /* テーブル（エ）表中央 */
  /* プロフィール */
  /* bpblogcard */
}
.articleBody a {
  color: var(--color-theme);
  text-decoration: underline;
}
.articleBody a:hover {
  text-decoration: none;
}
.articleBody div[class^=bpimage] a {
  color: #7a7a7a;
  font-weight: normal;
}
.articleBody p {
  line-height: 2;
}
.articleBody p + p {
  margin-top: 2rem;
}
.articleBody .bplead {
  padding: 3.2rem;
  margin-bottom: 7rem;
  line-height: 2;
  border: solid 1px var(--color-line-gray);
  border-radius: 1.2rem;
  counter-reset: number;
  position: relative;
}
.articleBody .bplead:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2.3rem;
  left: 50%;
  width: 4.4rem;
  height: 4.4rem;
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
  border-radius: 7rem 0 0.6rem 0;
  border: solid 1px var(--color-line-gray);
}
.articleBody .bplead:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  width: 6.4rem;
  height: 2rem;
  transform: translateX(-50%);
  background: #fff;
}
.articleBody .bplead_list {
  padding: 0;
  margin: 0.4rem 0 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.articleBody .bplead_list_item {
  line-height: 2;
  padding-left: 2.5em;
  text-indent: -2.5em;
  margin: 0;
  position: relative;
}
.articleBody .bplead_list_item:before {
  position: absolute;
  left: 0;
  top: 0;
}
.articleBody .bplead_list_item_link {
  color: var(--color-default);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-theme);
          text-decoration-color: var(--color-theme);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.articleBody .bplead_list_item.-next {
  color: var(--color-text-sub);
}
.articleBody h3 {
  clear: both;
  margin: 4rem 0 2rem;
  font-size: 2rem;
  font-size: 2.4rem;
  color: var(--color-black);
  font-weight: bold;
}
.articleBody h4 {
  clear: both;
  margin: 2rem 0;
  color: var(--color-black);
  font-size: 2rem;
  font-weight: bold;
  border-left: solid 1px var(--color-theme);
  padding-left: 1.2rem;
  line-height: 2;
}
.articleBody .fontSizeXXL {
  font-size: 3.2rem;
}
.articleBody .fontSizeXL {
  font-size: 2.4rem;
}
.articleBody .fontSizeL {
  font-size: 2rem;
}
.articleBody .fontSizeS {
  font-size: 1.5rem;
  line-height: 1.5;
}
.articleBody .fontSizeXS {
  font-size: 1.3rem;
}
.articleBody .textCol,
.articleBody .textColTintA,
.articleBody .textColTintB,
.articleBody .textColShade,
.articleBody .textColShadeA,
.articleBody .textColShadeB,
.articleBody .textColBlack,
.articleBody .textColBlackTintA,
.articleBody .textColBlackTintB,
.articleBody .textColBlackShade,
.articleBody .textColBlackShadeA,
.articleBody .textColBlackShadeB {
  font-weight: bold;
}
.articleBody .textCol {
  color: var(--color-theme);
}
.articleBody .textColTintA {
  color: #4589f0;
}
.articleBody .textColTintB {
  color: #df3cfa;
}
.articleBody .textColShade {
  color: #f8ba99;
}
.articleBody .textColShadeA {
  color: #b5d0f9;
}
.articleBody .textColShadeB {
  color: #f2b1fd;
}
.articleBody .textColBlack {
  color: var(--color-default);
}
.articleBody .textColBlackTintA {
  color: #717171;
}
.articleBody .textColBlackTintB {
  color: #a0a0a0;
}
.articleBody .textColBlackShade {
  color: #c6c6c6;
}
.articleBody .textColBlackShadeA {
  color: #dedede;
}
.articleBody .textColBlackShadeB {
  color: #ececec;
}
.articleBody .bgCol,
.articleBody .bgColTintA,
.articleBody .bgColTintB,
.articleBody .bgColShade,
.articleBody .bgColShadeA,
.articleBody .bgColShadeB,
.articleBody .bgColBlack,
.articleBody .bgColBlackTintA,
.articleBody .bgColBlackTintB,
.articleBody .bgColBlackShade,
.articleBody .bgColBlackShadeA,
.articleBody .bgColBlackShadeB {
  padding: 0.5rem 1.2rem;
}
.articleBody .bgCol {
  background: var(--color-theme);
  color: #fff;
}
.articleBody .bgColTintA {
  background: #4589f0;
  color: #fff;
}
.articleBody .bgColTintB {
  background: #df3cfa;
  color: #fff;
}
.articleBody .bgColShade {
  background: #f8ba99;
}
.articleBody .bgColShadeA {
  background: #b5d0f9;
}
.articleBody .bgColShadeB {
  background: #f2b1fd;
}
.articleBody .bgColBlack {
  background: var(--color-default);
  color: #fff;
}
.articleBody .bgColBlackTintA {
  background: #717171;
  color: #fff;
}
.articleBody .bgColBlackTintB {
  background: #a0a0a0;
  color: #fff;
}
.articleBody .bgColBlackShade {
  background: #c6c6c6;
}
.articleBody .bgColBlackShadeA {
  background: #dedede;
}
.articleBody .bgColBlackShadeB {
  background: #ececec;
}
.articleBody .textColBlack {
  font-weight: bold;
  color: black;
}
.articleBody .textColGray {
  color: gray;
}
.articleBody .textColSilver {
  color: silver;
}
.articleBody .textColWhite {
  color: white;
}
.articleBody .textColRed {
  color: red;
}
.articleBody .textColYellow {
  color: yellow;
}
.articleBody .textColLime {
  color: lime;
}
.articleBody .textColAqua {
  color: aqua;
}
.articleBody .textColBlue {
  color: blue;
}
.articleBody .textColFuchsia {
  color: fuchsia;
}
.articleBody .textColMaroon {
  color: maroon;
}
.articleBody .textColOlive {
  color: olive;
}
.articleBody .textColGreen {
  color: green;
}
.articleBody .textColTeal {
  color: teal;
}
.articleBody .textColNavy {
  color: navy;
}
.articleBody .textColPurple {
  color: purple;
}
.articleBody .bgColBlack {
  background-color: black;
}
.articleBody .bgColGray {
  background-color: gray;
}
.articleBody .bgColSilver {
  background-color: silver;
}
.articleBody .bgColWhite {
  background-color: white;
}
.articleBody .bgColRed {
  background-color: red;
}
.articleBody .bgColYellow {
  background-color: yellow;
}
.articleBody .bgColLime {
  background-color: lime;
}
.articleBody .bgColAqua {
  background-color: aqua;
}
.articleBody .bgColBlue {
  background-color: blue;
}
.articleBody .bgColFuchsia {
  background-color: fuchsia;
}
.articleBody .bgColMaroon {
  background-color: maroon;
}
.articleBody .bgColOlive {
  background-color: olive;
}
.articleBody .bgColGreen {
  background-color: green;
}
.articleBody .bgColTeal {
  background-color: teal;
}
.articleBody .bgColNavy {
  background-color: navy;
}
.articleBody .bgColPurple {
  background-color: purple;
}
.articleBody b, .articleBody .fontBold {
  font-weight: bold;
}
.articleBody .fontNormal {
  font-weight: normal;
}
.articleBody i, .articleBody .fontItalic {
  font-style: italic;
}
.articleBody em, .articleBody strong {
  font-style: normal;
  font-weight: bold;
}
.articleBody sup, .articleBody sub {
  position: static;
  font-size: 12px;
}
.articleBody sup {
  vertical-align: super;
}
.articleBody sub {
  vertical-align: sub;
}
.articleBody u,
.articleBody .textSolidUndrLine {
  text-decoration: none;
  padding-bottom: 0.15em;
  border-bottom: solid 0.1em gray;
}
.articleBody .textUnsolidUndrLine {
  padding-bottom: 0.15em;
  border-bottom: dashed 0.1em gray;
}
.articleBody s, .articleBody del, .articleBody .textLineThrough {
  text-decoration: line-through;
}
.articleBody .textHighlight {
  padding: 0.5rem 0;
  background: #ffb13c;
}
.articleBody .textHighlightTintA {
  padding: 0.5rem 0;
  background: #90bdff;
}
.articleBody .textHighlightTintB {
  padding: 0.5rem 0;
  background: #f19dff;
}
.articleBody .textHighlightShade {
  padding: 0.5rem 0;
  background: #ffe8c4;
}
.articleBody .textHighlightShadeA {
  padding: 0.5rem 0;
  background: #deebff;
}
.articleBody .textHighlightShadeB {
  padding: 0.5rem 0;
  background: #fbe2ff;
}
.articleBody .textAlignLeft {
  display: block;
  text-align: left;
}
.articleBody .textAlignCenter {
  display: block;
  text-align: center;
}
.articleBody .textAlignRight {
  display: block;
  text-align: right;
}
.articleBody hr,
.articleBody hr.line {
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #eee;
}
.articleBody hr:after,
.articleBody hr.line:after {
  content: "";
  display: block;
}
.articleBody em, .articleBody strong {
  font-weight: bold;
}
.articleBody hr.diamond, .articleBody hr.asterisk {
  padding-bottom: 20px;
  border: none;
}
.articleBody hr.asterisk {
  overflow: hidden;
}
.articleBody hr.asterisk:after {
  content: "＊＊＊";
  letter-spacing: 4em;
  margin-right: -4em;
  text-align: center;
}
.articleBody hr.diamond:after {
  content: "◇◇◇";
  letter-spacing: 4em;
  margin-right: -4em;
  text-align: center;
  line-height: 1;
}
.articleBody .clearLeft {
  clear: left;
}
.articleBody .clearRight {
  clear: right;
}
.articleBody .clearBoth {
  clear: both;
}
.articleBody .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.articleBody .bpimage_image {
  position: relative;
  margin-bottom: 1.2rem;
  text-align: center;
}
.articleBody .bpimage_image + .bpimage_title, .articleBody .bpimage_image + .bpimage_caption {
  margin-top: 1.2rem;
}
.articleBody .bpimage_image img {
  border-radius: 0.6rem;
}
.articleBody .bpimage_image a {
  display: block;
  line-height: 0;
  position: relative;
}
.articleBody .bpimage_image a.bpimage_image_zoom:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff url(/images/xwoman/2023/ico_zoom.svg) 50% 50%/2.4rem auto no-repeat;
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.articleBody .bpimage_image a:hover:after {
  opacity: 0.5;
}
.articleBody .bpimage_image.-extarnal a:after {
  background: #fff url(/images/xwoman/2023/ico_extarnal_02.svg) 50% 50%/2.4rem auto no-repeat;
}
.articleBody .bpimage_image_hide_zoom a:after {
  content: "";
  background: none;
}
.articleBody .bpimage_title + .bpimage_image,
.articleBody .bpimage_caption + .bpimage_image {
  margin-top: 1.2rem;
  margin-bottom: 0;
}
.articleBody .bpimage_title {
  font-size: 1.3rem;
  line-height: 1.3;
}
.articleBody .bpimage_caption {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--color-text-sub);
}
.articleBody .bpimage_click {
  margin-bottom: 5px;
  font-size: 12px;
  color: #7a7a7a;
  line-height: 1.67;
}
.articleBody .bpimage_right {
  float: right;
  margin: 0 0 2rem 2rem;
  width: 29rem;
}
.articleBody .bpimage_left {
  float: left;
  margin: 0 2rem 2rem 0;
  width: 29rem;
}
.articleBody .bpimage_center {
  width: 100%;
  margin: 4rem auto;
}
.articleBody .bpimage_double {
  overflow: hidden;
}
.articleBody .bpimage_double .bpimage_left, .articleBody .bpimage_double .bpimage_right {
  margin: 0;
}
.articleBody .bpimage_double .bpimage_left {
  width: 100%;
}
.articleBody .bpimage_double .bpimage_right {
  width: 100%;
}
.articleBody .bpimage_double .bpimage_title {
  clear: both;
}
.articleBody .bpimage_double .bpimage_caption {
  clear: both;
}
.articleBody .bpimage_triple {
  width: 500px;
  margin: 10px auto 30px;
  overflow: hidden;
}
.articleBody .bpimage_triple .bpimage_wrap {
  margin: 0;
  float: left;
  overflow: hidden;
}
.articleBody .bpimage_triple .bpimage_right {
  margin: 0;
}
.articleBody .bpimage_triple .bpimage_left,
.articleBody .bpimage_triple .bpimage_right {
  margin: 0;
}
.articleBody .bpimage_triple .bpimage_center {
  margin: 0;
  float: right;
}
.articleBody .bpbox_center {
  margin: 2rem 0;
}
.articleBody .bpbox_left {
  float: left;
  margin: 10px 10px 10px 0;
}
.articleBody .bpbox_right {
  float: right;
  margin: 10px 0 10px 10px;
}
.articleBody .bpimage_set + .bpimage_set {
  margin-top: 2rem;
}
.articleBody .bpimage_caption_right {
  margin: 0 auto 20px;
  overflow: hidden;
  zoom: 1;
}
.articleBody .bpimage_caption_right .bpimage_left {
  margin-bottom: 0;
}
.articleBody .bpimage_caption_right .bpimage_title {
  padding: 10px 0 0;
  clear: none;
}
.articleBody .bpimage_caption_right .bpimage_caption {
  clear: none;
}
.articleBody .bpmovie {
  width: 100%;
  aspect-ratio: 16/9;
}
.articleBody .bptable {
  width: 100%;
  margin: 1.2rem auto 4rem;
  overflow: auto;
}
.articleBody .bptable table {
  width: 100%;
  border-collapse: collapse;
}
.articleBody .bptable th,
.articleBody .bptable td {
  border: 1px solid var(--color-line-gray);
  padding: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
}
.articleBody .bptable th {
  background: #fff;
  background: var(--color-light-gray);
}
.articleBody .nowrap {
  white-space: nowrap;
}
.articleBody .bptable_title {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.3;
}
.articleBody .bptable_caption {
  color: var(--color-text-sub);
  font-size: 0.8em;
  line-height: 1.5em;
}
.articleBody .bptable_title + table,
.articleBody .bptable_caption + table {
  margin-top: 10px;
}
.articleBody .bptable_left {
  float: left;
  clear: both;
  margin: 0 30px 10px 0;
}
.articleBody .bptable_right {
  float: right;
  clear: both;
  margin: 0 0 10px 30px;
}
.articleBody .bptable_center {
  clear: both;
}
.articleBody .bpprofile {
  border-radius: 0.6rem;
  border: 1px solid var(--color-line-gray);
  margin: 2rem 0;
  padding: 2rem;
}
.articleBody .bpprofile_photo {
  border-radius: 0.6rem;
  border: 1px solid var(--color-line-gray);
  margin: 2rem 0;
  padding: 2rem;
  position: relative;
}
.articleBody .bpprofile_photo .bpprofile_profile {
  padding-left: 11.6rem;
  min-height: 9.6rem;
}
.articleBody .bpprofile_photo .bpprofile_text img {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 9.6rem;
  height: 9.6rem;
  margin: 0;
  padding: 0;
  float: none;
  border-radius: 50%;
}
.articleBody .bpprofile_name {
  font-size: 2rem;
  line-height: 2;
}
.articleBody .bpprofile_position {
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--color-text-sub);
  margin-top: 0.4rem;
}
.articleBody .bpprofile_text {
  margin-top: 1rem;
  line-height: 2;
}
.articleBody .bpinterview {
  border-radius: 0.6rem;
  margin: 2rem 0;
  padding: 2rem;
  background: var(--color-light-gray);
}
.articleBody .bpinterview_profile {
  margin-bottom: 1.2rem;
}
.articleBody .bpinterview_photo {
  border-radius: 50%;
  width: 9.6rem;
  height: 9.6rem;
  overflow: hidden;
}
.articleBody .bpinterview_name {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 0.4rem;
}
.articleBody .bpinterview_name_ruby {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: normal;
}
.articleBody .bpinterview_position {
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--color-text-sub);
  margin-bottom: 0.4rem;
}
.articleBody ul:not([class]) {
  list-style-type: disc;
}
.articleBody ul > li, .articleBody ol > li {
  line-height: 2;
  list-style-type: inherit;
}
.articleBody dl > dd {
  line-height: 1.4;
  margin: 0 0 0.5em 2em;
}
.articleBody ul, .articleBody ol, .articleBody dl {
  margin-bottom: 2rem;
}
.articleBody ul {
  padding-left: 3.2rem;
}
.articleBody ul.circle {
  list-style-type: disc;
}
.articleBody ul.circle {
  list-style-type: circle;
}
.articleBody ul.square {
  list-style-type: square;
}
.articleBody ul.square li::marker {
  color: var(--color-theme);
}
.articleBody ul.none {
  padding-left: 0;
  list-style-type: none;
}
.articleBody ol {
  padding-left: 3rem;
  list-style-type: decimal;
}
.articleBody ol.upperAlpha {
  list-style-type: upper-alpha;
}
.articleBody ol.lowerAlpha {
  list-style-type: lower-alpha;
}
.articleBody ol.upperRoman {
  list-style-type: upper-roman;
}
.articleBody ol.lowerRoman {
  list-style-type: lower-roman;
}
.articleBody ol.circledDecimal {
  list-style: none;
}
.articleBody ol.circledDecimal li {
  position: relative;
}
.articleBody ol.circledDecimal li:before {
  position: absolute;
  top: 0;
  left: -2.4rem;
  font-weight: bold;
}
.articleBody ol.circledDecimal li:first-child:before {
  content: "①";
}
.articleBody ol.circledDecimal li:first-child + li:before {
  content: "②";
}
.articleBody ol.circledDecimal li:first-child + li + li:before {
  content: "③";
}
.articleBody ol.circledDecimal li:first-child + li + li + li:before {
  content: "④";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li:before {
  content: "⑤";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li:before {
  content: "⑥";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li:before {
  content: "⑦";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li:before {
  content: "⑧";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li + li:before {
  content: "⑨";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li + li + li:before {
  content: "⑩";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li + li + li + li:before {
  content: "⑪";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "⑫";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "⑬";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "⑭";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "⑮";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "⑯";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "⑰";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "⑱";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "⑲";
}
.articleBody ol.circledDecimal li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "⑳";
}
.articleBody ol.circledDecimal ol li:before {
  content: "" !important;
}
.articleBody dl > dt {
  text-decoration: underline;
  margin: 1em 10px;
}
.articleBody dl > dd > ul {
  margin-top: 0.5em;
}
.articleBody ul ul {
  margin-top: 2rem;
}
.articleBody ul ul > li {
  list-style: none;
  position: relative;
}
.articleBody ul ul > li:before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.2rem;
  background: var(--color-default);
  position: absolute;
  top: 1.8rem;
  left: -2.4rem;
}
.articleBody ol li {
  padding-left: 0.2rem;
}
.articleBody ol li::marker {
  font-weight: bold;
}
.articleBody ol ol {
  margin-top: 2rem;
}
.articleBody ol ol ol > li {
  list-style: none;
  position: relative;
}
.articleBody ol ol ol > li:before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.2rem;
  background: var(--color-default);
  position: absolute;
  top: 1.8rem;
  left: -2.4rem;
}
.articleBody .speaker01,
.articleBody .speaker02,
.articleBody .speaker03,
.articleBody .speaker04,
.articleBody .speaker05,
.articleBody .speaker06,
.articleBody .speaker07,
.articleBody .speaker08,
.articleBody .speaker09 {
  font-weight: bold;
  margin-right: 0.5em;
}
.articleBody .speaker01 {
  color: #ffb13c;
}
.articleBody .speaker02 {
  color: #90bdff;
}
.articleBody .speaker03 {
  color: #f19dff;
}
.articleBody .speaker04 {
  color: #959728;
}
.articleBody .speaker05 {
  color: #602897;
}
.articleBody .speaker06 {
  color: #972828;
}
.articleBody .speaker07 {
  color: #289790;
}
.articleBody .speaker08 {
  color: #7c7c7c;
}
.articleBody .speaker09 {
  color: #555555;
}
.articleBody .bpquestion {
  line-height: 2;
  font-weight: bold;
  margin: 2rem 0;
}
.articleBody .bpquestion::before {
  content: "—";
  display: inline-block;
  margin-right: 0.8rem;
  transform: translateY(-2px);
}
.articleBody .bpanswer {
  line-height: 2;
  margin: 2rem 0;
}
.articleBody .bpframe {
  border: solid 1px var(--color-line-gray);
  border-radius: 0.6rem;
  padding: 2rem;
  margin: 2rem 0;
  overflow: hidden;
}
.articleBody .bpframe_title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0.8rem;
  padding-top: 2rem;
}
.articleBody .bpframe_title:before {
  content: "";
  display: block;
  position: absolute;
  width: 5.6rem;
  height: 0.3rem;
  background: var(--color-theme);
  top: 0;
  left: 0;
}
.articleBody .bpframe_text {
  margin-bottom: 0.8rem;
  line-height: 2;
}
.articleBody .bpframe .bpimage_right, .articleBody .bpframe .bpimage_left {
  width: 27rem;
}
.articleBody .bpbox {
  border: solid 1px var(--color-line-gray);
  border-radius: 0.6rem;
  padding: 2rem;
  margin: 2rem 0;
  overflow: hidden;
  border-color: var(--color-theme);
  background: #fef5f0;
}
.articleBody .bpbox_title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0.8rem;
  padding-top: 2rem;
}
.articleBody .bpbox_title:before {
  content: "";
  display: block;
  position: absolute;
  width: 5.6rem;
  height: 0.3rem;
  background: var(--color-theme);
  top: 0;
  left: 0;
}
.articleBody .bpbox_text {
  margin-bottom: 0.8rem;
  line-height: 2;
}
.articleBody .bpbox .bpimage_right, .articleBody .bpbox .bpimage_left {
  width: 27rem;
}
.articleBody .bpbox2 {
  border: solid 1px var(--color-line-gray);
  border-radius: 0.6rem;
  padding: 2rem;
  margin: 2rem 0;
  overflow: hidden;
  border: none;
  background: var(--color-light-gray);
}
.articleBody .bpbox2 .bpbox_title:before {
  background: var(--color-text-sub);
}
.articleBody .bpbox3 {
  border: solid 1px var(--color-line-gray);
  border-radius: 0.6rem;
  padding: 2rem;
  margin: 2rem 0;
  overflow: hidden;
  border: none;
  background: #fffaf3;
}
.articleBody .bpbox3 .bpbox_title:before {
  background: #ffb13c;
}
.articleBody .bpbox4 {
  border: solid 1px var(--color-line-gray);
  border-radius: 0.6rem;
  padding: 2rem;
  margin: 2rem 0;
  overflow: hidden;
  border: none;
  background: #f8fbff;
}
.articleBody .bpbox4 .bpbox_title:before {
  background: #90bdff;
}
.articleBody .bpbox5 {
  border: solid 1px var(--color-line-gray);
  border-radius: 0.6rem;
  padding: 2rem;
  margin: 2rem 0;
  overflow: hidden;
  border: none;
  background: #fef9ff;
}
.articleBody .bpbox5 .bpbox_title:before {
  background: #f19dff;
}
.articleBody blockquote {
  position: relative;
  margin: 2rem 0;
  padding: 5.2rem 2rem 2rem;
  background: var(--color-light-gray);
}
.articleBody blockquote::before {
  position: absolute;
  color: var(--color-text-sub);
  font-size: 8rem;
  font-family: serif;
}
.articleBody blockquote::before {
  content: "“";
  top: 2rem;
  left: 2rem;
  line-height: 1;
}
.articleBody blockquote h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0.8rem;
  margin-top: 0;
}
.articleBody blockquote p {
  line-height: 2;
  margin-top: 0.8rem;
}
.articleBody blockquote_caption {
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--color-text-sub);
  margin: -0.8rem 0 2rem;
}
.articleBody pre {
  margin: 1em 0 1.5em;
  padding: 1em;
  white-space: pre;
  font-size: 12px;
  line-height: 1.2;
  overflow: auto;
  border: 1px solid black;
}
.articleBody pre.light {
  color: black;
  background-color: whitesmoke;
  border: 1px solid gray;
}
.articleBody pre.dark {
  color: white;
  background-color: black;
  border: 1px solid silver;
}
.articleBody pre > code {
  font-family: "ＭＳ ゴシック", "MS Gothic";
}
.articleBody .bpteisei_box {
  clear: both;
  margin: 2rem 0;
}
.articleBody .bpteisei_box_title {
  font-weight: bold;
  color: #a80909;
  line-height: 2;
  margin-bottom: 0.8rem;
}
.articleBody .bpteisei_box_text {
  line-height: 2;
  margin-top: 0.8rem;
}
.articleBody .bpannotation {
  margin: 2rem 0;
  line-height: 2;
  position: relative;
}
.articleBody .bpreference {
  font-size: 1.3rem;
  line-height: 1.3;
  border-top: none;
  padding: 15px 0;
}
.articleBody .bpreference_title {
  margin-bottom: 0.8rem;
}
.articleBody .bpreference_text {
  color: var(--color-text-sub);
  margin-top: 0.8rem;
}
.articleBody .bppartner {
  margin: 2rem 0;
  padding-top: 0.8rem;
  border-top: solid 1px var(--color-line-gray);
  font-size: 1.3rem;
  line-height: 1.3;
}
.articleBody .bpword {
  padding: 10px 0;
  margin: 30px 0;
  border-top: 1px dotted #666;
  font-size: 15px;
  line-height: 1.5;
}
.articleBody .bpword b {
  font-size: 15px;
}
.articleBody .bpFrame {
  padding: 2rem;
  border: solid 1px var(--color-line-gray);
  border-radius: 0.6rem;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  color: var(--color-default);
  text-decoration: none;
}
.articleBody .bpFrame_imgbox {
  width: 21rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.articleBody .bpFrame_imgbox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.articleBody .bpFrame_textbox {
  flex: 1;
}
.articleBody .bpFrame_label {
  display: inline-flex;
  padding: 0.6rem 1.2rem;
  border: solid 1px var(--color-default);
  border-radius: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.articleBody .bpFrame_title {
  font-weight: bold;
  line-height: 1.36;
}
.articleBody .bpFrame:hover .bpFrame_title {
  text-decoration: underline;
}
.articleBody .bpFrame_subtitle {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: bold;
}
.articleBody .bpFrame_summary {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.articleBody .bpFrame_date {
  font-size: 1.3rem;
  color: var(--color-text-sub);
  margin-top: 1.2rem;
}
.articleBody .bpblogcard {
  margin: 2rem auto;
  overflow: hidden;
  border: 1px solid var(--color-line-gray);
  border-radius: 0.6rem;
}
.articleBody .bpblogcard .bpblogcard_image:not(.p-article_recommend_lead) {
  width: 21rem;
  margin: 2rem;
  float: left;
  overflow: hidden;
  text-align: center;
}
.articleBody .bpblogcard .bpblogcard_image img {
  width: 100%;
  transition: 0.3s ease-out;
}
.articleBody .bpblogcard a {
  color: var(--color-default);
  text-decoration: none;
}
.articleBody .bpblogcard a:hover img {
  transform: scale(1.06);
}
.articleBody .bpblogcard a:hover .bpblogcard_title {
  text-decoration: underline;
}
.articleBody .bpblogcard .bpblogcard_label {
  display: inline-flex;
  padding: 0.6rem 1.2rem;
  border: solid 1px var(--color-default);
  border-radius: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.articleBody .bpblogcard .bpblogcard_text {
  margin: 2rem;
  overflow: hidden;
}
.articleBody .bpblogcard .bpblogcard_title {
  font-weight: bold;
  line-height: 1.36;
}
.articleBody .bpblogcard .bpblogcard_description {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.articleBody .bpblogcard .bpblogcard_date {
  font-size: 1.3rem;
  color: var(--color-text-sub);
  margin-top: 1.2rem;
}
.articleBody .bpLayoutLink em {
  font-weight: 500;
}
.articleBody .bpLayoutLink.inline span::after {
  content: "、";
}
.articleBody .bpLayoutLink.inline span:first-of-type::before {
  content: "（";
}
.articleBody .bpLayoutLink.inline span:last-of-type::after {
  content: "）";
}
.articleBody .bpLayoutLink.block {
  display: block;
  margin: 20px 5px;
}
.articleBody .bpLayoutLink.block em,
.articleBody .bpLayoutLink.block span {
  display: block;
}
.articleBody .bpLayoutLink.block em {
  margin-bottom: 8px;
}
.articleBody .bpLayoutLink.block span {
  position: relative;
  margin: 4px 10px 0 0;
  padding: 0 0 0 15px;
}
.articleBody .bpLayoutLink.block span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  font-weight: bold;
}
.articleBody .button a {
  display: table;
  min-width: 343px;
  margin: 30px auto 0;
  height: 56px;
  padding: 10px 20px;
  background: var(--color-theme);
  background-image: linear-gradient(to right, #66a1c4, var(--color-theme));
  border-radius: 2px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  transition: 0.3s;
}
.articleBody .button a:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px var(--color-theme);
  color: var(--color-theme);
}
.articleBody .button a.cancel {
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 0 0 1px #666;
  color: #666;
}
.articleBody .button a.cancel:hover {
  opacity: 0.7;
}
.articleBody .button a.nolink {
  pointer-events: none;
  cursor: default;
  background-color: #cacaca;
  background-image: none;
  box-shadow: none;
  color: #fff;
}
.articleBody .button.white a {
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 0 0 1px var(--color-theme), 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: var(--color-theme);
}
.articleBody .button.white a:hover {
  opacity: 0.7;
}
.articleBody .button.middle a {
  height: 40px;
  min-width: 110px;
  font-size: 14px;
  line-height: 20px;
}
.articleBody .button.small a {
  padding: 5px 20px;
  height: 30px;
  min-width: 110px;
  font-size: 14px;
  line-height: 20px;
}
.articleBody .button.left a {
  margin-left: 0;
}

/*****************************************************
  CSS Animation
*****************************************************/
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutTop {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-3rem);
  }
}
@keyframes fadeOutTop {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-3rem);
  }
}
@-webkit-keyframes leftToRight {
  from {
    opacity: 0;
    transform: translateX(-3rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes leftToRight {
  from {
    opacity: 0;
    transform: translateX(-3rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes rightToLeft {
  from {
    opacity: 0;
    transform: translateX(3rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightToLeft {
  from {
    opacity: 0;
    transform: translateX(3rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bottomToTop {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blur {
  from {
    filter: blur(1.5rem);
  }
  to {
    filter: blur(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes scrollTop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes scrollTop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideTip {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes slideTip {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs13 {
  font-size: 13px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs15 {
  font-size: 15px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs17 {
  font-size: 17px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs19 {
  font-size: 19px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs21 {
  font-size: 21px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs23 {
  font-size: 23px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs25 {
  font-size: 25px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs27 {
  font-size: 27px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-fs29 {
  font-size: 29px !important;
}

.u-fs30 {
  font-size: 30px !important;
}

.u-fs31 {
  font-size: 31px !important;
}

.u-fs32 {
  font-size: 32px !important;
}

.u-fs33 {
  font-size: 33px !important;
}

.u-fs34 {
  font-size: 34px !important;
}

.u-fs35 {
  font-size: 35px !important;
}

.u-textbold {
  font-weight: 700 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-clear {
  clear: both !important;
}

.u-ac {
  text-align: center !important;
}

.u-ar {
  text-align: right !important;
}

.u-al {
  text-align: left !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

.u-radius {
  border-radius: 0.6rem;
}

.u-subText {
  color: var(--color-text-sub);
}

.u-fadeIn {
  -webkit-animation: fadeIn 0.6s ease-in;
          animation: fadeIn 0.6s ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
