@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Condensed:wght@400;700&family=Roboto:ital,wght@0,400;0,500;1,700&display=fallback");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 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 {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 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 {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * 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 {
  margin: 0;
  min-width: 0;
  padding: 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html {
  --8px: 0.5rem;
  --9px: 0.5625rem;
  --10px: 0.625rem;
  --11px: 0.6875rem;
  --12px: 0.75rem;
  --13px: 0.8125rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --28px: 1.75rem;
  --30px: 1.875rem;
  --baseTextColor: #333;
  --subTextColor: #999;
  --lightTextColor: #aaa;
  --accentColor: #db4437;
  --borderColor: #e5e5e5;
  --backgroundColor: #f5f5f5;
  --corporateColor: #ffbf00;
  --z-index_header: 3;
  --z-index_spMenu: 3;
  --z-index_heroSwiperPagination: 2;
  --z-index_overlay: 2;
  scroll-behavior: smooth;
  scroll-padding-top: 73px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--baseTextColor);
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--14px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
  min-width: 320px;
  overflow-y: scroll;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

body.AreaList-open,
body.Hamburger-open {
  overflow-y: hidden;
}

main {
  padding-top: 60px;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

body.Hamburger-open main {
  -webkit-transform: translateX(calc(-100% + 60px));
  transform: translateX(calc(-100% + 60px));
}

img {
  height: auto;
  width: 100%;
}

#Overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 63px;
  width: 100%;
  z-index: var(--z-index_overlay);
}

.commonH2 {
  font-size: var(--21px);
  margin-bottom: 20px;
  text-align: center;
}
.commonH2__en {
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
}
.commonH2__ja {
  color: #999;
  display: block;
  font-size: var(--12px);
  font-weight: 700;
}

.commonH3 {
  font-size: var(--14px);
  font-weight: 700;
  margin-bottom: 20px;
}

.buttonContainer {
  text-align: center;
}

.button {
  background-color: var(--accentColor);
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: var(--13px);
  font-weight: 700;
  padding: 15px 30px;
  transition: padding 0.3s;
}
.button:hover {
  padding: 15px 35px;
  text-decoration: underline;
}

#BreadCrumb {
  display: flex;
  font-size: var(--12px);
  justify-content: flex-start;
  margin-bottom: 20px;
  overflow: auto;
  padding: 5px 15px;
  white-space: nowrap;
}

.BreadCrumb__item:not(:last-child)::after {
  -webkit-transform: rotate(45deg);
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 10px;
  transform: rotate(45deg);
  vertical-align: 1px;
  width: 7px;
}
.BreadCrumb__item:last-child {
  font-weight: 700;
}

.commonOneColumn {
  margin-bottom: 30px;
  padding: 0 15px;
}

.commonTag__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
.commonTag__link {
  align-items: center;
  background-color: white;
  display: flex;
  font-size: var(--12px);
  font-weight: 700;
  padding: 8px 20px 8px 16px;
}
.commonTag__link::before {
  background: url(../images/icn_keyword.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: var(--12px);
  margin-right: 1px;
  width: var(--12px);
}

@media only screen and (min-width: 769px) {
  html {
    scroll-padding-top: 103px;
  }
  body {
    font-size: var(--16px);
    min-width: 960px;
  }
  main {
    padding-top: 93px;
  }
  #Overlay {
    cursor: pointer;
    top: 93px;
  }
  .commonH2 {
    font-size: var(--30px);
    line-height: 1.4;
    text-align: left;
  }
  .commonH2__ja {
    font-size: var(--14px);
  }
  .commonH3 {
    font-size: var(--16px);
  }
  #ContentsContainer {
    --leftColumnWidth: calc((644 / 1024) * 100%);
    --rightColumnWidth: calc((300 / 1024) * 100%);
    --columnGap: calc((80 / 1024) * 100%);
    margin: 0 auto 80px auto;
    max-width: 1054px;
    overflow: hidden;
    padding: 0 15px;
  }
  #BreadCrumb {
    margin-bottom: 30px;
    padding: 20px 0;
  }
  #BreadCrumb .BreadCrumb__link:hover {
    text-decoration: underline;
  }
  .commonLeftColumn {
    float: left;
    width: var(--leftColumnWidth);
  }
  .commonRightColumn {
    margin-left: calc(var(--leftColumnWidth) + var(--columnGap));
    width: var(--rightColumnWidth);
  }
  .commonOneColumn {
    padding: 0;
  }
  .commonTag__link:hover {
    text-decoration: underline;
  }
}
#Header {
  align-items: center;
  background-color: white;
  border-top: 3px solid var(--corporateColor);
  box-shadow: 0 -1px 0 0 var(--borderColor) inset;
  display: flex;
  height: 63px;
  justify-content: space-between;
  left: 0;
  position: fixed;
  top: 0;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
  z-index: var(--z-index_header);
}
#Header #AreaList {
  display: none;
}
#Header .Header__logo {
  flex-shrink: 0;
  margin-left: 15px;
  width: 125px;
}
#Header .Header__navItems, #Header .Header__search {
  display: none;
}
#Header .Header__bn {
  flex-shrink: 0;
  margin: 0 6px 0 auto;
  width: 133px;
}

body.Hamburger-open #Header {
  -webkit-transform: translateX(calc(-100% + 60px));
  transform: translateX(calc(-100% + 60px));
}

@media only screen and (min-width: 769px) {
  #Header {
    height: 93px;
    padding: 15px;
  }
  #Header button.Header__navButton::after {
    -webkit-transform: rotate(45deg);
    border-bottom: 2px solid var(--baseTextColor);
    border-right: 2px solid var(--baseTextColor);
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 10px;
    transform: rotate(45deg);
    width: 8px;
  }
  #Header #AreaList {
    background-color: white;
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition: opacity 0.3s;
    width: 100%;
    z-index: 3;
  }
  #Header .AreaList__inner {
    display: flex;
    margin: 0 auto;
    max-width: 1054px;
    padding: 0 15px;
    width: 100%;
  }
  #Header .AreaList__heading {
    border-right: 1px solid var(--borderColor);
    font-size: var(--18px);
    font-weight: 700;
    padding: 40px 40px 40px 0;
  }
  #Header .AreaList__heading::before {
    background: url(../images/icn_area.svg) no-repeat center/contain;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 2px;
    vertical-align: -2px;
    width: 18px;
  }
  #Header .AreaList__container {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    display: flex;
    padding: 40px 0 40px 40px;
  }
  #Header .AreaList__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #Header .AreaList__more {
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
  }
  #Header .AreaList__more::before {
    -webkit-transform: rotate(45deg);
    border-right: 2px solid var(--baseTextColor);
    border-top: 2px solid var(--baseTextColor);
    content: "";
    display: inline-block;
    height: 7px;
    margin-right: 5px;
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 7px;
  }
  #Header .AreaList__more:hover {
    text-decoration: underline;
  }
  #Header .AreaList__items:first-of-type {
    margin-right: 40px;
  }
  #Header .AreaList__link {
    font-size: var(--14px);
  }
  #Header .AreaList__link:hover {
    text-decoration: underline;
  }
  #Header .Header__logo {
    margin-right: 30px;
    width: 150px;
  }
  #Header .Header__search {
    display: inline-block;
    height: 44px;
    max-width: 280px;
    position: relative;
    width: 100%;
  }
  #Header .Header__searchInput {
    border: 1px solid var(--borderColor);
    border-radius: 100vw;
    font-size: var(--15px);
    height: 100%;
    padding: 0 60px 1px 20px;
    width: 100%;
  }
  #Header .Header__searchButton {
    background: url(../images/icn_search.svg) no-repeat center 9px/22px;
    color: transparent;
    font-size: 0;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
  }
  #Header .Header__searchButton:hover {
    opacity: 0.7;
  }
  #Header .Header__navItems {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    font-size: var(--14px);
    font-weight: 700;
    justify-content: space-between;
    margin: 0 25px 0 auto;
  }
  #Header .Header__navButton {
    align-items: center;
    display: flex;
    height: 60px;
    padding: 0 25px;
    position: relative;
  }
  #Header .Header__navButton::before {
    background-color: var(--baseTextColor);
    bottom: 15px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 25px;
    transition: width 0.3s;
    width: 0;
  }
  #Header .Header__navButton:hover::before {
    left: 25px;
    width: calc(100% - 50px);
  }
  #Header .Header__bn {
    margin: 0;
    width: 259px;
  }
  #Header .Header__bn:hover {
    opacity: 0.7;
  }
  .AreaList-open #Header #AreaList {
    opacity: 1;
    pointer-events: auto;
  }
  .AreaList-open #Header button.Header__navButton::after {
    -webkit-transform: translateY(3px) rotate(225deg);
    transform: translateY(3px) rotate(225deg);
  }
}
#Hamburger {
  align-self: flex-start;
  background-color: transparent;
  background-image: linear-gradient(to right, var(--baseTextColor), var(--baseTextColor));
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  border: 22px solid white;
  box-shadow: -1px 0 0 0 var(--borderColor);
  color: transparent;
  font-size: 0;
  height: 59px;
  position: relative;
  width: 60px;
}
#Hamburger::before, #Hamburger::after {
  background-color: var(--baseTextColor);
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 16px;
}
#Hamburger::before {
  -webkit-transform: translateX(-50%);
  top: 1px;
  transform: translateX(-50%);
}
#Hamburger::after {
  -webkit-transform: translateX(-50%);
  bottom: 1px;
  transform: translateX(-50%);
}

.Hamburger-open #Hamburger {
  background-color: var(--backgroundColor);
  background-image: none;
  border-color: var(--backgroundColor);
}
.Hamburger-open #Hamburger::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.Hamburger-open #Hamburger::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

#Menu {
  -ms-scroll-chaining: none;
  background-color: white;
  border-top: 3px solid var(--corporateColor);
  font-size: var(--13px);
  height: 100dvh;
  overflow: auto;
  overscroll-behavior: contain;
  position: fixed;
  right: calc(-100% + 60px);
  top: 0;
  transition: right 0.5s;
  width: calc(100% - 60px);
  z-index: var(--z-index_spMenu);
}
#Menu .Menu__searchInput {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: var(--16px);
  height: 60px;
  overflow: hidden;
  padding-left: 15px;
  width: calc(100% - 60px);
}
#Menu .Menu__searchButton {
  background: url(../images/icn_search.svg) no-repeat center/22px;
  color: transparent;
  display: block;
  font-size: 0;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
