@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
   * 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: 1em; /* 2 */
}

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

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -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: 1em; /* 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;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
   * 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;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: none; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
   * 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. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* 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;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html[lang="ja"] {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}

@media screen and (min-width: 1024px) {
    html[lang="ja"] {
        font-family: "Noto_Sans_JP", "Helvetica Neue", "Helvetica",
            "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo",
            sans-serif;
    }
}
@font-face {
    font-family: "Noto_Sans_JP";
    font-weight: 400;
    src: url(/fonts/vendor/Noto_Sans_JP/NotoSansJP-Regular.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Noto_Sans_JP";
    font-weight: 500;
    src: url(/fonts/vendor/Noto_Sans_JP/NotoSansJP-Medium.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Noto_Sans_JP";
    font-weight: bold;
    src: url(/fonts/vendor/Noto_Sans_JP/NotoSansJP-Bold.woff) format("woff");
    font-display: swap;
}
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 例 
@include m.min-screen(m.$pc) {
  grid-area: main;
}

@include m.screen(m.$tb, m.$pc) {
  padding: 0 20px;
}

@include m.min-screen(m.$pc) {
  padding: 0 40px;
  margin-top: 20px;
}
*/
/* ------------------------------------------------------------------------
   Base Styles
------------------------------------------------------------------------ */
html {
    background-color: #f7f7f8;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #1f1f23;
}
html::-moz-selection {
    text-shadow: none;
}
html::selection {
    text-shadow: none;
}

ol,
ul,
figure,
h2,
blockquote {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #1f1f23;
    cursor: pointer;
}

.hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

/* ------------------------------------------------------------------------
   Material Icon
------------------------------------------------------------------------ */
.material-icons.md-16 {
    font-size: 16px;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-20 {
    font-size: 20px;
}

.material-icons.md-30 {
    font-size: 30px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-5em {
    font-size: 5em;
}

.material-icons.md-8em {
    font-size: 8em;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: #9147ff;
}

.material-icons.md-dark.md-inactive {
    color: #1f1f23;
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.material-icons.md-red {
    color: #eb0400;
}

/* ------------------------------------------------------------------------
   Main (Mobile First)
------------------------------------------------------------------------ */
.container {
    min-height: 100vw;
    word-wrap: break-word;
}
@media screen and (min-width: 1024px) {
    .container {
        display: grid;
        grid-template-rows: 50px 1fr 80px;
        grid-template-columns: 240px 1fr 350px;
        grid-template-areas: "header header header" "aside main main" "footer footer footer";
    }
}

/* header
======================================================================== */
.header {
    background-color: #fff;
    padding: 0 16px;
    width: calc(100% - 32px);
    height: 50px;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px,
        rgba(0, 0, 0, 0.05) 0px 0px 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px, rgba(0, 0, 0, 0.05) 0px 0px 4px;
}
@media screen and (min-width: 1024px) {
    .header {
        position: initial;
        grid-area: header;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px,
            rgba(0, 0, 0, 0.05) 0px 0px 4px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px,
            rgba(0, 0, 0, 0.05) 0px 0px 4px;
    }
}
.header .header__nav {
    display: none;
}
@media screen and (min-width: 1024px) {
    .header .header__nav {
        display: initial;
    }
}
.header .header__nav .header__nav-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header .header__nav .header__nav-ul .header__nav-text {
    color: #0e0e10;
    padding: 12px;
}
.header .header__logo-image {
    width: 28px;
    margin-top: 5px;
}
.header #header__form {
    margin: 0 auto;
    width: 65%;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 1024px) {
    .header #header__form {
        margin: 0 18px 0 236px;
        width: 35%;
    }
}
.header #header__form #header__form-input,
.header #header__form #header__form-bt {
    border: 0;
}
.header #header__form #header__form-input {
    border-radius: 3px 0 0 3px !important;
    background-color: #e5e5e5;
    padding: 0 0.8rem;
    width: 100%;
}
.header #header__form #header__form-input::-webkit-input-placeholder {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
}
.header #header__form #header__form-input::-moz-placeholder {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.header #header__form #header__form-input:-ms-input-placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}
.header #header__form #header__form-input::-ms-input-placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}
.header #header__form #header__form-input::placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}
.header #header__form #header__form-bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 3px 3px 0;
    background-color: #f2f2f2;
    margin-left: 1px;
    padding: 0 7px;
}
.header .header__menu {
    border: 0;
    background-color: initial;
}
@media screen and (min-width: 1024px) {
    .header .header__menu {
        display: none;
    }
}

