@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.l_wrap {
  width: 100%;
  padding-top: 212px;
  overflow: hidden;
}
.l_wrap.HeadShort {
  padding-top: 112px;
}

.l_primaryContentWarp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 8%;
  padding-left: 8%;
}

.l_primaryContent {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 120px;
  max-width: 1224px;
}

.l_primaryInnerFull {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.l_worksCardHeadWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 64px;
}
.l_worksCardHeadWrap .c_worksCard.Large {
  width: 47%;
}
.l_worksCardHeadWrap .c_worksCard:nth-child(2) {
  margin-left: 6%;
}

.l_worksCardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l_worksCardWrap .c_worksCard {
  width: 29%;
  margin-top: 64px;
  margin-right: 6.5%;
}
.l_worksCardWrap .c_worksCard.Large {
  width: 47%;
  margin-right: 6%;
}
.l_worksCardWrap .c_worksCard:nth-child(3n+2) {
  margin-right: 0%;
}
.l_worksCardWrap.HalfView .c_worksCard {
  width: 30.4%;
  margin-right: 4%;
}
.l_worksCardWrap.HalfView .c_worksCard:nth-child(3n) {
  margin-right: 0%;
}

.l_primaryPager {
  margin-top: 72px;
}

.m_pager-button-primary {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border: solid 1px #eeeeee;
  border-radius: 50%;
}
.m_pager-button-primary::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #000000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.m_pager-button-primary span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 56px;
  text-align: center;
}
.m_pager-button-primary a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  color: #999999;
}
.m_pager-button-primary:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.m_pager-button-primary:hover a {
  color: #ffffff;
}
.m_pager-button-primary.Current {
  background: #000000;
  border: solid 1px #000000;
}
.m_pager-button-primary.Current span {
  color: #ffffff;
}
.m_pager-button-primary.Current:hover::after {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.m_worksCardImage {
  position: relative;
  padding-top: 62.5%;
  overflow: hidden;
  border-radius: 24px;
  image-rendering: -webkit-optimize-contrast;
}
.m_worksCardImage span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m_worksCardInfo__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.m_worksCardInfo__type {
  font-family: "Roboto", sans-serif;
  color: #999999;
}

.m_image {
  width: 100%;
  height: auto;
}

.m_imageVert {
  width: auto;
  height: 100%;
}

.m_blank-link-primary a {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #5F9BD2;
}
.m_blank-link-primary span {
  padding-left: 21px;
  background: url("../img/icon_blank_arrow.svg") no-repeat center left;
  background-size: 12px;
}

.m_back-link-primary {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.192rem;
  font-family: "Roboto", sans-serif;
}

.m_tag-primary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  padding: 0 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 26px;
  background: #000000;
  border: solid 1px #000000;
  border-radius: 28px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.m_tag-primary a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
}
.m_tag-primary span {
  color: #ffffff;
}
.m_tag-primary:hover {
  background: #ffffff;
}
.m_tag-primary:hover a {
  color: #000000;
}
.m_tag-primary:hover span {
  color: #000000;
}
.m_tag-primary.NoHover {
  background: #000000;
}
.m_tag-primary.NoHover a {
  color: #ffffff;
}
.m_tag-primary.NoHover span {
  color: #ffffff;
}

.m_tag-secondary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  padding: 0 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 28px;
  background: #ffffff;
  border: solid 1px #eeeeee;
  border-radius: 28px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.m_tag-secondary a {
  display: block;
  width: 100%;
  height: 100%;
  color: #5F9BD2;
  text-align: center;
}
.m_tag-secondary span {
  color: #5F9BD2;
}
.m_tag-secondary:hover {
  background: #5F9BD2;
}
.m_tag-secondary:hover a {
  color: #ffffff;
}
.m_tag-secondary:hover span {
  color: #ffffff;
}

