  @charset "UTF-8";
/* ==========================================================================//
//　Fonts
// ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=PT+Sans:ital,wght@1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
/* ==========================================================================//
// Foundation
// ========================================================================== */
/* stylelint-disable */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media all and (max-width: 767px) {
  html.is-locked {
    overflow-y: scroll;
    position: fixed;
    left: 0;
    width: 100%;
  }
}

body {
  max-width: none;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.625;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media all and (max-width: 767px) {
  body {
    font-family: "Hiragino Sans Pr6N", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", sans-serif;
  }
}

button,
input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
  background: none;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button:focus-visible,
input:focus-visible {
  box-shadow: inset 0 0 0 1px #e96600;
  outline: none;
}

a:focus-visible {
  outline: none;
  border: 1px solid #e96600 !important;
}

textarea {
  resize: none;
}

strong {
  font-weight: 700;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:visited, a:link {
  color: inherit;
  text-decoration: none;
}

/* ==========================================================================//
// Layout
// ========================================================================== */
/* l-contents
---------------------------------------------------------- */
.l-contents {
  width: 100%;
  padding-top: 90px;
  background: url("/jp/memory/assets/img/com/bg_content.jpg") repeat top left;
}
@media all and (max-width: 767px) {
  .l-contents {
    padding-top: 45px;
  }
}

/* c-container
---------------------------------------------------------- */
.c-container {
  width: 100%;
  padding: 0 15px;
  --pt-pc: 32;
  --pt-sp: 20;
  --pb-pc: 54;
  --pb-sp: 40;
  padding: calc(var(--pt-sp) * 1px) 15px calc(var(--pb-sp) * 1px);
}
@media all and (min-width: 768px) {
  .c-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media all and (min-width: 768px) {
  .c-container {
    padding: calc(var(--pt-pc) * 1px) 20px calc(var(--pb-pc) * 1px);
  }
}

/* c-container
---------------------------------------------------------- */
.Main {
  background: url("/jp/memory/assets/img/com/bg_content.jpg") repeat top left;
}

.Footer {
  font-weight: 500;
  line-height: 1.6;
}
@media all and (max-width: 767px) {
  .Footer {
    line-height: 1.4;
  }
}
.Footer .footer-logo__lead {
  line-height: 1.6;
}

.Header {
  font-weight: 500;
  line-height: 1.6;
}
@media all and (max-width: 767px) {
  .Header {
    line-height: 1.4;
  }
}

/* ==========================================================================//
// Components
// ========================================================================== */
/* c-box-01
---------------------------------------------------------- */
.c-box-01 {
  margin-top: 36px;
  padding: 36px 40px;
  background-color: #f7f5ec;
  mix-blend-mode: multiply;
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .c-box-01 {
    margin-top: 21px;
    font-size: 1.4rem;
    padding: 20px 15px 30px;
    border-radius: 10px;
  }
}
.c-box-01 a {
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .c-box-01 a {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-box-01 a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

/* c-box-02
---------------------------------------------------------- */
.c-box-02 {
  margin-top: 42px;
  padding: 50px 60px 67px;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #333;
}
@media all and (max-width: 767px) {
  .c-box-02 {
    margin-top: 21px;
    padding: 20px 15px 30px;
    border-radius: 10px;
  }
}

/* c-box-03
---------------------------------------------------------- */
.c-box-03 {
  border-radius: 20px;
  background: #fcfaf5;
  box-shadow: 0px 10px 20px rgba(90, 58, 58, 0.1);
  margin-top: 65px;
  padding: 32px 40px 64px;
}
@media all and (max-width: 767px) {
  .c-box-03 {
    border-radius: 10px;
    margin-top: 20px;
    padding: 21px 15px 32px;
  }
}
.c-box-03__heading {
  padding-bottom: 35px;
  border-bottom: 1px solid #666;
}
.c-box-03__heading-title {
  font-size: 2.2rem;
  font-weight: 700;
}
.c-box-03__heading-text {
  margin-top: 7px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .c-box-03__heading-text {
    font-size: 1.4rem;
  }
}
.c-box-03__content {
  margin-top: 32px;
}
.c-box-03__content-title {
  font-size: 2.2rem;
  font-weight: 700;
}
.c-box-03__content-list {
  margin-top: 34px;
  display: flex;
  -moz-column-gap: 37px;
  column-gap: 37px;
}
@media all and (max-width: 767px) {
  .c-box-03__content-list {
    row-gap: 20px;
    flex-direction: column;
  }
}
.c-box-03__content-item {
  flex: 0 0 273px;
}
@media all and (max-width: 767px) {
  .c-box-03__content-item {
    flex: 0 0 auto;
  }
}
.c-box-03__content-caption {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-box-03__text {
  margin-top: 30px;
}
.c-box-03__text a {
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .c-box-03__text a {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-box-03__text a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

/* c-box-accordion
---------------------------------------------------------- */
.c-box-accordion {
  --mt-pc: 0;
  --mt-sp: 0;
  --mb-pc: 0;
  --mb-sp: 0;
  border-radius: 20px;
  background: #fcfaf5;
  box-shadow: 0px 10px 20px rgba(90, 58, 58, 0.1);
  margin-top: calc(var(--mt-pc) * 1px);
  margin-bottom: calc(var(--mb-pc) * 1px);
}
@media all and (max-width: 767px) {
  .c-box-accordion {
    border-radius: 10px;
    margin-top: calc(var(--mt-sp) * 1px);
    margin-bottom: calc(var(--mb-sp) * 1px);
  }
}
.c-box-accordion:has(button[aria-hidden=true]) .c-box-accordion__content::before {
  display: none;
}
@media all and (max-width: 767px) {
  .c-box-accordion:has(button[aria-hidden=true]) .c-box-accordion__content {
    padding: 21px 15px 21px;
  }
}
.c-box-accordion__content {
  position: relative;
  padding: 36px 40px 32px;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
@media all and (max-width: 767px) {
  .c-box-accordion__content {
    padding: 21px 15px 32px;
  }
}
.c-box-accordion__content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 32px;
  background-color: #fcfaf5;
}
.c-box-accordion__button {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px 16px;
  border: none;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .c-box-accordion__button {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-box-accordion__button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 767px) {
  .c-box-accordion__button {
    padding: 16px 15px 17px;
  }
}
.c-box-accordion__button[aria-hidden=true] {
  display: none;
}
.c-box-accordion__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  display: block;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #898989;
}
@media all and (max-width: 767px) {
  .c-box-accordion__button::before {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.c-box-accordion__button > span {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .c-box-accordion__button > span {
    font-size: 1.3rem;
    margin-right: 14px;
  }
}
.c-box-accordion__button > span::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  margin-left: 8px;
  background: url("/jp/memory/assets/img/com/ico_arrow_02.svg") no-repeat;
}
@media all and (max-width: 767px) {
  .c-box-accordion__button > span::after {
    margin-left: 6px;
  }
}
.c-box-accordion__button.is-open > span::after {
  transform: rotate(180deg);
}

/* c-box-wysiwyg
---------------------------------------------------------- */
.c-box-wysiwyg {
  color: #000;
}
.c-box-wysiwyg h2 {
  margin-top: 54px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #e96600;
}
@media all and (max-width: 767px) {
  .c-box-wysiwyg h2 {
    font-size: 1.9rem;
  }
}
.c-box-wysiwyg h2 + * {
  margin-top: 20px;
}
.c-box-wysiwyg h2 + img {
  margin-top: 14px;
}
.c-box-wysiwyg h2 + h3 {
  margin-top: 31px;
}
.c-box-wysiwyg h3 {
  margin-top: 57px;
  position: relative;
  padding-left: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 11px;
}
@media all and (max-width: 767px) {
  .c-box-wysiwyg h3 {
    font-size: 1.8rem;
  }
}
.c-box-wysiwyg h3::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 4px;
  width: 2px;
  height: auto;
  background-color: #e96600;
}
.c-box-wysiwyg h4 {
  margin-top: 58px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
.c-box-wysiwyg h4 + * {
  margin-top: 10px;
}
.c-box-wysiwyg p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
}
@media all and (max-width: 767px) {
  .c-box-wysiwyg p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.c-box-wysiwyg a {
  margin-top: 50px;
  display: inline-block;
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .c-box-wysiwyg a:hover {
    text-decoration: none;
  }
}
.c-box-wysiwyg ul {
  margin-left: 32px;
  counter-reset: item;
}
.c-box-wysiwyg ul > li {
  counter-increment: item;
  display: flex;
}
@media all and (max-width: 767px) {
  .c-box-wysiwyg ul > li {
    font-size: 1.4rem;
  }
}
.c-box-wysiwyg ul > li::before {
  content: "";
  flex: 0 0 auto;
  position: relative;
  top: 6px;
  width: 14px;
  height: 14px;
  background-color: #f08300;
  border-radius: 50%;
  margin-right: 12px;
}
@media all and (max-width: 767px) {
  .c-box-wysiwyg ul > li::before {
    top: 5px;
  }
}
.c-box-wysiwyg ol {
  margin: 38px 0 0 32px;
  counter-reset: item;
}
.c-box-wysiwyg ol > li {
  counter-increment: item;
  display: flex;
  align-items: baseline;
}
@media all and (max-width: 767px) {
  .c-box-wysiwyg ol > li {
    font-size: 1.4rem;
  }
}
.c-box-wysiwyg ol > li::before {
  content: counter(item) ".";
  width: 37px;
  flex: 0 0 auto;
  color: #f08300;
}
@media all and (max-width: 767px) {
  .c-box-wysiwyg ol > li::before {
    width: 32px;
  }
}
.c-box-wysiwyg hr {
  border: none;
  margin: 38px 0 42px;
}
@media all and (max-width: 767px) {
  .c-box-wysiwyg hr {
    margin: 21px 0 23px;
  }
}
.c-box-wysiwyg hr::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #666666;
}
.c-box-wysiwyg img {
  display: inline-block;
}
.c-box-wysiwyg div {
  margin-top: 22px;
}
.c-box-wysiwyg div figure {
  float: left;
  width: 540px;
  margin-right: 40px;
  line-height: 1.5714285714;
}
@media all and (max-width: 767px) {
  .c-box-wysiwyg div figure {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.c-box-wysiwyg div figure figcaption {
  font-size: 1.4rem;
}
.c-box-wysiwyg div figure img {
  width: 100%;
}
.c-box-wysiwyg div figure.alignright {
  float: right;
  margin-right: 0;
  margin-left: 40px;
}
.c-box-wysiwyg small {
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .c-box-wysiwyg small {
    font-size: 1.2rem;
  }
}
.c-box-wysiwyg blockquote {
  margin-top: 34px;
  position: relative;
  padding: 20px 60px 25px;
  background: rgba(240, 131, 0, 0.1);
}
.c-box-wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 20px;
  left: 28px;
  font-size: 2rem;
  font-weight: 700;
  color: #f08300;
}
.c-box-wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  right: 39px;
  bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
  color: #f08300;
}

.c-search-box__text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  margin-top: 77px;
}
@media all and (max-width: 767px) {
  .c-search-box__text {
    font-size: 1.6rem;
  }
}
.c-search-box__form {
  padding: 0 90px 26px 30px;
}
@media all and (max-width: 767px) {
  .c-search-box__form {
    padding: 0;
  }
}
.c-search-box__input {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 45px;
}
.c-search-box__input input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 3px 50px 3px 24px;
  line-height: 1.5;
  border: 0;
  border-radius: 32px;
  background-color: #fff;
  font-size: 2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", sans-serif;
  color: #666;
}
@media all and (max-width: 767px) {
  .c-search-box__input input {
    padding: 4px 50px 3px 15px;
    font-size: 1.6rem;
  }
}
.c-search-box__input button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px 0 10px;
  cursor: pointer;
  background-color: unset;
  border-width: 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media all and (max-width: 767px) {
  .c-search-box__input button {
    padding: 0 15px 0 10px;
  }
}
.c-search-box__input button::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url("/jp/memory/assets/img/com/ico_search.svg") 0% 0%/contain no-repeat;
}

.c-box-filter {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.c-box-filter__heading {
  display: flex;
  justify-content: space-between;
  padding: 29px 0 26px;
}
.c-box-filter__heading.is-open .c-box-filter__heading-button::before {
  background: url("/jp/memory/assets/img/com/ico_minus.svg") center no-repeat;
}
.c-box-filter__heading-text {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.38;
}
.c-box-filter__heading-button {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background-color: #5a3a3a;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
  border: none;
}
.c-box-filter__heading-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/jp/memory/assets/img/com/ico_plus.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.c-box-filter__content {
  display: none;
}
.c-box-filter__inner {
  display: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bfbfbf;
}
@media all and (max-width: 767px) {
  .c-box-filter__inner {
    gap: 20px;
    grid-template-columns: 100%;
  }
}
.c-box-filter__item {
  border: 1px solid #666;
  border-radius: 20px;
  padding: 34px 30px 40px;
}
@media all and (max-width: 767px) {
  .c-box-filter__item {
    padding: 20px;
  }
}
.c-box-filter__title {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 10px;
}
@media all and (max-width: 767px) {
  .c-box-filter__title {
    font-size: 1.6rem;
    padding: 0;
    font-weight: 400;
  }
}
.c-box-filter__sound {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 10px;
  padding: 0 10px;
}
@media all and (max-width: 767px) {
  .c-box-filter__sound {
    gap: 10px;
    padding: 0;
  }
}
.c-box-filter__sound button {
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  border: 0;
  padding-top: 3px;
}
@media all and (min-width: 768px) {
  .c-box-filter__sound button {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-box-filter__sound button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 767px) {
  .c-box-filter__sound button {
    font-size: 2rem;
    width: 50px;
    height: 50px;
  }
}
.c-box-filter__category {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-top: 8px;
}
@media all and (max-width: 767px) {
  .c-box-filter__category {
    gap: 10px;
  }
}
.c-box-filter__category button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #000;
  background-color: #fff;
  border-radius: 23px;
  line-height: 1.38;
  border: 0;
  padding: 5px 16px;
}
@media all and (min-width: 768px) {
  .c-box-filter__category button {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-box-filter__category button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 767px) {
  .c-box-filter__category button {
    padding: 5px 10px 4px;
    font-size: 1rem;
  }
}
.c-box-filter__keyword {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  padding: 0 10px;
}
@media all and (max-width: 767px) {
  .c-box-filter__keyword {
    padding: 0;
  }
}
.c-box-filter__keyword input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 3px 50px 3px 20px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 24px;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", sans-serif;
  color: #666;
}
@media all and (max-width: 767px) {
  .c-box-filter__keyword input {
    padding: 4px 40px 3px 15px;
    height: 30px;
    font-size: 1.2rem;
  }
}
.c-box-filter__keyword button {
  position: absolute;
  top: 0;
  right: 10px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px 0 10px;
  cursor: pointer;
  background-color: unset;
  border: 1px solid transparent;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media all and (max-width: 767px) {
  .c-box-filter__keyword button {
    right: 0;
    padding: 0 10px 0 10px;
  }
}
.c-box-filter__keyword button::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url("/jp/memory/assets/img/com/ico_search.svg") 0% 0%/contain no-repeat;
}
@media all and (max-width: 767px) {
  .c-box-filter__keyword button::after {
    width: 18px;
    height: 18px;
  }
}

.Main__guide {
  background-color: #fff;
}
.Main__guide .main-breadcrumb {
  padding: 12px 30px 8px;
}
@media all and (max-width: 767px) {
  .Main__guide .main-breadcrumb {
    padding: 6px 15px 5px;
  }
}
.Main__guide .main-breadcrumb > li {
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .Main__guide .main-breadcrumb > li {
    font-size: 1.2rem;
  }
}
.Main__guide .main-breadcrumb > li::before {
  top: 4px;
  left: 0;
  padding: 0 4px;
}
.Main__guide .main-breadcrumb > li::after {
  transform: rotate(45deg);
}
.Main__guide .main-breadcrumb > li:last-child::after, .Main__guide .main-breadcrumb > li:first-child::before {
  display: none;
}
.Main__guide .main-breadcrumb > li:not(:first-child) {
  padding-left: 16px;
}
.Main__guide .main-breadcrumb .main-breadcrumb__type--nolink {
  font-weight: inherit !important;
  color: inherit !important;
}

/* c-button-more
---------------------------------------------------------- */
.c-button-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5a3a3a;
  line-height: 1.2857142857;
  transition: color 0.3s ease-out;
}
@media all and (min-width: 768px) {
  .c-button-more[href]:hover {
    color: #e96600;
  }
  .c-button-more[href]:hover::after {
    background-color: #e96600;
  }
}
.c-button-more::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #5a3a3a;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
}
.c-button-more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 13px;
  height: 13px;
  background: url("/jp/memory/assets/img/com/ico_arrow_01.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

/* c-button-readmore
---------------------------------------------------------- */
.c-button-readmore {
  text-align: center;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .c-button-readmore {
    margin-top: 35px;
  }
}
.c-button-readmore__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5a3a3a;
  line-height: 2;
  transition: color 0.3s ease-out;
  border: none;
  padding: 0;
  margin-right: 8px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .c-button-readmore__button {
    font-size: 1.4rem;
    line-height: 2.1538461538;
  }
}
@media all and (min-width: 768px) {
  .c-button-readmore__button:hover {
    color: #e96600;
  }
  .c-button-readmore__button:hover::before {
    background-color: #e96600;
  }
}
.c-button-readmore__button::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #5a3a3a;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
}
.c-button-readmore__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/jp/memory/assets/img/com/ico_readmore_01.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.c-button-readmore__button.close-button::after {
  background: url("/jp/memory/assets/img/com/ico_minus.svg") no-repeat center;
}

/* c-button-share-01
---------------------------------------------------------- */
.c-button-share-01 {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
@media all and (max-width: 767px) {
  .c-button-share-01 {
    margin-top: 41px;
  }
}
.c-button-share-01 button {
  max-width: 376px;
  flex: 1;
  padding: 17px 20px 15px;
  position: relative;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  border: 0;
  color: #fff;
  background-color: #e96600;
  border-radius: 40px;
  box-shadow: 0px 10px 20px 0px rgba(90, 58, 58, 0.2);
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  cursor: pointer;
}
.c-button-share-01 button::before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url("/jp/memory/assets/img/com/ico_share_white.svg") 0 0/contain no-repeat;
  transition: background 0.3s ease-out;
}
@media all and (min-width: 768px) {
  .c-button-share-01 button:hover {
    color: #e96600;
    background-color: #fff;
  }
  .c-button-share-01 button:hover::before {
    background-image: url("/jp/memory/assets/img/com/ico_share_orange.svg");
  }
}

/* c-button-share-02
---------------------------------------------------------- */
.c-button-share-02 {
  --mt-pc: 15;
  --mt-sp: 10;
  display: flex;
  justify-content: flex-end;
  margin-top: calc(var(--mt-pc) * 1px);
}
@media all and (max-width: 767px) {
  .c-button-share-02 {
    margin-top: calc(var(--mt-sp) * 1px);
  }
}
.c-button-share-02 button {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #e96600;
  border-radius: 12px;
  padding: 7px 28px 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media all and (min-width: 768px) {
  .c-button-share-02 button:hover {
    background-color: #fff;
    color: #e96600;
  }
}

/* c-button-back
---------------------------------------------------------- */
.c-button-back {
  --mt-pc: 65;
  --mt-sp: 41;
  display: flex;
  justify-content: space-between;
  margin-top: calc(var(--mt-pc) * 1px);
}
@media all and (max-width: 767px) {
  .c-button-back {
    margin-top: calc(var(--mt-sp) * 1px);
  }
}
.c-button-back__button {
  padding: 13px 32px 12px;
  border: 0;
  background-color: #5a3a3a;
  border-radius: 45px;
  cursor: pointer;
  transition: background 0.3s ease-out;
  text-align: center;
}
.c-button-back__button > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
}
.c-button-back__button > span::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("/jp/memory/assets/img/com/ico_arrow_03.svg") 0 0/contain no-repeat;
}
@media all and (min-width: 768px) {
  .c-button-back__button:hover {
    background-color: #e96600;
  }
}

.c-button-pagetop {
  position: relative;
  max-width: 1372px;
  padding: 0 50px;
  margin: 0 auto;
}
.c-button-pagetop__wrap {
  text-align: right;
}
.c-button-pagetop button {
  position: fixed;
  border: 0;
  bottom: 20px;
  width: 40px;
  height: 48px;
  background: url("/jp/memory/assets/img/com/ico_scroll_top.svg") 0% 0%/contain no-repeat;
  cursor: pointer;
  z-index: 3;
}
@media all and (min-width: 768px) and (min-width: 768px) {
  .c-button-pagetop button:hover {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-button-pagetop button:hover:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

/* c-button-normal
---------------------------------------------------------- */
.c-button-normal {
  --mt-pc: 80;
  --mt-sp: 40;
  display: flex;
  justify-content: center;
  margin-top: calc(var(--mt-pc) * 1px);
}
@media all and (max-width: 767px) {
  .c-button-normal {
    padding: 0 20px;
    margin-top: calc(var(--mt-sp) * 1px);
  }
}
.c-button-normal__button {
  padding: 10px 42px 10px;
  border: 1px solid #333;
  border-radius: 45px;
  cursor: pointer;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
}
@media all and (min-width: 768px) {
  .c-button-normal__button {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-button-normal__button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.c-pagination {
  margin-top: 24px;
}
.c-pagination__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  line-height: 0;
}
@media all and (max-width: 767px) {
  .c-pagination__container {
    width: 100%;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
  }
}
.c-pagination__number {
  display: none;
}
@media all and (max-width: 767px) {
  .c-pagination__number {
    display: block;
    position: absolute;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.c-pagination__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #333;
  border: 1px solid #898989;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.8rem;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 767px) {
  .c-pagination__link {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
.c-pagination__link:hover {
  border: 1px solid #e96600;
  background-color: #e96600;
  color: #fff;
}
.c-pagination__link:hover.next, .c-pagination__link:hover.previous {
  opacity: 0.7;
}
.c-pagination__link.is-active {
  background-color: #e96600;
  color: #fff;
  border: 1px solid #e96600;
}
.c-pagination__link.next, .c-pagination__link.previous {
  background-image: url("/jp/memory/assets/img/com/ico_arrow_next_01.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-color: #e96600;
  border: 1px solid #e96600;
}
@media all and (max-width: 767px) {
  .c-pagination__link.next, .c-pagination__link.previous {
    display: block;
    margin: 0;
    background-size: 8px 12px;
  }
}
.c-pagination__link.previous {
  margin-left: 0;
  margin-right: 8px;
  transform: rotate(180deg);
}
@media all and (max-width: 767px) {
  .c-pagination__link.previous {
    margin: 0;
  }
}

/* c-card-01
---------------------------------------------------------- */
.c-card-01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(36px, 1.875vw);
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .c-card-01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media all and (max-width: 767px) {
  .c-card-01 {
    grid-template-columns: 100%;
    margin-top: 10px;
  }
}
.c-card-01__item {
  position: relative;
  border-top-right-radius: 24px;
  background-color: #fff;
  padding: 0 28px 29px 24px;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 10px 20px 0px rgba(90, 58, 58, 0.2);
}
@media all and (max-width: 767px) {
  .c-card-01__item {
    padding: 0 20px 20px 16px;
    min-height: 440px;
  }
}
@media all and (min-width: 768px) {
  .c-card-01__item:hover .c-card-01__more .c-button-more {
    color: #e96600;
  }
  .c-card-01__item:hover .c-card-01__more .c-button-more::after {
    background-color: #e96600;
  }
}
.c-card-01__item--video {
  border-left: 4px solid #e86044;
}
.c-card-01__item--video .c-card-01__category {
  color: #e86044;
}
.c-card-01__item--video .c-card-01__category::before {
  background: url("/jp/memory/assets/img/com/ico_category_video_01.png") 0% 0%/contain no-repeat;
}
.c-card-01__item--images {
  border-left: 4px solid #3cacd5;
}
.c-card-01__item--images .c-card-01__category {
  color: #3cacd5;
}
.c-card-01__item--images .c-card-01__category::before {
  background: url("/jp/memory/assets/img/com/ico_category_image_01.png") 0% 0%/contain no-repeat;
}
.c-card-01__item--reading {
  border-left: 4px solid #6fbc7e;
}
.c-card-01__item--reading .c-card-01__category {
  color: #6fbc7e;
}
.c-card-01__item--reading .c-card-01__category::before {
  background: url("/jp/memory/assets/img/com/ico_category_reading_01.png") 0% 0%/contain no-repeat;
}
.c-card-01__item--sounds {
  border-left: 4px solid #996eb5;
}
.c-card-01__item--sounds .c-card-01__category {
  color: #996eb5;
}
.c-card-01__item--sounds .c-card-01__category::before {
  background: url("/jp/memory/assets/img/com/ico_category_sounds_01.png") 0% 0%/contain no-repeat;
}
.c-card-01__item--creator {
  border-left: 4px solid #ebd03e;
}
.c-card-01__item--creator .c-card-01__category {
  color: #ebd03e;
}
.c-card-01__item--creator .c-card-01__category::before {
  background: url("/jp/memory/assets/img/com/ico_category_creator_01.png") 0% 0%/contain no-repeat;
}
.c-card-01__item--brand {
  border-left: 4px solid #f08300;
}
.c-card-01__item--brand .c-card-01__category {
  color: #f08300;
}
.c-card-01__item--brand .c-card-01__category::before {
  background: url("/jp/memory/assets/img/com/ico_category_brand_01.png") 0% 0%/contain no-repeat;
}
.c-card-01__category {
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  gap: 10px;
}
.c-card-01__category::before {
  content: "";
  display: block;
  width: 40px;
  height: 55px;
  flex: 0 1 auto;
}
.c-card-01__category p {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 10px;
  flex: 1;
  padding-bottom: 7px;
  line-height: 1.2;
}
.c-card-01__category span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", sans-serif;
  font-size: 1.2rem;
}
.c-card-01__category-inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  flex: 1;
}
.c-card-01__image {
  margin-top: 9px;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}
.c-card-01__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 300ms ease-out;
}
.c-card-01__title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 17px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .c-card-01__title {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}
.c-card-01__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .c-card-01__text {
    font-size: 1.4rem;
    line-height: 1.57;
    margin-top: 6px;
    letter-spacing: 0.017em;
  }
}
.c-card-01__more {
  transition: color 0.3s ease-out;
  text-align: right;
}
@media all and (max-width: 767px) {
  .c-card-01__more .c-button-more {
    font-size: 1.3rem;
    font-weight: 400;
  }
}

.c-header-local {
  height: 64px;
}
@media all and (max-width: 767px) {
  .c-header-local {
    height: 50px;
  }
}
.c-header-local.is-sticky .c-header-local__inner {
  position: fixed;
  top: 90px;
  z-index: 5;
  width: 100%;
  min-width: 1260px;
}
@media all and (max-width: 767px) {
  .c-header-local.is-sticky .c-header-local__inner {
    top: 0;
    z-index: 1001;
    min-width: 0;
  }
}
.c-header-local__inner {
  position: relative;
  padding: 0 30px;
  background-color: #5a3a3a;
  box-shadow: 0px 3px 6px rgba(49, 64, 72, 0.2);
}
@media all and (max-width: 767px) {
  .c-header-local__inner {
    padding-left: 13px;
    padding-right: 20px;
  }
}
.c-header-local__logo {
  position: relative;
  max-width: 1620px;
  margin: 0 auto;
}
.c-header-local__logo a {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 238px;
}
@media all and (min-width: 768px) {
  .c-header-local__logo a {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-header-local__logo a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 767px) {
  .c-header-local__logo a {
    top: 10px;
    width: 155px;
  }
}
.c-header-local__logo img {
  display: block;
}
.c-header-local__container {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 62px;
  column-gap: 62px;
}
@media all and (max-width: 1920px) {
  .c-header-local__container {
    -moz-column-gap: 3.2291666667vw;
    column-gap: 3.2291666667vw;
  }
}
@media all and (max-width: 767px) {
  .c-header-local__container {
    height: 50px;
  }
}
@media all and (max-width: 767px) {
  .c-header-local__nav {
    display: none;
  }
}
.c-header-local__nav-list {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.c-header-local .c-header-local__nav-link {
  --nav-color: #e86044;
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  height: 64px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.c-header-local .c-header-local__nav-link::before, .c-header-local .c-header-local__nav-link::after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.c-header-local .c-header-local__nav-link::before {
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 9px solid var(--nav-color);
  border-top: 0;
  transform: translateX(-50%);
  content: "";
}
.c-header-local .c-header-local__nav-link::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--nav-color);
  content: "";
}
.c-header-local .c-header-local__nav-link--image {
  --nav-color: #3cacd5;
}
.c-header-local .c-header-local__nav-link--readings {
  --nav-color: #6fbc7e;
}
.c-header-local .c-header-local__nav-link--sounds {
  --nav-color: #996eb5;
}
.c-header-local .c-header-local__nav-link--spotlights {
  --nav-color: #ebd03e;
}
.c-header-local .c-header-local__nav-link--brand {
  --nav-color: #f08300;
}
@media all and (min-width: 768px) {
  .c-header-local .c-header-local__nav-link:hover::before, .c-header-local .c-header-local__nav-link:hover::after, .c-header-local .c-header-local__nav-link.is-current::before, .c-header-local .c-header-local__nav-link.is-current::after {
    opacity: 1;
  }
}
.c-header-local .c-header-local__nav-link > img {
  display: block;
  width: 20px;
}
@media all and (max-width: 1650px) {
  .c-header-local__nav-text > span {
    display: none;
  }
}
.c-header-local__menu-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .c-header-local__menu-button {
    width: 32px;
  }
}
@media all and (min-width: 768px) {
  .c-header-local__menu-button:hover .c-header-local__menu-button-inner span {
    background-color: #e86044;
  }
}
.c-header-local__menu-button-inner {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 18px;
}
.c-header-local__menu-button-inner > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 300ms;
}
.c-header-local__menu-button-inner > span:nth-child(1) {
  top: 0;
}
.c-header-local__menu-button-inner > span:nth-child(2), .c-header-local__menu-button-inner > span:nth-child(3) {
  top: 8px;
}
.c-header-local__menu-button-inner > span:nth-child(4) {
  top: 16px;
}
.c-header-local__menu-button.is-open .c-header-local__menu-button-inner > span:nth-child(1) {
  width: 0;
  left: 50%;
}
.c-header-local__menu-button.is-open .c-header-local__menu-button-inner > span:nth-child(2) {
  transform: rotate(30deg);
}
.c-header-local__menu-button.is-open .c-header-local__menu-button-inner > span:nth-child(3) {
  transform: rotate(-30deg);
}
.c-header-local__menu-button.is-open .c-header-local__menu-button-inner > span:nth-child(4) {
  left: 50%;
  width: 0;
}

/* c-heading-01
---------------------------------------------------------- */
.c-heading-01 {
  --mt-pc: 0;
  --mt-sp: 0;
  --mb-pc: 26;
  --mb-sp: 20;
  font-size: 3.6rem;
  font-weight: 700;
  color: #222;
  line-height: 1.5555555556;
  margin-top: calc(var(--mt-pc) * 1px);
  margin-bottom: calc(var(--mb-pc) * 1px);
}
@media all and (max-width: 767px) {
  .c-heading-01 {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: calc(var(--mt-sp) * 1px);
    margin-bottom: calc(var(--mb-sp) * 1px);
  }
}
.c-heading-01--medium {
  font-size: 3rem;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .c-heading-01--medium {
    font-size: 2.4rem;
  }
}
.c-heading-01--small {
  font-size: 2.6rem;
  line-height: 1.3846153846;
}
@media all and (max-width: 767px) {
  .c-heading-01--small {
    font-size: 1.9rem;
    line-height: 1.1052631579;
  }
}

.c-heading-search-result {
  --mt-pc: 0;
  --mt-sp: 0;
  --mb-pc: 26;
  --mb-sp: 20;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
  margin-top: calc(var(--mt-pc) * 1px);
  margin-bottom: calc(var(--mb-pc) * 1px);
}
@media all and (max-width: 767px) {
  .c-heading-search-result {
    font-size: 2.4rem;
  }
}
.c-heading-search-result__number {
  margin-left: 10px;
}

.header-search__input {
  background-color: #fff;
}

.c-heading-cms {
  font-size: 2.2rem;
  font-weight: 700;
}

/* c-mainimg
---------------------------------------------------------- */
.c-mainimg {
  position: relative;
}
.c-mainimg--image .c-mainimg__inner {
  display: flex;
  text-align: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media all and (max-width: 767px) {
  .c-mainimg--image .c-mainimg__inner {
    flex-direction: column;
  }
}
.c-mainimg--image .c-mainimg__figure {
  width: 760px;
  flex: 0 0 auto;
}
@media all and (max-width: 767px) {
  .c-mainimg--image .c-mainimg__figure {
    width: 100%;
  }
}
.c-mainimg--image .c-mainimg__figure img {
  width: 100%;
}
.c-mainimg--image .c-mainimg__detail {
  padding-top: 25px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .c-mainimg--image .c-mainimg__detail {
    padding-top: 0;
  }
}
.c-mainimg--image .c-heading-01 {
  text-align: left;
}
.c-mainimg--image-height .c-mainimg__inner {
  display: flex;
  text-align: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media all and (max-width: 767px) {
  .c-mainimg--image-height .c-mainimg__inner {
    flex-direction: column;
  }
}
.c-mainimg--image-height .c-mainimg__figure {
  background-color: #fff;
  width: 760px;
  flex: 0 0 auto;
}
@media all and (max-width: 767px) {
  .c-mainimg--image-height .c-mainimg__figure {
    width: 100%;
  }
}
.c-mainimg--image-height .c-mainimg__figure img {
  height: 428px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (max-width: 767px) {
  .c-mainimg--image-height .c-mainimg__figure img {
    height: 200px;
  }
}
.c-mainimg--image-height .c-mainimg__detail {
  padding-top: 28px;
  text-align: left;
}
.c-mainimg--media .c-mainimg__inner {
  display: flex;
  text-align: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media all and (max-width: 767px) {
  .c-mainimg--media .c-mainimg__inner {
    flex-direction: column;
  }
}
.c-mainimg--media .c-mainimg__media {
  line-height: 0;
  width: 760px;
  flex: 0 0 auto;
}
@media all and (max-width: 767px) {
  .c-mainimg--media .c-mainimg__media {
    width: 100%;
  }
}
.c-mainimg--media .c-mainimg__media iframe,
.c-mainimg--media .c-mainimg__media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-mainimg--media .c-mainimg__frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  float: none;
  clear: both;
}
.c-mainimg--media .c-mainimg__detail {
  padding-top: 25px;
  text-align: left;
  flex: 1;
}
@media all and (max-width: 767px) {
  .c-mainimg--media .c-mainimg__detail {
    padding: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .c-mainimg--media .c-button-share-02 {
    padding-right: 20px;
  }
}
.c-mainimg--sounds .c-mainimg__inner {
  display: flex;
  text-align: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media all and (max-width: 767px) {
  .c-mainimg--sounds .c-mainimg__inner {
    flex-direction: column;
  }
}
.c-mainimg--sounds .c-mainimg__sounds {
  line-height: 0;
  width: 760px;
  flex: 0 0 auto;
}
@media all and (max-width: 767px) {
  .c-mainimg--sounds .c-mainimg__sounds {
    width: 100%;
  }
}
.c-mainimg--sounds .c-mainimg__sounds iframe,
.c-mainimg--sounds .c-mainimg__sounds video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffe3;
}
.c-mainimg--sounds .c-mainimg__frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  float: none;
  clear: both;
}
.c-mainimg--sounds .c-mainimg__detail {
  padding-top: 25px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .c-mainimg--sounds .c-mainimg__detail {
    padding: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .c-mainimg--sounds .c-button-share-02 {
    padding-right: 20px;
  }
}
.c-mainimg--modal .c-mainimg__inner {
  display: flex;
  text-align: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media all and (max-width: 767px) {
  .c-mainimg--modal .c-mainimg__inner {
    flex-direction: column;
  }
}
.c-mainimg--modal .c-mainimg__modal {
  line-height: 0;
  width: 760px;
  flex: 0 0 auto;
}
@media all and (max-width: 767px) {
  .c-mainimg--modal .c-mainimg__modal {
    width: 100%;
  }
}
.c-mainimg--modal .c-mainimg__figure {
  position: relative;
  cursor: pointer;
}
.c-mainimg--modal .c-mainimg__figure::before {
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #e96600;
  z-index: 2;
}
.c-mainimg--modal .c-mainimg__figure::after {
  position: absolute;
  width: 21px;
  height: 21px;
  content: "";
  right: 9px;
  bottom: 9px;
  background: url("/jp/memory/assets/img/com/ico_zoom.svg") 0% 0%/contain no-repeat;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .c-mainimg--modal .c-mainimg__figure:hover::before {
    background-color: #fff;
    z-index: 2;
    pointer-events: none;
  }
  .c-mainimg--modal .c-mainimg__figure:hover::after {
    background-image: url("/jp/memory/assets/img/com/ico_zoom.svg");
    z-index: 2;
    pointer-events: none;
  }
}
.c-mainimg--modal .c-mainimg__detail {
  padding-top: 25px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .c-mainimg--modal .c-mainimg__detail {
    padding: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .c-mainimg--modal .c-button-share-02 {
    padding-right: 20px;
  }
}

/* c-list-card-01
---------------------------------------------------------- */
.c-list-card-01__item:first-child .c-list-card-01__card {
  padding-top: 0;
}
.c-list-card-01__item:not(:first-child) {
  border-top: 1px solid #bfbfbf;
}
.c-list-card-01__card {
  display: flex;
  gap: 0 40px;
  padding: 20px 0;
}
@media all and (min-width: 768px) {
  .c-list-card-01__card[href]:hover .c-list-card-01__image {
    transition: opacity 0.3s ease-out;
    opacity: 0.7;
    text-decoration: none;
  }
  .c-list-card-01__card[href]:hover .c-list-card-01__title {
    text-decoration: underline;
  }
  .c-list-card-01__card[href]:hover .c-button-more {
    color: #e96600;
  }
  .c-list-card-01__card[href]:hover .c-button-more::after {
    background-color: #e96600;
  }
}
@media all and (max-width: 767px) {
  .c-list-card-01__card {
    flex-direction: column;
    gap: 17px 0;
    padding: 15px 0;
  }
}
.c-list-card-01__image {
  width: 43.5483870968vw;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1240px) {
  .c-list-card-01__image {
    width: 540px;
  }
}
@media all and (max-width: 767px) {
  .c-list-card-01__image {
    width: 100%;
  }
}
.c-list-card-01__image img {
  display: block;
  width: 100%;
  height: 24.5161290323vw;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 1240px) {
  .c-list-card-01__image img {
    height: 304px;
  }
}
@media all and (max-width: 767px) {
  .c-list-card-01__image img {
    height: auto;
  }
}
.c-list-card-01__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3846153846;
  margin-bottom: 15px;
  margin-top: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
@media all and (max-width: 767px) {
  .c-list-card-01__title {
    font-size: 1.8rem;
    line-height: 1.3888888889;
    margin-bottom: 5px;
    margin-top: 0;
  }
}
.c-list-card-01__text {
  font-size: 1.6rem;
  line-height: 1.625;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  -webkit-line-clamp: 6;
}
@media all and (max-width: 767px) {
  .c-list-card-01__text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
}
.c-list-card-01__button {
  text-align: right;
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .c-list-card-01__button {
    margin-top: 36px;
    margin-bottom: 5px;
  }
}

/* c-list-02
---------------------------------------------------------- */
.c-list-02 + .c-list-02 {
  padding-top: 37px;
}
@media all and (max-width: 767px) {
  .c-list-02 + .c-list-02 {
    padding-top: 43px;
  }
}
.c-list-02__maintitle {
  font-size: 2.6rem;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .c-list-02__maintitle {
    font-size: 1.9rem;
  }
}
.c-list-02__inner {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .c-list-02__inner {
    margin-top: 15px;
    gap: 15px;
  }
}
.c-list-02__item {
  display: grid;
  grid-template-columns: 256px 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  border-bottom: 1px solid #989898;
  padding-bottom: 19px;
}
@media all and (max-width: 767px) {
  .c-list-02__item {
    grid-template-columns: 160px 1fr;
    -moz-column-gap: 18px;
    column-gap: 18px;
    padding-bottom: 15px;
  }
}
.c-list-02__item--inline {
  grid-template-columns: 100%;
}
@media all and (max-width: 767px) {
  .c-list-02__item--inline .c-list-02__detail {
    grid-column: 1/2;
  }
}
.c-list-02__item--small {
  /*grid-template-columns: 144px 1fr;*/
}
@media all and (max-width: 767px) {
  .c-list-02__item--small {
    grid-template-columns: 100px 1fr;
  }
}
.c-list-02__item--small .c-list-02__image figure {
  /*padding-top: 100%;*/
}
.c-list-02__image {
  grid-row: 1/4;
  grid-column: 1;
}
@media all and (min-width: 768px) {
  .c-list-02__image {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-list-02__image:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 767px) {
  .c-list-02__image {
    grid-row: 1/2;
  }
}
.c-list-02__image figure {
  line-height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}
@media all and (max-width: 767px) {
  .c-list-02__image figure {
    padding-top: 56.25%;
  }
}
.c-list-02__image figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-list-02__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  .c-list-02__heading {
    margin-top: 6px;
  }
}
@media all and (max-width: 767px) {
  .c-list-02__detail {
    grid-row: 2;
    grid-column: 1/3;
  }
}
.c-list-02__flag {
  display: flex;
}
.c-list-02__flag p {
  font-size: 1.2rem;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 3px 10px 1px;
}
.c-list-02__flag--new p {
  background-color: #ff5252;
}
.c-list-02__flag--recommend p {
  background-color: #49a80f;
}
.c-list-02__title {
  grid-row: 1;
  grid-column: 2;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3846153846;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .c-list-02__title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.c-list-02__title:not(:first-child) {
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .c-list-02__title:not(:first-child) {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-list-02__title:hover {
    text-decoration: underline;
  }
}
.c-list-02__text {
  margin-top: 7px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.38;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .c-list-02__text {
    margin-top: 11px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.c-list-02__links {
  margin-top: 12px;
}
.c-list-02__button {
  display: flex;
  justify-content: center;
}
.c-list-02__button button {
  margin-top: 40px;
  position: relative;
  border: 0;
  color: #5a3a3a;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding-right: 15px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .c-list-02__button button {
    font-size: 1.3rem;
    padding-right: 20px;
  }
}
.c-list-02__button button::before {
  content: "";
  display: block;
  background: url("/jp/memory/assets/img/com/ico_more.svg") 0% 0%/contain no-repeat;
  width: 40px;
  height: 40px;
}
@media all and (min-width: 768px) {
  .c-list-02__button button:hover {
    color: #e96600;
  }
  .c-list-02__button button:hover::before {
    background-image: url("/jp/memory/assets/img/com/ico_more_orange.svg");
  }
}
@media all and (min-width: 768px) {
  .c-list-02--column .c-list-02__inner {
    flex-direction: row;
    gap: 2.9032258065vw;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1240px) {
  .c-list-02--column .c-list-02__inner {
    gap: 36px;
  }
}
@media all and (min-width: 768px) {
  .c-list-02--column .c-list-02__item {
    grid-template-columns: 1fr;
    width: calc(25% - 27px);
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .c-list-02--column .c-list-02__title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 17px;
  }
}
.c-list-02--column .c-list-02__text {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .c-list-02--column .c-list-02__text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.c-list-02--column .c-list-tag {
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  .c-list-02--border {
    border-bottom: 1px solid #666666;
    padding-bottom: 37px;
  }
}

/* c-list-03
---------------------------------------------------------- */
.c-list-03 {
  border-top: 1px solid #989898;
}
.c-list-03__item {
  display: grid;
  grid-template-columns: 1fr 256px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  border-bottom: 1px solid #989898;
  padding-bottom: 19px;
  padding-right: 10px;
  padding-top: 19px;
}
@media all and (max-width: 767px) {
  .c-list-03__item {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.c-list-03__detail {
  margin-top: -5px;
}
@media all and (max-width: 767px) {
  .c-list-03__detail {
    order: 2;
  }
}
@media all and (min-width: 768px) {
  .c-list-03__image {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-list-03__image:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 767px) {
  .c-list-03__image {
    width: 165px;
    margin: 0 auto;
    order: 1;
  }
}
.c-list-03__title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  .c-list-03__title {
    font-size: 1.6rem;
    padding-left: 14px;
  }
}
@media all and (min-width: 768px) {
  .c-list-03__title:hover {
    text-decoration: underline;
  }
}
.c-list-03__title::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 14px;
  background: url("/jp/memory/assets/img/com/ico_arrow_05.svg") 0 0 no-repeat;
}
@media all and (max-width: 767px) {
  .c-list-03__title::before {
    top: 0;
  }
}
.c-list-03__text {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.375;
}
@media all and (max-width: 767px) {
  .c-list-03__text {
    font-size: 1.3rem;
  }
}
.c-list-03__link {
  margin-top: 7px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .c-list-03__link {
    font-size: 1.1rem;
  }
}
@media all and (min-width: 768px) {
  .c-list-03__link:hover {
    text-decoration: underline;
  }
}

/* c-list-tag
---------------------------------------------------------- */
.c-list-tag {
  --mt-pc: 12;
  --mt-sp: 10;
  margin-top: calc(var(--mt-pc) * 1px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
@media all and (max-width: 767px) {
  .c-list-tag {
    margin-top: calc(var(--mt-sp) * 1px);
  }
}
.c-list-tag a {
  color: #666666;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .c-list-tag a {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 768px) {
  .c-list-tag a:hover {
    text-decoration: none;
  }
}

/* c-list-04
---------------------------------------------------------- */
.c-list-04 + .c-list-04 {
  padding-top: 32px;
}
@media all and (max-width: 767px) {
  .c-list-04 + .c-list-04 {
    padding-top: 43px;
  }
}
.c-list-04__maintitle {
  font-size: 2.6rem;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .c-list-04__maintitle {
    font-size: 1.9rem;
  }
}
.c-list-04__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-top: 30px;
  padding-bottom: 38px;
  border-bottom: 1px solid #666;
}
@media all and (max-width: 767px) {
  .c-list-04__inner {
    grid-template-columns: 100%;
  }
}
.c-list-04__item:not(.js-accordion-list) .c-list-04__text:not(.is-open) {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-list-04__image {
  display: block;
  position: relative;
  cursor: pointer;
}
.c-list-04__image.js-modal-image {
  transition: opacity 0.3s ease-out;
}
.c-list-04__image.js-modal-image::before {
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #e96600;
  z-index: 2;
  pointer-events: none;
}
.c-list-04__image.js-modal-image::after {
  position: absolute;
  width: 21px;
  height: 21px;
  content: "";
  right: 9px;
  bottom: 9px;
  background: url("/jp/memory/assets/img/com/ico_zoom.svg") 0% 0%/contain no-repeat;
  z-index: 2;
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .c-list-04__image:hover {
    opacity: 0.7;
  }
  .c-list-04__image:hover::before {
    background-color: #fff;
    z-index: 2;
    pointer-events: none;
  }
  .c-list-04__image:hover::after {
    background-image: url("/jp/memory/assets/img/com/ico_zoom.svg");
    z-index: 3;
    pointer-events: none;
  }
}
.c-list-04__image figure {
  line-height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}
@media all and (max-width: 767px) {
  .c-list-04__image figure {
    padding-top: 56.25%;
  }
}
.c-list-04__image figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-list-04__image figure.c-list-04__square {
  padding-top: 100%;
  background-color: #fff;
}
.c-list-04__image figure.c-list-04__square img {
  -o-object-fit: contain;
  object-fit: contain;
}
.c-list-04__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 17px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .c-list-04 a.c-list-04__title:hover {
    text-decoration: underline;
  }
}
.c-list-04__subtitle {
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  line-height: 1.71;
  margin-top: 9px;
}
.c-list-04__text {
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  color: #000;
}
.c-list-04__text p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  margin-top: 2px;
}
.c-list-04__desc {
  position: relative;
  overflow: hidden;
  color: #000;
}
.c-list-04__desc:not(.is-open) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.c-list-04__desc p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  margin-top: 2px;
}
.c-list-04__button {
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 8px;
  border: none;
  cursor: pointer;
  background-color: #fff;
  margin-top: 15px;
  border-radius: 4px;
  display: none;
}
@media all and (min-width: 768px) {
  .c-list-04__button {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-list-04__button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.c-list-04__button.is-active {
  display: block;
}
.c-list-04__button > span {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .c-list-04__button > span {
    font-size: 1.3rem;
    margin-right: 14px;
  }
}
.c-list-04__button > span::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  margin-left: 8px;
  margin-bottom: 2px;
  background: url("/jp/memory/assets/img/com/ico_arrow_02.svg") no-repeat;
}
@media all and (max-width: 767px) {
  .c-list-04__button > span::after {
    margin-left: 6px;
  }
}
.c-list-04__button.is-open > span::after {
  transform: rotate(180deg);
}

.c-list-creator {
  margin-top: 28px;
}
.c-list-creator__title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Hiragino Sans Pr6N", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", sans-serif;
}
.c-list-creator__list {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 49px min(36px, 1.875vw);
  padding-bottom: 86px;
  border-bottom: 1px solid #bfbfbf;
}
@media all and (max-width: 767px) {
  .c-list-creator__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-bottom: 40px;
  }
}
.c-list-creator__item {
  display: block;
}
.c-list-creator__item figure {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  transition: opacity 0.3s ease-out;
}
.c-list-creator__item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media all and (min-width: 768px) {
  .c-list-creator__item:hover figure {
    opacity: 0.7;
  }
}
@media all and (min-width: 768px) {
  .c-list-creator__item:hover .c-list-creator__name {
    text-decoration: underline;
  }
}
.c-list-creator__name {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.c-box-wysiwyg .c-list-note {
  margin-left: 0;
}
.c-box-wysiwyg .c-list-note__item {
  position: relative;
  padding-left: 30px;
  display: block;
}
.c-box-wysiwyg .c-list-note__item::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
}
@media all and (max-width: 767px) {
  .c-box-wysiwyg .c-list-note__item::before {
    top: -2px;
  }
}

/* c-loading
---------------------------------------------------------- */
.c-loading {
  background: #f2efe8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: transform 1s 1.5s;
  --delay: 0;
}
.c-loading.is-hide {
  transform: translateY(-100%);
}
.c-loading figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  opacity: 0;
  animation: 3s ease-out 6s running heading forwards;
}
@media all and (max-width: 767px) {
  .c-loading figure img {
    width: 335px;
  }
}
@keyframes heading {
  to {
    opacity: 1;
  }
}
.c-loading__inner {
  position: absolute;
  top: calc(50% - 695px);
  left: 50%;
  transform: translate(-50%, 0) scale(1);
}
@media all and (max-width: 767px) {
  .c-loading__inner {
    top: calc(50% - 680px);
  }
}
.c-loading__drop {
  position: relative;
  margin: 0 auto;
  top: 0;
  width: 30px;
  height: 30px;
  background: #f08300;
  border-radius: 0% 100% 50% 50%/0% 50% 50% 100%;
  transform: rotate(45deg) skew(10deg, 10deg);
  animation: 3s cubic-bezier(0.97, 0.03, 0.86, 0.12) 0s running fall;
  animation-iteration-count: 1;
}
@media all and (max-width: 767px) {
  .c-loading__drop {
    width: 15px;
    height: 15px;
  }
}
@keyframes fall {
  to {
    opacity: 1;
    top: 700px;
  }
}
.c-loading__ripple {
  position: relative;
  margin: 0 auto;
  top: calc(var(--delay) * -450px + 450px);
  width: 900px;
  height: 450px;
  border-radius: 900px/450px;
  border: 30px solid #f08300;
}
@media all and (min-width: 768px) {
  .c-loading__ripple {
    animation: 3s ease-out 3s running spread;
    transform: scale(0.01, 0.01);
    opacity: 0;
    animation-iteration-count: 1;
    animation-delay: calc(var(--delay) * 0.4s + 3s);
  }
}
@media all and (max-width: 767px) {
  .c-loading__ripple {
    animation: 3s ease-out 3s running spreadSP;
    transform: scale(0.01, 0.01);
    opacity: 0;
    animation-iteration-count: 1;
    animation-delay: calc(var(--delay) * 0.4s + 3s);
  }
}
@media all and (max-width: 767px) {
  .c-loading__ripple:nth-child(n+6) {
    display: none;
  }
}
@keyframes spread {
  0% {
    opacity: 1;
    border-color: #f08300;
  }
  15% {
    border-color: #e86044;
  }
  30% {
    border-color: #ebd03e;
  }
  45% {
    border-color: #6fbc7e;
  }
  60% {
    border-color: #3cacd5;
  }
  75% {
    border-color: #996eb5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes spreadSP {
  0% {
    opacity: 1;
    border-color: #f08300;
  }
  15% {
    border-color: #e86044;
  }
  30% {
    border-color: #ebd03e;
  }
  45% {
    border-color: #6fbc7e;
  }
  60% {
    border-color: #3cacd5;
  }
  75% {
    border-color: #996eb5;
  }
  100% {
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
}

/* c-box-01
---------------------------------------------------------- */
.c-modal-01 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  display: none;
}
.c-modal-01.active {
  display: flex;
}
.c-modal-01__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-modal-01__close {
  flex: 0 0 auto;
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border: 0;
  background-color: #e96600;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
  z-index: 6;
}
.c-modal-01__close::before {
  transition: background-color 0.3s ease-out;
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
.c-modal-01__close::after {
  transition: background-color 0.3s ease-out;
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%) rotate(135deg);
  top: 50%;
  left: 50%;
}
@media all and (min-width: 768px) {
  .c-modal-01__close:hover {
    background-color: #fff;
  }
  .c-modal-01__close:hover::before, .c-modal-01__close:hover::after {
    background-color: #e96600;
  }
}
.c-modal-01__wrap {
  max-width: 570px;
  padding: 0 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
  z-index: 6;
}
.c-modal-01__inner {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 10px 20px 0px rgba(90, 58, 58, 0.2);
}
.c-modal-01__heading {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  padding: 4px 0 23px;
}
.c-modal-01__list {
  padding: 70px 20px 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media all and (max-width: 767px) {
  .c-modal-01__list {
    padding: 40px 20px 10px;
  }
}
.c-modal-01__item {
  width: 88px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 1.2rem;
  border: 0;
  padding: 0;
  color: #333;
}
@media all and (min-width: 768px) {
  .c-modal-01__item {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-modal-01__item:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.c-modal-01__item::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
}
.c-modal-01__item--facebook::before {
  background: url("/jp/memory/assets/img/com/ico_facebook.svg") 0% 0%/contain no-repeat;
}
.c-modal-01__item--x::before {
  background: url("/jp/memory/assets/img/com/ico_x.svg") 0% 0%/contain no-repeat;
}
.c-modal-01__item--line::before {
  background: url("/jp/memory/assets/img/com/ico_line.svg") 0% 0%/contain no-repeat;
}
.c-modal-01__item--url::before {
  background: url("/jp/memory/assets/img/com/ico_url.svg") 0% 0%/contain no-repeat;
}

.c-modal-image {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  display: none;
}
.c-modal-image.active {
  display: flex;
}
.c-modal-image__wrap {
  max-width: 900px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
  z-index: 6;
}
@media all and (min-width: 768px) {
  .c-modal-image__wrap {
    max-width: 100vw;
  }
}
.c-modal-image__img {
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-modal-image__img figure img {
  width: 100%;
  max-height: 65vh;
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (min-width: 768px) {
  .c-modal-image__img figure img {
    max-height: 85vh;
    height: 85vh;
  }
}
.c-modal-image__close {
  flex: 0 0 auto;
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border: 0;
  background-color: #e96600;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
  z-index: 6;
}
.c-modal-image__close::before {
  transition: background-color 0.3s ease-out;
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
.c-modal-image__close::after {
  transition: background-color 0.3s ease-out;
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%) rotate(135deg);
  top: 50%;
  left: 50%;
}
@media all and (min-width: 768px) {
  .c-modal-image__close:hover {
    background-color: #fff;
  }
  .c-modal-image__close:hover::before, .c-modal-image__close:hover::after {
    background-color: #e96600;
  }
}
.c-modal-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* c-mv
---------------------------------------------------------- */
.c-mv {
  overflow: hidden;
}
.c-mv__inner {
  width: 100%;
  padding: 0 15px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media all and (min-width: 768px) {
  .c-mv__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .c-mv__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-mv__icon {
  position: absolute;
  top: -16px;
  left: 20px;
  width: 40px;
  flex: 0 0 auto;
}
@media all and (max-width: 767px) {
  .c-mv__icon {
    top: -18px;
    left: 10px;
  }
}
.c-mv__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.c-mv__category {
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  .c-mv__category {
    line-height: 1;
  }
}
.c-mv__heading {
  display: flex;
  align-items: baseline;
  gap: 0 8px;
  padding-left: 50px;
}
@media all and (max-width: 767px) {
  .c-mv__heading {
    gap: 0 7px;
  }
}
.c-mv__text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.8333333333;
  color: #fff;
}
.c-mv--top {
  background-color: #fff;
  padding: 32px 0 28px;
}
@media all and (max-width: 767px) {
  .c-mv--top {
    padding: 30px 0 26px;
  }
}
@media all and (max-width: 767px) {
  .c-mv--top__inner {
    padding-left: 18px;
    padding-right: 18px;
    gap: 0 12px;
  }
}
.c-mv--top .c-mv__icon {
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .c-mv--top .c-mv__icon {
    left: 18px;
  }
}
.c-mv--top .c-mv__category {
  font-size: 4rem;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .c-mv--top .c-mv__category {
    font-size: 3.6rem;
    line-height: 1;
  }
}
.c-mv--top .c-mv__heading {
  gap: 0 12px;
  padding-left: 58px;
}
@media all and (max-width: 767px) {
  .c-mv--top .c-mv__heading {
    flex-direction: column;
    gap: 6px 0;
    padding-left: 60px;
  }
}
.c-mv--top .c-mv__text {
  font-size: 1.4rem;
  line-height: 3.7857142857;
}
@media all and (max-width: 767px) {
  .c-mv--top .c-mv__text {
    line-height: 1;
  }
}
.c-mv--top.c-mv--video {
  border-bottom: 4px solid #e86044;
}
.c-mv--top.c-mv--video .c-mv__category,
.c-mv--top.c-mv--video .c-mv__text {
  color: #e86044;
}
.c-mv--top.c-mv--images {
  border-bottom: 4px solid #3cacd5;
}
.c-mv--top.c-mv--images .c-mv__category,
.c-mv--top.c-mv--images .c-mv__text {
  color: #3cacd5;
}
.c-mv--top.c-mv--reading {
  border-bottom: 4px solid #6fbc7e;
}
.c-mv--top.c-mv--reading .c-mv__category,
.c-mv--top.c-mv--reading .c-mv__text {
  color: #6fbc7e;
}
.c-mv--top.c-mv--sounds {
  border-bottom: 4px solid #996eb5;
}
.c-mv--top.c-mv--sounds .c-mv__category,
.c-mv--top.c-mv--sounds .c-mv__text {
  color: #996eb5;
}
.c-mv--top.c-mv--creator {
  border-bottom: 4px solid #ebd03e;
}
.c-mv--top.c-mv--creator .c-mv__category,
.c-mv--top.c-mv--creator .c-mv__text {
  color: #ebd03e;
}
.c-mv--top.c-mv--brand {
  border-bottom: 4px solid #f08300;
}
.c-mv--top.c-mv--brand .c-mv__category,
.c-mv--top.c-mv--brand .c-mv__text {
  color: #f08300;
}
.c-mv--sub {
  padding: 5px 0;
}
@media all and (max-width: 767px) {
  .c-mv--sub {
    padding: 9px 0 7px;
  }
}
.c-mv--sub.c-mv--video {
  background-color: #e86044;
}
.c-mv--sub.c-mv--images {
  background-color: #3cacd5;
}
.c-mv--sub.c-mv--reading {
  background-color: #6fbc7e;
}
.c-mv--sub.c-mv--sounds {
  background-color: #996eb5;
}
.c-mv--sub.c-mv--creator {
  background-color: #ebd03e;
}
.c-mv--sub.c-mv--brand {
  background-color: #f08300;
}

/* c-mv-top
---------------------------------------------------------- */
.c-mv-top {
  padding-left: 6.25%;
  display: flex;
  justify-content: center;
  gap: 1.6949152542%;
  padding-top: 52px;
}
@media all and (max-width: 1024px) {
  .c-mv-top {
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .c-mv-top {
    flex-direction: column;
    padding-left: 0;
    padding-top: 20px;
  }
}
.c-mv-top__left {
  flex: 0 1 auto;
  width: min(760px, 42.9378531073%);
}
@media all and (max-width: 767px) {
  .c-mv-top__left {
    width: 100%;
    padding-right: 15px;
  }
}
.c-mv-top__video {
  line-height: 0;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 40px;
  height: 760px;
}
@media all and (max-width: 767px) {
  .c-mv-top__video {
    height: 96.1538461538vw;
  }
}
.c-mv-top__video::after {
  content: "";
  width: 8px;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: #f08329;
}
.c-mv-top__video video {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
.c-mv-top__control {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  margin: 0;
  padding: 0;
  background: url("/jp/memory/assets/img/com/ico_pause.svg") 0 0 no-repeat;
}
@media all and (min-width: 768px) {
  .c-mv-top__control {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-mv-top__control:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.c-mv-top__control.is-play {
  background: url("/jp/memory/assets/img/com/ico_play.svg") 0 0 no-repeat;
}
.c-mv-top__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1350px;
}
@media all and (max-width: 767px) {
  .c-mv-top__right {
    margin-top: 23px;
  }
}
.c-mv-top__right-inner {
  max-width: 865px;
  padding: 0 3.1638418079%;
  text-align: center;
}
.c-mv-top__title {
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .c-mv-top__title {
    max-width: 349px;
    padding: 0 25px;
    margin: 0 0 0 2px;
  }
}
@media all and (min-width: 768px) {
  .c-mv-top__title img {
    margin: 0 auto;
  }
}
.c-mv-top__text {
  margin-top: 25px;
  color: #5a3a3a;
  font-size: 1.8rem;
  line-height: 1.78;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .c-mv-top__text {
    margin-top: 23px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    padding: 0 25px;
    line-height: 1.57;
  }
}
.c-mv-top__slider {
  position: relative;
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 767px) {
  .c-mv-top__slider {
    margin-top: 43px;
  }
}
.c-mv-top__slider-topics {
  display: flex;
  min-height: 57px;
}
.c-mv-top__slider-control {
  background-color: #e96600;
  margin-left: -20px;
  width: 240px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding-left: 28px;
}
@media all and (max-width: 767px) {
  .c-mv-top__slider-control {
    width: 204px;
    border-top-right-radius: 10px;
  }
}
.c-mv-top__slider-prev {
  cursor: pointer;
  border: 0;
  background: url("/jp/memory/assets/img/com/ico_arrow-left_01.svg") 0% 0%/contain no-repeat;
  width: 32px;
  height: 32px;
}
.c-mv-top__slider-next {
  cursor: pointer;
  border: 0;
  background: url("/jp/memory/assets/img/com/ico_arrow-right_01.svg") 0% 0%/contain no-repeat;
  width: 32px;
  height: 32px;
}
.c-mv-top__slider-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
}
.c-mv-top__slider-number-active {
  font-weight: 700;
  margin-right: 3px;
}
.c-mv-top__slider-number-length {
  margin-left: 3px;
}
.c-mv-top__slider-heading {
  max-width: min(320px, 16.6666666667vw);
  flex: 1;
  letter-spacing: 0.03em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #f08300;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .c-mv-top__slider-heading {
    max-width: 176px;
    font-size: 2rem;
    font-weight: 400;
    align-items: center;
    padding-left: 11px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.c-mv-top__slider-inner {
  position: absolute;
  bottom: 0;
  width: 1350px;
}
@media all and (max-width: 767px) {
  .c-mv-top__slider-inner {
    padding-left: 15px;
    position: relative;
    width: 945px;
  }
}
.c-mv-top__slider-wrap {
  background-color: #f08300;
  padding: 52px 50px 20px 40px;
}
@media all and (max-width: 767px) {
  .c-mv-top__slider-wrap {
    padding: 19px 25px 20px 25px;
  }
}
.c-mv-top__slider-item {
  max-width: 400px;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  .c-mv-top__slider-item {
    max-width: 280px;
  }
}
.c-mv-top__slider-item--image .c-mv-top__slider-title::before {
  background-image: url("/jp/memory/assets/img/com/ico_category_image_02.svg");
}
@media all and (min-width: 768px) {
  .c-mv-top__slider-item:hover .c-mv-top__slider-text {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.c-mv-top__slider-title {
  position: relative;
  padding: 9px 10px 5px;
  /*max-width: 260px;*/
  width: 100%;
  display: inline-flex;
  gap: 10px;
  /*flex-wrap: wrap;*/
  align-items: center;
  font-family: "Hiragino Sans Pr6N", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 1.3;
  height: 45px;
}
@media all and (max-width: 767px) {
  .c-mv-top__slider-title {
    padding: 6px 5px 5px;
    max-width: 240px;
    letter-spacing: -0.03em;
  }
}
.c-mv-top__slider-title::before {
  content: "";
  background: url("/jp/memory/assets/img/com/ico_category_video_03.svg") 0% 0%/contain no-repeat;
  width: 20px;
  height: 20px;
}
.c-mv-top__slider-image {
  overflow: hidden;
  position: relative;
  padding-top: 56.5%;
  width: 100%;
}
@media all and (max-width: 767px) {
  .c-mv-top__slider-image {
    padding-top: 56.0714285714%;
  }
}
.c-mv-top__slider-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 300ms ease-out;
}
.c-mv-top__slider-text {
  margin-top: 19px;
  min-height: min(87px, 4.53125vw);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .c-mv-top__slider-text {
    margin-top: 20px;
    letter-spacing: 0.01em;
  }
}

/* c-nav-local
---------------------------------------------------------- */
.c-nav-local {
  position: fixed;
  top: 131px;
  bottom: 0;
  width: 100%;
  background: url("/jp/memory/assets/img/com/bg_content.jpg") repeat top left;
  overflow-y: auto;
  z-index: 996;
}
@media all and (max-width: 767px) {
  .c-nav-local {
    top: 123px;
  }
}
.c-nav-local__bar {
  display: flex;
  align-items: flex-start;
  position: sticky;
  top: 0;
  padding: 0 30px;
  height: 64px;
  background-color: #5a3a3a;
  box-shadow: 0px 3px 6px rgba(49, 64, 72, 0.2);
  z-index: 997;
}
@media all and (max-width: 767px) {
  .c-nav-local__bar {
    display: none;
  }
}
.c-nav-local__bar-logo {
  position: relative;
  max-width: 1620px;
  width: 100%;
  height: 64px;
  margin: 0 auto;
}
.c-nav-local__bar-logo a {
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 238px;
}
.c-nav-local__heading {
  display: block;
  max-width: 367px;
  margin: 0 auto;
  padding: 0 25px;
}
@media all and (min-width: 768px) {
  .c-nav-local__heading {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-nav-local__heading:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 767px) {
  .c-nav-local__heading {
    max-width: 260px;
  }
}
.c-nav-local__inner {
  max-width: 1230px;
  padding: 45px 15px 150px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .c-nav-local__inner {
    padding: 16px 15px 40px;
  }
}
.c-nav-local__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(30px, 1.5625vw);
  margin-top: 31px;
}
@media all and (max-width: 1024px) {
  .c-nav-local__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media all and (max-width: 767px) {
  .c-nav-local__container {
    grid-template-columns: 100%;
    margin-top: 20px;
    gap: 4px;
  }
}
.c-nav-local__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (max-width: 1024px) {
  .c-nav-local__wrap:first-child {
    grid-row: 1/3;
  }
}
@media all and (max-width: 767px) {
  .c-nav-local__wrap {
    gap: 4px;
  }
}
.c-nav-local__item {
  position: relative;
  border-top-right-radius: 24px;
  background-color: #fff;
  padding: 0 20px 19px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 10px 20px 0px rgba(90, 58, 58, 0.2);
}
@media all and (max-width: 767px) {
  .c-nav-local__item {
    padding: 0 17px 7px 9px;
    box-shadow: none;
  }
}
@media all and (min-width: 768px) {
  .c-nav-local__item:hover .c-nav-local__more .c-button-more {
    color: #e96600;
  }
  .c-nav-local__item:hover .c-nav-local__more .c-button-more::after {
    background-color: #e96600;
  }
}
.c-nav-local__item--video {
  border-left: 4px solid #e86044;
}
@media all and (max-width: 767px) {
  .c-nav-local__item--video {
    border-left: 0;
    border-bottom: 2px solid #e86044;
  }
}
.c-nav-local__item--video .c-nav-local__category {
  color: #e86044;
}
.c-nav-local__item--video .c-nav-local__category::before {
  background: url("/jp/memory/assets/img/com/ico_category_video_01.png") 0% 0%/contain no-repeat;
}
.c-nav-local__item--images {
  border-left: 4px solid #3cacd5;
}
@media all and (max-width: 767px) {
  .c-nav-local__item--images {
    border-left: 0;
    border-bottom: 2px solid #3cacd5;
  }
}
.c-nav-local__item--images .c-nav-local__category {
  color: #3cacd5;
}
.c-nav-local__item--images .c-nav-local__category::before {
  background: url("/jp/memory/assets/img/com/ico_category_image_01.png") 0% 0%/contain no-repeat;
}
.c-nav-local__item--reading {
  border-left: 4px solid #6fbc7e;
}
@media all and (max-width: 767px) {
  .c-nav-local__item--reading {
    border-left: 0;
    border-bottom: 2px solid #6fbc7e;
  }
}
.c-nav-local__item--reading .c-nav-local__category {
  color: #6fbc7e;
}
.c-nav-local__item--reading .c-nav-local__category::before {
  background: url("/jp/memory/assets/img/com/ico_category_reading_01.png") 0% 0%/contain no-repeat;
}
.c-nav-local__item--sounds {
  border-left: 4px solid #996eb5;
}
@media all and (max-width: 767px) {
  .c-nav-local__item--sounds {
    border-left: 0;
    border-bottom: 2px solid #996eb5;
  }
}
.c-nav-local__item--sounds .c-nav-local__category {
  color: #996eb5;
}
.c-nav-local__item--sounds .c-nav-local__category::before {
  background: url("/jp/memory/assets/img/com/ico_category_sounds_01.png") 0% 0%/contain no-repeat;
}
.c-nav-local__item--creator {
  border-left: 4px solid #ebd03e;
}
@media all and (max-width: 767px) {
  .c-nav-local__item--creator {
    border-left: 0;
    border-bottom: 2px solid #ebd03e;
  }
}
.c-nav-local__item--creator .c-nav-local__category {
  color: #ebd03e;
}
.c-nav-local__item--creator .c-nav-local__category::before {
  background: url("/jp/memory/assets/img/com/ico_category_creator_01.png") 0% 0%/contain no-repeat;
}
.c-nav-local__item--brand {
  border-left: 4px solid #f08300;
}
@media all and (max-width: 767px) {
  .c-nav-local__item--brand {
    border-left: 0;
    border-bottom: 2px solid #f08300;
  }
}
.c-nav-local__item--brand .c-nav-local__category {
  color: #f08300;
}
.c-nav-local__item--brand .c-nav-local__category::before {
  background: url("/jp/memory/assets/img/com/ico_category_brand_01.png") 0% 0%/contain no-repeat;
}
.c-nav-local__category {
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
  font-size: min(20px, 1.6666666667vw);
  font-weight: 700;
  display: flex;
  gap: 10px;
}
@media all and (min-width: 768px) {
  .c-nav-local__category {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-nav-local__category:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 1024px) {
  .c-nav-local__category {
    font-size: 2rem;
  }
}
.c-nav-local__category::before {
  content: "";
  display: block;
  width: 40px;
  height: 55px;
  flex: 0 1 auto;
}
.c-nav-local__detail {
  position: relative;
}
.c-nav-local__click {
  display: none;
}
@media all and (max-width: 767px) {
  .c-nav-local__click {
    display: block;
    width: 45px;
    height: 62px;
    position: absolute;
    right: -18px;
    top: 0;
  }
}
.c-nav-local__category-inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  flex: 1;
}
.c-nav-local__category-inner p {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 8px;
  flex: 1;
  padding-bottom: 9px;
  line-height: 1.2;
}
.c-nav-local__category-inner span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", sans-serif;
  font-size: 1.2rem;
}
.c-nav-local__category-arrow {
  flex: 0 1 auto;
  position: relative;
  font-size: 1.2rem;
  color: #5a3a3a;
  font-weight: 700;
  padding: 0 0 2px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  width: 60px;
}
@media all and (max-width: 767px) {
  .c-nav-local__category-arrow {
    padding-bottom: 0;
  }
}
.c-nav-local__category-arrow p {
  flex: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", sans-serif;
}
@media all and (max-width: 767px) {
  .c-nav-local__category-arrow p {
    display: none;
  }
}
.c-nav-local__category-arrow::after {
  content: "";
  flex: 0 1 auto;
  display: block;
  margin: 0 4px 3px 0;
  width: 14px;
  height: 14px;
  background: url("/jp/memory/assets/img/com/ico_arrow_04.svg") 0% 0%/contain no-repeat;
}
@media all and (max-width: 767px) {
  .c-nav-local__category-arrow::after {
    position: absolute;
    margin: 0;
    width: 12px;
    height: 2px;
    top: calc(50% + 5px);
    right: 0;
    transform: translateY(-50%);
    background: none;
    background-color: #5a3a3a;
  }
}
@media all and (max-width: 767px) {
  .c-nav-local__category-arrow::before {
    transition: transform 0.3s ease-out;
    position: absolute;
    width: 12px;
    height: 2px;
    content: "";
    top: calc(50% + 5px);
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    background-color: #5a3a3a;
  }
  [aria-expanded=true] .c-nav-local__category-arrow::before {
    transform: translateY(-50%) rotate(0deg);
  }
}
.c-nav-local__list {
  margin-top: 9px;
  display: block;
}
@media all and (max-width: 767px) {
  .c-nav-local__list[aria-hidden=true] {
    display: none;
  }
}
.c-nav-local__post {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 7px 0 8px;
  border-bottom: 1px solid #e0e0e0;
}
@media all and (min-width: 768px) {
  .c-nav-local__post {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-nav-local__post:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 767px) {
  .c-nav-local__post {
    gap: 10px;
    padding: 0;
    border-bottom: 0;
  }
}
.c-nav-local__post:first-child {
  border-top: 1px solid #e0e0e0;
}
@media all and (max-width: 767px) {
  .c-nav-local__post:first-child {
    border-top: 0;
  }
}
@media all and (max-width: 767px) {
  .c-nav-local__post:not(:last-child) {
    padding-bottom: 9px;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media all and (max-width: 767px) {
  .c-nav-local__post:not(:first-child) {
    padding-top: 10px;
  }
}
.c-nav-local__image figure {
  width: 68px;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
@media all and (max-width: 767px) {
  .c-nav-local__image figure {
    width: 80px;
    padding-top: 100%;
  }
}
.c-nav-local__image figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 300ms ease-out;
}
.c-nav-local__title {
  font-size: 1.3rem;
  line-height: 1.54;
  font-weight: 700;
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .c-nav-local__title {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.c-nav-local__share {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
@media all and (max-width: 767px) {
  .c-nav-local__share {
    padding-top: 16px;
    gap: 15px;
  }
}
.c-nav-local__share-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 5px;
}
.c-nav-local__share-item {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  width: 64px;
}
@media all and (min-width: 768px) {
  .c-nav-local__share-item {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-nav-local__share-item:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.c-nav-local__share-item figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-nav-local__share-item figure img {
  width: 32px;
  height: auto;
}
.c-nav-local__share-item p {
  font-size: 1.2rem;
  text-align: center;
}
.c-nav-local__share-bottom {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 7px;
}
@media all and (max-width: 767px) {
  .c-nav-local__share-bottom {
    gap: 8px;
  }
}
.c-nav-local__share-link {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.5;
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 24px;
  padding: 3px 3px 2px;
  mix-blend-mode: multiply;
}
@media all and (min-width: 768px) {
  .c-nav-local__share-link {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-nav-local__share-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.c-nav-local__share-link span {
  color: #222;
  position: relative;
  padding: 0 17px;
}
.c-nav-local__share-link span::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(calc(-50% - 2px));
  right: 0;
  background: url("/jp/memory/assets/img/com/ico_arrow_share.svg") 0% 0%/contain no-repeat;
  mix-blend-mode: multiply;
}
.c-nav-local__close {
  border: 0;
  position: absolute;
  top: 0;
  right: 12px;
  width: 60px;
  height: 64px;
  cursor: pointer;
  z-index: 997;
  transition: background-color 0.3s ease-out;
}
@media all and (max-width: 767px) {
  .c-nav-local__close {
    display: none;
  }
}
.c-nav-local__close::before {
  transition: background-color 0.3s ease-out;
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%) rotate(30deg);
  top: 50%;
  left: 50%;
}
.c-nav-local__close::after {
  transition: background-color 0.3s ease-out;
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%) rotate(150deg);
  top: 50%;
  left: 50%;
}
@media all and (min-width: 768px) {
  .c-nav-local__close:hover {
    background-color: #e96600;
  }
}
.c-nav-local__search {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-nav-local__search input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 3px 50px 3px 18px;
  line-height: 1.5;
  border-radius: 24px;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", sans-serif;
  color: #666;
  border: 1px solid transparent;
}
@media all and (max-width: 767px) {
  .c-nav-local__search input {
    padding: 4px 50px 3px 15px;
  }
}
.c-nav-local__search button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 13px 0 10px;
  cursor: pointer;
  background-color: unset;
  border: 1px solid transparent;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media all and (max-width: 767px) {
  .c-nav-local__search button {
    padding: 0 15px 0 10px;
  }
}
.c-nav-local__search button::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url("/jp/memory/assets/img/com/ico_search.svg") 0% 0%/contain no-repeat;
}

.c-pagetop {
  display: block;
}

/* c-sec-detail-01
---------------------------------------------------------- */
.c-sec-detail-01 {
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
}
@media all and (max-width: 767px) {
  .c-sec-detail-01 {
    padding-bottom: 41px;
  }
}
@media all and (max-width: 767px) {
  .c-sec-detail-01 .c-heading-01 {
    order: 2;
    margin-top: 34px;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 767px) {
  .c-sec-detail-01 .c-mainimg {
    order: 1;
  }
}
.c-sec-detail-01 .c-box-accordion {
  order: 3;
}
@media all and (min-width: 768px) {
  .c-sec-detail-01 .c-box-accordion {
    margin-top: 30px;
  }
}

/* c-sec-detail-02
---------------------------------------------------------- */
.c-sec-detail-02 {
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
}
@media all and (max-width: 767px) {
  .c-sec-detail-02 {
    padding-bottom: 41px;
  }
}
@media all and (max-width: 767px) {
  .c-sec-detail-02 .c-mainimg {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.c-sec-detail-02 .c-heading-01 {
  margin-top: 0;
  margin-bottom: 13px;
}
@media all and (max-width: 767px) {
  .c-sec-detail-02 .c-heading-01 {
    margin-top: 22px;
    margin-bottom: 11px;
  }
}
.c-sec-detail-02 .c-list-tag {
  margin-top: 0;
}
.c-sec-detail-02 .c-box-accordion {
  margin-top: 24px;
}

/* c-sec-detail-03
---------------------------------------------------------- */
.c-sec-detail-03 {
  padding-bottom: 75px;
}
@media all and (max-width: 767px) {
  .c-sec-detail-03 {
    padding-bottom: 41px;
  }
}
.c-sec-detail-03 .c-box-accordion {
  margin-top: 32px;
}

/* c-sec-detail-04
---------------------------------------------------------- */
.c-sec-detail-04 {
  padding-bottom: 44px;
}
@media all and (max-width: 767px) {
  .c-sec-detail-04 {
    padding-bottom: 35px;
  }
}

.c-memory-sns {
  display: flex;
  gap: 0 34px;
  justify-content: center;
  padding: 34px 0 30px;
}
@media all and (max-width: 767px) {
  .c-memory-sns {
    padding: 29px 0 25px;
  }
}
.c-memory-sns a {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media all and (min-width: 768px) {
  .c-memory-sns a:hover .icon path {
    fill: #f08300;
  }
}
@media all and (min-width: 768px) {
  .c-memory-sns a:hover .text {
    color: #f08300;
  }
}
.c-memory-sns .icon {
  display: inline-block;
  width: 40px;
}
.c-memory-sns .icon path {
  fill: #5a3a3a;
  transition: fill 0.3s;
}
.c-memory-sns .text {
  margin: -8px 0 0;
  font-size: 1.2rem;
  color: #5a3a3a;
  transition: all 0.3s;
}

/* c-text-01
---------------------------------------------------------- */
.c-text-sub-01 {
  display: inline-block;
  color: #666666;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .c-text-sub-01 {
    font-size: 1.2rem;
  }
}

.c-text-result-01 {
  margin-bottom: 25px;
  margin-top: 38px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .c-text-result-01 {
    font-size: 1.4rem;
  }
}

/* ==========================================================================//
// Pages
// ========================================================================== */
.p-mv-about {
  position: relative;
}
.p-mv-about__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 4rem;
  width: 100%;
  color: #fff;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .p-mv-about__caption {
    font-size: 1.4rem;
  }
}

.p-content-about {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  row-gap: 116px;
}
.p-content-about__item {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media all and (max-width: 767px) {
  .p-content-about__item {
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-content-about__heading {
  width: 360px;
  flex: 0 0 auto;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media all and (max-width: 767px) {
  .p-content-about__heading {
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
  }
}
.p-content-about__content {
  display: flex;
  flex-direction: column;
  row-gap: 107px;
}
@media all and (max-width: 767px) {
  .p-content-about__content {
    row-gap: 50px;
  }
}
.p-content-about__content-text {
  font-size: 1.8rem;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .p-content-about__content-text {
    font-size: 1.6rem;
  }
}

.p-list-about {
  margin-top: 48px;
  padding-top: 27px;
  border-top: 1px solid #666666;
}
@media all and (max-width: 767px) {
  .p-list-about {
    margin-top: 20px;
  }
}

.p-slider-about {
  margin-top: 82px;
}
@media all and (max-width: 767px) {
  .p-slider-about {
    margin-top: 40px;
  }
}
.p-slider-about__wrap {
  transition-timing-function: linear;
}

/* ==========================================================================//
// Utility
// ========================================================================== */
.u-d-none {
  display: none !important;
}

.u-v-hidden {
  visibility: hidden !important;
}

@media all and (max-width: 767px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-v-sm-hidden {
    visibility: hidden !important;
  }
}
@media all and (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-v-md-hidden {
    visibility: hidden !important;
  }
}
.u-mt-0 {
  margin-top: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-mt-54 {
  margin-top: 54px !important;
}

.u-pt-54 {
  padding-top: 54px !important;
}

.u-mb-54 {
  margin-bottom: 54px !important;
}

.u-pb-54 {
  padding-bottom: 54px !important;
}

.u-ml-54 {
  margin-left: 54px !important;
}

.u-pl-54 {
  padding-left: 54px !important;
}

.u-mr-54 {
  margin-right: 54px !important;
}

.u-pr-54 {
  padding-right: 54px !important;
}

@media all and (max-width: 767px) {
  .u-mt-sm-0 {
    margin-top: 0px !important;
  }
  .u-pt-sm-0 {
    padding-top: 0px !important;
  }
  .u-mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .u-pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .u-ml-sm-0 {
    margin-left: 0px !important;
  }
  .u-pl-sm-0 {
    padding-left: 0px !important;
  }
  .u-mr-sm-0 {
    margin-right: 0px !important;
  }
  .u-pr-sm-0 {
    padding-right: 0px !important;
  }
  .u-mt-sm-5 {
    margin-top: 5px !important;
  }
  .u-pt-sm-5 {
    padding-top: 5px !important;
  }
  .u-mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .u-pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .u-ml-sm-5 {
    margin-left: 5px !important;
  }
  .u-pl-sm-5 {
    padding-left: 5px !important;
  }
  .u-mr-sm-5 {
    margin-right: 5px !important;
  }
  .u-pr-sm-5 {
    padding-right: 5px !important;
  }
  .u-mt-sm-10 {
    margin-top: 10px !important;
  }
  .u-pt-sm-10 {
    padding-top: 10px !important;
  }
  .u-mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .u-pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .u-ml-sm-10 {
    margin-left: 10px !important;
  }
  .u-pl-sm-10 {
    padding-left: 10px !important;
  }
  .u-mr-sm-10 {
    margin-right: 10px !important;
  }
  .u-pr-sm-10 {
    padding-right: 10px !important;
  }
  .u-mt-sm-54 {
    margin-top: 54px !important;
  }
  .u-pt-sm-54 {
    padding-top: 54px !important;
  }
  .u-mb-sm-54 {
    margin-bottom: 54px !important;
  }
  .u-pb-sm-54 {
    padding-bottom: 54px !important;
  }
  .u-ml-sm-54 {
    margin-left: 54px !important;
  }
  .u-pl-sm-54 {
    padding-left: 54px !important;
  }
  .u-mr-sm-54 {
    margin-right: 54px !important;
  }
  .u-pr-sm-54 {
    padding-right: 54px !important;
  }
}
@media all and (min-width: 768px) {
  .u-mt-md-0 {
    margin-top: 0px !important;
  }
  .u-pt-md-0 {
    padding-top: 0px !important;
  }
  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .u-ml-md-0 {
    margin-left: 0px !important;
  }
  .u-pl-md-0 {
    padding-left: 0px !important;
  }
  .u-mr-md-0 {
    margin-right: 0px !important;
  }
  .u-pr-md-0 {
    padding-right: 0px !important;
  }
  .u-mt-md-5 {
    margin-top: 5px !important;
  }
  .u-pt-md-5 {
    padding-top: 5px !important;
  }
  .u-mb-md-5 {
    margin-bottom: 5px !important;
  }
  .u-pb-md-5 {
    padding-bottom: 5px !important;
  }
  .u-ml-md-5 {
    margin-left: 5px !important;
  }
  .u-pl-md-5 {
    padding-left: 5px !important;
  }
  .u-mr-md-5 {
    margin-right: 5px !important;
  }
  .u-pr-md-5 {
    padding-right: 5px !important;
  }
  .u-mt-md-10 {
    margin-top: 10px !important;
  }
  .u-pt-md-10 {
    padding-top: 10px !important;
  }
  .u-mb-md-10 {
    margin-bottom: 10px !important;
  }
  .u-pb-md-10 {
    padding-bottom: 10px !important;
  }
  .u-ml-md-10 {
    margin-left: 10px !important;
  }
  .u-pl-md-10 {
    padding-left: 10px !important;
  }
  .u-mr-md-10 {
    margin-right: 10px !important;
  }
  .u-pr-md-10 {
    padding-right: 10px !important;
  }
  .u-mt-md-54 {
    margin-top: 54px !important;
  }
  .u-pt-md-54 {
    padding-top: 54px !important;
  }
  .u-mb-md-54 {
    margin-bottom: 54px !important;
  }
  .u-pb-md-54 {
    padding-bottom: 54px !important;
  }
  .u-ml-md-54 {
    margin-left: 54px !important;
  }
  .u-pl-md-54 {
    padding-left: 54px !important;
  }
  .u-mr-md-54 {
    margin-right: 54px !important;
  }
  .u-pr-md-54 {
    padding-right: 54px !important;
  }
}
/* ==========================================================================//
 Swiper
// ========================================================================== */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/* 250228追記 */

.c-search-block {
  margin-top: 64px;
border: 1px solid #666666;
border-radius: 20px;
padding: 48px 60px 44px;
}

@media all and (max-width: 767px) {
.c-search-block {
  margin-top: 50px;
border-radius: 15x;
padding: 20px 18px 20px;
}
}

.c-search-block__heading {
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

@media all and (max-width: 767px) {
  .c-search-block__heading {
    font-size: 1.8rem;
  }
  }

.c-search-block__heading {
    margin-top: 50px;
  border-radius: 15x;
  padding: 20px 18px 20px;
  }

.c-search-block__form {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-search-block__input{
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 23px 60px 23px 23px;
  line-height: 1.5;
  border-radius: 32px;
  background-color: #fff;
  font-size: 2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Sans", sans-serif;
  color: #666;
  border: 1px solid transparent;
}
@media all and (max-width: 767px) {
  .c-search-block__input {
    height: 48px;
    font-size: 1.8rem;
    padding: 4px 50px 3px 15px;
  }
}
.c-search-block__button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  margin: auto;
  padding: 0 23px 0 15px;
  cursor: pointer;
  background-color: unset;
  border: 1px solid transparent;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media all and (max-width: 767px) {
  .c-search-block__button {
    padding: 0 15px 0 10px;
  }
}
.c-search-block__button::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url("/jp/memory/assets/img/com/ico_search.svg") 0% 0%/contain no-repeat;
}

.c-search-block__tags {
  margin-top: 64px;
}

@media all and (max-width: 767px) {
  .c-search-block__tags {
    margin-top: 34px;
  }
  }

.c-search-block__tag-list-wrapper {
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}


.c-search-block__tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  list-style: none;
}

.c-search-block__tag-item a {
  display: inline-block;
  padding: 8px 12px;
  background-color: #fff;
  text-decoration: none;
  border-radius: 23px;
  font-size: 1.6rem;
}

/* 隠すクラス */
.c-search-block__tag-item.hidden-tag {
  opacity: 0;
  /* display は最初から要素が存在している必要があるので、visibility を使うなど工夫も */
  visibility: hidden;
  display: none;
}

.c-search-block__tag-item.fadein {
  visibility: visible;
  animation: fadein 0.5s forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@media all and (max-width: 767px) {

  .c-search-block__tag-list {
    gap: 8px;
  }
  .c-search-block__tag-item a {
    padding: 6px 8px 4px;
    border-radius: 18px;
    font-size: 1.4rem;
  }
}


.c-button-pagination__link.next, .c-button-pagination__link.previous {
  padding: 13px 32px 12px;
  border: 0;
  background-color: #5a3a3a;
  border-radius: 45px;
  cursor: pointer;
  transition: background 0.3s ease-out;
  text-align: center;
}

.c-button-pagination__link > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
}

.c-button-pagination__link.previous > span::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("/jp/memory/assets/img/com/ico_arrow-left_02.svg") 0 0/contain no-repeat;
}

.c-button-pagination__link.next > span::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("/jp/memory/assets/img/com/ico_arrow-right_02.svg") 0 0/contain no-repeat;
}

@media all and (min-width: 768px) {
  .c-button-pagination__link:hover {
    background-color: #e96600;
  }
}

.c-button-back_sp {
  display: none;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-button-back__button-pc {
    display: none;
  }
  .c-button-back_sp{
    display: flex;
  }
  .c-button-pagination__link.next {
    margin-left: auto;
  }
}

/* 250328追記 */

.c-cpbanner {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px 0 70px;
}

.c-cpbanner__bottom {
  margin:70px 0 0;
}

@media screen and (max-width: 767px) {
  .c-cpbanner {
    margin: 0 0 20px;
  }

  .c-cpbanner__bottom {
    margin:20px 0 0;
  }
}



/* <!-- ↓↓↓おいしい記憶で使用するコンテンツは全てここに入れる↓↓↓ --> */
.c-box-brand {
  margin-top: 42px;
  background-color: transparent;

}
@media all and (max-width: 767px) {
  .c-box-brand {
    margin-top: 21px;
    padding: 20px 15px 30px;
  }
}
.b-container__r {
  width: 100%;
  padding: 0 15px;
  --pt-pc: 32;
  --pt-sp: 20;
  --pb-pc: 54;
  --pb-sp: 40;
  padding: calc(var(--pt-sp) * 1px) 15px calc(var(--pb-sp) * 1px);
}
@media all and (min-width: 768px) {
  .b-container__r {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media all and (min-width: 768px) {
  .b-container__r {
    padding: calc(var(--pt-pc) * 1px) 20px calc(var(--pb-pc) * 1px);
  }
}
.b-container-info {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}

.b-container-title {
  font-size: 1.2rem;
  margin-right: 15px;
  margin-bottom: 0;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #333;
  background-color: #fff;
}

.b-container-date {
  font-size: 1.4rem;
  color: #777;
  margin-bottom: 0;
}

.b-heading-01 {
  --mt-pc: 0;
  --mt-sp: 0;
  --mb-pc: 26;
  --mb-sp: 20;
  font-size: 3.6rem;
  font-weight: 700;
  color: #222;
  line-height: 1.5555555556;
  margin-top: calc(var(--mt-pc) * 1px);
  margin-bottom: calc(var(--mb-pc) * 1px);
}
@media all and (max-width: 767px) {
  .b-heading-01 {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: calc(var(--mt-sp) * 1px);
    margin-bottom: calc(var(--mb-sp) * 1px);
  }
}
.b-heading-01--medium {
  font-size: 3rem;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .b-heading-01--medium {
    font-size: 2.4rem;
  }
}
.b-heading-01--small {
  font-size: 2.6rem;
  line-height: 1.3846153846;
}
@media all and (max-width: 767px) {
  .b-heading-01--small {
    font-size: 1.9rem;
    line-height: 1.1052631579;
  }
}
.b-button {
  --mt-pc: 15;
  --mt-sp: 10;
  display: flex;
  justify-content: flex-end;
  margin-top: calc(var(--mt-pc) * 1px);
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .b-button {
    margin-top: calc(var(--mt-sp) * 1px);
  }
}
.b-button-share {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #e96600;
  border-radius: 12px;
  padding: 7px 28px 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media all and (min-width: 768px) {
  .b-button-share button:hover {
    background-color: #fff;
    color: #e96600;
  }
}
.b-button-suki {
  border:none;
  padding-left: 10px;
}
.b-button-suki img{
  height: 22px;
}

.b-mainimg{
  margin-bottom: 32px;
}

.b-box-wysiwyg {
  color: #000;
}
.b-box-wysiwyg h2 {
  margin-top: 80px;
  font-size: 2.4rem;
  line-height: 36px;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #F08300;
  padding-bottom: 15px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .b-box-wysiwyg h2 {
    font-size: 1.9rem;
  }
}
.b-box-wysiwyg h2 + * {
  margin-top: 32px;
}
.b-box-wysiwyg h2 + img {
  margin-top: 14px;
}
.b-box-wysiwyg h2 + h3 {
  margin-top: 31px;
}
.b-box-wysiwyg h3 {
  margin-top: 57px;
  color:#F08300;
  font-size: 2rem;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 32px;
}
.b-box-wysiwyg h4 {
  margin-top: 57px;
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  line-height: 31px;
  margin-bottom: 32px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .b-box-wysiwyg h4 {
    font-size: 1.8rem;
  }
}
.b-box-wysiwyg h4::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 4px;
  width: 2px;
  height: auto;
  background-color: #F08300;
}
.b-box-wysiwyg p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 32px;
}
@media all and (max-width: 767px) {
  .b-box-wysiwyg p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.b-box-wysiwyg a {
  margin-top: 50px;
  display: inline-block;
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .b-box-wysiwyg a:hover {
    text-decoration: none;
  }
}
.b-box-wysiwyg ul {
  counter-reset: item;
}
.b-box-wysiwyg ul > li {
  counter-increment: item;
  display: flex;
  padding-bottom: 10px;
}
@media all and (max-width: 767px) {
  .b-box-wysiwyg ul > li {
    font-size: 1.4rem;
  }
}
.b-box-wysiwyg ul > li::before {
  content: "";
  flex: 0 0 auto;
  position: relative;
  top: 6px;
  width: 16px;
  height: 16px;
  background-color: #f08300;
  border-radius: 50%;
  margin-right: 12px;
}
@media all and (max-width: 767px) {
  .b-box-wysiwyg ul > li::before {
    top: 5px;
  }
}
.b-box-wysiwyg ol {
  margin-bottom: 20px;
  counter-reset: item;
  list-style: none;
}
.b-box-wysiwyg ol > li {
  counter-increment: item;
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
}
@media all and (max-width: 767px) {
  .b-box-wysiwyg ol > li {
    font-size: 1.4rem;
  }
}
.b-box-wysiwyg ol > li::before {
  content: counter(item) ;
  position: relative;
  transform: translateY(-50%);
  top: 5px;
  width: 16px;
  height: 16px;
  background-color: #F08300;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 17px;
  font-size: 0.6em;
  margin-right: 12px;
}
@media all and (max-width: 767px) {
  .b-box-wysiwyg ol > li::before {
    width: 16px;
  }
}
.b-box-wysiwyg hr {
  border: none;
  margin: 38px 0 42px;
}
@media all and (max-width: 767px) {
  .b-box-wysiwyg hr {
    margin: 21px 0 23px;
  }
}
.b-box-wysiwyg hr::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #666666;
}
.b-box-wysiwyg img {
  display: inline-block;
}

.b-box-wysiwyg div figure {
  float: left;
  width: 540px;
  margin-right: 40px;
  line-height: 1.5714285714;
}
@media all and (max-width: 767px) {
  .b-box-wysiwyg div figure {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.b-box-wysiwyg div figure figcaption {
  font-size: 1.4rem;
}
.b-box-wysiwyg div figure img {
  width: 100%;
}
.b-box-wysiwyg div figure.alignright {
  float: right;
  margin-right: 0;
  margin-left: 40px;
}
.b-box-wysiwyg small {
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .b-box-wysiwyg small {
    font-size: 1.2rem;
  }
}
.b-box-wysiwyg .b-box-colon {
  margin:20px 34px;
  position: relative;
}
.b-box-wysiwyg .b-box-colon::before {
  content: "“";
  position: absolute;
  top: 0px;
  left: -35px;
  font-size: 5rem;
  font-weight: 700;
  color: #f08300;
}
.b-box-wysiwyg .b-box-colon::after {
  content: "”";
  position: absolute;
  right: -35px;
  bottom: -20px;
  font-size: 5rem;
  font-weight: 700;
  color: #f08300;
}
.b-box-wysiwyg blockquote{
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 20px auto;
  font-size: 1.6rem;
  overflow: hidden;
  max-width: 720px;
  max-height: 170px;
}

.b-box-accordion {
  --mt-pc: 0;
  --mt-sp: 0;
  --mb-pc: 0;
  --mb-sp: 0;
  border-radius: 20px;
  background: #FFFFFF;
  margin-top: calc(var(--mt-pc) * 1px);
  margin-bottom: calc(var(--mb-pc) * 1px);
}
@media all and (max-width: 767px) {
  .b-box-accordion {
    border-radius: 10px;
    margin-top: calc(var(--mt-sp) * 1px);
    margin-bottom: calc(var(--mb-sp) * 1px);
  }
}
.b-box-accordion:has(button[aria-hidden=true]) .b-box-accordion__content::before {
  display: none;
}
@media all and (max-width: 767px) {
  .b-box-accordion:has(button[aria-hidden=true]) .b-box-accordion__content {
    padding: 21px 15px 21px;
  }
}
.b-box-accordion__content {
  position: relative;
  padding: 36px 40px 32px;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.b-box-accordion__content::before {
	background-color: #fff;
}
@media all and (max-width: 767px) {
  .b-box-accordion__content {
    padding: 21px 15px 32px;
  }
}
.b-box-accordion__button {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px 16px;
  border: none;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .b-box-accordion__button {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .b-box-accordion__button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 767px) {
  .b-box-accordion__button {
    padding: 16px 15px 17px;
  }
}
.b-box-accordion__button[aria-hidden=true] {
  display: none;
}
.b-box-accordion__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  display: block;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #898989;
}
@media all and (max-width: 767px) {
  .b-box-accordion__button::before {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.b-box-accordion__button > span {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .b-box-accordion__button > span {
    font-size: 1.3rem;
    margin-right: 14px;
  }
}
.b-box-accordion__button > span::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  margin-left: 8px;
  background: url("/jp/memory/assets/img/com/ico_arrow_02.svg") no-repeat;
}
@media all and (max-width: 767px) {
  .b-box-accordion__button > span::after {
    margin-left: 6px;
  }
}
.b-box-accordion__button.is-open > span::after {
  transform: rotate(180deg);
}






/* <!-- 右サイドバー --> */
.b-container {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
}

.b-content {
  width: 70%;
}

.l-sidebar {
  width: 25%;
}

.p-sidebar__widget {
  margin-bottom: 40px;
  padding: 20px;
}

.p-sidebar__heading {
  font-size: 1.2em;
  margin-bottom: 15px;
  border-bottom: 1px solid #666666;
  padding-bottom: 10px;
  font-weight: 700;
}

.p-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.p-sidebar__item {
  margin-bottom: 10px;
}

.p-sidebar__item:last-child {
  margin-bottom: 0;
}

.p-sidebar__link {
  display: block;
  color: #333;
  text-decoration: none;
}

.p-sidebar__link:hover {
  text-decoration: underline;
}

.p-sidebar__widget--archive li{
  text-decoration: underline;
}

.p-sidebar__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.p-sidebar__tag-link {
  display: inline-block;
  background-color: #fff;
  color: #333;
  padding: 5px 10px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 0.9em;
}

.p-sidebar__tag-link:hover {
  background-color: #e0e0e0;
}

/* 必要に応じてレスポンシブ対応 */
@media (max-width: 767px) {
  .b-container {
    flex-direction: column; /* SP時は縦並び */
  }
  .b-content{
    width: 100%;
  }

  .l-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .l-sidebar {
    width: 100%;
  }
}
/* <!-- 右サイドバー --> */

/* おいしい記憶一覧用 */
.blog-select-container {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
/*── ベース設定 ──*/
.select-accordion {
  width: 240px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .select-accordion {
    width: 100%;
  }
}
/* トグル用チェックボックスを隠す */
.select-accordion__toggle {
  display: none;
}

/* ヘッダー */
.select-accordion__header {
  position: relative;
  border-radius: 5px;
  background-color: #5A3A3A;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 15px 50px 15px 15px ;
}
@media (max-width: 767px) {
  .select-accordion {
    width: 100%;
  }
    /* ヘッダー */
    .select-accordion__header {
      padding: 10px 40px 10px 10px ;
    }

}
/* ト

.select-accordion__header:hover {
  opacity: 0.7;
}
/* 矢印アイコン（? を回転させて作る） */
.select-accordion__icon {
  position: absolute;
    content: url(/jp/memory/assets/img/com/ico_arrow-left_02.svg);
    display: block;
    width: 13px;
    height: 13px;
     top: 0%;
     bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}

/* チェックONで矢印を上向きに */
.select-accordion__toggle:checked + .select-accordion__header .select-accordion__icon {
  transform: rotate(90deg);
}

/* コンテンツ部分（閉じた状態） */
.select-accordion__content {
  height: 0;
  overflow: hidden;
  background-color: #fcf9f1;
  transition: opacity 0.6s ease;
  border-radius: 5px;
  position: absolute;
  width: 240px;
  opacity: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 20px;
}
@media (max-width: 767px) {
  .select-accordion__content {
    width: 100%;
    padding: 10px;
  }
}
/* チェックONでコンテンツを開く */
.select-accordion__toggle:checked ~ .select-accordion__content {
  height: auto;
  padding: 20px;
  opacity: 1;
}

@media (max-width: 767px) {
  .select-accordion__content {
    width: 100%;
  }
  .select-accordion__toggle:checked ~ .select-accordion__content {
    height: auto;
    padding: 10px;
    opacity: 1;
  }
}
/* リストのスタイル */
.select-accordion__list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.select-accordion__list li {
  margin: 4px 0;
}

/* リンク文字 */
.select-accordion__list a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #3b1d17;    /* ダークブラウン文字色 */
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.select-accordion__list a:hover {
  opacity: 0.7;
}
/* 左側にオレンジの三角形を ::before で表示 */
.select-accordion__list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #e96600; /* オレンジ */
}

.select-accordion__list li:last-child a {
  margin-bottom: 0;
}


/* おいしい記憶一覧用 */
.c-list-blog + .c-list-blog {
  padding-top: 37px;
}
@media all and (max-width: 767px) {
  .c-list-blog + .c-list-blog {
    padding-top: 43px;
  }
}

.c-list-blog__inner {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (max-width: 767px) {
  .c-list-blog__inner {
    margin-top: 15px;
    gap: 15px;
  }
}
.c-list-blog__item {
  display: grid;
  grid-template-columns: 256px 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  border-bottom: 1px solid #989898;
  padding-bottom: 19px;
}
@media all and (max-width: 767px) {
  .c-list-blog__item {
    grid-template-columns: 160px 1fr;
    -moz-column-gap: 18px;
    column-gap: 18px;
    padding-bottom: 15px;
  }
}


.c-list-blog__image {
  grid-row: 1/4;
  grid-column: 1;
  position: relative;;
}
@media all and (min-width: 768px) {
  .c-list-blog__image {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .c-list-blog__image:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 767px) {
  .c-list-blog__image {
    grid-row: 1/2;
  }
}

.c-list-blog__cat {
  font-size: 1.2rem;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #333;
  z-index: 1;
}

.c-list-blog__image figure {
  line-height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}
@media all and (max-width: 767px) {

.c-list-blog__cat {
  font-size: 1.1rem;
  padding:0 5px;
}
  .c-list-blog__image figure {
    padding-top: 56.25%;
  }
}
.c-list-blog__image figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-list-blog__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  .c-list-blog__heading {
    margin-top: 6px;
  }
}
@media all and (max-width: 767px) {
  .c-list-blog__detail {
    grid-row: 2;
    grid-column: 1/3;
  }
}

.c-list-blog__title {
  grid-row: 1;
  grid-column: 2;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3846153846;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .c-list-blog__title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.c-list-blog__title:not(:first-child) {
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .c-list-blog__title:not(:first-child) {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-list-blog__title:hover {
    text-decoration: underline;
  }
}

.c-list-blog__pagination ul {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 50px 0;
  justify-content: center;
}
.c-list-blog__page {
  list-style: none;
}

.c-list-blog__page span,
.c-list-blog__page a {
  font-size: 1.6rem;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  transition: background 0.3s ease-out;
  text-align: center;
  margin-right: 10px;
}

.c-list-blog__page.active span {
  background-color: #E96600;
  color: #fff;

}

.c-list-blog__page.prev a,
.c-list-blog__page.next a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5a3a3a;
  margin-right: 40px;
}


.c-list-blog__page.next a {
  margin-right: 0;
  margin-left: 40px;
}
@media all and (min-width: 768px) {
  .c-list-blog__page a:hover {
    background-color: #e96600;
    color: #fff;
  }
}
@media (max-width: 767px) {

  .c-list-blog__pagination ul {
    margin: 30px 0;
  }

  .c-list-blog__page span,
  .c-list-blog__page a {
    font-size: 1.4rem;
    width: 32px;
    height: 32px;
    line-height: 30px;
    padding: 2px 0 0;
    margin-right: 5px;
  }

  .c-list-blog__page.prev a,
  .c-list-blog__page.next a {
    width: 25px;
    height: 25px;
    margin-right: 5vw;
  }
  .c-list-blog__page.next a {
    margin-right: 0;
    margin-left: 5vw;
  }

}
  .likeCheckbox {
    display: none;
  }
  /* SVG ボタン */
  .likeButton {
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin-top: -7px;
  }
  .likeWrapper_bottom .likeButton {
    margin-top: 0;
    margin-bottom: -7px;
    position: relative;
    top: -7px;

  }

  .likeButton .border {
    transform-origin: 250px 250px;
    transform: scale(1.0);
    opacity: 1;
    stroke: rgba(6, 6, 6, 0.24); /* ハートの初期色と同じ */
    stroke-width: 20;
    fill: #fff;
  }

  /* ── 爆発サークル */
  .likeButton .explosion {
    transform-origin: 250px 250px;
    transform: scale(0.02);
    stroke: #F6C299;
    fill: none;
    opacity: 0;
    stroke-width: 1;
  }

  /* ── パーティクルレイヤー */
  .likeButton .particleLayer {
    opacity: 0;
  }
  .likeButton .particleLayer circle {
    opacity: 0;
    transform-origin: 250px 250px;
  }

  /* ── ハートの初期状態 */
  .likeButton .heart {
    transform-origin: 250px 250px;
    fill: rgba(6, 6, 6, 0.24);
    transform: scale(0.9);
  }

  /* ── クリック後のアニメーション発火 */
  .likeWrapper .likeCheckbox:checked + .likeButton .explosion {
    animation: explosionAnime 800ms forwards;
  }

  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer {
    animation: particleLayerAnime 800ms forwards;
  }

  /* 各パーティクル個別アニメーション */
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(1)  { animation: particleAnimate1  800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(2)  { animation: particleAnimate2  800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(3)  { animation: particleAnimate3  800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(4)  { animation: particleAnimate4  800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(5)  { animation: particleAnimate5  800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(6)  { animation: particleAnimate6  800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(7)  { animation: particleAnimate7  800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(8)  { animation: particleAnimate8  800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(9)  { animation: particleAnimate9  800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(10) { animation: particleAnimate10 800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(11) { animation: particleAnimate11 800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(12) { animation: particleAnimate12 800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(13) { animation: particleAnimate13 800ms forwards; }
  .likeWrapper .likeCheckbox:checked + .likeButton .particleLayer circle:nth-child(14) { animation: particleAnimate14 800ms forwards; }

  /* ── ハートの拡大＆白色化 */
  .likeWrapper .likeCheckbox:checked + .likeButton .heart {
    animation:
      /* 拡大バウンス */  heartAnime      800ms ease    0ms   forwards,
      /* 白色化 */      heartColorAnime 800ms ease    800ms forwards;
  }

  /* ── 最終の円拡大（オレンジ塗り） */
  .likeWrapper .likeCheckbox:checked + .likeButton .border {
    animation:
    /* 拡大バウンス */  borderNone      1ms ease    0ms   forwards,
    borderAnime 800ms ease 800ms forwards;
  }


  /* ── keyframes ───────────────────────────────────────────────────────── */

  /* 爆発アニメーション */
  @keyframes explosionAnime {
    0% {
      opacity: 0;
      transform: scale(0.01);
    }
    1% {
      opacity: 1;
      transform: scale(0.01);
    }
    5% {
      stroke-width: 200;
    }
    20% {
      stroke-width: 300;
    }
    50% {
      stroke: #F6C299;
      transform: scale(1.1);
      stroke-width: 1;
    }
    50.1% {
      stroke-width: 0;
    }
    100% {
      stroke: #F6C299;
      transform: scale(1.1);
      stroke-width: 0;
    }
  }

  /* パーティクル全体アニメーション */
  @keyframes particleLayerAnime {
    0%   { transform: translate(0, 0); opacity: 0; }
    30%  { opacity: 0; }
    31%  { opacity: 1; }
    60%  { transform: translate(0, 0); }
    70%  { opacity: 1; }
    100% { opacity: 0; transform: translate(0, -20px); }
  }

  /* 各パーティクルの移動 */
  @keyframes particleAnimate1  { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(-16px,-59px);} 90%{transform:translate(-16px,-59px);} 100%{opacity:1;transform:translate(-16px,-59px);} }
  @keyframes particleAnimate2  { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(41px,43px);}   90%{transform:translate(41px,43px);}   100%{opacity:1;transform:translate(41px,43px);}   }
  @keyframes particleAnimate3  { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(50px,-48px);}  90%{transform:translate(50px,-48px);}  100%{opacity:1;transform:translate(50px,-48px);}  }
  @keyframes particleAnimate4  { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(-39px,36px);}  90%{transform:translate(-39px,36px);}  100%{opacity:1;transform:translate(-39px,36px);}  }
  @keyframes particleAnimate5  { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(-39px,32px);}  90%{transform:translate(-39px,32px);}  100%{opacity:1;transform:translate(-39px,32px);}  }
  @keyframes particleAnimate6  { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(48px,6px);}   90%{transform:translate(48px,6px);}   100%{opacity:1;transform:translate(48px,6px);}   }
  @keyframes particleAnimate7  { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(-69px,-36px);}90%{transform:translate(-69px,-36px);}100%{opacity:1;transform:translate(-69px,-36px);} }
  @keyframes particleAnimate8  { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(-12px,-52px);}90%{transform:translate(-12px,-52px);}100%{opacity:1;transform:translate(-12px,-52px);} }
  @keyframes particleAnimate9  { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(-43px,-21px);}90%{transform:translate(-43px,-21px);}100%{opacity:1;transform:translate(-43px,-21px);} }
  @keyframes particleAnimate10 { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(-10px,47px);}  90%{transform:translate(-10px,47px);}  100%{opacity:1;transform:translate(-10px,47px);}  }
  @keyframes particleAnimate11 { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(66px,-9px);}  90%{transform:translate(66px,-9px);}  100%{opacity:1;transform:translate(66px,-9px);}  }
  @keyframes particleAnimate12 { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(40px,-45px);}90%{transform:translate(40px,-45px);}100%{opacity:1;transform:translate(40px,-45px);} }
  @keyframes particleAnimate13 { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(29px,24px);}  90%{transform:translate(29px,24px);}  100%{opacity:1;transform:translate(29px,24px);}  }
  @keyframes particleAnimate14 { 0%{transform:translate(0,0);} 30%{opacity:1;transform:translate(0,0);} 80%{transform:translate(-10px,50px);} 90%{transform:translate(-10px,50px);} 100%{opacity:1;transform:translate(-10px,50px);} }

  /* ハートの拡大バウンス */
  @keyframes heartAnime {
    0%   { transform: scale(0); fill: #E96600; }
    39%  { transform: scale(0); }
    60%  { transform: scale(1.2) ; }
    70%  { transform: scale(1) translate(0, -10%); }
    75%  { transform: scale(1.1, 0.9) translate(0, 5%); }
    80%  { transform: scale(0.95, 1.05) translate(0, -3%); }
    100% { transform: scale(0.9) translate(0, 0); fill: #E96600; }
  }

  /* ハートを白色化 */
  @keyframes heartColorAnime {
    0%   { fill: #E96600; }
    100% { fill: #ffffff; }
  }


  /* 最後の円拡大＆オレンジ塗り */
  @keyframes borderNone {
    0% {
        transform: scale(1);
        opacity: 1;
        stroke: rgba(6, 6, 6, 0.24);
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
  }
  /* 最後の円拡大＆オレンジ塗り */
  @keyframes borderAnime {
    0% {
      transform: scale(0);
      opacity: 0;
      stroke: none;
      stroke-width: 0;
      fill: #E96600;
    }
    100% {
      transform: scale(1);
      opacity: 1;
      stroke: none;
      stroke-width: 0;
      fill: #E96600;
    }
  }


  .c-button-share-02 {
    align-content: start;
    align-items: flex-start;
    gap: 10px;
  }

  /* container */
.c-note-header {
  max-width: 1190px;
  width: 100%;
  margin: 0 0 40px;

}

/* オレンジのラベル */
.c-note-header__label {
  display: inline-block;
  background-color: #F08300;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
  font-weight: 700;
  padding: 8px 15px;
  font-size: 1.6rem;
}

/* 左側の情報をまとめる */
.c-note-header__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  gap: 0.75rem;
  background-color: #fff;
  width: 100%;
}
/* 日付?タグ?タイトルを横並び */
.c-note-header__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
}

/* 日付（オレンジ文字） */
.c-note-header__date {
  color: #F08300;
}

/* キャンペーンタグ（薄い境界線の丸文字） */
.c-note-header__tag {
  display: inline-block;
  padding: 0 5px;
  font-size: 1.2rem;
  line-height: 1.4;
  border: 1px solid #333;
}

/* タイトル（通常テキスト） */
.c-note-header__title {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient:
vertical;
  overflow:
hidden;
  max-width: 660px;
}
@media (max-width: 767px) {

  .c-note-header {
    margin: 20px 0 40px;

  }


  /* 左側の情報をまとめる */
  .c-note-header__info {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    gap: 10px;
  }
  /* 日付?タグ?タイトルを横並び */
  .c-note-header__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  /* 日付（オレンジ文字） */
  .c-note-header__date {
    color: #F08300;
    font-size: 1.3rem;
    margin-right: 10px;
  }

  /* タイトル（通常テキスト） */
  .c-note-header__title {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    width: 100%;
  }

}
a.c-note-header__link {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: 11px;
    font-size: 1.3rem;
    color: #5a3a3a;
    line-height: 1.2;
    transition: color 0.3s ease-out;
  }
  @media all and (min-width: 768px) {
    a.c-note-header__link {
      display: inline-flex;
      width: auto;
        font-size: 1.4rem;
    }
    a.c-note-header__link[href]:hover {
      color: #e96600;
    }
    a.c-note-header__link[href]:hover::after {
      background-color: #e96600;
    }
  }
  .c-note-header__link::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-color: #5a3a3a;
    border-radius: 50%;
    transition: background-color 0.3s ease-out;
  }
  .c-note-header__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 13px;
    height: 13px;
    background: url("/jp/memory/assets/img/com/ico_arrow_01.svg") no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }

/* 翻訳ボタン */

.translate-btn_wrapper {
  display: flex;
  justify-content: flex-end;
}
.translate-btn {
  margin-top: -20px;
  display: flex;
  align-items: center;
  background: #fff;
  color: #6FBC7E;
  border: none;
  border-radius: 999px;
  box-shadow: 0 1px 3px #0001;
  cursor: pointer;
  padding: 14px 16px;
  width: 125px;
  transition: width 0.4s cubic-bezier(.55,0,.1,1), background 0.2s;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

  .translate-btn img {
    width: 20px;
    margin-right: 10px;
    flex-shrink: 0;
  }

    .translate-btn:hover,
  .translate-btn:focus {
    width: 240px;
  }

.translate-btn_text-short {
    opacity: 1;  
    transition: display 0.2s;
    font-weight: bold;
  }
  .translate-btn_text-long {
    opacity: 0;
    transition: opacity 0.2s;
    font-weight: bold;
    pointer-events: none;
  }

  
  .translate-btn:hover .translate-btn_text-short,
  .translate-btn:focus .translate-btn_text-short {
    opacity: 0;
    display: none;
  }
  .translate-btn:hover .translate-btn_text-long,
  .translate-btn:focus .translate-btn_text-long {
    opacity: 1;
    pointer-events: auto;
  }

@media (max-width: 767px) {
  .translate-btn {
    margin: 0 0 20px;
  }
}

.translate-note_link {
  margin: -5px 10px 0;
            font-weight: 600;
}

.translate-note_link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
.translate-note_link {
  margin: 12px 0 0 10px;
}
}