/* main
======================================================================== */
.main {
    margin-top: 60px;
    padding: 0 5px;
}
@media screen and (min-width: 1024px) {
    .main {
        grid-area: main;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main {
        padding: 0 20px;
    }
}
@media screen and (min-width: 1024px) {
    .main {
        padding: 0 40px;
        margin-top: 20px;
    }
}
.main .main__breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main .main__breadcrumb .main__breadcrumb-li {
    font-size: 12px;
}
.main .main__breadcrumb .main__breadcrumb-li::after {
    content: "›";
    padding: 0 3px;
}
.main .main__header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 1024px) {
    .main .main__header-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.main .main__header-img-item {
    max-width: 82px;
    margin: 20px 20px 0 15px;
}
@media screen and (min-width: 1024px) {
    .main .main__header-img-item {
        max-width: 122px;
        margin: 20px 24px 0 0;
    }
}
.main .main__header-img-item .main__header-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main .main__header {
    color: #0e0e10;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main .main__header {
        font-size: 22px;
    }
}
@media screen and (min-width: 1024px) {
    .main .main__header {
        font-size: 26px;
        margin: 26px 0 0;
    }
}
.main .main__header-description {
    margin: 12px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main .main__header-description {
        font-size: 16px;
    }
}
@media screen and (min-width: 1024px) {
    .main .main__header-description {
        font-size: 18px;
    }
}
.main .main__sort {
    color: #0e0e10;
    font-weight: bold;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
}
@media screen and (min-width: 1024px) {
    .main .main__sort {
        margin-top: 30px;
    }
}
.main .main__sort .main__sort-link {
    padding: 7px 10px;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .main .main__sort .main__sort-link {
        padding: 0 30px 12px;
    }
}
.main .main__sort .main__sort-link .main__sort-text {
    font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main .main__sort .main__sort-link .main__sort-text {
        font-size: 18px;
    }
}
@media screen and (min-width: 1024px) {
    .main .main__sort .main__sort-link .main__sort-text {
        font-size: 20px;
    }
}
.main .main__sort .main__sort-link-chara {
    padding: 10px 26px;
}
@media screen and (min-width: 1024px) {
    .main .main__sort .main__sort-link-chara {
        padding: 10px 56px;
    }
}
.main .main__sort .main__sort-link-order {
    padding: 10px 26px;
}
.main .main__sort .main__sort-select {
    color: #9147ff;
    border-bottom: 2px solid #9147ff;
}
.main .main__sort-chara {
    margin-top: 10px;
}
@media screen and (min-width: 1024px) {
    .main .main__sort-chara {
        margin: 16px 0 14px;
    }
}
.main .main__category {
    padding: 20px 0 8px;
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    /*Google Chrome、Safariへの対応*/
}
@media screen and (min-width: 1024px) {
    .main .main__category {
        padding: 30px 0 30px;
        border-bottom: 1px solid #dededf;
    }
}
.main .main__category::-webkit-scrollbar {
    display: none;
}
.main .main__category .main__category-list {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dededf;
    margin-right: 6px;
    min-width: 140px;
}
@media screen and (min-width: 1024px) {
    .main .main__category .main__category-list {
        min-width: 180px;
        margin-right: 15px;
        background-color: initial;
        border: 0;
    }
}
@media screen and (min-width: 1024px) {
    .main .main__category .main__category-list .main__category-link:hover {
        opacity: 1;
    }
}
.main .main__category .main__category-list .main__category-img {
    width: 100%;
}
.main .main__category .main__category-list .main__category-discription {
    padding: 7px 7px 11px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main .main__category .main__category-list .main__category-discription {
        font-size: 15px;
    }
}
@media screen and (min-width: 1024px) {
    .main .main__category .main__category-list .main__category-discription {
        font-size: 16px;
        padding: 7px 0 11px;
    }
}
.main
    .main__category
    .main__category-list
    .main__category-discription
    .main__category-text {
    font-size: 14px;
    font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main
        .main__category
        .main__category-list
        .main__category-discription
        .main__category-text {
        font-size: 15px;
    }
}
@media screen and (min-width: 1024px) {
    .main
        .main__category
        .main__category-list
        .main__category-discription
        .main__category-text {
        font-size: 16px;
    }
}
.main
    .main__category
    .main__category-list
    .main__category-discription
    .main__category-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
}
.main
    .main__category
    .main__category-list
    .main__category-discription
    .main__category-count
    .main__category-number {
    margin-left: 3px;
}
@media screen and (min-width: 1024px) {
    .main
        .main__category
        .main__category-list
        .main__category-discription
        .main__category-count
        .main__category-number {
        color: #53535f;
    }
}
.main .main__category .main__category-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main .main__list {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-row-gap: 10px;
    grid-column-gap: 5px;
    margin-top: 16px;
}
@media screen and (max-width: 374px) {
    .main .main__list {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}
@media screen and (min-width: 1024px) {
    .main .main__list {
        grid-auto-rows: minmax(187.5px, 1fr);
        grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
        grid-row-gap: 24px;
        grid-column-gap: 24px;
        margin-top: 20px;
    }
}
@media screen and (min-width: 1280px) {
    .main .main__list {
        grid-row-gap: 14px;
        grid-column-gap: 14px;
    }
}
@media screen and (min-width: 1920px) {
    .main .main__list {
        grid-row-gap: 16px;
        grid-column-gap: 16px;
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    }
}
.main .main__list .main__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #dededf;
}
@media screen and (min-width: 1024px) {
    .main .main__list .main__list-link {
        opacity: 1;
    }
}
.main .main__list .main__list-link .main__list-title {
    color: #0e0e10;
    font-size: 14px;
    padding: 0 5px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 2.3em;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main .main__list .main__list-link .main__list-title {
        font-size: 16px;
    }
}
@media screen and (min-width: 1024px) {
    .main .main__list .main__list-link .main__list-title {
        font-size: 18px;
    }
}
.main .main__list .main__list-link .main__list-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main .main__list .main__list-link .main__list-description {
        font-size: 13px;
    }
}
.main .main__list .main__list-link .main__list-description .main__list-text {
    font-size: 12px;
    margin-left: 5px;
}
@media screen and (min-width: 1024px) {
    .main
        .main__list
        .main__list-link
        .main__list-description
        .main__list-text {
        font-size: 14px;
        color: #53535f;
    }
}
.main
    .main__list
    .main__list-link
    .main__list-description
    .main__list-text-bottom {
    word-break: break-all;
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 3.2em;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .main
        .main__list
        .main__list-link
        .main__list-description
        .main__list-text-bottom {
        line-height: 22px;
    }
}
.main .main__list .main__list-link .main__list-margin {
    margin: 5px 5px 0;
}
@media screen and (min-width: 1024px) {
    .main .main__list .main__list-link .main__list-margin {
        margin: 8px 5px 0;
    }
}
.main .main__list .main__list-link .main__list-margin-bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.main .main__list .main__list-thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.main .main__list-authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    /*Google Chrome、Safariへの対応*/
}
.main .main__list-authors::-webkit-scrollbar {
    display: none;
}
.main .main__list-authors .main__list-link {
    width: 220px;
}
.main .main__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px auto 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main .main__pagination {
        font-size: 18px;
    }
}
@media screen and (min-width: 1024px) {
    .main .main__pagination {
        font-size: 18px;
        padding-top: 40px;
        border-top: 1px solid #dededf;
    }
}
.main .main__pagination .main__pagination-item {
    margin-bottom: 15px;
}
.main .main__pagination .main__pagination-link {
    padding: 8px 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main .main__pagination .main__pagination-link {
        min-width: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (min-width: 1024px) {
    .main .main__pagination .main__pagination-link {
        padding: 8px 16px;
    }
}
.main .main__pagination .main__pagination-active {
    background-color: #9147ff;
    border-radius: 50%;
    color: #fff;
}
.main .main__pagination-chara {
    margin: 10px auto 30px;
}

/* side
======================================================================== */
.aside {
    color: #d9d9d9;
    background-color: #efeff1;
    padding: 0;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .aside {
        grid-area: aside;
    }
}
.aside .aside__header {
    color: #0e0e10;
    font-size: 16px;
    padding: 20px 10px 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .aside .aside__header {
        font-size: 20px;
        padding: 30px 20px 12px;
    }
}
.aside .aside__li-link:hover {
    opacity: 1;
    background-color: #e6e6ea;
}
.aside .aside__ul .aside__li .aside__li-chara {
    font-weight: bold;
}

.aside__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.aside__ul .aside__li {
    width: 100%;
}
.aside__ul .aside__li .aside__li-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 14px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .aside__ul .aside__li .aside__li-link {
        padding: 12px 20px;
    }
}
@media screen and (min-width: 1024px) {
    .aside__ul .aside__li .aside__li-link {
        padding: 7px 10px;
    }
}
.aside__ul .aside__li .aside__li-link .aside__icon-image {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .aside__ul .aside__li .aside__li-link .aside__icon-image {
        width: 50px;
        height: 50px;
    }
}
@media screen and (min-width: 1024px) {
    .aside__ul .aside__li .aside__li-link .aside__icon-image {
        width: 30px;
        height: 30px;
    }
}
.aside__ul .aside__li .aside__li-link .aside__li-text {
    margin-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .aside__ul .aside__li .aside__li-link .aside__li-text {
        margin-left: 14px;
    }
}
@media screen and (min-width: 1024px) {
    .aside__ul .aside__li .aside__li-link .aside__li-text {
        margin-left: 8px;
    }
}
.aside__ul .aside__li .aside__li-link .aside__li-text .aside__li-chara,
.aside__ul .aside__li .aside__li-link .aside__li-text .aside__li-origin {
    color: #0e0e10;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .aside__ul .aside__li .aside__li-link .aside__li-text .aside__li-chara,
    .aside__ul .aside__li .aside__li-link .aside__li-text .aside__li-origin {
        font-size: 17px;
    }
}
.aside__ul .aside__li .aside__li-link .aside__li-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(40% - 36px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .aside__ul .aside__li .aside__li-link .aside__li-count {
        font-size: 17px;
    }
}
@media screen and (min-width: 1024px) {
    .aside__ul .aside__li .aside__li-link .aside__li-count {
        width: calc(40% - 38px);
    }
}
.aside__ul .aside__li .aside__li-link .aside__li-count .aside__li-number {
    margin-left: 5px;
}
@media screen and (min-width: 1024px) {
    .aside__ul .aside__li .aside__li-link .aside__li-count .aside__li-number {
        margin-left: 2px;
        font-size: 15px;
    }
}
.aside__ul .aside__li .aside__li-link .aside__li-count-chara {
    width: calc(40% - 45px);
}
.aside__ul .aside__li .aside__li-chara {
    font-weight: 400;
}
.aside__ul .aside__li .aside__li-origin {
    font-size: 12px;
    margin-top: 3px;
}
.aside__ul .aside__li .aside__li-link-origins {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 8px;
}
@media screen and (min-width: 1024px) {
    .aside__ul .aside__li .aside__li-link-origins {
        padding: 18px 14px !important;
        font-weight: 400;
    }
}
.aside__ul .aside__li .aside__li-link-origins .aside__li-text {
    margin-left: 0;
}
@media screen and (min-width: 1024px) {
    .aside__ul
        .aside__li
        .aside__li-link-origins
        .aside__li-text
        .aside__li-chara {
        font-weight: 400;
    }
}
.aside__ul .aside__li a.aside__li-link--chara-order {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 4px;
}
@media screen and (min-width: 1024px) {
    .aside__ul .aside__li a.aside__li-link--chara-order {
        padding: 10px 8px;
    }
}

.aside__ul-chara {
    margin-top: 16px;
}
@media screen and (min-width: 1024px) {
    .aside__ul-chara {
        margin-top: 24px;
    }
}
.aside__ul-chara .aside__li {
    border-bottom: 1px solid #dededf;
}
@media screen and (min-width: 1024px) {
    .aside__ul-chara .aside__li {
        width: calc(50% - 20px);
        margin-right: 20px;
    }
}
@media screen and (min-width: 1024px) {
    .aside__ul-chara .aside__li .aside__li-link {
        padding: 10px 14px 8px;
    }
}
@media screen and (min-width: 1024px) {
    .aside__ul-chara .aside__li .aside__li-link .aside__li-chara {
        font-size: 15px;
        font-weight: 500;
    }
}
@media screen and (min-width: 1024px) {
    .aside__ul-chara .aside__li .aside__li-link .aside__li-origin {
        font-size: 14px;
        margin-top: 5px;
    }
}
.aside__ul-chara .aside__li-authors {
    border: 0;
    overflow-x: scroll;
}
@media screen and (min-width: 1024px) {
    .aside__ul-chara .aside__li-authors {
        width: 100%;
    }
}
.aside__ul-chara .aside__li-authors .aside__li-link {
    border-bottom: 1px solid #dededf;
    padding: 18px 14px 10px;
}

.aside__ranking {
    font-size: 15px;
    font-weight: 500;
    width: 43px;
}
@media screen and (min-width: 1024px) {
    .aside__ranking {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-left: -15px;
        margin-right: 5px;
    }
}

/* footer
======================================================================== */
.footer {
    color: #d9d9d9;
    background-color: #0e0e10;
    height: 250px;
}
@media screen and (min-width: 1024px) {
    .footer {
        grid-area: footer;
    }
}
.footer .footer__caution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    padding: 12px 24px 0;
    height: 50%;
}
.footer .footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20%;
    width: 100%;
    font-size: 14px;
}
.footer .footer__flex .footer__flex-link {
    color: #d9d9d9;
}
.footer .footer__flex .footer__flex-sitename {
    margin-left: 12px;
}