#Menu .Menu__toggleButton {
  border-top: 1px solid var(--borderColor);
  font-weight: 700;
  padding: 20px 15px;
  position: relative;
  width: 100%;
}
#Menu .Menu__toggleButton::before, #Menu .Menu__toggleButton::after {
  background-color: var(--baseTextColor);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 10px;
}
#Menu .Menu__toggleButton::before {
  -webkit-transform: translateY(-50%);
  right: 15px;
  transform: translateY(-50%);
}
#Menu .Menu__toggleButton::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}
#Menu .Menu__toggleButton.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
#Menu .Menu__areaContainer {
  display: none;
}
#Menu .Menu__areaItems {
  border-top: 1px solid var(--borderColor);
  box-shadow: 0 -1px 0 0 var(--borderColor) inset;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#Menu .Menu__areaItem {
  border-bottom: 1px solid var(--borderColor);
}
#Menu .Menu__areaItem:nth-child(odd) {
  border-right: 1px solid var(--borderColor);
}
#Menu .Menu__areaLink {
  display: block;
  padding: 20px 15px;
}
#Menu .Menu__areaMoreContainer {
  padding: 15px;
  text-align: right;
}
#Menu .Menu__areaMore {
  font-weight: 700;
  text-decoration: underline;
}
#Menu .Menu__items {
  border-top: 1px solid var(--borderColor);
}
#Menu .Menu__item {
  border-bottom: 1px solid var(--borderColor);
}
#Menu .Menu__link {
  display: block;
  padding: 20px 15px;
}

body.Hamburger-open #Menu {
  right: 0;
}

@media only screen and (min-width: 769px) {
  #Hamburger {
    display: none;
  }
}
.articleWrap {
  margin-bottom: 30px;
  padding: 0 15px;
}

.article {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.article:not(:last-child) {
  border-bottom: 1px solid var(--borderColor);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.article__link {
  display: block;
  height: calc(100% - 20px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.article__figure {
  width: 40.869565%;
}
.article__img {
  -o-object-fit: cover;
  aspect-ratio: 141/106;
  object-fit: cover;
}
.article__textContainer {
  display: flex;
  flex-direction: column;
  width: 54.782609%;
}
.article__date {
  align-items: center;
  color: var(--lightTextColor);
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  font-size: var(--13px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.article__pageView {
  align-items: center;
  color: var(--lightTextColor);
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  font-size: var(--13px);
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.article__pageView::before {
  background: url(../images/icn_pageview.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: var(--14px);
  margin-right: 3px;
  width: var(--14px);
}
.article__newIcon {
  background-color: var(--accentColor);
  border-radius: 100vw;
  color: white;
  font-size: var(--10px);
  font-weight: 700;
  margin-right: 5px;
  padding: 3px 4px 3px 5px;
}
.article__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: var(--10px);
  overflow: hidden;
}
.article__text {
  display: none;
}
.article__asideContainer {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  z-index: 0;
}
.article__authorContainer {
  display: none;
}
.article__tagContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.article__tagItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.article__tagItem {
  align-items: center;
  display: flex;
  font-size: var(--12px);
  font-weight: 700;
}
.article__tagItem:not(:first-child) {
  display: none;
}
.article__tagItem--area::before {
  background: url(../images/icn_area.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: var(--12px);
  margin-right: 2px;
  width: var(--12px);
}
.article__tagItem--keyword {
  margin-left: 10px;
}
.article__tagItem--keyword::before {
  background: url(../images/icn_keyword.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: var(--12px);
  margin-right: 1px;
  width: var(--12px);
}

@media only screen and (min-width: 769px) {
  .articleWrap {
    padding: 0;
  }
  .article {
    padding-bottom: 30px;
  }
  .article:not(:last-child) {
    margin-bottom: 30px;
  }
  .article__link {
    height: calc(100% - 30px);
  }
  .article__figure {
    width: 31.055901%;
  }
  .article__textContainer {
    width: 65.838509%;
  }
  .article__date {
    font-size: var(--15px);
  }
  .article__newIcon {
    font-size: var(--12px);
    padding: 3px 8px 3px 9px;
  }
  .article__title {
    line-height: 1.4625;
  }
  .article__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: var(--14px);
    margin-bottom: var(--10px);
    overflow: hidden;
  }
  .article:hover .article__title {
    text-decoration: underline;
  }
  .article__authorContainer {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    width: 100%;
  }
  .article__authorLink {
    font-size: var(--12px);
    font-weight: 700;
  }
  .article__authorLink::before {
    background: url(../images/icn_author.svg) no-repeat center/contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 3px;
    vertical-align: -3px;
    width: 15px;
  }
  .article__authorLink:hover {
    text-decoration: underline;
  }
  .article__tagContainer {
    bottom: 30px;
  }
  .article__tagItem:not(:first-child) {
    display: inline-block;
  }
  .article__tagLink:hover {
    text-decoration: underline;
  }
  .commonRightColumn .article {
    padding-bottom: 15px;
  }
  .commonRightColumn .article:not(:last-child) {
    margin-bottom: 15px;
  }
  .commonRightColumn .article:last-child {
    padding-bottom: 0;
  }
  .commonRightColumn .article__link {
    height: calc(100% - 15px);
  }
  .commonRightColumn .article__figure {
    width: 35.335%;
  }
  .commonRightColumn .article__img {
    aspect-ratio: 1/1;
  }
  .commonRightColumn .article__textContainer {
    width: 59.667%;
  }
  .commonRightColumn .article__date {
    font-size: var(--13px);
  }
  .commonRightColumn .article__title {
    font-size: var(--14px);
  }
  .commonRightColumn .article__authorContainer {
    margin-bottom: 0;
  }
  .commonRightColumn .article__tagContainer {
    display: none;
  }
}
.pager__items {
  display: flex;
  justify-content: center;
}
.pager__item:not(:last-child) {
  margin-right: 10px;
}
.pager__link {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  line-height: 0;
  width: 40px;
}
.pager__link:not(.pager__link--current) {
  border: 1px solid var(--borderColor);
}
.pager__link--current {
  background-color: var(--baseTextColor);
  color: white;
}
.pager__link--next, .pager__link--prev {
  position: relative;
}
.pager__link--next::before, .pager__link--prev::before {
  -webkit-transform: translateX(-15%) rotate(45deg);
  border-right: 1px solid var(--baseTextColor);
  border-top: 1px solid var(--baseTextColor);
  content: "";
  display: inline-block;
  height: var(--8px);
  transform: translateX(-15%) rotate(45deg);
  width: var(--8px);
}
.pager__link--prev::before {
  -webkit-transform: translateX(15%) rotate(-135deg);
  transform: translateX(15%) rotate(-135deg);
}

@media only screen and (min-width: 769px) {
  .pager__items {
    font-size: var(--14px);
  }
  .pager__link:not(.pager__link--current):hover {
    background-color: var(--backgroundColor);
  }
}
#New {
  border-bottom: 1px solid var(--borderColor);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  #New {
    border-bottom: none;
    margin-bottom: 80px;
    padding-bottom: 0;
  }
}
#Ranking {
  border-bottom: 1px solid var(--borderColor);
  counter-reset: rank 0;
  padding-bottom: 30px;
}
#Ranking .article__figure {
  position: relative;
  width: 30.724638%;
}
#Ranking .article__img {
  aspect-ratio: 1/1;
}
#Ranking .article__textContainer {
  width: 64.927536%;
}
#Ranking.counterReset .article__figure::before {
  align-items: center;
  background-color: var(--baseTextColor);
  border-radius: 50%;
  color: white;
  content: counter(rank);
  counter-increment: rank 1;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: var(--16px);
  font-style: italic;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  left: -5px;
  letter-spacing: 0;
  line-height: 0;
  position: absolute;
  top: -5px;
  width: 30px;
}
#Ranking.counterReset .article:first-child .article__figure::before {
  background-color: var(--corporateColor);
}
#Ranking.counterReset .article:nth-child(2) .article__figure::before {
  background-color: #b3aaaa;
}
#Ranking.counterReset .article:nth-child(3) .article__figure::before {
  background-color: #997754;
}
#Ranking.counterReset--over15 .article:first-child .article__figure::before, #Ranking.counterReset--over15 .article:nth-child(2) .article__figure::before, #Ranking.counterReset--over15 .article:nth-child(3) .article__figure::before {
  background-color: var(--baseTextColor);
}
#Ranking.counterReset--over100 .article__figure::before {
  font-size: var(--13px);
}

@media only screen and (min-width: 769px) {
  .commonRightColumn #Ranking .commonH2 {
    font-size: var(--21px);
    line-height: 1.6;
  }
  .commonRightColumn #Ranking .commonH2__ja {
    font-size: var(--12px);
  }
  .commonRightColumn #Ranking .article__figure {
    width: 35.335%;
    z-index: -1;
  }
  .commonRightColumn #Ranking .article__textContainer {
    width: 59.667%;
  }
  .commonLeftColumn #Ranking .article__figure {
    width: 31.055901%;
  }
  .commonLeftColumn #Ranking .article__img {
    aspect-ratio: 141/106;
  }
  .commonLeftColumn #Ranking .article__textContainer {
    width: 65.838509%;
  }
}
#Advertisement {
  display: none;
}
@media only screen and (min-width: 769px) {
  #Advertisement {
    border-bottom: 1px solid var(--borderColor);
    display: block;
    margin-bottom: 20px;
    min-height: 281px;
    padding-bottom: 30px;
  }
  #Advertisement:hover {
    opacity: 0.7;
  }
}

.SideBn {
  display: none;
}

.BottomBn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 15px;
}
.BottomBn__link {
  width: calc((100% - 15px) / 2);
}
.BottomBn__caption {
  font-size: var(--12px);
  line-height: 1.3;
  margin-top: 5px;
  text-align: center;
}

.MenuBn {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 15px;
}
.MenuBn .SideBn__link {
  width: calc((100% - 15px) / 2);
}
.MenuBn__caption {
  line-height: 1.3;
  margin-top: 5px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .SideBn {
    background-color: var(--backgroundColor);
    display: block;
    margin-bottom: 30px;
    padding: 15px;
  }
  .SideBn__link:not(:last-child) {
    display: block;
    margin-bottom: 15px;
  }
  .SideBn__link:hover {
    opacity: 0.7;
  }
  .BottomBn {
    display: none;
  }
}
.AreaLink {
  display: none;
}