.m_category-navItem {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  position: relative;
  text-decoration: none;
}
.m_category-navItem::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #666666;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.m_category-navItem:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.m_category-navItem a {
  color: #666666;
}
.m_category-navItem.Current {
  font-size: 4.8rem;
  font-size: 4.8rem;
  font-size: 3.8709677419vw;
  font-weight: bold;
  color: #000000;
  position: relative;
  text-decoration: none;
}
.m_category-navItem.Current::after {
  display: none;
}
.m_category-navItem.Current:hover::after {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.m_category-navItem.Current a {
  color: #000000;
}

.m_dl-table-th {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.11rem;
}

.m_dl-table-td {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #666666;
  letter-spacing: 0.05rem;
}

.m_td_small {
  font-size: 1.4rem;
}

.m_td_mid {
  font-size: 1.6rem;
}

.m_td_Light {
  color: #999999;
}

.m_article-title-primary {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.512rem;
}

.m_category-title-primary {
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  color: #5F9BD2;
  letter-spacing: 0.192rem;
}

.c_pager-button-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c_pager-button-primary .m_pager-button-primary {
  margin-left: 24px;
}
.c_pager-button-primary .m_pager-button-primary:nth-child(1) {
  margin-left: 0;
}

.c_worksCard .m_worksCardImage span {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.c_worksCard .m_worksCardInfo {
  margin-top: 14px;
}
.c_worksCard .m_worksCardInfo__title {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.14rem;
}
.c_worksCard .m_worksCardInfo__title span {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.c_worksCard .m_worksCardInfo__type {
  margin-top: 10px;
  font-size: 1.2rem;
}
.c_worksCard .m_worksCardInfo__type span {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.c_worksCard:hover .m_worksCardImage span {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.c_worksCard:hover .m_worksCardInfo__title span {
  color: #ffffff;
  background-size: 100% 100%;
}
.c_worksCard:hover .m_worksCardInfo__type span {
  color: #ffffff;
  background-size: 100% 100%;
}
.c_worksCard.Large .m_worksCardInfo__title {
  font-size: 2.4rem;
  letter-spacing: 0.19rem;
}
.c_worksCard.Large .m_worksCardInfo__type {
  font-size: 1.4rem;
}

.c_pager-button-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c_pager-button-primary .m_pager-button-primary {
  margin-left: 24px;
}
.c_pager-button-primary .m_pager-button-primary:nth-child(1) {
  margin-left: 0;
}

.c_category-nav-primary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  max-width: 1224px;
}
.c_category-nav-primary .m_category-navItem {
  display: inline-block;
  margin-right: 3.9%;
  line-height: 1;
}
.c_dl-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
}
.c_dl-table:last-child {
  margin-bottom: 0;
}
.c_dl-table.HeadFit {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 62px;
}
.c_dl-table .m_dl-table-th {
  width: 14%;
}
.c_dl-table .m_dl-table-td {
  width: 86%;
}
.c_dl-table .c_dl-table-tags .m_td_mid {
  padding-right: 3%;
}
.c_dl-table .c_dl-table-tags .m_td_mid, .c_dl-table .c_dl-table-tags .m_tag-primary, .c_dl-table .c_dl-table-tags .m_tag-secondary {
  display: inline-block;
}
.c_dl-table .c_dl-table-tags .m_tag-secondary {
  margin-bottom: 6px;
}

.p_headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  width: 100%;
  padding: 58px 64px 0;
  pointer-events: none;
}
.p_headerWrap .p_headerLogo {
  font-family: "Apple LiGothic", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.25rem;
  pointer-events: visible;
}
.p_headerWrap .p_headerLogo small {
  font-family: "Hind", sans-serif;
  padding-left: 18px;
  font-size: 1.6rem;
  letter-spacing: 0.18rem;
}
.p_headerWrap .p_headerLogo a {
  color: #000000;
}
.p_headerWrap .p_headerButton {
  position: relative;
  width: 64px;
  height: 64px;
  pointer-events: visible;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.08);
  box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.08);
}
.p_headerWrap .p_headerButton__bar {
  position: absolute;
  left: 50%;
  width: 32px;
  height: 2px;
  margin-left: -16px;
  background: #000000;
}
.p_headerWrap .p_headerButton__bar:nth-child(1) {
  top: calc(50% - 4px);
}
.p_headerWrap .p_headerButton__bar:nth-child(2) {
  top: calc(50% + 4px);
}

.p_footerWrap {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 203px;
  padding: 0 64px;
  background: #F9F9F9;
}
.p_footerWrap .p_footerCopyRight p {
  font-family: "Apple LiGothic", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.19rem;
}
.p_footerWrap .p_footerCopyRight small {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #999999;
}
.p_footerWrap .p_footerContact {
  position: relative;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.128rem;
}
.p_footerWrap .p_footerContact::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000000;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.p_footerWrap .p_footerContact:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.p_footerWrap .p_footerContact a {
  color: #000000;
}

.p_memberPage {
  position: relative;
}