/* main show
======================================================================== */
@media screen and (min-width: 1280px) {
    .main__list-show {
        width: 396px;
    }
}
@media screen and (min-width: 1440px) {
    .main__list-show {
        width: 470px;
    }
}
@media screen and (min-width: 2100px) {
    .main__list-show {
        width: 660px;
    }
}

@media screen and (min-width: 1024px) {
    .show__main {
        max-width: 680px;
        margin: 20px auto 0;
    }
}
@media screen and (min-width: 1280px) {
    .show__main {
        max-width: initial;
    }
}

@media screen and (min-width: 1280px) {
    .show__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
    }
}

.show__article {
    margin: 10px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dededf;
}
@media screen and (min-width: 1280px) {
    .show__article {
        margin-right: 20px;
        border: 0;
        max-width: 960px;
    }
}
.show__article .show__figure {
    position: relative;
}
.show__article .show__figure .show__figure-btn {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}
.show__article .show__figure .show__header-img {
    width: calc(100% + 10px);
    margin: 0 -5px;
}
@media screen and (min-width: 1280px) {
    .show__article .show__figure .show__header-img {
        max-width: 100%;
    }
}
.show__article .show__h1 {
    font-size: 18px;
}
@media screen and (min-width: 1280px) {
    .show__article .show__h1 {
        font-size: 24px;
    }
}
.show__article .show__authors {
    color: #53535f;
    font-size: 15px;
}
@media screen and (min-width: 1280px) {
    .show__article .show__authors {
        font-size: 16px;
    }
}
.show__article .show__authors .show__authors-link {
    font-size: 15px;
    font-weight: 400;
    color: #464646;
    display: inline-block;
}
@media screen and (min-width: 1280px) {
    .show__article .show__authors .show__authors-link {
        font-size: 16px;
    }
}
.show__article .show__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
}
.show__article .show__count .show__count-number,
.show__article .show__count .show__count-time {
    color: #53535f;
    font-size: 13px;
}
@media screen and (min-width: 1280px) {
    .show__article .show__count .show__count-number,
    .show__article .show__count .show__count-time {
        font-size: 15px;
    }
}
.show__article .show__count .show__count-number::before {
    content: "・";
    margin: 0 4px;
}
.show__article .show__tag-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}
.show__article .show__tag-ul .show__tag-li {
    font-size: 13px;
    padding: 8px 0;
    margin: 5px 2px;
}
@media screen and (min-width: 1280px) {
    .show__article .show__tag-ul .show__tag-li {
        margin: 6px 4px;
    }
}
.show__article .show__tag-ul .show__tag-li .show__tag-link {
    font-size: 12px;
    color: #464646;
    padding: 8px 12px;
    border-radius: 16px;
    background-color: #eaeaeb;
}
@media screen and (min-width: 1280px) {
    .show__article .show__tag-ul .show__tag-li .show__tag-link {
        font-size: 14px;
        padding: 8px 16px;
        border-radius: 20px;
    }
}
.show__article .show__comment {
    margin: 20px 0 10px;
    padding-top: 20px;
    border-top: 1px solid #dededf;
}
.show__article .show__comment .show__comment-h2 {
    font-size: 16px;
}
@media screen and (min-width: 1280px) {
    .show__article .show__comment .show__comment-h2 {
        font-size: 18px;
    }
}
.show__article .show__comment .show__comment-blockquote {
    line-height: 1.7;
    margin: 15px 0;
}