@media only screen and (min-width: 769px) {
  .AreaLink {
    border-top: 1px solid var(--borderColor);
    display: block;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .AreaLink__hContainer {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .AreaLink__h {
    font-weight: 700;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .AreaLink__hSpan {
    font-size: var(--12px);
  }
  .AreaLink__more {
    font-size: var(--13px);
    font-weight: 700;
    overflow: hidden;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .AreaLink__more:hover {
    text-decoration: none;
  }
  .AreaLink__items {
    box-shadow: 0 0 0 1px var(--borderColor) inset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  .AreaLink__item {
    border-bottom: 1px solid var(--borderColor);
  }
  .AreaLink__item:nth-child(odd) {
    border-right: 1px solid var(--borderColor);
  }
  .AreaLink__link {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    align-items: center;
    column-gap: 5px;
    display: flex;
    font-size: var(--12px);
    font-weight: 700;
    justify-content: flex-start;
    padding: 10px;
  }
  .AreaLink__link:hover {
    text-decoration: underline;
  }
  .AreaLink__figure {
    flex-shrink: 0;
    width: 45px;
  }
  .AreaLink__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
  }
}
#Pickup {
  border-top: 1px solid var(--borderColor);
  margin-bottom: 30px;
  padding-top: 30px;
}

@media only screen and (min-width: 769px) {
  #Pickup {
    border-top: none;
    padding-top: 0;
  }
  .commonRightColumn #Pickup .commonH2 {
    font-size: var(--21px);
    line-height: 1.6;
  }
  .commonRightColumn #Pickup .commonH2__ja {
    font-size: var(--12px);
  }
}
#PopularTag {
  background-color: var(--backgroundColor);
  border-bottom: 1px solid var(--borderColor);
  border-top: 1px solid var(--borderColor);
  padding: 30px 15px;
}

@media only screen and (min-width: 769px) {
  #PopularTag {
    border-bottom: none;
    clear: both;
    padding: 80px 0;
  }
  .PopularTag__inner {
    margin: 0 auto;
    max-width: 1054px;
    padding: 0 15px;
  }
}
#PopularWord {
  background-color: var(--backgroundColor);
  display: none;
  padding: 15px;
}

@media only screen and (min-width: 769px) {
  #PopularWord {
    display: block;
    margin-bottom: 30px;
  }
}
#Sns {
  border-top: 1px solid var(--borderColor);
  padding: 30px 0;
}

.Sns__p {
  font-size: var(--13px);
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.Sns__p::before, .Sns__p::after {
  background-color: var(--baseTextColor);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 1px;
}
.Sns__p::before {
  -webkit-transform: translateX(-110px) rotate(-35deg);
  left: 50%;
  transform: translateX(-110px) rotate(-35deg);
}
.Sns__p::after {
  -webkit-transform: translateX(110px) rotate(35deg);
  right: 50%;
  transform: translateX(110px) rotate(35deg);
}
.Sns__items {
  display: flex;
  justify-content: center;
}
.Sns__item {
  height: 40px;
  width: 40px;
}
.Sns__item:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (min-width: 769px) {
  #Sns {
    padding: 40px 0;
  }
  .Sns__item:hover {
    opacity: 0.7;
  }
}
#Footer {
  border-bottom: 3px solid var(--corporateColor);
  border-top: 1px solid var(--borderColor);
  font-size: var(--13px);
  font-weight: 700;
}
#Footer .Footer__items {
  display: flex;
  flex-wrap: wrap;
}
#Footer .Footer__item {
  text-align: center;
  width: 50%;
}
#Footer .Footer__item:first-child, #Footer .Footer__item:nth-child(2), #Footer .Footer__item:nth-child(7) {
  width: 100%;
}
#Footer .Footer__item:not(:last-child):not(:nth-last-child(1)) {
  border-bottom: 1px solid var(--borderColor);
}
#Footer .Footer__item:nth-child(odd):not(:first-child) {
  border-right: 1px solid var(--borderColor);
}
#Footer .Footer__link {
  display: block;
  padding: 20px;
}
#Footer .Footer__subContainer {
  background-color: black;
  color: white;
  padding-bottom: 15px;
}
#Footer .Footer__subItem {
  border-bottom: 1px solid #404040;
}
#Footer .Footer__subLink {
  display: block;
  padding: 15px;
}
#Footer .Footer__copyright {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: var(--10px);
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  #Footer {
    border-bottom-width: 5px;
  }
  #Footer .Footer__container {
    margin: 0 auto;
    max-width: 1054px;
    padding: 80px 15px;
  }
  #Footer .Footer__items {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    row-gap: 10px;
  }
  #Footer .Footer__item {
    text-align: left;
    width: 100%;
  }
  #Footer .Footer__item:not(:last-child):not(:nth-last-child(1)) {
    border-bottom: none;
  }
  #Footer .Footer__item:nth-child(odd):not(:first-child) {
    border-right: none;
  }
  #Footer .Footer__link {
    padding: 0;
  }
  #Footer .Footer__link:hover {
    text-decoration: underline;
  }
  #Footer .Footer__subContainer {
    padding-bottom: 0;
  }
  #Footer .Footer__subInner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1054px;
    padding: 80px 15px;
  }
  #Footer .Footer__subItems {
    display: inline-block;
  }
  #Footer .Footer__subItem {
    border-bottom: none;
    margin-bottom: 10px;
  }
  #Footer .Footer__subLink {
    display: inline;
    padding: 0;
  }
  #Footer .Footer__subLink:hover {
    text-decoration: underline;
  }
  #Footer .Footer__copyright {
    align-self: flex-end;
    margin-top: 0;
  }
}
#PageId__Top #Keyvis {
  border-bottom: 1px solid var(--borderColor);
  margin-bottom: 30px;
  overflow: hidden;
}
#PageId__Top .Keyvis__img {
  -o-object-fit: cover;
  aspect-ratio: 375/300;
  object-fit: cover;
}
#PageId__Top .Keyvis__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: var(--21px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  overflow: hidden;
}
#PageId__Top .Keyvis__textContainer {
  background-color: black;
  color: white;
  padding: 30px;
}
#PageId__Top .Keyvis__authorLink {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-transform: translateX(-3px);
  align-items: center;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 35px 1fr;
  line-height: 1;
  transform: translateX(-3px);
}
#PageId__Top .Keyvis__authorFigure {
  border-radius: 50%;
  grid-column: 1/2;
  grid-row: 1/3;
  height: 35px;
  overflow: hidden;
  width: 35px;
}
#PageId__Top .Keyvis__authorImg {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#PageId__Top .Keyvis__date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: var(--13px);
  grid-column: 2/3;
  grid-row: 1/2;
  opacity: 0.5;
}
#PageId__Top .Keyvis__authorName {
  font-family: "Roboto", sans-serif;
  font-size: var(--13px);
  font-weight: 500;
  grid-column: 2/3;
  grid-row: 2/3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#PageId__Top .HeroSwiper__counter {
  display: none;
}
#PageId__Top .HeroSwiper__pagination {
  margin: 15px 0 30px 0;
  text-align: center;
}
#PageId__Top .HeroSwiper .swiper-pagination-bullet-active {
  background: var(--baseTextColor);
}
#PageId__Top #Pickup {
  border-top: none;
}
#PageId__Top #Sns {
  border-top: none;
}
@media only screen and (min-width: 769px) {
  #PageId__Top #Keyvis {
    --articleOpen: articleOpen 1s forwards;
    background-color: var(--backgroundColor);
    margin-bottom: 80px;
    position: relative;
  }
  #PageId__Top .Keyvis__article {
    -webkit-transform: translateX(10px);
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    background: var(--backgroundColor);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    display: flex;
    margin: 0 auto;
    max-width: 1054px;
    padding: 40px 15px;
    position: relative;
    transform: translateX(10px);
  }
  #PageId__Top .Keyvis__article.active .Keyvis__img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  #PageId__Top .Keyvis__article.active .Keyvis__title {
    opacity: 0.7;
  }
  #PageId__Top .Keyvis__title {
    margin-top: 35px;
    transition: opacity 0.3s;
  }
  #PageId__Top .Keyvis__titleLink {
    -webkit-box-decoration-break: clone;
    background-color: black;
    box-decoration-break: clone;
    display: inline;
    font-size: var(--28px);
    line-height: 2.1;
    padding: 5px 10px;
    pointer-events: auto;
  }
  #PageId__Top .Keyvis__figure {
    margin-left: auto;
    overflow: hidden;
    width: 68.359375%;
  }
  #PageId__Top .Keyvis__figureLink {
    display: block;
  }
  #PageId__Top .Keyvis__img {
    -o-object-fit: cover;
    aspect-ratio: 70/42;
    object-fit: cover;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  #PageId__Top .Keyvis__textContainer {
    background-color: transparent;
    height: calc(100% - 80px);
    left: 15px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 40px;
    width: 45%;
  }
  #PageId__Top .Keyvis__authorLink {
    bottom: 0;
    grid-template-columns: 45px 1fr;
    pointer-events: auto;
    position: absolute;
    width: calc(70% - 150px);
  }
  #PageId__Top .Keyvis__authorLink:hover .Keyvis__authorName {
    text-decoration: underline;
  }
  #PageId__Top .Keyvis__authorFigure {
    height: 45px;
    width: 45px;
  }
  #PageId__Top .Keyvis__date {
    color: var(--subTextColor);
  }
  #PageId__Top .Keyvis__authorName {
    color: var(--baseTextColor);
  }
  #PageId__Top .swiper-slide-active .Keyvis__article {
    -webkit-animation: var(--articleOpen);
    animation: var(--articleOpen);
  }
  @-webkit-keyframes articleOpen {
    0% {
      -webkit-transform: translateX(10px);
      -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
      clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
      transform: translateX(10px);
    }
    50% {
      -webkit-clip-path: polygon(-3px 0%, 100% 0%, 100% 100%, -3px 100%);
      clip-path: polygon(-3px 0%, 100% 0%, 100% 100%, -3px 100%);
    }
    100% {
      -webkit-transform: translateX(0);
      -webkit-clip-path: polygon(-3px 0%, 100% 0%, 100% 100%, -3px 100%);
      clip-path: polygon(-3px 0%, 100% 0%, 100% 100%, -3px 100%);
      transform: translateX(0);
    }
  }
  @keyframes articleOpen {
    0% {
      -webkit-transform: translateX(10px);
      -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
      clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
      transform: translateX(10px);
    }
    50% {
      -webkit-clip-path: polygon(-3px 0%, 100% 0%, 100% 100%, -3px 100%);
      clip-path: polygon(-3px 0%, 100% 0%, 100% 100%, -3px 100%);
    }
    100% {
      -webkit-transform: translateX(0);
      -webkit-clip-path: polygon(-3px 0%, 100% 0%, 100% 100%, -3px 100%);
      clip-path: polygon(-3px 0%, 100% 0%, 100% 100%, -3px 100%);
      transform: translateX(0);
    }
  }
  #PageId__Top .HeroSwiper {
    counter-reset: swiperSlide 0;
  }
  #PageId__Top .HeroSwiper .swiper-slide {
    counter-increment: swiperSlide 1;
  }
  #PageId__Top .HeroSwiper__paginationContainer {
    -webkit-transform: translateX(-50%);
    bottom: 40px;
    display: flex;
    justify-content: flex-start;
    left: 50%;
    max-width: 1054px;
    min-width: 975px;
    padding: 0 15px;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
    z-index: var(--z-index_heroSwiperPagination);
  }
  #PageId__Top .HeroSwiper__paginationInner {
    min-height: 50px;
    padding-right: 40px;
    text-align: right;
    width: 31.640625% !important;
  }
  #PageId__Top .HeroSwiper__counter {
    -webkit-transform: translateY(5px);
    color: var(--subTextColor);
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: var(--21px);
    line-height: 1;
    transform: translateY(5px);
  }
  #PageId__Top .HeroSwiper__counter::after {
    content: counter(swiperSlide);
  }
  #PageId__Top .HeroSwiper__pagination {
    margin: 0;
    text-align: right;
  }
  #PageId__Top .HeroSwiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: white;
    opacity: 1;
    pointer-events: auto;
  }
  #PageId__Top #HeroSwiper__currentNumber {
    color: var(--baseTextColor);
  }
  #PageId__Top #Pickup {
    border-top: 1px solid var(--borderColor);
    padding-top: 80px;
  }
  #PageId__Top #Sns {
    border-top: 1px solid var(--borderColor);
  }
}

