@charset "utf-8";
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap';
hr {
  color: inherit;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe {
  border-style: none;
}
fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
select {
  text-transform: none;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
details {
  display: block;
}
dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled='true'],
[disabled] {
  cursor: not-allowed;
}
[aria-hidden='false'][hidden] {
  display: initial;
}
[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.-index .l-container {
  padding: 20px 0 0;
}
.l-fgnav-item:not(:first-child) {
  margin: 10px 0 0;
}
.l-fsns-item.-twitter svg {
  width: 14px;
  height: 11.37px;
  margin: 0 7.5px 0 0;
}
.l-fsns-item.-facebook svg {
  width: 7.5px;
  height: 14px;
  margin: 0 7px 0 0;
}
.l-fsns-item.-youtube svg {
  width: 16px;
  height: 11.2px;
  margin: 0 8px 0 0;
}
.l-fsns-item.-line svg {
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
}
.l-fsns-item a {
  display: flex;
  font-size: 14px;
  line-height: 28px;
  align-items: center;
  color: #fff;
  transition: color 0.3s ease;
}
.l-fsns-item a:hover {
  color: #0468bf;
}
.l-fsns-item svg {
  fill: currentColor;
}
.-archive .l-main,
.-mypage .l-main {
  border-top: 1px solid #dcdfe0;
  padding: 24px 0 0;
}
.-column .l-main {
  border-top: 1px solid #dcdfe0;
  padding: 24px 0 0;
}
.-page .l-main {
  border-top: 1px solid #dcdfe0;
  padding: 28px 0 4px;
}
.l-section:not(:first-child) {
  margin: 40px 0 0;
}
.l-nav.-global .l-nav__wrap {
  display: flex;
  justify-content: space-between;
  height: 40px;
  padding: 0 20px;
  max-width: 1440px;
  margin: 0 auto;
}
.l-nav.-global .l-nav__wrap.-active {
  height: auto;
}
.l-nav.-global .l-nav__menu {
  display: flex;
  flex-wrap: wrap;
  padding: 3px 0;
  max-width: 79.2642140468%;
  overflow: hidden;
}
.l-nav.-side {
  position: absolute;
  height: calc(100vh - 156px);
  z-index: 1000;
  top: 50px;
  width: 100%;
  transition: opacity 0.3s ease;
}
.l-nav.-side[aria-hidden='true'] {
  opacity: 0;
  pointer-events: none;
}
.l-nav.-side[aria-hidden='true'] .l-nav__list {
  transform: translateX(-411px);
}
.l-nav.-side[aria-hidden='false'] {
  opacity: 1;
  pointer-events: auto;
}
.l-nav.-side[aria-hidden='false'] .l-nav__list {
  transform: translateX(0);
}
.l-nav.-side .l-nav__wrap {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-nav.-side .l-nav__list {
  background-color: #dcecfa;
  padding: 0 20px 56px;
  height: 100%;
  overflow-y: scroll;
  transition: transform 0.3s ease;
  transform: translateX(-100%);
}
.l-nav__btn svg {
  width: 22.63px;
  height: 22.63px;
}
.l-nav__btn span {
  background: #000;
  height: 4px;
  width: 28px;
  display: block;
}
.l-nav__btn span:not(:first-child) {
  margin: 4px 0 0;
}
.l-nav__btn[aria-expanded='true'] span {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.l-nav__btn[aria-expanded='true'] svg {
  opacity: 1;
  visibility: visible;
  display: block;
}
.l-nav__btn[aria-expanded='false'] span {
  opacity: 1;
  visibility: visible;
  display: block;
}
.l-nav__btn[aria-expanded='false'] svg {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.l-snav-menu__header li {
  border-bottom: 1px solid #6e7377;
  position: relative;
}
.l-snav-menu__header li a {
  padding: 19px 0;
  display: flex;
}
.l-snav-menu__header li svg:first-child {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
.l-snav-menu__header li svg:last-child {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  margin: 0;
  transform: translateY(-50%);
}
.l-snav-menu__header li svg:last-child polygon {
  fill: #fff;
}
.l-snav-menu__item {
  border-bottom: 1px solid #6e7377;
}
.l-snav-menu__item a {
  padding: 19px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-snav-menu__item a svg {
  width: 20px;
  height: 20px;
}
.l-snav-menu__item a svg polygon {
  fill: #fff;
}
.l-snav-menu__footer {
  margin: 32px 0 0;
  padding: 0 0 32px;
}
.l-snav-menu__login {
  margin: 32px 0 0;
}
.l-snav-menu__login .c-btn.-simple:not(:first-child) {
  margin: 24px 0 0;
}
.c-article h2:not(:first-child) {
  margin-top: 45px;
}
.c-article h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 1em;
}
.c-article h3::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0468bf;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.c-article h3 + p {
  margin-top: 10px;
}
.c-article h4 {
  font-size: 18px;
  font-weight: bold;
}
.c-article h4 + p {
  margin-top: 10px;
}
.c-article h5 {
  font-size: 16px;
  font-weight: bold;
}
.c-article h5 + p {
  margin-top: 6px;
}
.c-article p + h3 {
  margin-top: 50px;
}
.c-article p + h4 {
  margin-top: 50px;
}
.c-article p + h5 {
  margin-top: 50px;
}
.c-article p:has(+ a) {
  display: inline-block;
}
.c-article hr {
  margin: 50px 0;
  background-color: #dcdfe0;
  height: 1px;
  border: none;
  color: #dcdfe0;
}
.c-article blockquote {
  background-color: #f2f5f7;
  padding: 32px;
  position: relative;
}
.c-article blockquote::before,
.c-article blockquote::after {
  display: block;
  content: '“';
  font-size: 60px;
  line-height: 1;
  color: #0468bf;
  position: absolute;
}
.c-article blockquote::before {
  top: -10px;
  left: 10px;
}
.c-article blockquote::after {
  bottom: -10px;
  right: 10px;
  transform: scale(-1, -1);
}
.c-article blockquote:not(:last-child) {
  margin: 40px 0 0;
}
.c-article blockquote cite {
  display: flex;
  justify-content: flex-end;
}
.c-article blockquote a {
  font-style: italic;
  margin: 20px 0 0;
}
.c-article table {
  border-top: 1px solid #dcdfe0;
}
.c-article table:not(:last-child) {
  margin: 40px 0 0;
}
.c-article table th,
.c-article table td {
  padding: 15px 20px;
}
.c-article table th:first-child,
.c-article table td:first-child {
  background-color: #f2f5f7;
}
.c-article > ul:not(:last-child) {
  margin: 40px 0 0;
}
.c-article ul ul > li::before {
  background-color: #6e7377;
}
.c-article ul ul ul > li::before {
  background-color: transparent;
  border: 1px solid #6e7377;
}
.c-article > ol:not(:last-child) {
  margin: 40px 0 0;
}
.c-article ol li {
  font-size: 16px;
  position: relative;
  counter-increment: num1;
}
.c-article ol li::before {
  display: inline-block;
}
.c-article ol > li::before {
  content: counter(num1) '. ';
}
.c-article ol ol {
  padding: 0 0 0 1em;
}
.c-article ol ol > li {
  counter-increment: num2;
}
.c-article ol ol > li::before {
  content: counter(num2) '. ';
}
.c-article ol ol ol > li {
  counter-increment: num3;
}
.c-article ol ol ol > li::before {
  content: counter(num3) '. ';
}
.c-article em {
  font-weight: normal;
  border-bottom: 2px solid #0468bf;
  padding: 0 0 4px;
  position: relative;
}
.c-article strong {
  font-weight: bold;
}
.c-article a {
  display: inline-block;
  color: #0468bf;
  border-bottom: 1px solid #0468bf;
}
.c-article a[target='_blank']::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../../assets/img/icon/icon_window.svg);
  margin: 0 0 0 4px;
}
.c-article dl dt:nth-child(-n + 3),
.c-article dl dd:nth-child(-n + 3) {
  padding: 0 0 23px;
}
.c-article dl dt:nth-child(n + 3),
.c-article dl dd:nth-child(n + 3) {
  padding: 23px 0;
}
.c-article dl dt {
  font-weight: bold;
}
.c-article dl dt,
.c-article dl dd {
  border-bottom: 1px solid #dcdfe0;
}
.c-article figure {
  margin: 36px 0;
}
.c-article figure img {
  width: 100%;
}
.c-article img {
  -o-object-fit: cover;
  object-fit: cover;
}
.c-article figcaption {
  font-size: 14px;
  color: #6e7377;
  margin: 8px 0 0;
}
.c-article__flex {
  display: flex;
}
.c-article__flex figure img {
  width: 100%;
}
.c-article + .c-pagination {
  margin: 28px 0 0;
}
.c-article + .p-author {
  margin: 44px 0 0;
}
.c-breadclumb__item a {
  color: #0468bf;
}
.c-breadclumb__item * {
  font-size: 14px;
  line-height: 17px;
}
.c-breadclumb li {
  font-size: 14px;
}
.c-breadclumb li:not(:first-of-type)::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../../assets/img/icon/icon_arrow_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 11px 0 9px;
}
.c-btn.-nomal.-clip svg {
  stroke: #fff;
  fill: none;
  width: 8px;
  height: 12px;
  margin: 0 8px 0 0;
}
.c-btn.-round a {
  display: block;
  width: 100px;
  height: 34px;
  border-radius: 17px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
}
.c-btn.-round.-user svg {
  width: 14px;
  height: 18.75px;
  fill: #000;
  margin: 0 11px 0 0;
}
.c-btn.-round.-lg a {
  width: 125px;
}
.c-btn.-round.-accent a {
  background-color: #ed6d00;
}
.c-btn.-round.-main a {
  background-color: #0468bf;
}
.c-btn.-round.-black a {
  background-color: #000;
}
.c-btn.-round.-border a {
  color: #000;
  border: 1px solid #dcdfe0;
}
.c-btn.-square.-white a {
  background-color: #fff;
  color: #000;
}
.c-btn.-square.-white a::after {
  border-color: transparent #000 #000 transparent;
}
.c-btn.-square.-accent a {
  background-color: #ed6d00;
  color: #000;
  color: #fff;
}
.c-btn.-square.-accent a::after {
  border-color: transparent #fff #fff transparent;
}
.c-btn.-square.-black a {
  background-color: #000;
  color: #fff;
}
.c-btn.-square.-black a::after {
  border-color: transparent #fff #fff transparent;
}
.c-btn.-square.-lg a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-btn.-square.-lg a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  border-style: solid;
  border-width: 0 0 12px 12px;
}
.c-btn.-square.-lg svg {
  width: 26px;
  height: 21.98px;
  margin: 0 8px 0 0;
}
.c-btn.-square.-md a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60px;
  letter-spacing: 0em;
}
.c-btn.-square.-md a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  border-style: solid;
  border-width: 0 0 12px 12px;
}
.c-btn.-box.-md svg {
  height: 10px;
  width: 7px;
  position: absolute;
  top: 50%;
  right: 20.5px;
  transform: translateY(-50%);
}
.c-btn.-next {
  display: flex;
  justify-content: center;
}
.c-btn.-next span {
  display: flex;
  align-items: center;
  margin: 0 16px 0 0;
}
.c-btn.-next span svg {
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
}
.c-btn.-arrow.-black circle {
  fill: #000;
}
.c-btn.-arrow.-black polygon {
  fill: #fff;
}
.c-btn.-arrow.-main circle {
  fill: #0468bf;
}
.c-btn.-arrow.-main polygon {
  fill: #fff;
}
.c-btn.-under.-black a {
  color: #000;
}
.c-btn.-under.-black span::after {
  background-color: #000;
}
.c-btn.-under.-md a {
  font-size: 14px;
  font-weight: bold;
}
.c-btn.-under.-md span {
  position: relative;
  padding: 0 0 6px;
}
.c-btn.-under.-md span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.c-btn.-candybar.-black input {
  font-size: 16px;
  font-weight: normal;
}
.c-btn.-candybar.-white input,
.c-btn.-candybar.-white a,
.c-btn.-candybar.-white button {
  background-color: #fff;
  color: #000;
}
.c-btn.-candybar.-border a,
.c-btn.-candybar.-border button,
.c-btn.-candybar.-border input {
  border: 1px solid #dcdfe0;
}
.c-btn.-candybar.-accent {
  color: #fff;
}
.c-btn.-candybar.-accent a,
.c-btn.-candybar.-accent button,
.c-btn.-candybar.-accent input {
  background-color: #0468bf;
  color: #fff;
}
.c-btn.-candybar.-lg a,
.c-btn.-candybar.-lg input,
.c-btn.-candybar.-lg button {
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
}
.c-btn.-candybar.-md a,
.c-btn.-candybar.-md input,
.c-btn.-candybar.-md button {
  height: 48px;
  font-size: 14px;
  border-radius: 24px;
  width: 240px;
  letter-spacing: 0em;
}
.c-btn.-candybar.-back a,
.c-btn.-candybar.-back input,
.c-btn.-candybar.-back button {
  background-color: #fff;
}
.c-btn.-simple.-lg a {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 19px 0;
}
.c-btn.-simple.-lg svg {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
.c-btn.-simple.-md.-book svg {
  fill: #000;
}
.c-btn.-simple.-md a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.c-btn.-simple.-md svg {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}
.c-btn.-simple.-sm.-book svg {
  width: 21px;
  height: 17.8px;
  fill: #000;
}
.c-btn.-simple.-sm.-cart svg {
  width: 19px;
  height: 17px;
}
.c-btn.-simple.-sm svg {
  margin: 0 8px 0 0;
}
.c-btn.-return {
  position: absolute;
  right: 0;
}
.c-btn.-return a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.c-btn.-return a:hover {
  color: #0468bf;
  border-color: #0468bf;
}
.c-btn.-return svg {
  fill: currentColor;
  width: 9px;
  height: 14px;
  transform: rotate(-90deg);
}
.c-btn.-login a {
  width: 100%;
  height: 56px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 28px;
  padding: 0 0 0 19px;
}
.c-btn.-login span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  color: #fff;
}
.c-btn.-login.-twitter span {
  background-color: #1d9bef;
}
.c-btn.-login.-twitter svg,
.c-btn.-login.-twitter img {
  width: 16px;
  height: 12.99px;
}
.c-btn.-login.-facebook span {
  background-color: #1a77f2;
}
.c-btn.-login.-facebook svg,
.c-btn.-login.-facebook img {
  width: 9.33px;
  height: 17.43px;
}
.c-card__author + .c-icon.-paid {
  margin: 0 0 0 5px;
}
.c-card.-article.-xl {
  padding: 0 0 26px;
  border-bottom: 1px solid #dcdfe0;
  margin: 0 0 30px;
}
.c-card.-article.-xl a {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.c-card.-article.-xl .c-card__img {
  margin: 0 0 15px;
}
.c-card.-article.-xl .c-card__img .c-card-img__wrap,
.c-card.-article.-xl .c-card__img picture {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 75%;
}
.c-card.-article.-xl .c-card__img .c-card-img__wrap img,
.c-card.-article.-xl .c-card__img picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-card.-article.-lg .c-card__img .c-card-img__wrap,
.c-card.-article.-lg .c-card__img picture {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 75%;
}
.c-card.-article.-lg .c-card__author {
  font-size: 14px;
  line-height: 25.6px;
  color: #6e7377;
  margin: 0 0 10px;
}
.c-card.-article.-md {
  position: relative;
}
.c-card.-article.-md .c-card__group {
  padding: 10px 0 12px;
}
.c-card.-article.-md .c-card__time {
  font-size: 13px;
  display: block;
  color: #6e7377;
  margin: 0 0 4px;
}
.c-card.-article.-md .c-card__ttl {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px;
}
.c-card.-article.-md .c-card__author {
  font-size: 14px;
  line-height: 25.6px;
  color: #6e7377;
}
.c-card.-article.-md .c-card__meta {
  justify-content: space-between;
}
.c-card.-article.-sm {
  position: relative;
}
.c-card.-article.-sm a {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #dcdfe0;
}
.c-card.-article.-sm .c-icon.-clip {
  bottom: 24px;
}
.c-card.-article.-sm .c-card__img {
  width: 140px;
}
.c-card.-article.-sm .c-card__img .c-card-img__wrap,
.c-card.-article.-sm .c-card__img picture {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 75%;
}
.c-card.-article.-sm .c-card__img .c-card-img__wrap img,
.c-card.-article.-sm .c-card__img picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-card.-article.-sm .c-card__group {
  width: calc(100% - 140px);
  padding: 0 20px 0 0;
  line-height: 1;
}
.c-card.-article.-xs {
  position: relative;
}
.c-card.-article.-xs .c-icon.-clip {
  bottom: 24px;
}
.c-card.-article.-xs a {
  display: block;
  padding: 16px 36px 16px 0;
  border-bottom: 1px solid #dcdfe0;
  position: relative;
}
.c-card.-article.-xs .c-card__ttl {
  font-size: 16px;
  line-height: 25.6px;
  margin: 0 0 10px;
  height: 51.19px;
  overflow: hidden;
}
.c-card.-article.-xs .c-card__author {
  font-size: 14px;
  color: #6e7377;
}
.c-card.-article.-xxs.-pr .c-card__ttl::before {
  content: 'PR';
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 3px 5px 4px;
  border-radius: 2px;
  background-color: #6e7377;
  margin: 0 12px 0 0;
}
.c-card.-ranking.-sm a::before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
}
.c-card.-event.-md .c-card__pr {
  margin: 6px 0 0;
  display: block;
  font-size: 14px;
  line-height: 25.6px;
  color: #6e7377;
}
.c-card.-series.-sm {
  padding: 0 0 20px;
  border-bottom: 1px solid #dcdfe0;
}
.c-card.-series.-sm .c-card__img {
  margin: 0 0 10px;
}
.c-card.-series.-sm .c-card__img .c-card-img__wrap,
.c-card.-series.-sm .c-card__img picture {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 75%;
}
.c-card.-series.-sm .c-card__img .c-card-img__wrap img,
.c-card.-series.-sm .c-card__img picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-card.-series.-sm .c-card__ttl {
  display: flex;
  margin: 0 0 13px;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
.c-card.-series.-sm .c-card__txt {
  font-size: 14px;
  line-height: 24px;
  color: #6e7377;
}
.c-card.-series.-md {
  padding: 0 0 20px;
  border-bottom: 1px solid #dcdfe0;
}
.c-card.-series.-md .c-card__img {
  margin: 0 0 10px;
}
.c-card.-series.-md .c-card__img .c-card-img__wrap,
.c-card.-series.-md .c-card__img picture {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 75%;
}
.c-card.-series.-md .c-card__img .c-card-img__wrap img,
.c-card.-series.-md .c-card__img picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-card.-series.-md .c-card__ttl {
  display: flex;
  margin: 0 0 13px;
  font-size: 14px;
  align-items: center;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 0em;
}
.c-card.-series.-md .c-card__ttl svg {
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
}
.c-card.-series.-md .c-card__ttl svg polygon {
  fill: #fff;
}
.c-card.-series.-md .c-card__txt {
  font-size: 15px;
  line-height: 26px;
}
.c-card.-magazines.-lg .c-card__wrap {
  padding: 32px 20px;
  background-color: #f2f5f7;
}
.c-card.-magazines.-lg .c-card__img {
  width: 180px;
}
.c-card.-magazines.-lg .c-card__img .c-card-img__wrap,
.c-card.-magazines.-lg .c-card__img picture {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 141.4306930693%;
}
.c-card.-magazines.-lg .c-card__img .c-card-img__wrap img,
.c-card.-magazines.-lg .c-card__img picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-card.-magazines.-lg .c-card__item dt {
  display: inline-block;
  padding: 0 4px 0 8px;
  margin: 0 0 5px;
  background-color: #0468bf;
  color: #fff;
  font-size: 14px;
}
.c-card.-magazines.-lg .c-card__item dd {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #dcdfe0;
}
.c-card.-magazines.-lg + .c-title.-sub {
  margin-top: 56px;
}
.c-card.-magazines.-sm {
  padding: 20px 0 10px;
  width: 100%;
  border-bottom: 1px solid #dcdfe0;
}
.c-card.-magazines.-sm:first-child {
  border-top: 1px solid #dcdfe0;
}
.c-card.-magazines.-sm .c-card__img {
  width: 226.29px;
  margin: 0 auto 11px;
}
.c-card.-magazines.-sm .c-card__img .c-card-img__wrap,
.c-card.-magazines.-sm .c-card__img picture {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 100%;
}
.c-card.-magazines.-sm .c-card__img .c-card-img__wrap img,
.c-card.-magazines.-sm .c-card__img picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-card.-magazines.-sm .c-card__ttl {
  font-size: 14px;
  line-height: 25.6px;
  text-align: center;
}
.c-card.-magazines.-xs {
  width: 100%;
}
.c-card.-magazines.-xs:not(:first-child) .c-card__ttl {
  padding: 13.5px 0 13.5px 24px;
}
.c-card.-magazines.-xs:not(:first-child) .c-card__ttl::before {
  top: 21px;
}
.c-card.-magazines.-xs .c-icon.-pr {
  font-weight: normal;
  color: #fff;
  background-color: #6e7377;
  padding: 2px 6px 3px;
  border-radius: 3px;
}
.c-card.-magazines.-xs .c-icon {
  margin: 0 0 0 5px;
}
.c-card.-magazines.-xs .c-card__ttl {
  display: block;
  padding: 0 0 13.5px 24px;
  border-bottom: 1px solid #dcdfe0;
  position: relative;
  font-weight: bold;
}
.c-card.-magazines.-xs .c-card__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  background-image: url(../../assets/img/icon/icon_triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-card.-magazines.-xs .c-card__chapter li {
  border-bottom: 1px solid #dcdfe0;
  padding: 13.5px 0 13.5px 24px;
  counter-increment: num;
}
.c-card.-magazines.-xs .c-card__chapter li::before {
  content: 'chapter' counter(num);
  text-transform: uppercase;
  display: inline-block;
  margin: 0 1em 0 0;
}
.c-card.-columns.-lg {
  padding: 28px 20px 32px;
  width: 100%;
  border: 2px solid #dcdfe0;
}
.c-card.-columns.-lg:not(:first-child) {
  margin: 20px 0 0 0;
}
.c-card.-columns.-lg .c-card__header {
  padding: 0 0 19.6px;
  border-bottom: 1px solid #dcdfe0;
  margin: 0 0 15.3px;
}
.c-card.-columns.-lg .c-card__img {
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.c-card.-columns.-lg .c-card__img .c-card-img__wrap,
.c-card.-columns.-lg .c-card__img picture {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 100%;
}
.c-card.-columns.-lg .c-card__img .c-card-img__wrap img,
.c-card.-columns.-lg .c-card__img picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-card.-columns.-lg .c-card__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 25.6px;
}
.c-card.-columns.-lg .c-card__sub {
  font-size: 14px;
  line-height: 22.4px;
  color: #6e7377;
}
.c-card.-columns.-lg .c-card__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 1em;
}
.c-card.-columns.-lg .c-card__item::before {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  left: 0;
  top: 12px;
  background-image: url(../../assets/img/icon/icon_triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px 0 0;
}
.c-card.-columns.-lg .c-card__item a {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: 4px 0;
}
.c-card.-columns.-md {
  position: relative;
}
.c-card.-columns.-md a {
  display: block;
  border-bottom: 1px solid #dcdfe0;
}
.c-card.-columns.-md .c-icon.-clip {
  bottom: unset;
  top: 0;
  padding: calc(75% - 32px) 0 0;
}
.c-card.-columns.-md .c-icon.-paid {
  position: absolute;
  bottom: 12px;
  right: 5px;
}
.c-card.-columns.-md .c-card__img .c-card-img__wrap,
.c-card.-columns.-md .c-card__img picture {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 75%;
}
.c-card.-columns.-md .c-card__img .c-card-img__wrap img,
.c-card.-columns.-md .c-card__img picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-card.-columns.-md .c-card__group {
  padding: 10px 0 12px;
  position: relative;
}
.c-col.-n3 .c-card {
  width: 100%;
}
.c-col.-n4 .c-card {
  width: calc(50% - 7.7px);
}
.c-icon.-pr {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #6e7377;
}
.c-icon.-paid img,
.c-icon.-paid svg {
  width: 12px;
  height: 14.9px;
}
.c-pagination__prev svg,
.c-pagination__next svg {
  width: 8px;
  height: 12px;
}
.c-pagination__prev {
  transform: scale(-1, 1);
  margin: 0 20px 0 0;
}
.c-pagination + .p-author {
  margin: 44px 0 0;
}
.c-relation.-sm .c-relation__wrap {
  padding: 31px 20px;
  background-color: #f2f5f7;
}
.c-relation.-sm .c-relation__ttl {
  font-size: 18px;
  line-height: 25.6px;
  margin: 0 0 14px;
}
.c-relation.-sm .c-relation__item {
  border-bottom: 1px solid #dcdfe0;
  position: relative;
  padding: 0 0 0 1em;
}
.c-relation.-sm .c-relation__item:first-child {
  border-top: 1px solid #dcdfe0;
}
.c-relation.-sm .c-relation__item::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../../assets/img/icon/icon_triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 2px;
}
.c-relation.-sm .c-relation__item a {
  display: block;
  padding: 14px 0;
  font-size: 16px;
  line-height: 25.6px;
}
.c-relation.-sm + .c-relation.-sm {
  margin: 35px 0 0;
}
.c-relation.-sm + .c-relation.-lg {
  margin: 56px 0 0;
}
.c-relation.-lg .c-relation__ttl {
  color: #0468bf;
  font-size: 20px;
  line-height: 20px;
  padding: 0 0 16.3px;
  border-bottom: 1px solid #dcdfe0;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 0 0 27.7px;
}
.c-relation.-lg .c-relation__ttl::before {
  content: '';
  display: block;
  height: 20px;
  width: 6px;
  background-color: #0468bf;
  margin: 0 9px 0 0;
}
.c-title.-primary::before {
  display: none;
}
.p-article__header {
  border-bottom: 4px solid #dcdfe0;
  padding: 0 0 32px;
  margin: 0 0 32px;
}
.p-article__main + .c-pagination {
  margin: 28px 0 0;
}
.p-article__main + .c-btn.-square {
  margin: 56px 0 0;
}
.p-article__eyecatch {
  margin: 36px 0;
}
.p-ahead__time {
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-ahead__time dt,
.p-ahead__time time {
  font-size: 12px;
  color: #6e7377;
}
.p-ahead__sub {
  color: #0468bf;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.p-ahead__author {
  margin: 0 0 12px;
}
.p-ahead__author p {
  color: #6e7377;
  font-size: 14px;
  line-height: 22.4px;
}
.p-ahead__tags li,
.p-ahead__tags a {
  font-size: 14px;
  line-height: 22.4px;
  color: #6e7377;
}
.p-ahead__tags li:not(:first-child) {
  margin: 0 0 0 7px;
  padding: 0 0 0 7px;
  border-left: 1px solid #dcdfe0;
}
.p-ahead__tags a {
  display: flex;
}
.p-ahead__tags a::before {
  content: '#';
  display: block;
}
.p-ahead__sns {
  display: flex;
  align-items: center;
}
.p-author__wrap {
  padding: 28px 20px 60px;
}
.p-author__ttl {
  font-size: 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid #dcdfe0;
  margin: 0 0 23px;
  font-weight: bold;
}
.p-author__people {
  display: block;
  margin: 0 0 16px;
}
.p-author__img {
  width: 96px;
}
.p-author__img .c-card-img__wrap,
.p-author__img picture {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 100%;
}
.p-author__img .c-card-img__wrap img,
.p-author__img picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.p-author__name {
  font-size: 18px;
  line-height: 25.6px;
  font-weight: bold;
}
.p-author__position {
  font-size: 14px;
  line-height: 22.4px;
  color: #6e7377;
}
.p-author__desc {
  font-size: 16px;
  line-height: 28px;
}
.p-author + .c-relation.-sm {
  margin: 35px 0 0;
}
.p-author + .c-title.-sub {
  margin: 45px 0 0;
}
.p-paywall__btn .c-btn.-candybar:not(:first-child) {
  margin: 16px 0 0;
}
.c-title.-point + .p-author .p-author__wrap {
  background-color: #f2f5f7;
}
.c-pagination + .p-author .p-author__wrap {
  border: 2px solid #dcdfe0;
}
.p-eve-detail__item > dt {
  font-weight: bold;
  flex-basis: 21.198156682%;
}
.p-eve-detail__item > dd {
  flex-basis: 78.801843318%;
}
.p-eve-detail__ttl {
  font-weight: bold;
}
.p-eve-detail__btn {
  margin: 45px 0 0;
  display: flex;
  justify-content: center;
}
.p-eve-place:not(:first-child) {
  margin: 26px 0 0;
  border-top: 1px solid #dcdfe0;
  padding: 26px 0 0;
}
.p-eve-place__area {
  display: inline-block;
  font-size: 14px;
  padding: 2px 6px 3px;
  background-color: #0468bf;
  color: #fff;
  margin: 0 0 14px;
}
.p-eve-place__address:not(:first-of-type) {
  margin: 12px 0 0;
}
.p-eve-place iframe {
  width: 100%;
  height: 334px;
}
.p-login {
  padding: 10px 0 0;
}
.p-login__ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
}
.p-login__ttl::after {
  content: '';
  display: block;
  margin: 20px 0 0;
  height: 2px;
  width: 32px;
  background-color: #dcdfe0;
}
.p-login__txt p small {
  margin: 20px 0 0;
}
.p-login__txt p:not(:first-child) {
  margin: 16px 0 0;
}
.p-login__txt strong {
  color: #0468bf;
}
.p-login__txt small {
  display: block;
  font-size: 14px;
  color: #6e7377;
}
.p-login__txt small + small {
  margin: 6px 0 0;
}
.p-login__txt em {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #0468bf;
  margin: 20px 0 0;
}
.p-login__txt + .p-log-form {
  margin: 37px auto 0;
}
.p-login__txt + .p-log-btn {
  margin: 40px 0 0;
}
.p-log-form__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 0 0;
}
.p-log-form__item small {
  display: block;
  color: #6e7377;
  font-size: 14px;
  margin: 4px 0 0;
}
.p-log-form__mail {
  padding: 24px 20px;
  background-color: #f2f5f7;
}
.p-log-form__mail dt {
  font-weight: bold;
  flex-basis: 27.3255813953%;
}
.p-log-form__mail dt::after {
  content: '必須';
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  background-color: #0468bf;
  padding: 1px 4px 2px;
  margin: 0 0 0 10px;
}
.p-log-form__mail dd {
  flex-basis: 72.6744186047%;
}
.p-log-form__mail dd input {
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 16px;
  background-color: #fff;
  padding: 16px;
}
.p-log-form__txt {
  margin: 20px 0 0;
  font-weight: bold;
}
.p-log-form__txt a {
  display: inline-block;
  text-decoration: underline;
  color: #0468bf;
}
.p-log-form__nav {
  margin: 23px 0 0;
}
.p-log-form__nav .c-btn:not(:first-child) {
  margin: 16px 0 0;
}
.p-log-form + .p-log-btn {
  margin: 40px 0 0;
}
.p-log-sns__ttl {
  font-weight: bold;
  text-align: center;
}
.p-log-sns__btn {
  margin: 20px 0 0;
  width: 100%;
}
.p-log-sns__btn .c-btn:not(:first-child) {
  margin: 16px 0 0;
}
.p-mypage__txt.-attention small {
  font-size: 16px;
  padding: 0 0 0 24px;
  color: #ed6d00;
  position: relative;
}
.p-mypage__txt.-attention small svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
}
.p-mypage__txt strong {
  font-size: 18px;
  color: #0468bf;
}
.p-mypage__txt p + ul {
  margin-top: 10px;
}
.p-mypage__txt p.p-mypage__notice {
  line-height: 21px;
  margin: 20px 0 0;
}
.p-mypage__txt ul li {
  padding: 0 0 0 1em;
  line-height: 28px;
  position: relative;
}
.p-mypage__txt ul li:not(:first-child) {
  margin: 6px 0 0;
}
.p-mypage__txt ul li::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}
.p-mypage__txt + .p-mypage__list {
  margin-top: 30px;
}
.p-mypage__txt + .p-mypage__address {
  margin-top: 30px;
}
.p-mypage__txt + .p-mypage__sns {
  margin-top: 30px;
}
.p-mypage__txt + .p-mypage__txt {
  margin-top: 20px;
}
.p-mypage__notice {
  display: block;
  font-size: 14px;
  color: #6e7377;
}
.p-mypage__def + .p-mypage__txt {
  margin-top: 30px;
}
.p-mypage__def + .p-mypage__def {
  margin-top: 40px;
}
.p-mypage__def + .p-mypage__sect {
  margin-top: 40px;
}
.p-mypage__list .p-mypage__btn {
  margin: 36px 0 0;
}
.p-mypage__list + .p-mypage__btn {
  padding: 40px 0 0;
  border-top: 1px solid #dcdfe0;
}
.p-mypage__clip + .c-pagination {
  margin-top: 30px;
}
.p-mypage__address + .c-btn {
  margin-top: 20px;
}
.p-my-hist__state {
  font-size: 14px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.p-my-hist__state.-done {
  color: #fff;
  padding: 0 4px;
  background-color: #0468bf;
}
.p-my-hist__state.-notyet {
  background-color: #dcecfa;
  padding: 0 8px;
}
.p-my-hist__state.-confirm {
  color: #0468bf;
  background-color: #f2f5f7;
  padding: 0 4px;
}
.p-my-hist__wrap:not(:first-of-type) {
  margin: 40px 0 0;
}
.p-my-hist__item {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dcdfe0;
}
.p-my-hist__item:last-of-type {
  border-bottom: 1px solid #dcdfe0;
}
.p-my-hist__item dt {
  display: flex;
  align-items: center;
  background-color: #f2f5f7;
  flex-basis: 28.9552238806%;
  padding: 16px 0 16px 20px;
  font-size: 14px;
  font-weight: bold;
}
.p-my-hist__item dd {
  height: 100%;
  flex-basis: 71.0447761194%;
  padding: 16px 0 16px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-my-usage__ttl {
  font-weight: bold;
  color: #0468bf;
}
.p-my-usage__ttl + .p-my-usage__item {
  margin: 16px 0 0;
}
.p-my-usage__item:not(:first-of-type) {
  margin: 4px 0 0;
}
.p-my-count + .p-mypage__def {
  margin: 40px 0 0;
}
.p-my-address__item.-current b {
  color: #0468bf;
  font-size: 14px;
}
.p-my-address__item.-current b + p {
  margin-top: 10px;
}
.p-my-address__item.-current button {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #6e7377;
  border: none;
}
.p-add-item__main strong {
  font-weight: bold;
}
.p-add-item__main strong + p {
  margin: 10px 0 0;
}
.p-add-item__btn button {
  font-size: 14px;
  padding: 0;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  font-weight: bold;
  color: #fff;
  border: none;
  background-color: #0468bf;
}
.p-my-def__det a {
  color: #0468bf;
  text-decoration: underline;
}
.p-my-def + .c-btn {
  margin-top: 20px;
}
.p-my-list__item {
  border-bottom: 1px solid #dcdfe0;
}
.p-my-list__item:nth-of-type(odd) {
  background-color: #f2f5f7;
}
.p-my-list__item:first-child {
  border-top: 1px solid #dcdfe0;
}
.p-my-list__ttl {
  font-weight: bold;
  font-size: 14px;
}
.p-my-list__det input {
  font-size: 16px;
  padding: 16px 20px;
  border-radius: 0;
  border: 1px solid #6e7377;
  width: 100%;
}
.p-my-toc__item {
  width: calc(50% - 7.5px);
  border: 1px solid #dcdfe0;
  display: flex;
}
.p-my-form__list.-birthday {
  display: flex;
  align-items: center;
}
.p-my-form__list.-birthday span {
  margin: 0 18px 0 8px;
}
.p-my-form__list.-check {
  display: flex;
  flex-wrap: wrap;
}
.p-my-form__list.-check li {
  margin: 0 20px 0 0;
}
.p-my-form__list.-radio li:not(:first-child) {
  margin: 10px 0 0;
}
.p-my-form__item.-name {
  width: calc(50% - 5px);
}
.p-my-form__item.-name:not(:last-child) {
  margin: 0 auto 0 0;
}
.p-my-form__item.-select.-sm {
  width: 24.406779661%;
}
.p-my-form__item.-select.-xs {
  width: 24.406779661%;
}
.p-my-form__item.-select.-xs select {
  padding: 0 10px;
}
.p-my-form__item.-check {
  margin: 4px 0 0;
  display: flex;
  align-items: center;
  width: auto;
  cursor: pointer;
}
.p-my-form__item.-textarea {
  height: 180px;
  padding: 16px 20px;
  border: 1px solid #6e7377;
  margin: 6px 0 0;
}
.p-my-form__item.-error {
  background-color: #fef3eb;
  border-color: #ed6d00 !important;
}
.p-my-form__item.-error + p small {
  display: block;
  color: #ed6d00;
  margin: 8px 0 0;
  font-size: 14px;
  padding: 0 0 0 24px;
  position: relative;
}
.p-my-form__item.-error + p small svg {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
}
.p-my-form__item.-delete {
  width: auto;
}
.p-my-form__item.-delete button {
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  background-color: #6e7377;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  height: 28px;
}
.p-my-form__item.-delete + .p-mypage__def {
  margin-top: 20px;
}
.p-my-form__item:focus {
  border-color: #0468bf;
  background-color: #ebf3fa;
}
.p-my-sns__ttl {
  display: flex;
  align-items: center;
}
.p-my-sns__name {
  letter-spacing: 0.02em;
  font-weight: bold;
  margin: 0 0 0 8px;
  font-size: 14px;
}
.p-my-sns__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.p-my-sns__icon.-twitter {
  background-color: #1d9bef;
}
.p-my-sns__icon.-twitter svg {
  width: 14px;
  height: 11.37px;
}
.p-my-sns__icon.-facebook {
  background-color: #1a77f2;
}
.p-my-sns__icon.-facebook svg {
  width: 7.5px;
  height: 14px;
}
.p-my-sns__item {
  border: 2px solid #dcdfe0;
  padding: 18px 20px;
}
.p-my-sns__status {
  display: flex;
  align-items: center;
}
.p-my-sns__status.-active button {
  background-color: #6e7377;
}
.p-my-sns__status.-active span {
  color: #6e7377;
}
.p-my-sns__status.-active svg {
  color: #000;
}
.p-my-sns__status button {
  letter-spacing: 0em;
  width: 120px;
  height: 28px;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  background-color: #0468bf;
  color: #fff;
  font-size: 14px;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
.p-my-sns__status span {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 20px;
  color: #0468bf;
}
.p-my-sns__status svg {
  width: 18px;
  height: 8px;
  margin: 0 0 0 20px;
  fill: #6e7377;
}
.p-search__header {
  margin: 0 0 44px;
}
.p-search__toc {
  padding: 0 0 16px;
  border-bottom: 1px solid #dcdfe0;
  margin: 0 0 20px;
}
.p-search__result {
  display: flex;
  color: #6e7377;
  font-size: 14px;
  margin: 0 0 18px;
}
.p-sea-form__btn {
  margin: 0 auto;
  width: 240px;
}
.p-sea-toc__list {
  display: flex;
  align-items: center;
}
.p-sea-toc__item:not(:first-child) {
  border-left: 1px solid #dcdfe0;
}
.p-sea-toc__item.-current:first-child {
  padding: 0 20px 0 0;
}
.p-sea-toc__item.-current:not(:first-child) {
  padding: 0 20px;
}
.p-sea-toc__item.-current button {
  background-color: #0468bf;
  color: #fff;
  padding: 0 14px;
}
.p-sea-toc__item button {
  background-color: #fff;
  border: none;
  border-radius: 0;
  height: 24px;
  padding: 0 17px;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}
.u-bg.-smoke {
  background-color: #f2f5f7;
}
.u-flex.-between {
  justify-content: space-between;
}
.u-mt16 {
  margin-top: 16px;
}
@media screen and (min-width: 481px) {
  .-index .l-container {
    padding: 39px 0 0;
  }
  .l-nav.-global .l-nav__wrap {
    height: 56px;
    padding: 0 40px;
  }
  .l-nav.-global .l-nav__menu {
    padding: 7px 0;
    max-width: 77.9411764706%;
  }
  .l-gnav-menu__item:last-child a {
    border-right: 1px solid #6e7377;
    padding: 5px 13px 5px 13px;
  }
  .l-gnav-menu__item__more {
    font-size: 14px;
  }
  .c-article + .c-pagination {
    margin: 32px 0 0;
  }
  .c-article h2:not(:first-child) {
    margin-top: 50px;
  }
  .c-article dl {
    display: flex;
    flex-wrap: wrap;
  }
  .c-article dl dt {
    width: 135px;
  }
  .c-article dl dd {
    width: calc(100% - 135px);
  }
  .c-article table th,
  .c-article table td {
    padding: 10px 20px;
    border-bottom: 1px solid #dcdfe0;
    vertical-align: middle;
  }
  .c-article table th:not(:last-child),
  .c-article table td:not(:last-child) {
    border-right: 1px solid #dcdfe0;
  }
  .c-article figure {
    width: calc(100% - 96px);
    margin: 48px;
  }
  .c-article__flex:not(:last-child) {
    margin-top: 40px;
  }
  .c-article__flex > *:not(:first-child) {
    margin: 0 0 0 32px;
  }
  .c-article__flex p {
    width: calc(100% - 332px);
  }
  .c-article__flex figure {
    width: 300px;
    margin: 0;
  }
  .c-breadclumb li:not(:first-of-type)::before {
    margin: 0 14px;
  }
  .c-btn.-nomal.-print svg {
    margin: 0 12px 0 0;
  }
  .c-btn.-nomal.-clip svg {
    margin: 0 12px 0 0;
  }
  .c-btn.-square.-lg a {
    width: 360px;
  }
  .c-btn.-square.-md a {
    width: 300px;
    height: 50px;
  }
  .c-btn.-candybar.-md a,
  .c-btn.-candybar.-md input,
  .c-btn.-candybar.-md button {
    width: 240px;
  }
  .c-btn.-candybar.-lg a,
  .c-btn.-candybar.-lg input,
  .c-btn.-candybar.-lg button {
    width: 300px;
    height: 56px;
    border-radius: 28px;
  }
  .c-btn.-login a {
    width: 170px;
  }
  .c-card.-article.-xl a {
    width: 654px;
  }
  .c-card.-article.-xl .c-card__img {
    margin: 0 0 20px;
  }
  .c-card.-article.-sm .c-card__img {
    width: 100px;
  }
  .c-card.-article.-sm .c-card__group {
    width: calc(100% - 100px);
    padding: 0 16px 0 0;
  }
  .c-card.-article.-xs a {
    padding: 16px 46px 16px 0;
  }
  .c-card.-article.-xxs.-pr .c-card__ttl::before {
    margin: 0 15px 0 0;
  }
  .c-card.-series.-sm__txt {
    line-height: 20px;
  }
  .c-card.-series.-md .c-card__ttl {
    font-size: 16px;
  }
  .c-card.-series.-md .c-card__ttl img {
    margin: 0 0 0 10px;
  }
  .c-card.-series.-md .c-card__txt {
    font-size: 16px;
    line-height: 20px;
  }
  .c-card.-magazines.-lg .c-card__wrap {
    display: flex;
    padding: 32px;
  }
  .c-card.-magazines.-lg .c-card__list {
    width: calc(100% - 180px);
    padding: 0 0 0 32px;
  }
  .c-card.-magazines.-xs:not(:first-child) .c-card__ttl {
    padding: 17.3px 0 17.3px 34px;
  }
  .c-card.-magazines.-xs:not(:first-child) .c-card__ttl::before {
    top: 26px;
  }
  .c-card.-magazines.-xs .c-icon {
    margin: 0 0 0 10px;
  }
  .c-card.-magazines.-xs .c-card__ttl {
    padding: 0 0 17.3px 34px;
  }
  .c-card.-magazines.-xs .c-card__ttl::before {
    top: 9px;
    width: 9px;
    height: 9px;
  }
  .c-card.-magazines.-xs .c-card__chapter li {
    padding: 17.3px 0 17.3px 34px;
  }
  .c-card.-columns.-lg {
    padding: 32px;
  }
  .c-card.-columns.-lg .c-card__header {
    display: flex;
    align-items: center;
  }
  .c-card.-columns.-lg .c-card__img {
    width: 96px;
    margin: 0 16px 0 0;
  }
  .c-card.-columns.-lg .c-card__item::before {
    width: 9px;
    height: 9px;
    top: 14px;
  }
  .c-col.-n2 .c-card {
    width: calc(50% - 8px);
  }
  .c-col.-n2 .c-card:nth-of-type(odd) {
    margin-right: 16px;
  }
  .c-col.-n3 .c-card {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .c-col.-n3 .c-card:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .c-col.-n4 .c-card {
    width: calc(25% - 15px);
  }
  .c-col.-n4 .c-card:nth-of-type(n + 5) {
    margin-top: 20px;
  }
  .c-relation.-sm .c-relation__wrap {
    padding: 32px;
  }
  .c-relation.-sm .c-relation__item::before {
    width: 9px;
    height: 9px;
    top: 25px;
  }
  .c-relation.-sm .c-relation__item a {
    padding: 18px 0;
  }
  .c-relation.-sm + .c-relation.-sm {
    margin: 40px 0 0;
  }
  .p-article__main + .p-author {
    margin: 56px 0 0;
  }
  .p-article__main + .c-pagination {
    margin: 56px 0 0;
  }
  .p-article__header {
    padding: 0 0 24px;
    margin: 0 0 35px;
  }
  .p-article__eyecatch {
    width: calc(100% - 96px);
    margin: 48px;
  }
  .p-ahead__time {
    margin: 0 0 8px;
  }
  .p-ahead__time dt,
  .p-ahead__time time {
    font-size: 14px;
  }
  .p-ahead__sub {
    font-size: 18px;
  }
  .p-ahead__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .p-ahead__btns {
    display: flex;
    align-items: center;
  }
  .p-ahead__sns {
    margin: 0 0 0 24px;
  }
  .p-author__wrap {
    padding: 32px;
  }
  .p-author__ttl {
    padding: 0 0 11px;
  }
  .p-author__people {
    display: flex;
    align-items: center;
    margin: 0 0 14px;
  }
  .p-author__img {
    margin: 0 16px 0 0;
    width: 96px;
  }
  .p-author + .c-relation.-sm {
    margin: 40px 0 0;
  }
  .p-author + .c-title.-sub {
    margin: 56px 0 0;
  }
  .p-paywall__btn .c-btn.-candybar:not(:first-child) {
    margin: 0 0 0 29.5px;
  }
  .p-eve-detail__item > dt:not(:first-of-type),
  .p-eve-detail__item > dd:not(:first-of-type) {
    padding: 27.7px 0;
    border-top: 1px solid #dcdfe0;
  }
  .p-eve-detail__item > dt:last-of-type,
  .p-eve-detail__item > dd:last-of-type {
    border-bottom: 1px solid #dcdfe0;
  }
  .p-eve-place:not(:first-child) {
    margin: 28.4px 0 0;
    border-top: 1px solid #dcdfe0;
    padding: 28.4px 0 0;
  }
  .p-eve-place__area {
    margin: 0 0 10px;
  }
  .p-eve-place__wrap {
    display: flex;
  }
  .p-eve-place__detail {
    width: calc(100% - 300px);
    padding: 0 30px 0 0;
  }
  .p-eve-place iframe {
    width: 300px;
    height: 300px;
  }
  .p-login {
    padding: 34px 0 0;
    max-width: 960px;
    margin: 0 auto;
  }
  .p-login__ttl {
    font-size: 24px;
    text-align: center;
  }
  .p-login__ttl::after {
    margin: 20px auto 0;
  }
  .p-login__txt p {
    text-align: center;
  }
  .p-login__txt p:not(:first-child) {
    margin: 20px 0 0;
  }
  .p-login__txt small {
    text-align: center;
  }
  .p-login__txt em {
    font-size: 20px;
    text-align: center;
    margin: 30px 0 0;
  }
  .p-login__txt + .p-log-btn {
    margin: 55px 0 0;
  }
  .p-login__txt + .p-log-form {
    margin: 47px auto 0;
  }
  .p-log-sns__btn {
    margin: 28px 0 0;
  }
  .p-mypage__list + .p-mypage__btn {
    padding: 56px 0 0;
  }
  .p-mypage__clip + .c-pagination {
    margin-top: 50px;
  }
  .p-mypage__txt strong {
    font-size: 20px;
  }
  .p-mypage .p-mypage__btn {
    margin: 33px 0 0;
  }
  .p-my-hist__state {
    margin: 6px 0 0;
  }
  .p-my-usage__ttl + .p-my-usage__item {
    margin: 10px 0 0;
  }
  .p-add-item__btn button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    height: 24px;
  }
  .p-my-btn__wrap .c-btn:not(:first-child) {
    margin: 0 0 0 32px;
  }
  .p-my-list__item {
    display: flex;
    align-items: center;
  }
  .p-my-list__det {
    flex-basis: 85.0230414747%;
    padding: 20px 20px 20px 0;
  }
  .p-my-list__det input {
    width: 500px;
  }
  .p-my-list__det small {
    margin: 6px 0 0;
  }
  .p-my-toc__item {
    width: calc(25% - 9px);
  }
  .p-my-form__list.-radio li:not(:first-child) {
    margin: 0 0 0 20px;
  }
  .p-my-form__item.-select.-sm {
    width: 140px;
  }
  .p-my-form__item.-select.-xs {
    width: 112px;
  }
  .p-my-form__item.-name {
    width: 242px;
  }
  .p-my-form__item.-name:not(:last-child) {
    margin: 0 12px 0 0;
  }
  .p-my-form__item.-textarea {
    width: 500px;
    margin: 12px 0 0;
  }
  .p-my-form__item.-delete button {
    height: 24px;
  }
  .p-my-sns__list {
    display: flex;
    justify-content: space-between;
  }
  .p-my-sns__item {
    width: calc(50% - 17px);
    display: flex;
    align-items: center;
  }
  .p-my-sns__item:not(:first-child) {
    margin: 0 0 0 34px;
  }
  .p-my-sns__ttl::after {
    content: '';
    display: block;
    height: 44px;
    width: 1px;
    background-color: #dcdfe0;
    margin: 0 24px 0 20px;
  }
  .p-my-sns__status button {
    height: 24px;
  }
  .p-my-sns__status svg {
    margin: 0 0 0 13px;
  }
  .p-my-sns__status span {
    margin: 0 0 0 13px;
  }
  .p-search__header {
    margin: 0 0 62px;
  }
  .p-sea-toc__item button {
    font-size: 14px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 741px) {
  .p-log-form__wrap {
    padding: 56px 0;
    display: flex;
  }
  .p-log-form__side {
    padding: 0 80px;
    flex-basis: 35.4166666667%;
    border-left: 1px solid #dcdfe0;
  }
  .p-log-form__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 23px 0 0;
  }
  .p-log-form__nav .c-btn:not(:first-child) {
    margin: 0 0 0 30px;
  }
  .p-log-form__mail {
    max-width: 748px;
    margin: 0 auto;
    padding: 20px 30px;
  }
  .p-log-form__mail dl {
    display: flex;
    align-items: center;
  }
  .p-log-form__mail dt::after {
    padding: 4px;
  }
  .p-log-form + .p-log-btn {
    margin: 56px 0 0;
  }
  .p-log-btn__wrap .c-btn:not(:first-child) {
    margin: 0 0 0 32px;
  }
}
@media screen and (min-width: 1201px) {
  .l-aside__wrap {
    padding: 0 0 84px;
    max-width: 300px;
  }
  .l-aside__banner {
    margin: 0 0 20px;
  }
  .l-aside__banner .c-banner:not(:first-child) {
    margin: 20px auto 0;
  }
  .l-aside__ranking {
    margin: 0 0 32px;
  }
  .l-fgnav-item:not(:first-child) {
    margin: 0 0 0 30px;
  }
  .l-fsnav-item:not(:first-child) {
    margin: 0 0 0 24px;
  }
  .l-fsns-item:not(:first-child) {
    margin: 0 0 0 24px;
  }
  .-index .l-main {
    width: calc(100% - 316px);
    padding: 0 15px 64px 0;
    border-right: 1px solid #dcdfe0;
    margin: 0 16px 0 0;
  }
  .-archive .l-main,
  .-mypage .l-main {
    padding: 40px 0 80px;
    width: calc(100% - 268px);
    margin: 0 30px 0 0;
  }
  .-column .l-main {
    width: calc(100% - 268px);
    padding: 24px 0 80px;
    margin: 0 32px 0 0;
  }
  .-page .l-main {
    padding: 40px 0 104px;
  }
  .l-nav.-global .l-nav__form {
    width: 180px;
    height: 36px;
    margin: 10px 0 0;
  }
  .l-nav.-side {
    height: calc(100vh - 182px);
    top: 182px;
  }
  .l-nav.-side .l-nav__wrap {
    width: 411px;
  }
  .l-nav.-side .l-nav__wrap::before {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
  }
  .l-nav.-side .l-nav__list {
    padding: 0 26px;
  }
  .l-snav-menu__header {
    display: none;
  }
  .c-banner__item .c-banner.-lg {
    display: block;
  }
  .c-banner__item .c-banner.-sm {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-aside__banner {
    display: flex;
  }
  .l-aside__magazines .c-col .c-card {
    width: 33.3333333333%;
    border: none;
  }
  .l-aside__magazines .c-col .c-card:first-child {
    border: none;
  }
  .l-footer__item:last-child {
    display: flex;
    flex-direction: column;
  }
  .l-footer__sns {
    order: 2;
  }
  .l-footer__copyright {
    order: 3;
    margin: 55px 0 0;
  }
  .l-footer__copyright small {
    letter-spacing: 0.01em;
  }
  .l-fsns-item {
    width: 114px;
    margin: 26px 0 0;
  }
  .l-fsns-item:nth-child(n + 3) {
    margin: 12px 0 0;
  }
  .l-nav.-side {
    height: calc(100vh - 188px);
    top: 188px;
  }
  .l-snav-menu__header {
    display: block;
  }
  .c-banner__item .c-banner.-lg {
    display: none;
  }
  .c-banner__item .c-banner.-sm {
    display: block;
  }
  .c-btn.-return {
    right: 20px;
    bottom: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 480px) {
  .l-footer__sns {
    width: 228px;
  }
}
@media screen and (max-width: 768px) {
  .c-card.-article.-lg {
    flex-direction: column;
  }
  .c-card.-article.-lg .c-card__img {
    order: 1;
    margin: 0 0 8px;
  }
  .c-card.-article.-lg .c-card__group {
    order: 2;
  }
}
@media screen and (max-width: 740px) {
  .p-log-form__side {
    margin: 32px 0 0;
    border-top: 1px solid #dcdfe0;
  }
  .p-log-form__nav .c-btn {
    text-align: center;
  }
  .p-log-form__mail dd {
    margin: 12px 0 0;
  }
  .p-log-form__btn.c-btn.-candybar.-md a {
    width: 100%;
    height: 60px;
    border-radius: 30px;
  }
  .p-log-btn__wrap {
    flex-direction: column;
  }
  .p-log-btn .c-btn {
    width: 100%;
  }
  .p-log-btn .c-btn:not(:last-child) {
    margin: 16px 0 0 0;
  }
  .p-log-btn .c-btn:nth-of-type(1) {
    order: 2;
  }
  .p-log-btn .c-btn:nth-of-type(2) {
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .l-aside__magazines .c-col .c-card {
    width: 100%;
    border-bottom: 1px solid #dcdfe0;
  }
  .l-aside__magazines .c-col .c-card:first-child {
    border-top: 1px solid #dcdfe0;
    border-bottom: 1px solid #dcdfe0;
  }
  .l-fsnav-item:nth-of-type(n + 4) {
    margin-top: 10px;
  }
  .l-nav__btn {
    position: absolute;
    right: 0;
  }
  .l-nav.-side {
    height: calc(100vh - 166px);
    top: 166px;
  }
  .l-gnav-menu__item {
    margin: 5px 0;
  }
  .l-gnav-menu__item a {
    border-right: 1px solid #6e7377;
  }
  .l-gnav-menu__item:first-child a {
    border-left: none;
  }
  .c-article dl dt {
    margin: 0 0 6px;
  }
  .c-article__flex {
    flex-direction: column;
  }
  .c-article__flex figure {
    order: 1;
  }
  .c-article__flex p {
    order: 2;
  }
  .c-article table tr {
    display: flex;
    flex-direction: column;
  }
  .c-article table td,
  .c-article table th {
    width: 100% !important;
    border-bottom: 1px solid #dcdfe0;
  }
  .c-breadclumb__wrap {
    padding: 15px 0;
  }
  .c-breadclumb li {
    display: inline;
  }
  .c-btn.-box.-md {
    margin: 0 20px;
  }
  .c-btn.-candybar.-lg {
    width: 100%;
  }
  .c-btn.-candybar.-md {
    width: 275px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-btn.-candybar.-md a,
  .c-btn.-candybar.-md input,
  .c-btn.-candybar.-md button {
    width: 275px;
    height: 56px;
    border-radius: 28px;
  }
  .c-card.-magazines.-lg .c-card__img {
    margin: 0 auto 28.4px;
  }
  .c-card.-columns.-lg .c-card__ttl {
    margin: 0 0 2px;
  }
  .c-col.-n3 .c-card:not(:first-child) {
    margin-top: 20px;
  }
  .c-col.-n4 .c-card:not(:nth-of-type(2n)) {
    margin-right: 15.4px;
  }
  .c-col.-n4 .c-card:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .p-ahead__tags {
    margin: 0 0 30px;
  }
  .p-ahead__group {
    margin: 0 0 24px;
  }
  .p-author__img {
    margin: 0 auto 20px;
    width: 150px;
  }
  .p-author__name {
    margin: 0 0 6px;
  }
  .p-paywall__item:not(:first-child) {
    margin: 12px 0 0;
  }
  .c-pagination + .p-author .p-author__name {
    text-align: center;
  }
  .p-eve-detail__item > dt {
    margin: 0 0 10px;
  }
  .p-eve-detail__item > dt:not(:first-child) {
    padding: 27.7px 0 0;
    margin: 27.7px 0 10px;
    border-top: 1px solid #dcdfe0;
  }
  .p-eve-detail__item > dd:last-child {
    padding: 0 0 27.7px;
    border-bottom: 1px solid #dcdfe0;
  }
  .p-eve-detail__item small {
    display: block;
    margin: 6px 0 0;
  }
  .p-eve-detail__list > li:not(:first-child) {
    margin: 15px 0 0;
  }
  .p-eve-detail__ttl {
    margin: 0 0 10px;
  }
  .p-eve-place__detail {
    margin: 0 0 26px;
  }
  .-index .c-col.-n3 .c-card.-series {
    width: calc(50% - 9.5px);
  }
  .-index .c-col.-n3 .c-card.-series:not(:nth-of-type(2n)) {
    margin-right: 19px;
  }
  .-index .c-col.-n3 .c-card.-series:not(:nth-of-type(n + 3)) {
    margin-top: 0;
  }
  .-index .c-col.-n3 .c-card.-series:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .p-mypage__btn .c-btn.-candybar.-md a {
    width: 275px;
    height: 56px;
    border-radius: 28px;
    margin: 0 auto;
  }
  .p-mypage__hist table {
    display: none;
  }
  .p-my-usage__btn .c-btn:not(:last-child) {
    margin: 0 12px 0 0;
  }
  .p-my-usage__btn .c-btn:nth-child(n + 3) {
    margin-top: 10px;
  }
  .p-my-count tbody tr {
    display: flex;
    flex-direction: column;
    width: calc(100vw - 40px);
  }
  .p-my-count tbody dt {
    font-weight: bold;
  }
  .p-my-count tbody dd {
    margin: 4px 0 0;
  }
  .p-my-count tfoot tr {
    padding: 20px 10px 20px 20px;
    justify-content: space-between;
    display: flex;
  }
  .p-add-item__btn {
    margin: 12px 0 0;
  }
  .p-my-btn__wrap {
    flex-direction: column;
  }
  .p-my-btn__wrap .c-btn {
    width: 100%;
  }
  .p-my-btn__wrap .c-btn:not(:last-child) {
    margin: 16px 0 0 0;
  }
  .p-my-btn__wrap .c-btn:nth-of-type(1) {
    order: 2;
  }
  .p-my-btn__wrap .c-btn:nth-of-type(2) {
    order: 1;
  }
  .p-my-def__ttl {
    background-color: #f2f5f7;
  }
  .p-my-def__det {
    border-top: 1px solid #dcdfe0;
  }
  .p-my-list__item {
    padding: 18px 20px 20px;
  }
  .p-my-list__det {
    margin: 10px 0 0;
  }
  .p-my-toc__item:nth-of-type(odd) {
    margin-right: 15px;
  }
  .p-my-toc__item:nth-of-type(n + 3) {
    margin-top: 15px;
  }
  .p-my-toc__item a {
    font-size: 14px;
  }
  .p-clip-item__btn {
    margin: 20px 0 0;
  }
  .p-clip-item__ttl {
    margin: 10px 0 0;
  }
  .p-clip-item__time div:not(:first-child) {
    margin: 4px 0 0;
  }
  .p-my-form__list.-birthday span {
    margin: 0 10px 0 4px;
  }
  .p-my-form__item.-select.-sm select,
  .p-my-form__item.-select.-xs select {
    padding: 0 10px;
    font-size: 14px;
  }
  .p-my-form__item.-select.-sm::after,
  .p-my-form__item.-select.-xs::after {
    right: 10px;
  }
  .p-my-sns__item:not(:first-child) {
    margin: 20px 0 0;
  }
  .p-my-sns__ttl {
    display: flex;
    justify-content: center;
    padding: 0 0 10px;
    border-bottom: 1px solid #dcdfe0;
    margin: 0 0 20px;
  }
  .p-my-sns__status {
    justify-content: center;
  }
  .p-my-sns__status span {
    width: 60px;
    white-space: nowrap;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-ofi.-cover {
    font-family: 'object-fit: cover;';
  }
  .c-ofi.-contain {
    font-family: 'object-fit: contain;';
  }
}