.show__related {
    margin-bottom: 26px;
}
.show__related .show__related-h2 {
    font-size: 16px;
}

/* main characters
======================================================================== */
.chara__h1 {
    font-size: 18px;
    margin: 20px 0;
}
@media screen and (min-width: 1024px) {
    .chara__h1 {
        font-size: 26px;
        margin: 30px 0 30px;
    }
}

@media screen and (min-width: 1024px) {
    .main__chara {
        max-width: calc(100% - 88px);
        margin: 20px auto 0;
    }
}
@media screen and (min-width: 1440px) {
    .main__chara {
        max-width: calc(100% - 130px);
    }
}
@media screen and (min-width: 1680px) {
    .main__chara {
        max-width: calc(100% - 220px);
    }
}
@media screen and (min-width: 1024px) {
    .main__chara .main__pagination {
        border: 0;
        padding-top: 10px;
    }
}
.main__chara .main__chara-oreder {
    overflow-x: scroll;
    scrollbar-width: none;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    /*Google Chrome、Safariへの対応*/
}
.main__chara .main__chara-oreder::-webkit-scrollbar {
    display: none;
}

/* main origins
======================================================================== */
/* hover
======================================================================== */
a:hover,
a:active {
    opacity: 0.8;
}

a.c-txt {
    position: relative;
}
@media screen and (min-width: 1024px) {
    a.c-txt {
        opacity: 1;
        cursor: pointer;
        -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
        transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    }
}