#PageId__Article #Article h3:not(.commonH3) {
  font-size: var(--18px);
  font-weight: 700;
  line-height: 1.3;
  margin: 40px auto 20px auto;
  padding-left: 10px;
  position: relative;
  width: calc(100% - 30px);
}
#PageId__Article #Article h3:not(.commonH3)::before {
  background-color: var(--corporateColor);
  content: "";
  display: inline-block;
  height: 90%;
  left: 0;
  position: absolute;
  top: 5%;
  width: 4px;
}
#PageId__Article #Article h4 {
  border-bottom: 1px solid var(--borderColor);
  font-size: var(--18px);
  font-weight: 700;
  margin: 40px auto 20px auto;
  padding-bottom: 5px;
  width: calc(100% - 30px);
}
#PageId__Article #Article p:not(.Article__dateP):not(.Article__viewP) {
  margin-bottom: 15px;
  padding: 0 15px;
}
#PageId__Article #Article a:not(.Article__indexLink) {
  text-decoration: underline;
  word-break: break-all;
}
#PageId__Article #Article ul:not(.Article__indexItems) {
  margin-bottom: 15px;
  padding: 0 15px;
}
#PageId__Article #Article ul:not(.Article__indexItems) ul {
  margin-bottom: 0;
  padding: 0;
}
#PageId__Article #Article li:not(.Article__indexItem) {
  padding-left: 1em;
  text-indent: -1em;
}
#PageId__Article #Article ul li:not(.Article__indexItem)::before {
  content: "・";
}
#PageId__Article #Article ol {
  margin-bottom: 15px;
  padding: 0 15px;
  list-style: decimal inside;
}
#PageId__Article #Article iframe {
  padding: 0 15px;
}
#PageId__Article .Article__headingContainer {
  margin-bottom: 30px;
  padding: 0 15px;
}
#PageId__Article .Article__h1 {
  font-size: var(--21px);
  font-weight: 700;
  line-height: 1.4;
}
#PageId__Article .Article__info {
  border-bottom: 1px solid var(--borderColor);
  display: flex;
  margin-bottom: 10px;
}
#PageId__Article .Article__date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: var(--12px);
  font-weight: 500;
}
#PageId__Article .Article__dateP {
  display: inline-block;
}
#PageId__Article .Article__dateP:not(:last-child) {
  margin-right: 10px;
}
#PageId__Article .Article__dateTime {
  font-size: var(--13px);
}
#PageId__Article .Article__index {
  background-color: var(--backgroundColor);
  margin: 0 auto 30px auto;
  padding: 30px 15px;
  width: calc(100% - 30px);
}
#PageId__Article .Article__index .commonH3 {
  margin-bottom: 5px;
}
#PageId__Article .Article__indexLink {
  display: block;
  font-weight: 700;
  padding: 12px 40px 12px 0;
  position: relative;
}
#PageId__Article .Article__indexLink::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid var(--baseTextColor);
  border-right: 1px solid var(--baseTextColor);
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
}
#PageId__Article .Article__indexItem:not(:last-child) .Article__indexLink {
  border-bottom: 1px solid #ccc;
}
#PageId__Article .Article__view {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
#PageId__Article .Article__viewP {
  align-items: center;
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  font-size: var(--12px);
  font-weight: 500;
  text-align: right;
}
#PageId__Article .Article__viewP::before {
  background: url(../images/icn_pageview.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: var(--14px);
  margin-right: 3px;
  width: var(--14px);
}
#PageId__Article .Article__figure {
  margin-bottom: 30px;
}
#PageId__Article .Article__89Bn {
  background-color: var(--corporateColor);
  display: flex;
  justify-content: space-between;
  margin: 0 auto 15px auto;
  max-width: 450px;
  min-height: 140px;
  position: relative;
  width: calc(100% - 30px);
}
#PageId__Article .Article__89Bn:first-child {
  margin-top: 30px;
}
#PageId__Article .Article__89Bn:last-child {
  margin-bottom: 30px;
}
#PageId__Article .Article__89BnFigure {
  position: relative;
  width: 150px;
}
#PageId__Article .Article__89BnImg {
  -o-object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#PageId__Article .Article__89BnP {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 15px;
  width: calc(100% - 150px);
}
#PageId__Article .Article__89BnSpan {
  bottom: 10px;
  font-size: var(--10px);
  position: absolute;
  right: 15px;
}
#PageId__Article .adarea_articletop {
  align-items: center;
  display: flex;
  min-height: 230px;
  /* flex-direction: column;
  margin: 0 auto 30px auto;
  width: 345px;
  min-height: 100px; */
}
#PageId__Article .adarea_articlebottom {
  display: none;
}
#PageId__Article img[src^="https://t.afi-b.com/lead/"] {
  width: 1px;
}
#PageId__Article #coffret_pc_undertitle_right,
#PageId__Article #coffret_pc_undertitle_left {
  display: none;
}
#PageId__Article .insert_ads {
  margin: 30px 0;
  min-height: 360px;
}
#PageId__Article .related_entries {
  margin-bottom: 30px;
  padding: 0 15px;
}
#PageId__Article .thumbnails-a-stream {
  border-color: var(--borderColor);
  border-style: solid;
  padding-top: 20px;
}
#PageId__Article .trc_rbox_outer {
  margin-left: 0;
}
#PageId__Article .thumbBlock_holder {
  margin-right: 4.347826%;
  width: 40.869565%;
}
#PageId__Article .video-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--14px);
  line-height: 1.6;
}
#PageId__Article #Article .ats-slot iframe,
#PageId__Article #Article .adarea_articletop iframe {
  padding: 0;
}
#PageId__Article .insert_ads > div {
  padding-bottom: 15px;
}
#PageId__Article #RelatedPost {
  border-top: 1px solid var(--borderColor);
  padding-top: 30px;
}
#PageId__Article #Ranking {
  border-top: 1px solid var(--borderColor);
  padding-top: 30px;
}
#PageId__Article #RelatedTag {
  background-color: var(--backgroundColor);
  border-bottom: 1px solid var(--borderColor);
  margin-bottom: 30px;
  padding: 30px 15px;
}
#PageId__Article .RelatedTag__group:not(:last-child) {
  margin-bottom: 30px;
}
#PageId__Article #Author {
  border: 4px solid var(--corporateColor);
  margin: 0 auto 30px auto;
  padding: 30px;
  width: calc(100% - 30px);
}
#PageId__Article .Author__dt {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-transform: translateX(-5px);
  align-items: center;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 65px 1fr;
  line-height: 1;
  margin-bottom: 15px;
  transform: translateX(-5px);
}
#PageId__Article .Author__dt::before {
  align-self: flex-end;
  color: var(--subTextColor);
  content: "この記事を書いた人";
  font-size: var(--12px);
  grid-column: 2/3;
  grid-row: 1/2;
  padding-bottom: 5px;
}
#PageId__Article .Author__figure {
  border-radius: 50%;
  grid-column: 1/2;
  grid-row: 1/3;
  overflow: hidden;
}
#PageId__Article .Author__name {
  align-self: flex-start;
  grid-column: 2/3;
  grid-row: 2/3;
  padding-top: 5px;
}
#PageId__Article .Author__linkContainer {
  font-size: var(--13px);
  font-weight: 700;
  margin-top: 20px;
  text-align: right;
}
#PageId__Article .Author__link {
  text-decoration: underline;
}
#PageId__Article .Author__link:hover {
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  #PageId__Article #Article h3:not(.commonH3) {
    font-size: var(--21px);
    padding-left: 14px;
    width: 100%;
  }
  #PageId__Article #Article h4 {
    width: 100%;
  }
  #PageId__Article #Article p:not(.Article__dateP):not(.Article__viewP) {
    line-height: 1.7;
    padding: 0;
  }
  #PageId__Article #Article a:not(.Article__indexLink):hover {
    text-decoration: none;
  }
  #PageId__Article #Article ol {
    padding: 0;
  }
  #PageId__Article #Article ul {
    padding: 0;
  }
  #PageId__Article #Article iframe {
    padding: 0;
  }
  #PageId__Article .Article__headingContainer {
    margin-bottom: 40px;
    padding: 0;
  }
  #PageId__Article .Article__h1 {
    font-size: var(--28px);
  }
  #PageId__Article .Article__h2 {
    font-size: var(--21px);
    padding-left: 14px;
    width: 100%;
  }
  #PageId__Article .Article__info {
    margin-bottom: 20px;
  }
  #PageId__Article .Article__p {
    line-height: 1.7;
    margin-bottom: 40px;
    padding: 0;
  }
  #PageId__Article .Article__index {
    margin-bottom: 40px;
    padding: 30px;
    width: 100%;
  }
  #PageId__Article .Article__indexLink::before {
    background-color: var(--subTextColor);
    content: "";
    display: inline-block;
    height: 1px;
    transition: width 0.3s;
    vertical-align: 5px;
    width: 0;
  }
  #PageId__Article .Article__indexLink:hover::before {
    margin-right: 5px;
    width: 10px;
  }
  #PageId__Article .Article__relatedPost {
    margin-bottom: 40px;
    padding: 30px;
    width: 100%;
  }
  #PageId__Article .Article__relatedPostLink:hover {
    text-decoration: none;
  }
  #PageId__Article .Article__89Bn {
    margin-bottom: 40px;
    max-width: unset;
    width: 100%;
  }
  #PageId__Article .Article__89Bn:first-child {
    margin-top: 40px;
  }
  #PageId__Article .Article__89Bn:hover {
    opacity: 0.7;
  }
  #PageId__Article .Article__89BnFigure {
    width: 320px;
  }
  #PageId__Article .Article__89BnP {
    font-size: var(--17px);
    padding: 20px;
    width: calc(100% - 320px);
  }
  #PageId__Article #coffret_sp_under_title {
    display: none;
  }
  #PageId__Article .adarea_articletop {
    background-color: var(--backgroundColor);
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    min-height: 280px;
    padding: 15px 0;
    width: 100%;
    margin: 0 auto 30px auto;
  }
  #PageId__Article .adarea_articlebottom {
    align-items: center;
    background-color: var(--backgroundColor);
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    margin: 0 auto 30px auto;
    min-height: 280px;
    padding: 15px 0;
    width: 100%;
  }
  #PageId__Article #coffret_pc_undertitle_left,
  #PageId__Article #coffret_pc_undertitle_right {
    display: block;
  }
  #PageId__Article .related_entries {
    margin-bottom: 40px;
    padding: 0;
  }
  #PageId__Article .thumbnails-a-stream {
    padding-top: 30px;
  }
  #PageId__Article .thumbBlock_holder {
    margin-right: 3.10559%;
    width: 31.055901%;
  }
  #PageId__Article .video-label {
    font-size: var(--16px);
  }
  #PageId__Article #RelatedPost {
    border-top: none;
    padding-top: 0;
  }
  #PageId__Article #Ranking {
    border-top: none;
    margin-bottom: 30px;
    padding-top: 0;
  }
  #PageId__Article #RelatedTag {
    border-bottom: none;
    margin-bottom: 40px;
    padding: 30px;
  }
  #PageId__Article #Author {
    margin-bottom: 0;
    width: 100%;
  }
  #PageId__Article .Author__dd {
    font-size: var(--14px);
  }
}
#PageId__Area .AreaHeader__figure {
  aspect-ratio: 375/300;
  margin-bottom: 30px;
}
#PageId__Area .AreaHeader__img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
#PageId__Area .AreaHeader__h {
  font-size: var(--18px);
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 15px;
}
#PageId__Area .AreaHeader__h::before {
  background: url(../images/icn_area.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: var(--21px);
  margin-right: 5px;
  vertical-align: -3px;
  width: var(--21px);
}
#PageId__Area .AreaHeader__p {
  padding: 0 15px;
}
#PageId__Area #ArticleNumber {
  margin: 30px 0 10px 0;
  padding: 0 15px;
}
#PageId__Area .ArticleNumber__span--name {
  font-size: var(--18px);
  font-weight: 700;
}
#PageId__Area .ArticleNumber__span--number {
  color: var(--accentColor);
  font-weight: 700;
}
#PageId__Area #AreaTab {
  border-top: 1px solid var(--borderColor);
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#PageId__Area .AreaTab__button {
  border-bottom: 4px solid var(--borderColor);
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  width: 50%;
}
#PageId__Area .AreaTab__button:first-child {
  box-shadow: -1px 0px 0px 0px var(--borderColor) inset;
}
#PageId__Area .AreaTab__button.active {
  border-bottom-color: var(--accentColor);
  pointer-events: none;
}
#PageId__Area #Pickup {
  border-bottom: 1px solid var(--borderColor);
  padding-bottom: 30px;
}
#PageId__Area #Movie {
  counter-reset: movieRank 0;
  margin-bottom: 30px;
}
#PageId__Area #Movie .articleWrap {
  margin-bottom: 0;
}
#PageId__Area #Movie .article__figure {
  position: relative;
}
#PageId__Area #Movie .article__figure::before {
  align-items: center;
  background-color: var(--baseTextColor);
  border-radius: 50%;
  color: white;
  content: counter(movieRank);
  counter-increment: movieRank 1;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: var(--16px);
  font-style: italic;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  left: -5px;
  line-height: 0;
  position: absolute;
  top: -5px;
  width: 30px;
}
#PageId__Area #Movie .article:first-child .article__figure::before {
  background-color: var(--corporateColor);
}
#PageId__Area #Movie .article:nth-child(2) .article__figure::before {
  background-color: #b3aaaa;
}
#PageId__Area #Movie .article:nth-child(3) .article__figure::before {
  background-color: #997754;
}
#PageId__Area #Movie .article:last-child {
  border-bottom: none;
}
#PageId__Area #Movie .article__img {
  border-radius: 10px;
}
#PageId__Area #Movie .article__pageView {
  margin-bottom: 5px;
  position: static;
}
#PageId__Area .Movie__linkContainer {
  padding: 0 15px;
  text-align: right;
}
#PageId__Area .Movie__link {
  display: block;
  font-size: var(--13px);
  font-weight: 700;
  margin-top: 20px;
  text-decoration: underline;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  #PageId__Area .AreaHeader__figure {
    aspect-ratio: 644/300;
  }
  #PageId__Area .AreaHeader__h {
    padding: 0;
  }
  #PageId__Area .AreaHeader__p {
    padding: 0;
  }
  #PageId__Area #AreaTab {
    border-left: 1px solid var(--borderColor);
    border-right: 1px solid var(--borderColor);
    font-size: var(--14px);
  }
  #PageId__Area #AreaTab .AreaTab__button:hover {
    text-decoration: underline;
  }
  #PageId__Area #ArticleNumber {
    margin-top: 20px;
    padding: 0;
    text-align: right;
  }
  #PageId__Area #New {
    margin-bottom: 0;
  }
  #PageId__Area #Ranking {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #PageId__Area #Movie {
    margin: 30px 0 0 0;
  }
  #PageId__Area #Movie .commonH2 {
    font-size: var(--21px);
    line-height: 1.6;
  }
  #PageId__Area #Movie .commonH2__ja {
    font-size: var(--12px);
  }
  #PageId__Area #Movie .article__figure {
    width: 47%;
  }
  #PageId__Area #Movie .article__img {
    aspect-ratio: 141/106;
  }
  #PageId__Area #Movie .article__textContainer {
    width: 48%;
  }
  #PageId__Area .Movie__link:hover {
    text-decoration: none;
  }
}