.p_memberHead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 13%;
  margin-bottom: 16px;
}
.p_memberHead .p_memberHeadThum {
  text-align: center;
}
.p_memberHead .p_memberHeadThum__image {
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
.p_memberHead .p_memberHeadThum__image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.p_memberHead .p_memberHeadThum__body {
  font-family: "Roboto", sans-serif;
  margin-top: 36px;
}
.p_memberHead .p_memberHeadThum__body dt {
  font-size: 3.2rem;
  font-weight: normal;
  color: #000000;
}
.p_memberHead .p_memberHeadThum__body dd {
  margin-top: 12px;
  font-size: 1.6rem;
  color: #999999;
}
.p_memberHead .p_memberHead_myPolicy {
  margin: 40px 0 40px;
  color: #222222;
}
.p_memberHead .p_memberHead_myPolicy dt {
  font-size: 2rem;
  letter-spacing: 0.32rem;
}
.p_memberHead .p_memberHead_myPolicy dd {
  font-family: "Roboto", sans-serif;
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.11rem;
}
.p_memberHead .p_memberHead__read {
  margin: 0 0 24px;
  font-size: 1.6rem;
  line-height: 2;
  color: #222222;
}
.p_memberHead .p_memberHead__subRead {
  font-size: 1.4rem;
  line-height: 2;
  color: #666666;
}

.p_memberListThum {
  border-bottom: solid 1px #eeeeee;
}
.p_memberListThum:hover a {
  padding: 24px 0px 24px 10px;
}
.p_memberListThum a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.p_memberListThum a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p_memberListThum:first-child a {
  padding-top: 0;
}
.p_memberListThum__image {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
}
.p_memberListThum__image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.p_memberListThum__body {
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 24px;
}
.p_memberListThum__body dt {
  margin-right: 24px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #666666;
}
.p_memberListThum__body dd {
  font-size: 1.2rem;
  color: #999999;
}

.p_detailPage {
  position: relative;
  z-index: 2;
}

.p_detailHead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9.7%;
}
.p_detailHead .p_detailHead__shoulder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 36px;
}
.p_detailHead .p_detailHead__shoulder .p_detailHead__shoulderNames {
  width: 60%;
  font-size: 1.2rem;
  font-weight: bold;
}
.p_detailHead .p_detailHead__shoulder .p_detailHead__shoulderNames p {
  display: inline-block;
  margin-right: 4.8%;
}
.p_detailHead .p_detailHead__shoulder .m_blank-link-primary {
  position: relative;
  text-decoration: none;
}
.p_detailHead .p_detailHead__shoulder .m_blank-link-primary::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #5F9BD2;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.p_detailHead .p_detailHead__shoulder .m_blank-link-primary:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.p_detailKV {
  position: relative;
  margin-top: 67px;
}
.p_detailKV .m_image {
  image-rendering: -webkit-optimize-contrast;
}
.p_detailKV__title {
  position: absolute;
  top: 0;
  left: 8%;
  font-size: 5.6rem;
  font-weight: bold;
  color: #0762C8;
  font-family: "Roboto", sans-serif;
}
.p_detailKV__image {
  margin-left: 25%;
}

.p_detailRead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 13%;
  margin-top: 48px;
  color: #222222;
}
.p_detailRead__head {
  font-weight: bold;
}
.p_detailRead__head dt {
  font-size: 2rem;
  letter-spacing: 0.32rem;
}
.p_detailRead__head dd {
  margin-top: 4px;
  font-size: 1.4rem;
  letter-spacing: 0.11rem;
}
.p_detailRead__main {
  margin: 42px 0 28px;
  font-size: 1.6rem;
  line-height: 2;
}
.p_detailRead__sub {
  font-size: 1.4rem;
  line-height: 2;
  color: #666666;
}

.p_detailTable {
  margin-top: 76px;
}

.p_detailImages {
  margin-top: 76px;
  margin-bottom: 120px;
}
.p_detailImages__item {
  width: 80%;
  margin: 48px auto 0;
  overflow: hidden;
  border-radius: 24px;
  -webkit-box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.08);
  box-shadow: 8px 8px 32px rgba(0, 0, 0, 0.08);
}
.p_detailImages__item:first-child {
  margin-top: 0;
}

.p_detailTicker {
  position: fixed;
  top: 0;
  left: calc(50% + 12.3rem);
  z-index: 1;
  width: 100%;
  font-size: 25.6rem;
  line-height: 1;
  color: #f6f9f8;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  font-family: "Roboto Condensed", sans-serif;
}