@media screen and (min-width: 1024px) {
    .c-txt.line::before {
        background: #9147ff;
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: -2px;
        margin: auto;
        -webkit-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
}

@media screen and (min-width: 1024px) {
    .c-txt.line:hover::before,
    .c-txt.line:active::before {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.bottom-up {
    cursor: pointer;
    -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media screen and (min-width: 1024px) {
    .bottom-up:hover {
        opacity: 1;
        -webkit-box-shadow: 7px 7px 0 0 #9147ff;
        box-shadow: 7px 7px 0 0 #9147ff;
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
}

/*============
nav
=============*/
nav.hamburger__nav {
    display: block;
    position: fixed;
    top: 0;
    left: -80%;
    bottom: 0;
    width: 80%;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 3;
    opacity: 0;
}

.open nav.hamburger__nav {
    left: 0;
    opacity: 1;
}

nav.hamburger__nav .inner {
    padding: 25px;
}

nav.hamburger__nav .inner .inner__menu {
    padding: 7px 14px 14px;
    font-size: 18px;
}

nav.hamburger__nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.hamburger__nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #dededf;
}

nav.hamburger__nav .inner ul li a {
    display: block;
    color: #53535f;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

nav.hamburger__nav .inner ul li a:hover {
    background: #e4e4e4;
}

@media screen and (max-width: 767px) {
    nav.hamburger__nav {
        left: -80%;
        width: 80%;
    }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
    display: block;
    position: relative;
    top: 0;
    right: 4px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
    top: 5px;
}

.toggle_btn span:nth-child(2) {
    top: 14px;
}

.toggle_btn span:nth-child(3) {
    bottom: 5px;
}

.open .toggle_btn span {
    background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}

/*============
#mask
=============*/
#mask {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    #navArea {
        display: none;
    }
} /*# sourceMappingURL=style.css.map */