#PageId__AreaList #AreaListHeader {
  margin-bottom: 20px;
  padding: 0 15px;
}
#PageId__AreaList .AreaListHeader__h {
  -webkit-transform: translateX(-3px);
  font-size: var(--18px);
  font-weight: 700;
  margin-bottom: 10px;
  transform: translateX(-3px);
}
#PageId__AreaList .AreaListHeader__h::before {
  background: url(../images/icn_area.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: var(--21px);
  margin-right: 5px;
  vertical-align: -3px;
  width: var(--21px);
}
#PageId__AreaList .AreaListContainer {
  border-top: 1px solid var(--borderColor);
  margin-bottom: 30px;
}
#PageId__AreaList .AreaList__button {
  border-bottom: 1px solid var(--borderColor);
  padding: 20px;
  position: relative;
  width: 100%;
}
#PageId__AreaList .AreaList__button::before, #PageId__AreaList .AreaList__button::after {
  background-color: var(--baseTextColor);
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 27px;
  top: 50%;
  width: 10px;
}
#PageId__AreaList .AreaList__button::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#PageId__AreaList .AreaList__button::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#PageId__AreaList .AreaList__button.active {
  background-color: var(--baseTextColor);
  color: white;
}
#PageId__AreaList .AreaList__button.active::before, #PageId__AreaList .AreaList__button.active::after {
  -webkit-transform: translateY(-50%);
  background-color: white;
  transform: translateY(-50%);
}
#PageId__AreaList .AreaList__items {
  display: none;
}
#PageId__AreaList .AreaList__item {
  background-color: var(--backgroundColor);
  border-bottom: 1px solid var(--borderColor);
}
#PageId__AreaList .AreaList__link {
  display: block;
  padding: 20px 20px 20px 60px;
  position: relative;
}
#PageId__AreaList .AreaList__link::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid var(--baseTextColor);
  border-top: 2px solid var(--baseTextColor);
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}
#PageId__AreaList .AreaList__link--noLink {
  color: var(--subTextColor);
}

