/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

/**
 * 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;
  text-decoration: none;
  color: inherit;
}

/**
 * 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;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 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;
  padding: 0;
  min-width: 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 {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ===== foundation / _function.scss ===== */ /* ===== foundation / _vars.scss ===== */ /* ===== foundation / _mixin.scss ===== */ /* ===== foundation / _base.scss ===== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 106px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

button {
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* ===== layout / _container.scss ===== */
.l-container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 16px;
}

/* ===== layout / _header.scss ===== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
}
.l-header__inner {
  padding-block: 20px;
}
.l-header__logo {
  width: 145px;
}
.l-header__nav {
  width: 100%;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .l-header__nav-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .l-header__nav-inner::-webkit-scrollbar {
    display: none;
  }
}
.l-header__list {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .l-header__list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.l-header__item {
  flex: 0 0 auto;
}
.l-header__link {
  display: block;
  padding-block: 10px;
  font-size: 0.875rem;
  line-height: 1.142857143;
  color: #ffffff;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__link:hover {
    opacity: 0.7;
  }
}

/* ===== layout / _main.scss ===== */
.l-main {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 140px;
  }
}

.l-footer {
  padding-top: 50px;
  padding-bottom: 13px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 10px;
  }
}
.l-footer__inner {
  display: flex;
  align-items: flex-start;
  gap: 61px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 0;
    margin-bottom: 90px;
  }
}
.l-footer__block {
  flex: 0 1 calc((100% - 122px) / 3);
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__block {
    flex: initial;
    width: 100%;
  }
  .l-footer__block:first-child {
    margin-bottom: 50px;
  }
  .l-footer__block:nth-child(2) {
    margin-bottom: 30px;
  }
}
.l-footer__heading {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .l-footer__heading {
    margin-bottom: 30px;
  }
}
.l-footer__heading--twitter {
  margin-bottom: 30px;
}
.l-footer__text {
  margin-bottom: 20px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.l-footer__link-item + .l-footer__link-item {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .l-footer__link-item + .l-footer__link-item {
    margin-top: 5px;
  }
}
.l-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.214285714;
  color: #333333;
}
.l-footer__link::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 8px;
  height: 12px;
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-footer__menu-list {
  border-top: 1px solid #777777;
}
.l-footer__menu-item {
  border-bottom: 1px solid #777777;
}
.l-footer__menu-link {
  display: block;
  padding: 15px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.214285714;
  color: #333333;
}
.l-footer__twitter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.1015873016;
  background-color: #dedede;
}
@media screen and (max-width: 767px) {
  .l-footer__twitter {
    aspect-ratio: 0.9245283019;
  }
}
.l-footer__twitter-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.l-footer__copyright {
  text-align: center;
}
.l-footer__copyright-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.16666666;
  color: #333333;
}

/* ===== object / component / _block-heading.scss ===== */
.c-block-heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.222222222;
  color: #333333;
}

/* ===== object / component / _logo.scss ===== */
.c-logo {
  display: block;
}
.c-logo__link {
  display: block;
}
.c-logo__image {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== object / component / _page-top.scss ===== */
.c-page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  bottom: calc(20px + env(safe-area-inset-bottom));
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #333333;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s, transform 0.3s ease;
}
.c-page-top::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.c-page-top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0s linear 0s, transform 0.3s ease;
}
.c-page-top:focus-visible {
  outline: 2px solid #333333;
  outline-offset: 4px;
  transform: translateY(-2px);
}
@media (hover: hover) and (pointer: fine) {
  .c-page-top:hover {
    transform: translateY(-4px);
  }
}

/* ===== object / component / _read-more.scss ===== */
.c-read-more {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.357142857;
  color: #333333;
}
.c-read-more::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-read-more:hover::after {
    opacity: 0;
    transform: translateY(3px);
  }
}