.p_detailTop span {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: linear-gradient(#000000, #000000);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.p_detailTop span:hover {
  color: #ffffff;
  background-size: 100% 100%;
}

.p_passwordPageWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100vh - 315px);
  min-height: 300px;
  margin-bottom: 0;
}

.p_passwordPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.p_passwordTitle p {
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 0.112rem;
}
.p_passwordTitle small {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: #666666;
  letter-spacing: 0.096rem;
}

.p_passwordInput {
  position: relative;
  width: 320px;
  height: 56px;
  margin: 40px auto 0;
  border-radius: 56px;
}
.p_passwordInput .p_passwordInput__text {
  position: relative;
  z-index: 2;
}
.p_passwordInput .p_passwordInput__text input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 56px;
  padding: 24px;
  font-size: 1.6rem;
  border: solid 1px #dddddd;
  border-radius: 56px;
}
.p_passwordInput .p_passwordInput__text input:focus {
  border: 1px solid #0762C8;
  outline: 0;
  /* 隣接セレクタ */
}
.p_passwordInput .p_passwordInput__text input:focus + .p_passwordInput__placeholder {
  display: none;
}
.p_passwordInput .p_passwordInput__text input:-moz-placeholder-shown + .p_passwordInput__placeholder {
  display: block;
}
.p_passwordInput .p_passwordInput__text input:-ms-input-placeholder + .p_passwordInput__placeholder {
  display: block;
}
.p_passwordInput .p_passwordInput__text input:placeholder-shown + .p_passwordInput__placeholder {
  display: block;
}
.p_passwordInput .p_passwordInput__text input:not(:-moz-placeholder-shown) + .p_passwordInput__placeholder {
  display: none;
}
.p_passwordInput .p_passwordInput__text input:not(:-ms-input-placeholder) + .p_passwordInput__placeholder {
  display: none;
}
.p_passwordInput .p_passwordInput__text input:not(:placeholder-shown) + .p_passwordInput__placeholder {
  display: none;
}
.p_passwordInput .p_passwordInput__submit {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 3;
  width: 48px;
  height: 48px;
  background: #000000;
  border-radius: 50%;
}
.p_passwordInput .p_passwordInput__submit input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.p_passwordInput .p_passwordInput__submit::after {
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p_passwordInput__placeholder {
  position: absolute;
  top: calc(50% - 0.8rem);
  left: 24px;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1;
  color: #bbbbbb;
  letter-spacing: 0.256rem;
}
.p_passwordInput__placeholder span {
  padding-left: 24px;
  background: url("../img/icon_lock.svg") no-repeat left center;
  background-size: 14px 16px;
}

.login form {
  border: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.login form .input {
  background: none;
}
.login form .input:focus {
  border: 0px solid #0762C8;
  outline: 0;
}

.login form .input:focus {
  border: 0px solid #0762C8;
  outline: 0;
}

.login form .input, .login input[type=password] {
  margin: 0;
}

.login #login_error {
  width: 100%;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.no-desktop {
  display: none !important;
}

.no-display {
  display: none !important;
}
.js-inView {
  opacity: 0;
}

.js-inViewAct {
  -webkit-animation: inViewActKey 1s;
  animation: inViewActKey 1s;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes inViewActKey {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes inViewActKey {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.js-inViewTitle {
  opacity: 0;
}

.js-inViewTitleAct {
  -webkit-animation: inViewActKey 0.8s;
  animation: inViewActKey 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes inViewTitleActKey {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes inViewTitleActKey {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.none,
[hidden] {
  display: none;
}

.font-ultra-bold {
  font-weight: 900;
}

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

.font-normal {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.font-thin {
  font-weight: 100;
}

.font-normal {
  font-style: normal;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pre-wrap {
  white-space: pre-wrap;
}

@media screen and (max-width: 787px) {
  .l_wrap {
    padding-top: 120px;
  }
  .l_wrap.HeadShort {
    padding-top: 62px;
  }
  .l_primaryContentWarp {
    padding-right: 6.4%;
    padding-left: 6.4%;
  }
  .l_primaryContent {
    margin: 0 auto 80px;
    max-width: 100%;
  }
  .l_worksCardHeadWrap {
    margin-top: 40px;
  }
  .l_worksCardHeadWrap .c_worksCard.Large {
    width: 100%;
  }
  .l_worksCardHeadWrap .c_worksCard {
    margin-left: 0%;
  }
  .l_worksCardHeadWrap .c_worksCard:nth-child(2) {
    margin-top: 40px;
    margin-left: 0%;
  }
  .l_worksCardWrap .c_worksCard.Large {
    width: 100%;
    margin-right: 0%;
  }
  .l_worksCardWrap .c_worksCard {
    width: 100%;
    margin-top: 40px;
    margin-right: 0%;
  }
  .l_worksCardWrap.HalfView .c_worksCard {
    width: 48%;
    margin-top: 24px;
    margin-right: 0%;
  }
  .l_worksCardWrap.HalfView .c_worksCard:nth-child(2n) {
    margin-left: 4%;
  }
  .l_primaryPager {
    margin-top: 64px;
  }
  .m_pager-button-primary {
    width: 40px;
    height: 40px;
  }
  .m_pager-button-primary span {
    line-height: 40px;
  }
  .m_pager-button-primary:hover::after {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .m_pager-button-primary:hover a {
    color: #999999;
  }
  .m_worksCardImage.HalfView {
    border-radius: 12px;
  }
  .m_blank-link-primary a {
    font-size: 1.2rem;
  }
  .m_back-link-primary {
    font-size: 1.6rem;
    letter-spacing: 0.128rem;
  }
  .m_tag-primary:hover {
    background: #000000;
  }
  .m_tag-primary:hover a {
    color: #ffffff;
  }
  .m_tag-primary:hover span {
    color: #ffffff;
  }
  .m_tag-secondary:hover {
    background: #ffffff;
  }
  .m_tag-secondary:hover a {
    color: #5F9BD2;
  }
  .m_tag-secondary:hover span {
    color: #5F9BD2;
  }
  .m_category-navItem {
    font-size: 1.4rem;
    position: relative;
    text-decoration: none;
  }
  .m_category-navItem::after {
    display: none;
  }
  .m_category-navItem:hover::after {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .m_category-navItem.Current {
    font-size: 2.4rem;
  }
  .m_dl-table-td {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
  }
  .m_article-title-primary {
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .m_category-title-primary {
    font-size: 2.4rem;
    letter-spacing: 0.096rem;
  }
  .c_pager-button-primary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c_pager-button-primary .m_pager-button-primary {
    margin-left: 16px;
  }
  .c_pager-button-primary .m_pager-button-primary:nth-child(1) {
    margin-left: 0;
  }
  .c_worksCard .m_worksCardImage span {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .c_worksCard .m_worksCardInfo__title {
    font-size: 1.6rem;
    letter-spacing: 0.128rem;
  }
  .c_worksCard .m_worksCardInfo__type {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .c_worksCard .m_worksCardInfo.HalfView .m_worksCardInfo__title {
    font-size: 1.2rem;
  }
  .c_worksCard .m_worksCardInfo.HalfView .m_worksCardInfo__type {
    margin-top: 2px;
    font-size: 1.2rem;
  }
  .c_worksCard:hover .m_worksCardImage span {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .c_worksCard:hover .m_worksCardInfo__title span {
    color: #000000;
    background-size: 0;
  }
  .c_worksCard:hover .m_worksCardInfo__type span {
    color: #999999;
    background-size: 0;
  }
  .c_worksCard.Large .m_worksCardInfo__title {
    font-size: 1.6rem;
    letter-spacing: 0.128rem;
  }
  .c_worksCard.Large .m_worksCardInfo__type {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .c_category-nav-primary {
    padding-bottom: 50px;
    padding-left: 6%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .c_category-nav-primary .m_category-navItem {
    display: inline-block;
  }
  .c_category-nav-wrap {
    position: relative;
    width: 100%;
    width: 100vw;
    height: 3rem;
    margin: 0 calc(50% - 50vw);
    overflow-y: hidden;
  }
  .c_dl-table {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 0;
    margin-bottom: 0;
    border-top: solid 1px #eeeeee;
  }
  .c_dl-table.HeadFit {
    padding-bottom: 0;
    margin-top: 0;
  }
  .c_dl-table .m_dl-table-th {
    width: 100%;
    margin-bottom: 13px;
  }
  .c_dl-table .m_dl-table-td {
    width: 100%;
  }
  .c_dl-table .c_dl-table-tags .m_td_mid {
    padding-right: 10%;
  }
  .p_headerWrap {
    padding: 20px 4.2% 0;
  }
  .p_headerWrap .p_headerLogo {
    font-size: 2rem;
    font-weight: bold;
  }
  .p_headerWrap .p_headerLogo small {
    padding-left: 3%;
    font-size: 1.4rem;
  }
  .p_footerWrap {
    height: 96px;
    padding: 0 6.4%;
  }
  .p_footerWrap .p_footerCopyRight p {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
  }
  .p_footerWrap .p_footerContact {
    font-size: 1.2rem;
    letter-spacing: 0.128rem;
    position: relative;
    text-decoration: none;
  }
  .p_footerWrap .p_footerContact::after {
    display: none;
  }
  .p_footerWrap .p_footerContact:hover::after {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .p_memberHead {
    padding: 0 0;
  }
  .p_memberHead .p_memberHeadThum__image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    height: 0;
    padding: 22%;
  }
  .p_memberHead .p_memberHeadThum__body {
    margin-top: 24px;
  }
  .p_memberHead .p_memberHeadThum__body dt {
    font-size: 2rem;
  }
  .p_memberHead .p_memberHeadThum__body dd {
    margin-top: 6px;
    font-size: 1.4rem;
  }
  .p_memberHead .p_memberHead_myPolicy {
    margin: 28px 0 14px;
  }
  .p_memberHead .p_memberHead_myPolicy dt {
    font-size: 1.4rem;
    letter-spacing: 0.32rem;
  }
  .p_memberHead .p_memberHead_myPolicy dd {
    margin-top: 4px;
    font-size: 1.2rem;
    letter-spacing: 0.09rem;
  }
  .p_memberHead .p_memberHead__read {
    margin: 0 0 12px;
    font-size: 1.2rem;
  }
  .p_memberHead .p_memberHead__subRead {
    font-size: 1.2rem;
  }
  .p_memberListThum:last-child {
    border-bottom: none;
  }
  .p_memberListThum:hover a {
    padding: 18px 0;
  }
  .p_memberListThum a {
    padding: 18px 0;
  }
  .p_memberListThum a::after {
    top: calc(50% - 12px);
    width: 10px;
    height: 10px;
  }
  .p_memberListThum__body {
    display: block;
    margin-left: 6%;
  }
  .p_detailHead {
    padding: 0 0;
  }
  .p_detailHead .p_detailHead__shoulder {
    display: block;
    margin-top: 20px;
  }
  .p_detailHead .p_detailHead__shoulder .p_detailHead__shoulderNames {
    width: 100%;
  }
  .p_detailHead .p_detailHead__shoulder .p_detailHead__shoulderNames p {
    display: block;
    margin-right: 0%;
    line-height: 1.8;
  }
  .p_detailHead .p_detailHead__shoulder .m_blank-link-primary {
    margin-top: 12px;
    position: relative;
    text-decoration: none;
  }
  .p_detailHead .p_detailHead__shoulder .m_blank-link-primary::after {
    display: none;
  }
  .p_detailHead .p_detailHead__shoulder .m_blank-link-primary:hover::after {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .p_detailKV {
    margin-top: 24px;
  }
  .p_detailKV__title {
    position: relative;
    left: unset;
    margin-bottom: 24px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .p_detailKV__image {
    margin-left: 0%;
  }
  .p_detailRead {
    padding: 0 0;
  }
  .p_detailRead__head dt {
    font-size: 1.4rem;
    letter-spacing: 0.22rem;
  }
  .p_detailRead__head dd {
    margin-top: 4px;
    font-size: 1.2rem;
    letter-spacing: 0.04rem;
  }
  .p_detailRead__main {
    margin: 24px 0 14px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .p_detailRead__sub {
    font-size: 1.2rem;
  }
  .p_detailTable {
    margin-top: 36px;
    margin-bottom: 30px;
  }
  .p_detailImages {
    margin-top: 36px;
    margin-bottom: 30px;
  }
  .p_detailImages__item {
    width: 100%;
    margin: 36px auto 0;
  }
  .p_detailImages__item:first-child {
    margin-top: 0;
  }
  .p_detailTop span {
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background-image: linear-gradient(#000000, #000000);
    background-repeat: no-repeat;
    background-size: 0% 100%;
  }
  .p_detailTop span:hover {
    color: #000000;
    background-size: 0;
  }
  .p_passwordPageWrap {
    height: calc(100vh - 166px);
    min-height: 100px;
    margin-bottom: 0;
  }
  .p_passwordPage {
    margin-bottom: 0;
  }
  .p_passwordInput {
    width: 100%;
    margin: 24px auto 0;
  }
  .no-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .m_category-navItem.Current {
    font-size: 3.2rem;
  }
}