@media only screen and (min-width: 769px) {
  #PageId__AreaList #AreaListHeader {
    margin-bottom: 30px;
    padding: 0;
  }
  #PageId__AreaList .AreaListHeader__h {
    font-size: var(--21px);
  }
  #PageId__AreaList .AreaListContainer {
    border-top: none;
  }
  #PageId__AreaList .AreaListContainer--domestic .AreaList__item {
    width: 25%;
  }
  #PageId__AreaList .AreaListContainer--overseas .AreaList__item {
    width: 50%;
  }
  #PageId__AreaList .AreaList {
    margin-bottom: 40px;
    padding-bottom: 35px;
  }
  #PageId__AreaList .AreaList:not(:last-child) {
    border-bottom: 1px solid var(--borderColor);
  }
  #PageId__AreaList .AreaList__button {
    border-bottom: none;
    border-left: 4px solid var(--corporateColor);
    cursor: default;
    font-size: var(--21px);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
  }
  #PageId__AreaList .AreaList__button::before, #PageId__AreaList .AreaList__button::after {
    content: none;
  }
  #PageId__AreaList .AreaList__button .AreaList__number {
    margin-left: 10px;
  }
  #PageId__AreaList .AreaList__number {
    font-family: "Roboto", sans-serif;
    font-size: var(--14px);
    font-weight: 400;
  }
  #PageId__AreaList .AreaList__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #PageId__AreaList .AreaList__item {
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 5px;
  }
  #PageId__AreaList .AreaList__link {
    font-size: var(--16px);
    padding: 0;
  }
  #PageId__AreaList .AreaList__link:not(.AreaList__link--noLink):hover {
    text-decoration: underline;
  }
  #PageId__AreaList .AreaList__link::after {
    content: none;
  }
}
#PageId__Tags #TagsHeader {
  margin-bottom: 20px;
  padding: 0 15px;
}
#PageId__Tags .TagsHeader__h {
  -webkit-transform: translateX(-3px);
  font-size: var(--18px);
  font-weight: 700;
  margin-bottom: 10px;
  transform: translateX(-3px);
}
#PageId__Tags .TagsHeader__h::before {
  background: url(../images/icn_keyword.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: var(--21px);
  margin-right: 5px;
  vertical-align: -3px;
  width: var(--21px);
}
#PageId__Tags .TagsHeaderSearch {
  position: relative;
}
#PageId__Tags .TagsHeaderSearch__input {
  border: 1px solid var(--borderColor);
  border-radius: 100vw;
  font-size: var(--15px);
  height: 60px;
  padding: 0 60px 0 20px;
  width: 100%;
}
#PageId__Tags .TagsHeaderSearch__button {
  background: url(../images/icn_search.svg) no-repeat center/22px;
  color: transparent;
  display: block;
  font-size: 0;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
#PageId__Tags .TagsContainer {
  border-top: 1px solid var(--borderColor);
  margin-bottom: 30px;
}
#PageId__Tags .Tags__button {
  border-bottom: 1px solid var(--borderColor);
  padding: 20px;
  position: relative;
  width: 100%;
}
#PageId__Tags .Tags__button::before, #PageId__Tags .Tags__button::after {
  background-color: var(--baseTextColor);
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 27px;
  top: 50%;
  width: 10px;
}
#PageId__Tags .Tags__button::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#PageId__Tags .Tags__button::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#PageId__Tags .Tags__button.active {
  background-color: var(--baseTextColor);
  color: white;
}
#PageId__Tags .Tags__button.active::before, #PageId__Tags .Tags__button.active::after {
  -webkit-transform: translateY(-50%);
  background-color: white;
  transform: translateY(-50%);
}
#PageId__Tags .Tags__items {
  display: none;
}
#PageId__Tags .Tags__item {
  background-color: var(--backgroundColor);
  border-bottom: 1px solid var(--borderColor);
}
#PageId__Tags .Tags__link {
  display: block;
  padding: 20px 20px 20px 60px;
  position: relative;
}
#PageId__Tags .Tags__link::before {
  background: url(../images/icn_keyword.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: var(--12px);
  margin-right: 2px;
  vertical-align: -1px;
  width: var(--12px);
}
#PageId__Tags .Tags__link::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid var(--baseTextColor);
  border-top: 2px solid var(--baseTextColor);
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}
#PageId__Tags .Tags__link--noLink {
  color: var(--subTextColor);
}

@media only screen and (min-width: 769px) {
  #PageId__Tags #TagsHeader {
    margin-bottom: 30px;
    padding: 0;
  }
  #PageId__Tags .TagsHeader__h {
    font-size: var(--21px);
  }
  #PageId__Tags .TagsHeaderSearch {
    max-width: 345px;
  }
  #PageId__Tags .TagsHeaderSearch__button:hover {
    opacity: 0.7;
  }
  #PageId__Tags .TagsContainer {
    border-top: none;
    margin-bottom: 0;
  }
  #PageId__Tags .Tags {
    padding-bottom: 35px;
  }
  #PageId__Tags .Tags:not(:last-child) {
    border-bottom: 1px solid var(--borderColor);
    margin-bottom: 40px;
  }
  #PageId__Tags .Tags__button {
    border-bottom: none;
    border-left: 4px solid var(--corporateColor);
    cursor: default;
    font-size: var(--21px);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
  }
  #PageId__Tags .Tags__button::before, #PageId__Tags .Tags__button::after {
    content: none;
  }
  #PageId__Tags .Tags__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #PageId__Tags .Tags__item {
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 5px;
    width: 33.3333333333%;
  }
  #PageId__Tags .Tags__link {
    font-size: var(--16px);
    padding: 0;
  }
  #PageId__Tags .Tags__link:not(.Tags__link--noLink):hover {
    text-decoration: underline;
  }
  #PageId__Tags .Tags__link::after {
    content: none;
  }
}
#PageId__Writer #WriterHeader {
  padding: 0 15px;
}
#PageId__Writer .WriterHeader__h {
  font-size: var(--18px);
  font-weight: 700;
  margin-bottom: 10px;
}
#PageId__Writer #WriterTab {
  border-top: 1px solid var(--borderColor);
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#PageId__Writer .WriterTab__button {
  border-bottom: 4px solid var(--borderColor);
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  width: 50%;
}
#PageId__Writer .WriterTab__button:first-child {
  box-shadow: -1px 0px 0px 0px var(--borderColor) inset;
}
#PageId__Writer .WriterTab__button.active {
  border-bottom-color: var(--accentColor);
  pointer-events: none;
}
#PageId__Writer .WriterContainer {
  border-bottom: 1px solid var(--borderColor);
  margin-bottom: 30px;
  padding: 0 15px 30px 15px;
}
#PageId__Writer .Writer {
  border: 4px solid var(--borderColor);
  padding: 30px 30px 20px 30px;
  position: relative;
}
#PageId__Writer .Writer:not(:last-child) {
  margin-bottom: 15px;
}
#PageId__Writer .Writer__link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#PageId__Writer .Writer__inner {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  align-items: center;
  column-gap: 10px;
  display: grid;
  grid-template-columns: 65px 1fr;
  margin-bottom: 20px;
}
#PageId__Writer .Writer__figure {
  border-radius: 50%;
  grid-column: 1/2;
  grid-row: 1/3;
  height: 65px;
  overflow: hidden;
  width: 65px;
}
#PageId__Writer .Writer__name {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  grid-column: 2/3;
  grid-row: 1/2;
}
#PageId__Writer .Writer__comment {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  grid-column: 2/3;
  grid-row: 2/3;
  overflow: hidden;
}
#PageId__Writer .Writer__linkContainer {
  font-size: var(--13px);
  font-weight: 700;
  text-align: right;
  text-decoration: underline;
}
#PageId__Writer .Writer:hover .Writer__linkContainer {
  text-decoration: none;
}

#PageId__Writer.PageId__Writer--detailed #BreadCrumb {
  order: -3;
}
#PageId__Writer.PageId__Writer--detailed [data-order=WriterHeader] {
  order: -2;
}
#PageId__Writer.PageId__Writer--detailed [data-order=Writer] {
  order: -1;
}
#PageId__Writer.PageId__Writer--detailed #ContentsContainer {
  display: flex;
  flex-direction: column;
}
#PageId__Writer.PageId__Writer--detailed #WriterHeader {
  padding-bottom: 10px;
}
#PageId__Writer.PageId__Writer--detailed .WriterHeader__name {
  font-size: var(--18px);
  font-weight: 700;
  margin-right: 5px;
}
#PageId__Writer.PageId__Writer--detailed .WriterHeader__name::before {
  background: url(../images/icn_author.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 3px;
  vertical-align: -3px;
  width: 18px;
}
#PageId__Writer.PageId__Writer--detailed .WriterHeader__number {
  color: var(--accentColor);
  font-size: var(--18px);
  font-weight: 700;
  margin: 0 5px;
}
#PageId__Writer.PageId__Writer--detailed .WriterContainer {
  border-bottom: none;
  margin-bottom: 0;
}
#PageId__Writer.PageId__Writer--detailed .Writer {
  padding: 30px;
}
#PageId__Writer.PageId__Writer--detailed .Writer__inner {
  margin-bottom: 0;
}
#PageId__Writer.PageId__Writer--detailed .Writer__figure {
  grid-row: 1/2;
}
#PageId__Writer.PageId__Writer--detailed .Writer__comment {
  display: block;
  grid-column: 1/3;
  padding-top: 10px;
}

@media only screen and (min-width: 769px) {
  #PageId__Writer #WriterHeader {
    margin-bottom: 30px;
    padding: 0;
  }
  #PageId__Writer .WriterContainer {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  #PageId__Writer .WriterHeader__h {
    font-size: var(--21px);
  }
  #PageId__Writer .Writer {
    padding: 30px 30px 40px 30px;
    width: calc((100% - 15px) / 2);
  }
  #PageId__Writer .Writer:not(:last-child) {
    margin-bottom: 0;
  }
  #PageId__Writer .Writer:not(:first-child):not(:nth-child(2)) {
    margin-top: 15px;
  }
  #PageId__Writer .Writer__name {
    font-size: var(--14px);
  }
  #PageId__Writer .Writer__comment {
    font-size: var(--14px);
  }
  #PageId__Writer .Writer__linkContainer {
    bottom: 20px;
    pointer-events: none;
    position: absolute;
    right: 30px;
  }
  #PageId__Writer #New {
    margin-bottom: 0;
  }
  #PageId__Writer #Ranking {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #PageId__Writer.PageId__Writer--detailed #ContentsContainer {
    display: block;
  }
  #PageId__Writer.PageId__Writer--detailed #WriterHeader {
    margin-bottom: 0;
  }
  #PageId__Writer.PageId__Writer--detailed .WriterHeader__p {
    text-align: right;
  }
  #PageId__Writer.PageId__Writer--detailed #WriterTab {
    border-left: 1px solid var(--borderColor);
    border-right: 1px solid var(--borderColor);
    font-size: var(--14px);
  }
  #PageId__Writer.PageId__Writer--detailed #WriterTab .WriterTab__button:hover {
    text-decoration: underline;
  }
  #PageId__Writer.PageId__Writer--detailed .WriterContainer {
    margin-bottom: 30px;
  }
  #PageId__Writer.PageId__Writer--detailed .Writer {
    width: 100%;
  }
}
#PageId__Feature #Feature {
  border-bottom: 1px solid var(--borderColor);
  margin-bottom: 30px;
}
#PageId__Feature .Feaure__h {
  font-size: var(--18px);
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0 15px;
}

