@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@1,700&display=swap"; /*!
Theme Name: サカナのちから
Description: サカナのちからオリジナルテーマ
Version: 1.0.0
*/ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: none;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
    appearance: button;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
        sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    max-width: 100%;
    padding: 1.6em;
    margin-bottom: 1.6em;
    overflow: auto;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    background: #eee;
}
code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    cursor: help;
    border-bottom: 1px dotted #666;
}
mark,
ins {
    text-decoration: none;
    background: #fff9c0;
}
big {
    font-size: 125%;
}
body {
    background: #fff;
}
hr {
    height: 1px;
    margin-bottom: 1.5em;
    background-color: #ccc;
    border: 0;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
figure {
    margin: 1em 0;
}
table {
    width: 100%;
    margin: 0 0 1.5em;
}
a {
    color: #4169e1;
}
a:visited {
    color: purple;
}
a:hover,
a:focus,
a:active {
    color: #191970;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0.6em 1em 0.4em;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    background: #e6e6e6;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    padding: 3px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
.main-navigation {
    display: block;
    width: 100%;
}
.main-navigation ul {
    display: none;
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    float: left;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.main-navigation ul ul ul {
    top: 0;
    left: -999em;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: auto;
    display: block;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (width >= 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    text-align: end;
}
.sticky {
    display: block;
}
.updated:not(.published) {
    display: none;
}
.page-links {
    margin: 0 0 1.5em;
    clear: both;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}
.custom-logo-link {
    display: inline-block;
}
.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    display: grid;
    grid-gap: 1.5em;
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    word-wrap: normal !important;
    border: 0;
}
.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: normal;
    color: #21759b;
    text-decoration: none;
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
#primary[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-bottom: 1.5em;
    margin-left: 1.5em;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
    clear: both;
} /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
}
main {
    display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}
pre {
    font-family: monospace, monospace;
    font-size: inherit;
}
address {
    font-style: inherit;
}
a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: inherit;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}
:-moz-focusring {
    outline: auto;
}
select:disabled {
    opacity: inherit;
}
option {
    padding: 0;
}
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}
legend {
    padding: 0;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
label[for] {
    cursor: pointer;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[contenteditable]:focus {
    outline: auto;
}
table {
    border-color: inherit;
}
caption {
    text-align: left;
}
td,
th {
    vertical-align: top;
    padding: 0;
}
th {
    text-align: left;
    font-weight: 700;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}
@media (min-width: 768px) {
    html {
        scroll-padding-top: calc(120 / 1440 * 100vw);
    }
}
body {
    padding-top: calc(80 / 390 * 100vw);
    font-family: "kinto-sans", sans-serif, "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ",
        Meiryo, "Times New Roman", sans-serif;
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.6;
    color: #424242;
}
@media (min-width: 768px) {
    body {
        padding-top: calc(120 / 1440 * 100vw);
        font-size: calc(16 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    body.header-toggle-open {
        overflow: hidden;
    }
}
body button {
    border: unset;
}
a,
a:visited {
    display: inline-block;
    width: 100%;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover,
a:visited:hover {
    color: inherit;
    cursor: pointer;
    opacity: 0.8;
}
img {
    width: 100%;
    height: auto;
}
body {
    position: relative;
}
body main {
    position: relative;
    overflow: hidden;
}
body main .btn.primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(50 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) 0;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    border-radius: calc(8 / 390 * 100vw);
}
@media (min-width: 768px) {
    body main .btn.primary {
        height: calc(60 / 1440 * 100vw);
        padding: calc(10 / 1440 * 100vw) 0;
        border-radius: calc(8 / 1440 * 100vw);
    }
}
body main .btn.primary .text {
    position: relative;
}
body main .btn.primary .text::after {
    position: absolute;
    top: 50%;
    right: calc(-20 / 390 * 100vw);
    content: "";
    border-top: calc(5 / 390 * 100vw) solid rgba(0, 0, 0, 0);
    border-bottom: calc(5 / 390 * 100vw) solid rgba(0, 0, 0, 0);
    border-left: calc(8 / 390 * 100vw) solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    body main .btn.primary .text::after {
        right: calc(46 / 1440 * 100vw);
        border-top: calc(9 / 1440 * 100vw) solid rgba(0, 0, 0, 0);
        border-bottom: calc(9 / 1440 * 100vw) solid rgba(0, 0, 0, 0);
        border-left: calc(15 / 1440 * 100vw) solid #fff;
    }
}
body main .btn.primary:hover {
    color: #fff;
    background-color: #0062e0;
    opacity: 1;
}
body main .btn.primary:hover::after {
    border-left: calc(8 / 1440 * 100vw) solid #fff;
}
@media (min-width: 768px) {
    body main .btn.primary:hover::after {
        border-left: calc(15 / 1440 * 100vw) solid #fff;
    }
}
body main .breadcrumbs {
    position: absolute;
    top: calc(10 / 390 * 100vw);
    left: calc(10 / 390 * 100vw);
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: calc(14 / 390 * 100vw);
    width: 100%;
}
@media (min-width: 768px) {
    body main .breadcrumbs {
        top: calc(12 / 1440 * 100vw);
        left: calc(40 / 1440 * 100vw);
        gap: calc(24 / 1440 * 100vw);
    }
}
body main .breadcrumbs li {
    position: relative;
    font-size: calc(8 / 390 * 100vw);
    line-height: 1.2;
}
@media (min-width: 768px) {
    body main .breadcrumbs li {
        font-size: calc(12 / 1440 * 100vw);
    }
}
body main .breadcrumbs li:not(:last-of-type)::after {
    position: absolute;
    top: 50%;
    right: calc(-10 / 390 * 100vw);
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-size: calc(8 / 390 * 100vw);
    font-weight: 900;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    body main .breadcrumbs li:not(:last-of-type)::after {
        right: calc(-16 / 1440 * 100vw);
        font-size: calc(12 / 1440 * 100vw);
    }
}
body main .breadcrumbs li:last-of-type {
    color: #00367d;
    border-bottom: 1px solid #00367d;
}
body main .toc-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    body main .toc-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        gap: calc(20 / 1440 * 100vw);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }
}
body main .toc-content::after {
    display: block;
    width: 30%;
    content: "";
}
body main .toc-content .btn-wrap .btn {
    background-color: #e8ecf0;
}
body main .toc-content .btn-wrap.image {
    overflow: hidden;
    border: calc(2 / 390 * 100vw) solid #e8ecf0;
    border-radius: calc(8 / 390 * 100vw);
    box-sizing: border-box;
}
@media (min-width: 768px) {
    body main .toc-content .btn-wrap.image {
        border: calc(2 / 1440 * 100vw) solid #e8ecf0;
        border-radius: calc(8 / 1440 * 100vw);
    }
    body main .toc-content .btn-wrap.image .btn {
        width: calc(356 / 1440 * 100vw);
        height: calc(57 / 1440 * 100vw);
    }
    body main .toc-content .btn-wrap .btn {
        width: calc(360 / 1440 * 100vw);
    }
}
body main .toc-content .btn-wrap .btn .text {
    width: 100%;
    padding-left: calc(20 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    color: #424242;
}
@media (min-width: 768px) {
    body main .toc-content .btn-wrap .btn .text {
        padding-left: calc(20 / 1440 * 100vw);
        font-size: calc(16 / 1440 * 100vw);
    }
}
body main .toc-content .btn-wrap .btn .text::after {
    right: calc(16 / 390 * 100vw);
    border-top: 8px solid #424242;
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: 6px solid rgba(0, 0, 0, 0);
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}
@media (min-width: 768px) {
    body main .toc-content .btn-wrap .btn .text::after {
        right: calc(16 / 1440 * 100vw);
        border-top: calc(8 / 1440 * 100vw) solid #424242;
        border-right: calc(6 / 1440 * 100vw) solid rgba(0, 0, 0, 0);
        border-bottom: 0;
        border-left: calc(6 / 1440 * 100vw) solid rgba(0, 0, 0, 0);
    }
}
body main .toc-content .btn-wrap .btn .text.link::after {
    rotate: -90deg;
    right: calc(14 / 390 * 100vw);
    -webkit-transform: translateY(-30%) translateX(30%);
    transform: translateY(-30%) translateX(30%);
}
@media (min-width: 768px) {
    body main .toc-content .btn-wrap .btn .text.link::after {
        rotate: -90deg;
        right: calc(14 / 1440 * 100vw);
    }
}
section.toc .btn-wrap:last-of-type {
    margin-left: unset !important;
}
body main .is-ellipsis {
    position: relative;
}
body main .is-ellipsis > *:not(.js-ellipsis-text, .more-btn) {
    display: none;
}
@media (min-width: 768px) {
    body main .is-ellipsis > *:not(.js-ellipsis-text, .more-btn) {
        display: block;
    }
}
body main .is-ellipsis .more-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: calc(14 / 390 * 100vw);
    color: #00367d;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    content: "続きを読む";
}
@media (min-width: 768px) {
    body main .is-ellipsis .more-btn {
        font-size: calc(16 / 1440 * 100vw);
    }
}
.common-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: calc(350 / 390 * 100vw);
    margin: 0 auto;
}
@media (min-width: 768px) {
    .common-inner {
        max-width: calc(1300 / 1440 * 100vw);
    }
}
.page-title {
    padding-top: calc(56 / 390 * 100vw);
    font-size: calc(36 / 390 * 100vw);
    font-weight: bold;
    text-align: center;
}
@media (min-width: 768px) {
    .page-title {
        padding-top: calc(56 / 1440 * 100vw);
        font-size: calc(36 / 1440 * 100vw);
    }
}
@media (max-width: 768px) {
    .d-sp-none {
        display: none !important;
    }
}
.d-pc-none {
    display: none !important;
}
@media (max-width: 768px) {
    .d-pc-none {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .d-sp-none {
        display: none !important;
    }
}
.d-pc-none {
    display: none !important;
}
@media (max-width: 768px) {
    .d-pc-none {
        display: block !important;
    }
}
.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}
.site-header .header-bar {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: calc(10 / 390 * 100vw);
    background-color: #fff;
}
@media (min-width: 768px) {
    .site-header .header-bar {
        padding: calc(20 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(40 / 1440 * 100vw);
    }
}
.site-header .header-bar .site-branding {
    width: calc(60 / 390 * 100vw);
}
.site-header .header-bar .site-branding img {
    width: 100%;
}
@media (min-width: 768px) {
    .site-header .header-bar .site-branding {
        width: calc(80 / 1440 * 100vw);
    }
}
.site-header .header-bar .nav-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: calc(5 / 390 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}
@media (min-width: 768px) {
    .site-header .header-bar .nav-content {
        gap: calc(30 / 1440 * 100vw);
    }
}
.site-header .header-bar .nav-content .menu-link {
    width: calc(50 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    font-weight: bold;
    line-height: calc(14 / 390 * 100vw);
    color: #00367d;
    text-align: center;
    letter-spacing: 1px;
}
@media (min-width: 768px) {
    .site-header .header-bar .nav-content .menu-link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: calc(18 / 1440 * 100vw);
        line-height: calc(24 / 1440 * 100vw);
        letter-spacing: 2px;
    }
}
.site-header .header-bar .nav-content .menu-link.tel {
    padding: 0 calc(5 / 390 * 100vw);
}
@media (min-width: 768px) {
    .site-header .header-bar .nav-content .menu-link.tel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: unset;
    }
}
@media (min-width: 768px) {
    .site-header .header-bar .nav-content .menu-link.tel .text {
        display: inline-block;
        width: calc(60 / 1440 * 100vw);
        font-size: calc(14 / 1440 * 100vw);
        line-height: 1;
        letter-spacing: 0;
    }
}
@media (min-width: 768px) {
    .site-header .header-bar .nav-content .menu-link.tel .number {
        position: relative;
        padding-left: calc(30 / 1440 * 100vw);
        font-size: calc(22 / 1440 * 100vw);
        letter-spacing: 0;
    }
}
@media (min-width: 768px) {
    .site-header .header-bar .nav-content .menu-link.tel .number::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        width: calc(26 / 1440 * 100vw);
        aspect-ratio: 1/1;
        content: "";
        background-image: url("/sakanano/new-img/header/phone-icon-blue.svg");
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: translateY(-49%) rotate(10deg);
        transform: translateY(-49%) rotate(10deg);
    }
}
.site-header .header-bar .nav-content .menu-link.mypage,
.site-header .header-bar .nav-content .menu-link.cart {
    padding: 0 calc(5 / 390 * 100vw);
}
@media (min-width: 768px) {
    .site-header .header-bar .nav-content .menu-link.mypage,
    .site-header .header-bar .nav-content .menu-link.cart {
        color: #fff;
        background: #0062e0;
        border-radius: calc(8 / 1440 * 100vw);
        position: relative;
        padding: calc(8 / 1440 * 100vw) calc(8 / 1440 * 100vw) calc(8 / 1440 * 100vw) calc(30 / 1440 * 100vw);
        font-size: calc(18 / 1440 * 100vw);
        letter-spacing: 0;
    }
}
@media (min-width: 768px) {
    .site-header .header-bar .nav-content .menu-link.mypage::before,
    .site-header .header-bar .nav-content .menu-link.cart::before {
        position: absolute;
        top: 50%;
        left: calc(8 / 1440 * 100vw);
        display: inline-block;
        width: calc(20 / 1440 * 100vw);
        aspect-ratio: 1/1;
        content: "";
        background-image: url("/sakanano/new-img/header/mypage-icon.svg");
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: translateY(-49%);
        transform: translateY(-49%);
    }
}
@media (min-width: 768px) {
    .site-header .header-bar .nav-content .menu-link.cart {
        background: #a7a7a7;
    }
}
@media (min-width: 768px) {
    .site-header .header-bar .nav-content .menu-link.cart::before {
        width: calc(20 / 1440 * 100vw);
        aspect-ratio: 1/1;
        content: "";
        background-image: url("/sakanano/new-img/header/cart.svg");
    }
}
.site-header .header-bar .nav-content .menu-link .icon {
    width: calc(15 / 390 * 100vw);
    margin: 0 auto;
}
.site-header .header-bar .nav-content .menu-link.mypage .icon {
    width: calc(12 / 390 * 100vw);
}
.site-header .header-bar .toggle-btn {
    width: calc(40 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw);
    margin-left: calc(5 / 390 * 100vw);
    cursor: pointer;
}
@media (min-width: 768px) {
    .site-header .header-bar .toggle-btn {
        width: calc(80 / 1440 * 100vw);
        height: calc(80 / 1440 * 100vw);
        padding: calc(22 / 1440 * 100vw);
        margin-left: 20px;
        margin-left: calc(20 / 1440 * 100vw);
    }
}
.site-header .header-bar .toggle-btn .toggle-btn-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.site-header .header-bar .toggle-btn .toggle-btn-inner span {
    position: absolute;
    right: 0;
    display: block;
    height: calc(2 / 390 * 100vw);
    margin: auto;
    background: #00367d;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
@media (min-width: 768px) {
    .site-header .header-bar .toggle-btn .toggle-btn-inner span {
        height: calc(4 / 1440 * 100vw);
    }
}
.site-header .header-bar .toggle-btn .toggle-btn-inner span:nth-of-type(1) {
    top: 0;
    width: calc(22 / 390 * 100vw);
}
@media (min-width: 768px) {
    .site-header .header-bar .toggle-btn .toggle-btn-inner span:nth-of-type(1) {
        width: calc(44 / 1440 * 100vw);
    }
}
.site-header .header-bar .toggle-btn .toggle-btn-inner span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    width: calc(18 / 390 * 100vw);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media (min-width: 768px) {
    .site-header .header-bar .toggle-btn .toggle-btn-inner span:nth-of-type(2) {
        width: calc(36 / 1440 * 100vw);
    }
}
.site-header .header-bar .toggle-btn .toggle-btn-inner span:nth-of-type(3) {
    bottom: 0;
    width: calc(14 / 390 * 100vw);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media (min-width: 768px) {
    .site-header .header-bar .toggle-btn .toggle-btn-inner span:nth-of-type(3) {
        width: calc(28 / 1440 * 100vw);
    }
}
.site-header .toggle-menu {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 0;
    height: 100dvh;
    overflow-y: scroll;
    background-color: #fff;
}
.site-header .toggle-menu .top-nav {
    padding: calc(100 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
}
@media (min-width: 768px) {
    .site-header .toggle-menu .top-nav {
        padding: calc(140 / 1440 * 100vw) calc(200 / 1440 * 100vw) 0;
    }
}
.site-header .toggle-menu .top-nav .contact {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(240 / 390 * 100vw);
    padding: calc(18 / 390 * 100vw) 0 calc(15 / 390 * 100vw);
    margin: 0 auto;
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#00367d), to(#0062e0));
    background: -webkit-linear-gradient(top, #00367d 0%, #0062e0 100%);
    background: linear-gradient(180deg, #00367d 0%, #0062e0 100%);
    border-radius: calc(8 / 390 * 100vw);
    -webkit-box-shadow: 0 0 calc(12 / 390 * 100vw) 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(12 / 390 * 100vw) 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
    .site-header .toggle-menu .top-nav .contact {
        width: calc(240 / 1440 * 100vw);
        padding: calc(18 / 1440 * 100vw) 0 calc(15 / 1440 * 100vw);
        font-size: calc(16 / 1440 * 100vw);
        border-radius: calc(8 / 1440 * 100vw);
        -webkit-box-shadow: 0 0 calc(12 / 1440 * 100vw) 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 calc(12 / 1440 * 100vw) 0 rgba(0, 0, 0, 0.25);
    }
}
.site-header .toggle-menu .top-nav .contact .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: calc(4 / 390 * 100vw);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    .site-header .toggle-menu .top-nav .contact .tel {
        gap: calc(4 / 1440 * 100vw);
        font-size: calc(20 / 1440 * 100vw);
    }
}
.site-header .toggle-menu .top-nav .contact .tel .tel-icon {
    width: calc(26 / 390 * 100vw);
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (min-width: 768px) {
    .site-header .toggle-menu .top-nav .contact .tel .tel-icon {
        width: calc(26 / 1440 * 100vw);
    }
}
.site-header .toggle-menu .top-nav .nav-list {
    margin-top: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
    .site-header .toggle-menu .top-nav .nav-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: calc(80 / 1440 * 100vw);
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: calc(40 / 1440 * 100vw);
    }
}
.site-header .toggle-menu .top-nav .nav-list .nav-list-inner {
    width: 100%;
}
.site-header .toggle-menu .top-nav .nav-list .nav-list-inner .nav-list-item {
    position: relative;
    padding: calc(20 / 390 * 100vw) calc(10 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
    font-size: calc(14 / 390 * 100vw);
    font-weight: bold;
    line-height: 1;
    color: #424242;
    border-top: 1px solid #e8ecf0;
}
@media (min-width: 768px) {
    .site-header .toggle-menu .top-nav .nav-list .nav-list-inner .nav-list-item {
        padding: calc(18 / 1440 * 100vw) calc(10 / 1440 * 100vw) calc(18 / 1440 * 100vw) 0;
        font-size: calc(14 / 1440 * 100vw);
    }
}
.site-header .toggle-menu .top-nav .nav-list .nav-list-inner .nav-list-item:last-child {
    border-bottom: 1px solid #e8ecf0;
}
.site-header .toggle-menu .top-nav .nav-list .nav-list-inner .nav-list-item .toggle-list-icon {
    position: absolute;
    top: calc(12 / 390 * 100vw);
    right: 0;
    display: inline-block;
    width: calc(100 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
    content: "";
    background-image: url("/sakanano/new-img/header/plus-icon.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
@media (min-width: 768px) {
    .site-header .toggle-menu .top-nav .nav-list .nav-list-inner .nav-list-item .toggle-list-icon {
        top: calc(2 / 1440 * 100vw);
        right: calc(10 / 1440 * 100vw);
        width: calc(100 / 1440 * 100vw);
        height: calc(50 / 1440 * 100vw);
        background-position: right;
    }
}
.site-header .toggle-menu .top-nav .nav-list .nav-list-inner .nav-list-item .nav-toggle-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(20 / 390 * 100vw);
    height: 0;
    margin-top: calc(20 / 390 * 100vw);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
@media (min-width: 768px) {
    .site-header .toggle-menu .top-nav .nav-list .nav-list-inner .nav-list-item .nav-toggle-list {
        gap: calc(20 / 1440 * 100vw);
        margin-top: calc(20 / 1440 * 100vw);
    }
}
.site-header .toggle-menu .top-nav .nav-list .nav-list-inner .nav-list-item.open .toggle-list-icon {
    background-image: url("/sakanano/new-img/header/minus-icon.svg");
}
.site-header .toggle-menu .top-nav .nav-list .nav-list-inner .nav-list-item.open .nav-toggle-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.site-header .toggle-menu .bottom-nav {
    padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    .site-header .toggle-menu .bottom-nav {
        padding: calc(40 / 1440 * 100vw) calc(200 / 1440 * 100vw) calc(30 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    .site-header .toggle-menu .bottom-nav .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.site-header .toggle-menu .bottom-nav .row .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(10 / 390 * 100vw);
    padding-bottom: calc(20 / 390 * 100vw);
    font-size: calc(10 / 390 * 100vw);
    border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 768px) {
    .site-header .toggle-menu .bottom-nav .row .nav-list {
        gap: calc(15 / 1440 * 100vw);
        padding-bottom: calc(40 / 1440 * 100vw);
        font-size: calc(14 / 1440 * 100vw);
    }
}
.site-header .toggle-menu .bottom-nav .row .sns-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: calc(16 / 390 * 100vw);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(20 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
    border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 768px) {
    .site-header .toggle-menu .bottom-nav .row .sns-list {
        gap: calc(26 / 1440 * 100vw);
        padding: 0 calc(40 / 1440 * 100vw) calc(35 / 1440 * 100vw);
        margin-top: 0;
    }
}
.site-header .toggle-menu .bottom-nav .row .sns-list li {
    width: calc(22 / 390 * 100vw);
}
@media (min-width: 768px) {
    .site-header .toggle-menu .bottom-nav .row .sns-list li {
        width: calc(25 / 1440 * 100vw);
    }
}
.site-header.header-toggle-open .toggle-menu {
    right: 0;
    left: 0;
}
footer {
    position: relative;
    z-index: 1;
}
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 111;
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
    .scroll-top {
        width: 40px;
        height: 40px;
        bottom: 16px;
        right: 16px;
    }
}
.scroll-top::before {
    position: absolute;
    inset: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    aspect-ratio: 10/6;
    content: "";
    background-image: url("/sakanano/new-img/footer/arrow-top-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .scroll-top::before {
        width: 16px;
    }
}
footer .top-nav {
    padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
    background: -webkit-gradient(linear, left top, left bottom, from(#19afff), to(#0062e0));
    background: -webkit-linear-gradient(top, #19afff 0%, #0062e0 100%);
    background: linear-gradient(180deg, #19afff 0%, #0062e0 100%);
}
@media (min-width: 768px) {
    footer .top-nav {
        padding: calc(40 / 1440 * 100vw) calc(200 / 1440 * 100vw) calc(60 / 1440 * 100vw);
    }
}
footer .top-nav .contact {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(240 / 390 * 100vw);
    padding: calc(18 / 390 * 100vw) 0 calc(15 / 390 * 100vw);
    margin: 0 auto;
    font-size: calc(16 / 390 * 100vw);
    font-weight: bold;
    line-height: 1.6;
    color: #00367d;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fbfbfb;
    border-radius: calc(8 / 390 * 100vw);
    -webkit-box-shadow: 0 0 calc(12 / 390 * 100vw) 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 calc(12 / 390 * 100vw) 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
    footer .top-nav .contact {
        width: calc(240 / 1440 * 100vw);
        padding: calc(18 / 1440 * 100vw) 0 calc(15 / 1440 * 100vw);
        font-size: calc(16 / 1440 * 100vw);
        border-radius: calc(8 / 1440 * 100vw);
        -webkit-box-shadow: 0 0 calc(12 / 1440 * 100vw) 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 calc(12 / 1440 * 100vw) 0 rgba(0, 0, 0, 0.25);
    }
}
footer .top-nav .contact .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: calc(4 / 390 * 100vw);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    footer .top-nav .contact .tel {
        gap: calc(4 / 1440 * 100vw);
        font-size: calc(20 / 1440 * 100vw);
    }
}
footer .top-nav .contact .tel .tel-icon {
    width: calc(26 / 390 * 100vw);
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (min-width: 768px) {
    footer .top-nav .contact .tel .tel-icon {
        width: calc(26 / 1440 * 100vw);
    }
}
footer .top-nav .nav-list {
    margin-top: calc(40 / 390 * 100vw);
}
@media (min-width: 768px) {
    footer .top-nav .nav-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: calc(80 / 1440 * 100vw);
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: calc(40 / 1440 * 100vw);
    }
}
footer .top-nav .nav-list .nav-list-inner {
    width: 100%;
}
footer .top-nav .nav-list .nav-list-inner .nav-list-item {
    position: relative;
    padding: calc(20 / 390 * 100vw) calc(10 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
    font-size: calc(14 / 390 * 100vw);
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
    footer .top-nav .nav-list .nav-list-inner .nav-list-item {
        padding: calc(18 / 1440 * 100vw) calc(10 / 1440 * 100vw) calc(18 / 1440 * 100vw) 0;
        font-size: calc(14 / 1440 * 100vw);
    }
}
footer .top-nav .nav-list .nav-list-inner .nav-list-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
    footer .top-nav .nav-list .nav-list-inner .nav-list-item .toggle-list-text {
        line-height: 1.4;
    }
}
footer .top-nav .nav-list .nav-list-inner .nav-list-item .toggle-list-icon {
    position: absolute;
    top: calc(12 / 390 * 100vw);
    right: 0;
    display: inline-block;
    width: calc(100 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
    content: "";
    background-image: url("/sakanano/new-img/footer/plus-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
@media (min-width: 768px) {
    footer .top-nav .nav-list .nav-list-inner .nav-list-item .toggle-list-icon {
        top: calc(5 / 1440 * 100vw);
        right: calc(10 / 1440 * 100vw);
        width: calc(100 / 1440 * 100vw);
        height: calc(50 / 1440 * 100vw);
    }
}
footer .top-nav .nav-list .nav-list-inner .nav-list-item .nav-toggle-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(20 / 390 * 100vw);
    height: 0;
    margin-top: calc(20 / 390 * 100vw);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
@media (min-width: 768px) {
    footer .top-nav .nav-list .nav-list-inner .nav-list-item .nav-toggle-list {
        gap: calc(20 / 1440 * 100vw);
        margin-top: calc(20 / 1440 * 100vw);
    }
}
footer .top-nav .nav-list .nav-list-inner .nav-list-item.open .toggle-list-icon {
    background-image: url("/sakanano/new-img/footer/minus-icon.svg");
}
footer .top-nav .nav-list .nav-list-inner .nav-list-item.open .nav-toggle-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
footer .bottom-nav {
    background: #fff;
    padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    footer .bottom-nav {
        padding: calc(40 / 1440 * 100vw) calc(200 / 1440 * 100vw) calc(30 / 1440 * 100vw);
    }
}
@media (min-width: 768px) {
    footer .bottom-nav .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
footer .bottom-nav .row .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(10 / 390 * 100vw);
    padding-bottom: calc(20 / 390 * 100vw);
    font-size: calc(10 / 390 * 100vw);
}
@media (min-width: 768px) {
    footer .bottom-nav .row .nav-list {
        gap: calc(15 / 1440 * 100vw);
        padding-bottom: calc(40 / 1440 * 100vw);
        font-size: calc(14 / 1440 * 100vw);
    }
}
footer .bottom-nav .row .sns-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: calc(16 / 390 * 100vw);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(20 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
}
@media (min-width: 768px) {
    footer .bottom-nav .row .sns-list {
        gap: calc(26 / 1440 * 100vw);
        padding: 0 calc(40 / 1440 * 100vw) calc(35 / 1440 * 100vw);
        margin-top: 0;
    }
}
footer .bottom-nav .row .sns-list li {
    width: calc(22 / 390 * 100vw);
}
@media (min-width: 768px) {
    footer .bottom-nav .row .sns-list li {
        width: calc(25 / 1440 * 100vw);
    }
}
footer .bottom-nav .kamaboko-site {
    margin-top: calc(20 / 390 * 100vw);
    text-align: center;
}
@media (min-width: 768px) {
    footer .bottom-nav .kamaboko-site {
        margin-top: calc(40 / 1440 * 100vw);
    }
}
footer .bottom-nav .kamaboko-site a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: calc(5 / 390 * 100vw);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: calc(14 / 390 * 100vw);
    font-weight: bold;
    text-decoration: underline;
}
@media (min-width: 768px) {
    footer .bottom-nav .kamaboko-site a {
        gap: calc(5 / 1440 * 100vw);
        font-size: calc(14 / 1440 * 100vw);
    }
}
footer .bottom-nav .kamaboko-site a::after {
    display: inline-block;
    width: calc(12 / 390 * 100vw);
    aspect-ratio: 1/1;
    content: "";
    background-image: url("/sakanano/new-img/footer/external-link-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 768px) {
    footer .bottom-nav .kamaboko-site a::after {
        width: calc(12 / 1440 * 100vw);
    }
}
footer .bottom-nav .logo-img {
    width: calc(40 / 390 * 100vw);
    aspect-ratio: 1/1;
    margin: calc(20 / 390 * 100vw) auto 0;
}
@media (min-width: 768px) {
    footer .bottom-nav .logo-img {
        width: calc(80 / 1440 * 100vw);
        margin-top: calc(40 / 1440 * 100vw);
    }
}
footer .bottom-nav .copyright {
    margin-top: calc(10 / 390 * 100vw);
    font-size: calc(10 / 390 * 100vw);
    text-align: center;
}
@media (min-width: 768px) {
    footer .bottom-nav .copyright {
        margin-top: calc(20 / 1440 * 100vw);
        font-size: calc(12 / 1440 * 100vw);
    }
}