/* ===== object / component / _visually-hidden.scss ===== */
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.u-reveal-left {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  will-change: opacity, clip-path;
  transition: opacity 1s, -webkit-clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s, -webkit-clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.u-reveal-left.is-animated {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.u-fade-up {
  opacity: 0;
  transform: translateY(50px);
  will-change: opacity, transform;
  transition: transform 1s ease-out, opacity 1s;
}
.u-fade-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.u-fade-left {
  opacity: 0;
  transform: translateX(-50px);
  will-change: opacity, transform;
  transition: transform 0.8s ease-out, opacity 0.8s;
}
.u-fade-left.is-animated {
  opacity: 1;
  transform: translateX(0);
}

.u-fade-right {
  opacity: 0;
  transform: translateX(50px);
  will-change: opacity, transform;
  transition: transform 0.8s ease-out, opacity 0.8s;
}
.u-fade-right.is-animated {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .u-reveal-left,
.u-fade-up,
.u-fade-left,
.u-fade-right {
    opacity: 1 !important;
    transform: none !important;
    -webkit-clip-path: inset(0 0 0 0) !important;
            clip-path: inset(0 0 0 0) !important;
    transition: none !important;
    will-change: auto !important;
  }
}
.p-pickup {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-pickup {
    margin-bottom: 100px;
  }
}
.p-pickup__inner {
  display: flex;
  align-items: flex-start;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .p-pickup__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
}
.p-pickup__article {
  flex: 0 1 calc((100% - 23px * 2) / 3);
}
@media screen and (max-width: 767px) {
  .p-pickup__article {
    flex: 0 1 auto;
    width: 100%;
  }
}
.p-pickup__picture {
  width: 100%;
  aspect-ratio: 1.7797619048;
  overflow: hidden;
}
.p-pickup__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-pickup__title {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-pickup__title {
    line-height: 1.1875;
  }
}
.p-pickup__read-more {
  text-align: center;
}

.p-contents {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-contents {
    margin-bottom: 120px;
  }
}
.p-contents__inner {
  display: flex;
  align-items: flex-start;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .p-contents__inner {
    flex-direction: column;
    gap: 80px;
  }
}
.p-contents__main {
  flex: 0 1 64.98%;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-contents__main {
    flex: initial;
    width: 100%;
  }
}
.p-contents__sidebar {
  flex: 0 1 32.96%;
  min-width: 0;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-contents__sidebar {
    flex: initial;
    width: 100%;
    padding-inline: 0;
  }
}
.p-contents__article:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-contents__article:not(:last-child) {
    margin-bottom: 90px;
  }
}
.p-contents__article-title {
  margin-bottom: 21px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.208333333;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-contents__article-title {
    margin-bottom: 15px;
  }
}
.p-contents__article-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.214285714;
  color: #333333;
}
.p-contents__article-picture {
  width: 100%;
  aspect-ratio: 1.7775175644;
  overflow: hidden;
}
.p-contents__article-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-contents__article-text {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-inline: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.p-contents__article-read-more {
  text-align: center;
}
.p-contents__sidebar-heading {
  margin-bottom: 30px;
  text-align: center;
}
.p-contents__sidebar-heading--profile {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .p-contents__sidebar-heading--profile {
    margin-bottom: 30px;
  }
}
.p-contents__profile {
  margin-bottom: 60px;
}
.p-contents__profile-picture {
  width: 130px;
  aspect-ratio: 1;
  margin-inline: auto;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-contents__profile-picture {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-contents__profile-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-contents__profile-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.p-contents__ranking {
  margin-bottom: 60px;
}
.p-contents__ranking-article + .p-contents__ranking-article {
  margin-top: 30px;
}
.p-contents__ranking-link {
  display: block;
}
.p-contents__ranking-picture {
  width: 100%;
  aspect-ratio: 1.7783505155;
  overflow: hidden;
}
.p-contents__ranking-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-contents__ranking-title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.p-contents__archive-list {
  border-top: 1px solid #777777;
}
.p-contents__archive-item {
  border-bottom: 1px solid #777777;
}
.p-contents__archive-link {
  display: block;
  padding: 20px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.214285714;
  color: #333333;
}
/*# sourceMappingURL=style.css.map */