#PageId__Feature.PageId__Feature--detailed #FeatureDetailedHeader {
  margin-bottom: 30px;
}
#PageId__Feature.PageId__Feature--detailed .FeatureDetailedHeader__h {
  font-size: var(--18px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0 15px;
}
#PageId__Feature.PageId__Feature--detailed .FeatureDetailedHeader__figure {
  margin-bottom: 20px;
}
#PageId__Feature.PageId__Feature--detailed .FeatureDetailedHeader__figure img {
  aspect-ratio: 375/300;
}
#PageId__Feature.PageId__Feature--detailed .FeatureDetailedHeader__p {
  padding: 0 15px;
}
#PageId__Feature.PageId__Feature--detailed #PopularWord {
  display: block;
  margin: 0 auto 30px auto;
}
#PageId__Feature.PageId__Feature--detailed #Feature {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  #PageId__Feature #Feature {
    border-bottom: none;
    margin-bottom: 0;
  }
  #PageId__Feature #Feature .article__authorContainer {
    margin: 0 10px 0 0;
    width: auto;
  }
  #PageId__Feature #Feature .article__tagContainer {
    width: auto;
  }
  #PageId__Feature .Feaure__h {
    font-size: var(--21px);
    padding: 0;
  }
  #PageId__Feature.PageId__Feature--detailed .FeatureDetailedHeader__h {
    font-size: var(--21px);
    margin-bottom: 20px;
    padding: 0;
  }
  #PageId__Feature.PageId__Feature--detailed .FeatureDetailedHeader__figure {
    margin-bottom: 30px;
  }
  #PageId__Feature.PageId__Feature--detailed .FeatureDetailedHeader__figure img {
    -o-object-fit: cover;
    aspect-ratio: 644/300;
    object-fit: cover;
  }
  #PageId__Feature.PageId__Feature--detailed .FeatureDetailedHeader__p {
    padding: 0;
  }
  #PageId__Feature.PageId__Feature--detailed #New {
    margin-bottom: 0;
  }
}
#PageId__Ranking #RankingHeader {
  margin-bottom: 30px;
  padding: 0 15px;
}
#PageId__Ranking .RankingHeader__h {
  font-size: var(--18px);
  font-weight: 700;
  margin-bottom: 10px;
}
#PageId__Ranking #RankingTab {
  border-top: 1px solid var(--borderColor);
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#PageId__Ranking .RankingTab__button {
  border-bottom: 4px solid var(--borderColor);
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  width: 50%;
}
#PageId__Ranking .RankingTab__button:not(:last-child) {
  box-shadow: -1px 0px 0px 0px var(--borderColor) inset;
}
#PageId__Ranking .RankingTab__button.active {
  border-bottom-color: var(--accentColor);
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  #PageId__Ranking #RankingHeader {
    margin-bottom: 30px;
    padding: 0;
  }
  #PageId__Ranking .RankingHeader__h {
    font-size: var(--21px);
  }
  #PageId__Ranking #RankingTab {
    border-left: 1px solid var(--borderColor);
    border-right: 1px solid var(--borderColor);
    font-size: var(--14px);
  }
  #PageId__Ranking #RankingTab .RankingTab__button:hover {
    text-decoration: underline;
  }
  #PageId__Ranking #Ranking {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#PageId__About .commonOneColumn {
  word-break: break-all;
}
#PageId__About .commonOneColumn h2 {
  font-size: var(--18px);
  font-weight: 700;
  margin: 0 auto 20px auto;
  padding-left: 10px;
  position: relative;
}
#PageId__About .commonOneColumn h2::before {
  background-color: var(--corporateColor);
  content: "";
  display: inline-block;
  height: 70%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 4px;
}
#PageId__About .commonOneColumn h3 {
  border-bottom: 1px solid var(--borderColor);
  font-size: var(--18px);
  font-weight: 700;
  padding-bottom: 5px;
  margin: 40px auto 20px auto;
}
#PageId__About .commonOneColumn h3.groupName{
  margin: 40px auto 20px auto;
}
#PageId__About .commonOneColumn p {
  margin-bottom: 20px;
}
#PageId__About .commonOneColumn li:not(:last-child) {
  margin-bottom: 10px;
}
#PageId__About .commonOneColumn a {
  text-decoration: underline;
}
#PageId__About .buttonContainer a {
  text-decoration: none;
}
#PageId__About .commonOneColumn a:not(:last-child) {
  margin-bottom: 5px;
}
#PageId__About .commonOneColumn .main_image {
  margin-bottom: 20px;
}
#PageId__About .Writer__Container{
  background: #f5f5f5;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 769px) {
  #PageId__About .commonOneColumn h2 {
    font-size: var(--21px);
    padding-left: 14px;
  }
  #PageId__About .commonOneColumn h3.groupName{
    font-size: var(--21px);
    margin: 80px auto 20px auto;
  }
  .commonOneColumn p.Company__text {
    margin-bottom: 20px;
  }
  #PageId__About .commonOneColumn a:hover {
    text-decoration: none;
  }
  #PageId__About .commonOneColumn .main_image {
    margin-bottom: 40px;
  }
  #PageId__About .commonOneColumn .main_image img {
    -o-object-fit: cover;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  #PageId__About .commonOneColumn .about_img img {
    object-position: top;
  }
}
#PageId__Company .commonOneColumn {
  word-break: break-all;
}
#PageId__Company .commonOneColumn h2 {
  font-size: var(--18px);
  font-weight: 700;
  margin: 0 auto 20px auto;
  padding-left: 10px;
  position: relative;
}
#PageId__Company .commonOneColumn h2::before {
  background-color: var(--corporateColor);
  content: "";
  display: inline-block;
  height: 70%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 4px;
}

#PageId__Company .commonOneColumn h3.Company_overview {
  font-size: var(--18px);
  padding-left: 14px;
  font-weight: 700;
  margin: 0 auto 20px auto;
  position: relative;
}
#PageId__Company .commonOneColumn h3.Company_overview::before {
  background-color: var(--corporateColor);
  content: "";
  display: inline-block;
  height: 70%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 4px;
}

.groupName {
  font-size: var(--18px);
  font-weight: 700;
  margin: 40px auto 20px auto;
  position: relative;
  text-align: center;
  border-bottom: none!important;
}

#PageId__Company .commonOneColumn .table_box01 {
  border: 1px solid var(--borderColor);
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
}
#PageId__Company .commonOneColumn .table_box01 dt {
  background-color: var(--backgroundColor);
  border-bottom: 1px solid var(--borderColor);
  border-right: 1px solid var(--borderColor);
  padding: 10px;
  width: 35%;
}
#PageId__Company .commonOneColumn .table_box01 dd {
  border-bottom: 1px solid var(--borderColor);
  padding: 10px;
  width: 65%;
}

.commonOneColumn .Company__text {
  width: 90%;
  text-align: center;
  margin: 20px auto;
  line-height: 2;
  font-size: var(--16px);
}

.commonOneColumn .Company__text br{
  display: none;
}

#PageId__Company .commonOneColumn .button{
  font-size: var(--14px);
}
#PageId__Company .commonOneColumn .button a{
  text-decoration: none;
  font-size: var(--14px);
}

@media only screen and (min-width: 769px) {
  #PageId__Company .commonOneColumn h3.Company_overview {
    font-size: var(--21px);
  }
  #PageId__Company .commonOneColumn .groupName {
    font-size: var(--21px);
  }
  .commonOneColumn .Company__text br{
    display: block;
  }
  .groupName::before {
    left: 41%;
  }
  .groupName::after {
    right: 41%;
  }
  
  #PageId__Company .commonOneColumn h2 {
    font-size: var(--21px);
    padding-left: 14px;
  }
  #PageId__Company .commonOneColumn .table_box01 dt {
    padding: 20px;
    width: 15%;
  }
  #PageId__Company .commonOneColumn .table_box01 dd {
    padding: 20px;
    width: 85%;
  }
}
#PageId__Contact .commonOneColumn {
  word-break: break-all;
}
#PageId__Contact .commonOneColumn h2 {
  font-size: var(--18px);
  font-weight: 700;
  margin: 0 auto 20px auto;
  padding-left: 10px;
  position: relative;
}
#PageId__Contact .commonOneColumn h2::before {
  background-color: var(--corporateColor);
  content: "";
  display: inline-block;
  height: 70%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 4px;
}
#PageId__Contact .commonOneColumn .contact-form-information {
  margin-bottom: 30px;
}
#PageId__Contact .commonOneColumn .control-group {
  margin-bottom: 20px;
}
#PageId__Contact .commonOneColumn .control-label {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
#PageId__Contact .commonOneColumn .label-important {
  background-color: var(--accentColor);
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: var(--12px);
  line-height: 1;
  padding: 3px 3px;
}
#PageId__Contact .commonOneColumn input:not([type=submit]),
#PageId__Contact .commonOneColumn select,
#PageId__Contact .commonOneColumn textarea {
  background-color: var(--backgroundColor);
  border: 1px solid var(--borderColor);
  border-radius: 3px;
  font-size: var(--16px);
  padding: 10px;
  width: 100%;
}
#PageId__Contact .commonOneColumn #category-field .controls {
  position: relative;
}
#PageId__Contact .commonOneColumn #category-field .controls::after {
  -webkit-transform: translateY(-60%) rotate(45deg);
  border-bottom: 1px solid var(--baseTextColor);
  border-right: 1px solid var(--baseTextColor);
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 8px;
}
#PageId__Contact .commonOneColumn .scroll_box01 {
  border: 1px solid var(--borderColor);
  height: 15rem;
  overflow-y: scroll;
  padding: 20px;
}
#PageId__Contact .commonOneColumn .contact-form-submit {
  margin-top: 20px;
  text-align: center;
}
#PageId__Contact .commonOneColumn input[type=submit] {
  background-color: var(--accentColor);
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: var(--13px);
  font-weight: 700;
  padding: 15px 30px;
  transition: padding 0.3s;
}

@media only screen and (min-width: 769px) {
  #PageId__Contact .commonOneColumn {
    margin: 0 auto;
    max-width: 734px;
  }
  #PageId__Contact .commonOneColumn h2 {
    font-size: var(--21px);
    padding-left: 14px;
  }
  #PageId__Contact .commonOneColumn .control-label {
    font-size: var(--14px);
  }
  #PageId__Contact .commonOneColumn .scroll_box01 {
    padding: 40px;
  }
  #PageId__Contact .commonOneColumn input[type=submit] {
    margin-top: 40px;
    transition: padding 0.3s;
  }
  #PageId__Contact .commonOneColumn input[type=submit]:hover {
    padding: 15px 35px;
    text-decoration: underline;
  }
}
#PageId__Terms .commonOneColumn {
  word-break: break-all;
}
#PageId__Terms .commonOneColumn h2 {
  font-size: var(--18px);
  font-weight: 700;
  margin: 0 auto 20px auto;
  padding-left: 10px;
  position: relative;
}
#PageId__Terms .commonOneColumn h2::before {
  background-color: var(--corporateColor);
  content: "";
  display: inline-block;
  height: 70%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 4px;
}
#PageId__Terms .commonOneColumn dt {
  border-bottom: 1px solid var(--borderColor);
  font-size: var(--16px);
  font-weight: 700;
  margin: 40px auto 20px auto;
  padding-bottom: 5px;
}
#PageId__Terms .commonOneColumn li {
  margin-bottom: 20px;
}
#PageId__Terms .commonOneColumn a {
  text-decoration: underline;
}
#PageId__Terms .commonOneColumn a:not(:last-child) {
  margin-bottom: 5px;
}

@media only screen and (min-width: 769px) {
  #PageId__Terms .commonOneColumn h2 {
    font-size: var(--21px);
    padding-left: 14px;
  }
  #PageId__Terms .commonOneColumn dt {
    font-size: var(--18px);
  }
  #PageId__Terms .commonOneColumn a:hover {
    text-decoration: none;
  }
}
#PageId__Privacy .commonOneColumn {
  word-break: break-all;
}
#PageId__Privacy .commonOneColumn h2 {
  font-size: var(--18px);
  font-weight: 700;
  margin: 0 auto 20px auto;
  padding-left: 10px;
  position: relative;
}
#PageId__Privacy .commonOneColumn h2::before {
  background-color: var(--corporateColor);
  content: "";
  display: inline-block;
  height: 70%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 4px;
}
#PageId__Privacy .commonOneColumn dt {
  border-bottom: 1px solid var(--borderColor);
  font-size: var(--16px);
  font-weight: 700;
  margin: 0 auto 20px auto;
  padding-bottom: 5px;
}
#PageId__Privacy .commonOneColumn li {
  margin-bottom: 20px;
}
#PageId__Privacy .commonOneColumn a {
  text-decoration: underline;
}
#PageId__Privacy .commonOneColumn a:not(:last-child) {
  margin-bottom: 5px;
}
#PageId__Privacy .commonOneColumn .yacap {
  margin-bottom: 20px;
}
#PageId__Privacy .commonOneColumn .listnmb_optout {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (min-width: 769px) {
  #PageId__Privacy .commonOneColumn h2 {
    font-size: var(--21px);
    padding-left: 14px;
  }
  #PageId__Privacy .commonOneColumn dt {
    font-size: var(--18px);
  }
  #PageId__Privacy .commonOneColumn a:hover {
    text-decoration: none;
  }
}
#PageId__Magazine .commonOneColumn h2 {
  font-size: var(--18px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto 20px auto;
  padding-left: 10px;
  position: relative;
}
#PageId__Magazine .commonOneColumn h2::before {
  background-color: var(--corporateColor);
  content: "";
  display: inline-block;
  height: 70%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 4px;
}
#PageId__Magazine .commonOneColumn h3 {
  border-bottom: 1px solid var(--borderColor);
  font-size: var(--18px);
  font-weight: 700;
  margin: 40px auto 20px auto;
  padding-bottom: 5px;
}
#PageId__Magazine .commonOneColumn .main_image {
  margin-bottom: 20px;
}
#PageId__Magazine .commonOneColumn p {
  margin-bottom: 20px;
}
#PageId__Magazine .commonOneColumn ul {
  background-color: var(--backgroundColor);
  margin-bottom: 20px;
  padding: 30px;
}
#PageId__Magazine .commonOneColumn li {
  list-style: inside;
}
#PageId__Magazine .commonOneColumn a {
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  #PageId__Magazine .commonOneColumn h2 {
    font-size: var(--21px);
    padding-left: 14px;
  }
  #PageId__Magazine .commonOneColumn a:hover {
    text-decoration: none;
  }
}
#PageId__Ebook h2 {
  font-size: var(--18px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto 20px auto;
  padding-left: 10px;
  position: relative;
}
#PageId__Ebook h2::before {
  background-color: var(--corporateColor);
  content: "";
  display: inline-block;
  height: 70%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 4px;
}
#PageId__Ebook h3 {
  border-bottom: 1px solid var(--borderColor);
  font-size: var(--18px);
  font-weight: 700;
  margin: 40px auto 20px auto;
  padding-bottom: 5px;
}
#PageId__Ebook .main_image {
  margin-bottom: 20px;
}
#PageId__Ebook p {
  margin-bottom: 20px;
}
#PageId__Ebook ol {
  background-color: var(--backgroundColor);
  margin-bottom: 20px;
  padding: 30px;
}
#PageId__Ebook li {
  list-style: decimal inside;
  padding-left: 1em;
  text-indent: -1em;
}
#PageId__Ebook a {
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  #PageId__Ebook h2 {
    font-size: var(--21px);
    padding-left: 14px;
  }
  #PageId__Ebook a:hover {
    text-decoration: none;
  }
}
#PageId__Result #Result {
  border-bottom: 1px solid var(--borderColor);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#PageId__Result .ResultHeader {
  border-bottom: 1px solid var(--borderColor);
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#PageId__Result .ResultHeader__h {
  font-size: var(--18px);
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 15px;
}
#PageId__Result .ResultHeader__search {
  margin: 0 auto 10px auto;
  position: relative;
  width: calc(100% - 30px);
}
#PageId__Result .ResultHeader__input {
  border: 1px solid var(--borderColor);
  border-radius: 100vw;
  font-size: var(--15px);
  height: 60px;
  padding: 0 60px 0 20px;
  width: 100%;
}
#PageId__Result .ResultHeader__submit {
  background: url(../images/icn_search.svg) no-repeat center/22px;
  color: transparent;
  display: block;
  font-size: 0;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
#PageId__Result .text_box02 {
  padding: 0 15px;
}
#PageId__Result #ArticleNumber {
  padding: 0 15px;
  text-align: right;
}
#PageId__Result .ArticleNumber__em {
  color: var(--accentColor);
  font-size: var(--18px);
  font-weight: 700;
}
#PageId__Result .article__title {
  -webkit-line-clamp: 2;
}
#PageId__Result .article__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  line-height: 1.3;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  #PageId__Result #Result {
    border-bottom: none;
    margin-bottom: 0;
    min-height: 4300px;
  }
  #PageId__Result .ResultHeader {
    margin-bottom: 30px;
  }
  #PageId__Result .ResultHeader__h {
    font-size: var(--21px);
    padding: 0;
  }
  #PageId__Result .ResultHeader__search {
    margin: 0 0 10px 0;
    max-width: 345px;
    width: 100%;
  }
  #PageId__Result .text_box02 {
    padding: 0;
  }
  #PageId__Result #ArticleNumber {
    padding: 0;
  }
}
#PageId__404 .commonLeftColumn {
  margin-bottom: 30px;
  padding: 0 15px;
}
#PageId__404 .commonLeftColumn h2 {
  font-size: var(--18px);
  font-weight: 700;
  margin-bottom: 20px;
}
#PageId__404 .commonLeftColumn a {
  text-decoration: underline;
}
#PageId__404 #Pickup {
  border-top: 1px solid var(--borderColor);
  padding-top: 30px;
}

@media only screen and (min-width: 769px) {
  #PageId__404 .commonLeftColumn {
    margin: 0;
    padding: 0;
  }
  #PageId__404 .commonLeftColumn a:hover {
    text-decoration: none;
  }
  #PageId__404 #Pickup {
    border-top: none;
    padding-top: 0;
  }
}


.webview-mode .adarea_articletop,.webview-mode .adarea_articlebottom,.webview-mode .adarea_footertop,.webview-mode #Advertisement,.webview-mode .insert_ads,.webview-mode .related_entries,.webview-mode .ats-overlay-bottom-wrapper-rendered,.webview-mode #ad_position_box,.webview-mode #coffret_pc_undertitle_right,.webview-mode #coffret_pc_undertitle_left,.webview-mode #div-gpt-ad-1529042839034-1,.webview-mode #div-gpt-ad-1529042839034-2,.webview-mode #div-gpt-ad-1529042839034-4,.webview-mode #div-gpt-ad-1529042839034-0,.webview-mode #div-gpt-ad-1529042839034-3,.webview-mode #Header .Header__bn {
  display: none !important;
}

.webview-mode .adarea_articletop,.webview-mode .adarea_articlebottom,.webview-mode .adarea_footertop,.webview-mode #Advertisement,.webview-mode .insert_ads,.webview-mode .related_entries,.webview-mode .ats-overlay-bottom-wrapper-rendered,.webview-mode #ad_position_box,.webview-mode #coffret_pc_undertitle_right,.webview-mode #coffret_pc_undertitle_left,.webview-mode #div-gpt-ad-1529042839034-1,.webview-mode #div-gpt-ad-1529042839034-2,.webview-mode #div-gpt-ad-1529042839034-4,.webview-mode #div-gpt-ad-1529042839034-0,.webview-mode #div-gpt-ad-1529042839034-3,.webview-mode #Header .Header__bn {
  visibility: hidden !important;
  height: 0 !important;
}

