@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}


@media screen and (min-width: 1024px) {
  .hide_pc {
    display: none;
  }
  .hide_sp {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .hide_pc {
    display: none;
  }
  .hide_sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hide_pc {
    display: block;
  }
  .hide_sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hide_pc {
    display: block;
  }
  .hide_sp {
    display: none;
  }
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

body {
  background: #F2F2F2;
  color: #202020;
  font-family: "Source Sans Pro", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  transform: translateY(100%);
  background: #B8A3DC;
}

.lazyload {
  -webkit-animation: fadeInAnime 0.4s ease-in-out 0.4s forwards;
          animation: fadeInAnime 0.4s ease-in-out 0.4s forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-header {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
    transition: all 0.5s ease-in-out;
  }
}
.l-header .c-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 32px;
  max-width: 876px;
}
@media screen and (max-width: 768px) {
  .l-header .c-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 14px 24px;
  }
  .l-header.is-open .c-content {
    justify-content: space-between;
  }
}
@media screen and (max-width: 519px) {
  .l-header .c-content {
    padding: 10px 24px;
  }
}
.l-header__logo {
  width: 47px;
  flex-shrink: 0;
}

.l-header__logo a {
  display: block;
}
.l-header__menu {
  display: flex;
  flex-basis: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 22px;


}
@media screen and (max-width: 768px) {
  .l-header__menu {
    display: none;
    transition: all 0.4s ease-in-out;
  }
  .l-header__logo {
    width: 31px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
  }
  .l-header__logo img {
    content: url("/okashi/assets/img/logo-title.png");
    width: 27px;
    height: auto;
  }
  .l-header.is-open .l-header__logo {
    width: 108px;
    height: auto;
  }
  .l-header.is-open .l-header__logo img {
    content: url("/okashi/assets/img/logo-white.svg");
    width: 108px;
    height: auto;
  }
}
.l-header__menu-btn {
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__menu-btn {
    display: block;
    width: 24px;
    height: 21px;
  }
  .l-header.is-open .l-header__menu-btn span {
  background: #fff; /* 好きな色に変更 */
  }
  .l-header__menu-btn span {
    background: #fff;
    border-radius: 1px;
    display: block;
    width: 24px;
    height: 3px;
    position: absolute;
    transition: all 0.4s ease-in-out;
  }
  .l-header__menu-btn span:first-child {
    top: 0;
    left: 0;
    transform-origin: top left;
  }
  .l-header__menu-btn span:nth-child(2) {
    top: 44%;
    left: 0;
    width: 15px;
  }
  .l-header__menu-btn span:last-child {
    bottom: 0;
    left: 0;
    transform-origin: bottom left;
  }
}
.l-header__menu-page {
  display: flex;
  align-items: flex-end;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica","Segoe UI", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  width: 100%;
}
.l-header__menu-page li {
  margin-left: 70px;
}
.l-header__menu-page li a {
  color: #ffffff;
  white-space: nowrap;
}
.l-header.is-open .l-header__menu-page li a {
  color: #ffffff; /* 変えたい色に */
}
.l-header__menu-page li:first-child {
  margin-left: 70px;
}
@media screen and (max-width: 960px) {
  .l-header__menu-page li {
    margin: 0 24px;
  }
  .l-header__menu-page li a {
    font-size: 15px;
  }
  .l-header__menu-page li:first-child {
    margin: 0 24px 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu-page {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 110px;
  }
  .l-header__menu-page li {
    margin: 46px 0 0;
  }
  .l-header__menu-page li:first-child {
    margin: 0;
  }
  .l-header__menu-page li a {
    font-size: 24px;
  }
}
.l-header__menu-sns {
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
  margin-left: 32px;
}
.l-header__menu-sns a {
  display: inline-block;
  margin: 0 8px;
}
.l-header__menu-sns a img {
  width: 36px;
}
@media screen and (max-width: 960px) {
  .l-header__menu-sns {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu-sns {
    align-items: center;
    justify-content: center;
    margin-top: 64px;
  }
  .l-header__menu-sns a {
    margin: 0 24px;
  }
  .l-header__menu-sns a img {
    width: 40px;
    transition: filter .3s;
  }

}
@media screen and (max-width: 768px) {
  .l-header.is-open {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;           
    z-index: 99;
    overflow: hidden;
    background: none;
    transition: none;
    color: #fff;
  }
@supports not (height: 100dvh) { .l-header.is-open { height: 100vh; } }

.l-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(/okashi/assets/img/bg-menu.jpg) center / cover no-repeat;
    opacity: 0;                                   /* 初期は非表示 */
    clip-path: inset(0 0 0 0);                    /* 閉じる時は形はそのまま */
    transition: opacity 0.2s ease-in-out;         /* ← 閉じる時にふわっと消える */
    backface-visibility: hidden;
    pointer-events: none;
  }

  /* 開く時：opacity は 0→1（トランジション）、clip-path だけアニメで上→下 */
  .l-header.is-open::before {
    opacity: 1;
    animation: revealDownOnly .5s ease-out both;  /* 形だけリビール */
  }

  /* clip-path だけ動かす（opacity は transition に任せる） */
  @keyframes revealDownOnly {
    0%   { clip-path: inset(0 0 100% 0); }
    100% { clip-path: inset(0 0 0    0); }
  }



  .l-header.is-open .l-header__menu {
    position: relative;
    z-index: 1;
    display: block;
    opacity: 0;
    width: 100%;
    -webkit-animation: menuFadein 0.4s ease-in 0.2s forwards;
            animation: menuFadein 0.4s ease-in 0.2s forwards;
  }
  .l-header.is-open .l-header__menu-btn span:first-child {
    width: 26px;
    transform: rotate(45deg);
  }
  .l-header.is-open .l-header__menu-btn span:nth-child(2) {
    width: 0;
  }
  .l-header.is-open .l-header__menu-btn span:last-child {
    width: 26px;
    transform: rotate(-45deg);
  }

  body.menu-open {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
@supports not (height: 100dvh) {
  body.menu-open { height: 100vh; }
}
}
@media screen and (max-width: 768px) {
.l-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url(/okashi/assets/img/bg-menu-sp.jpg) center / cover no-repeat;
    opacity: 0;                                   /* 初期は非表示 */
    clip-path: inset(0 0 0 0);                    /* 閉じる時は形はそのまま */
    transition: opacity 0.2s ease-in-out;         /* ← 閉じる時にふわっと消える */
    backface-visibility: hidden;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .js-hide.is-hide {
    opacity: 1;
    -webkit-animation: menuFadeout 0.2s ease-in forwards;
            animation: menuFadeout 0.2s ease-in forwards;
  }
}
@-webkit-keyframes menuFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menuFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menuFadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menuFadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-main {
  display: block;
  position: relative;
}
.l-main__photo {
  font-size: 12px;
  position: absolute;
  bottom: -72px;
  left: 50%;
  transform: translateX(-50%);
  color: #8975C6;
}
.l-main__photo a {
  color: #A6ADB4;
}
@media screen and (max-width: 519px) {
  .l-main__photo {
    bottom: -48px;
    font-size: 10px;
  }
}

.l-pageheader {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .l-pageheader__heading {
    order: 2;
    margin-top: 24px;
  }
}
.l-pageheader__heading + .l-pageheader__breadcrumb {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .l-pageheader__heading + .l-pageheader__breadcrumb {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-pageheader__breadcrumb {
    order: 1;
  }
}

.l-footer {
  background: #202020;
  margin-top: 88px;
}
@media screen and (max-width: 519px) {
  .l-footer {
    margin-top: 56px;
  }
}
.l-footer .c-content {
  padding: 56px 72px 24px;
  position: relative;
}
@media screen and (max-width: 519px) {
  .l-footer .c-content {
    padding: 56px 16px 16px;
  }
}
.l-footer__pagetop {
  position: absolute;
  top: -24px;
  right: 50%;
  transform: translateX(460px);
  z-index: 2;
}
.l-footer__pagetop.is-fixed {
  position: fixed;
  top: auto;
  bottom: 16px;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    right: 24px;
    transform: none;
  }
}
@media screen and (max-width: 519px) {
  .l-footer__pagetop {
    right: 8px;
  }
  .l-footer__pagetop.is-fixed {
    bottom: 8px;
  }
}
.l-footer__about {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__about {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__image {
    text-align: center;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__image {
    width: 100%;
  }
}
.l-footer__text {
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .l-footer__text {
    margin-top: 24px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__text dl {
    text-align: left;
  }
}
.l-footer__text dl dt .l-footer__title img {
  width: 232px;
}
.l-footer__text dl dd p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.4em;
}
.l-footer__navigator {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 8px;
}
.l-footer__navigator-label {
  display: block;
  margin-top: 8px;
  margin-bottom:8px;
}
@media screen and (max-width: 768px) {
  .l-footer__navigator-label {
    margin-top: 16px;
  }
}
.l-footer__navigator-name {
  margin-top: 4px;
}
.l-footer__navigator-name a {
  display: inline-block;
}
.l-footer__navigator-name img {
  display: inline-block;
  vertical-align: baseline;
}
.l-footer__navigator-name img:first-child {
  width: 118px;
}
.l-footer__navigator-name img:nth-child(2) {
  margin-left: 16px;
  width: 96px;
}

.l-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    flex-wrap: wrap;
    margin: 40px auto 0;
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .l-footer__logo {
    flex-wrap: wrap;
    margin: 40px auto 0;
    width: 90%;
  }
}
.l-footer__logo a {
  margin: 0 18px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo a {
    margin: 16px 0;
    text-align: center;
    width: 50%;
  }
}
.l-footer__logo-alxd img {
  aspect-ratio: 115/27;
}
.l-footer__logo-tfm img {
  aspect-ratio: 92/30;
}
.l-footer__logo-podcast img {
  aspect-ratio: 116/30;
}
.l-footer__logo-jr img {
  aspect-ratio: 114/30;
}
.l-footer__logo-pana img {
  aspect-ratio: 132/20;
}
.l-footer__copyright {
  margin-top: 40px;
  text-align: center;
}
.l-footer__copyright small {
  color: #fff;
  letter-spacing: 0.05em;
}

.c-breadcrumb {
  display: block;
}
.c-breadcrumb__item {
  display: inline;
  font-size: 12px;
  position: relative;
}
.c-breadcrumb__item::after {
  content: "/";
}
.c-breadcrumb__item a, .c-breadcrumb__item span {
  padding: 0 4px;
}
.c-breadcrumb__item span {
  font-weight: bold;
}
.c-breadcrumb__item:first-child a {
  padding-left: 0;
}
.c-breadcrumb__item:last-child::after {
  content: none;
}

.c-heading {
  display: block;
  text-align: center;
}
.c-heading__description {
  color: #8975C6;
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 390px) {
  .c-heading__description {
    font-size: 13px;
  }
}

.c-button {
  background: #1F1E22;
  border-radius: 40px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 16px 32px;
}
.c-button-journal {
  background: #B8A3DC;
  border-radius: 40px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 16px 26px;
  margin-right: 15px;
}
.c-button-spotify {
  background: #AFD6D6;
  border-radius: 40px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 16px 26px;
}
.radiko-button {
  background: #fd8e8e;
  border-radius: 40px;
  color: #B9A9EB;
  display: inline-block;
  font-size: 16px;
  padding: 16px 32px;
}

.c-content {
  display: block;
  margin: 0 auto;
  padding: 0 72px;
  width: 100%;
  max-width: 1024px;
}
@media screen and (max-width: 519px) {
  .c-content {
    padding: 0 16px;
  }
}
.c-content--page {
  margin-top: 54px;
  padding-top: 54px;
}
@media screen and (max-width: 768px) {
  .c-content--page {
    padding-top: 8px;
  }
}
.c-content--top {
  margin-top: -165px;
}
@media screen and (max-width: 768px) {
  .c-content--top {
    margin-top: -64px;
  }
}

.c-news-card {
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  height: 100%;
}
.c-news-card__image {
  width: 113px;
}
.c-news-card__image img {
  width: 100%;
}
@media screen and (max-width: 519px) {
  .c-news-card__image {
    width: 100%;
  }
}
.c-news-card__text {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 16px;
  width: calc(100% - 113px);
}
@media screen and (max-width: 519px) {
  .c-news-card__text {
    margin-top: 8px;
    padding-left: 0;
    width: 100%;
  }
}

.c-magazine-new {
  background: #fff;
  min-height: 250px;
  padding: 16px 24px;
  position: relative;
}
@media screen and (max-width: 519px) {
  .c-magazine-new {
    padding: 16px;
  }
}
.c-magazine-new__info, .c-magazine-new .c-magazine-songs, .c-magazine-new .c-magazine-link {
  width: calc(100% - 364px);
}
@media screen and (max-width: 960px) {
  .c-magazine-new__info, .c-magazine-new .c-magazine-songs, .c-magazine-new .c-magazine-link {
    width: calc(100% - 304px);
  }
}
@media screen and (max-width: 768px) {
  .c-magazine-new__info, .c-magazine-new .c-magazine-songs, .c-magazine-new .c-magazine-link {
    width: 100%;
  }
}
.c-magazine-new__info {
  display: flex;
  align-items: center;
}
.c-magazine-new__heading {
  margin-left: 8px;
}
.c-magazine-new__number {
  color: #000000;
  font-size: 64px;
  letter-spacing: -0.05em;
  margin-left: -18px;
  padding-left: 16px;
  position: relative;
}
.c-magazine-new__number::before {
  content: "#";
  font-size: 28px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 519px) {
  .c-magazine-new__number {
    margin-left: 0;
  }
}
.c-magazine-new__date {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.c-magazine-new__title {
  border-bottom: 2px solid #000000;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 8px;
  padding-bottom: 4px;
}
.c-magazine-new__image {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 340px;
}
@media screen and (max-width: 960px) {
  .c-magazine-new__image {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .c-magazine-new__image {
    margin-top: 16px;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
}
.c-magazine-new .c-button {
  display: inline-block;
  font-size: 12px;
  margin-right: 16px;
  padding: 8px 16px;
}
@media screen and (max-width: 519px) {
  .c-magazine-new .c-button {
    font-size: 16px;
  }
}
.c-magazine-archive {
  display: flex;
  align-items: stretch;
  margin-top: 24px;
}
@media screen and (max-width: 519px) {
  .c-magazine-archive {
    margin-top: 16px;
    padding: 0 16px;
  }
}
.c-magazine-archive__heading {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 519px) {
  .c-magazine-archive__heading {
    justify-content: space-between;
  }
}
.c-magazine-archive__heading h2, .c-magazine-archive__heading h3 {
  font-size: 18px;
  font-weight: bold;
}
.c-magazine-archive__heading a {
  font-size: 14px;
  margin-left: 12px;
  position: relative;
}
.c-magazine-archive__heading a::before {
  background: url(../img/icon-arrow-right-bk.svg) no-repeat top left;
  background-size: 15px;
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: -4px;
  width: 15px;
  height: 15px;
}
.c-magazine-archive__heading + .c-magazine-archive {
  margin-top: 8px;
}
.c-magazine-archive__item {
  height: auto;
}
.c-magazine .swiper-magazine .c-magazine-archive {
  margin-top: 8px;
}
.c-magazine-card {
  background: #fff;
  border-radius: 0;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  width: 278px;
}
.c-magazine-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 8px 24px 16px;
}
.c-magazine-card__body .c-magazine-songs {
  flex-grow: 1;
}
.c-magazine-card__number {
  color: #000000;
  font-size: 48px;
  letter-spacing: -0.05em;
  margin-left: -12px;
  padding-left: 12px;
  position: relative;
}
.c-magazine-card__number::before {
  content: "#";
  font-size: 20px;
  position: absolute;
  top: 8px;
  left: 0;
}
.c-magazine-songs {
  margin-top: 16px;
  font-size: 14px;
}
.c-magazine-songs__heading {
  font-weight: bold;
  margin-bottom: 6px;
}
.c-magazine-songs__item {
  line-height: 1.2;
  margin-top: 8px;
}
.c-magazine-link {
  margin-top: 16px;
}
.c-magazine-btn {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 16px;
  position: relative;
}
.c-magazine-btn::before {
  background: url(../img/icon-arrow-right-bl.svg) no-repeat top left;
  background-size: 15px;
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: -4px;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 519px) {
  .c-magazine-btn::before {
    top: 4px;
  }
}
.c-magazine-month {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-magazine-month {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 519px) {
  .c-magazine-month {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.c-magazine-month__item a {
  background: #fff;
  border-radius: 15px;
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 519px) {
  .c-magazine-month__item a {
    font-size: 24px;
  }
}
.c-magazine-content {
  margin: auto;
  width: 100%;
  max-width: 592px;
}
.c-magazine-content__info {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.c-magazine-content__heading {
  margin-left: 8px;
}
.c-magazine-content__number {
  color: #8975C6;
  font-size: 64px;
  letter-spacing: -0.05em;
  margin-left: -18px;
  padding-left: 16px;
  position: relative;
}
.c-magazine-content__number::before {
  content: "#";
  font-size: 28px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 519px) {
  .c-magazine-content__number {
    margin-left: 0;
  }
}
.c-magazine-content__date {
  display: block;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.c-magazine-content__title {
  border-bottom: 2px solid #8975C6;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 8px;
  padding-bottom: 4px;
}
.c-magazine-content .c-magazine-songs {
  margin-top: 32px;
}
.c-magazine-content__playlist {
  margin: 32px 0;
}
.c-magazine-content__playlist h2 {
  font-size: 14px;
  font-weight: bold;
}
.c-magazine-content__playlist iframe {
  margin-top: 16px;
}
.c-magazine-content__notes {
  font-size: 14px;
  line-height: 1.7;
}
.c-magazine-content__notes p {
  margin-top: 24px;
}
.c-magazine-content__notes b {
  font-weight: bold;
}
.c-magazine-content__notes iframe {
  margin-top: 16px;
}
.c-magazine-podcast {
  margin-top: 48px;
}
.c-magazine-podcast__heading {
  text-align: center;
}
.c-magazine-podcast__body {
  margin-top: 16px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
@media screen and (max-width: 519px) {
  .c-magazine-podcast__body {
    padding: 10px;
  }
}
.c-magazine-podcast__image {
  width: 115px;
}
@media screen and (max-width: 519px) {
  .c-magazine-podcast__image {
    width: 100%;
  }
  .c-magazine-podcast__image img {
    width: 100%;
  }
}
.c-magazine-podcast__text {
  padding-left: 16px;
  position: relative;
  width: calc(100% - 115px);
}
.c-magazine-podcast__text p {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  .c-magazine-podcast__text {
    margin-top: 8px;
    padding-left: 0;
    width: 100%;
  }
}
.c-magazine-podcast__link {
  margin-top: 4px;
  text-align: right;
}
.c-magazine-podcast__link .c-button {
  font-size: 12px;
  padding: 8px 16px;
}
@media screen and (max-width: 519px) {
  .c-magazine-podcast__link {
    margin-top: 8px;
    text-align: center;
  }
  .c-magazine-podcast__link .c-button {
    font-size: 16px;
  }
}
.c-magazine-pagenation {
  margin-top: 48px;
  text-align: center;
}
.c-magazine-pagenation__item {
  margin-top: 16px;
}
.c-magazine-pagenation__item a {
  display: flex;
  align-items: center;
  line-height: 1.4;
  position: relative;
}
.c-magazine-pagenation__item--new a {
  justify-content: flex-start;
}
.c-magazine-pagenation__item--new a::before {
  border-top: 2px solid #A6ADB4;
  border-left: 2px solid #A6ADB4;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  position: relative;
  top: 2px;
}
.c-magazine-pagenation__item--new .c-magazine-pagenation__number {
  margin-left: 4px;
}
.c-magazine-pagenation__item--old a {
  justify-content: flex-end;
}
.c-magazine-pagenation__item--old a::after {
  border-top: 2px solid #A6ADB4;
  border-right: 2px solid #A6ADB4;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: relative;
  top: 2px;
}
.c-magazine-pagenation__item--old .c-magazine-pagenation__text {
  margin-right: 4px;
}
.c-magazine-pagenation__number {
  color: #8975C6;
  font-size: 24px;
  margin-right: 8px;
  position: relative;
}
.c-magazine-pagenation__number::before {
  content: "#";
  font-size: 18px;
  position: relative;
  top: -6px;
}
.c-magazine-pagenation__text {
  color: #202020;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 2px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-top-hero {
    margin-top: 55px;
  }
}
.p-top-hero  {

}
.p-top-hero img {
  width: 100%;
}


  .top-logo {
    display: block;
    margin: 0 auto;
    padding: 0 72px;
    width: 100%;
    max-width: 1024px;
    position: absolute;
    right: 4%;
    text-align: right;
    z-index: 3;
    top: 10%;
  }


.p-top-hero .radiko-button {
  background: #00a2e3;
  border-radius: 40px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 14px 10px 14px 24px;
}
.p-top-magazine__heading {
  text-align: center;
}
.p-top-magazine__heading h2 img {
  width: auto;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .p-top-magazine__heading h2 img {
    height: 24px;
  }
}
.p-top-magazine__new {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-magazine__new {
    margin-top: 10px;
  }
}
.p-top-magazine__archive {
  margin-top: 24px;
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .p-top-magazine__archive {
    margin: 24px -16px 0;
  }
}
.p-top-magazine__archive .c-magazine-archive {
  margin-top: 8px;
}
@media screen and (max-width: 519px) {
  .p-top-magazine__archive .c-magazine-archive__heading {
    padding: 0 16px;
  }
}

.p-top-podcast {
  margin-top: 56px;
  text-align: center;
  overflow: hidden;
}
.p-top-podcast__heading h2 img {
  width: auto;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .p-top-podcast__heading h2 img {
    height: 36px;
  }
}
.p-top-podcast__heading p {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-podcast__heading p {
    font-size: 16px;
  }
}
.p-top-podcast__body {
  margin-top: 24px;
}
.p-top-podcast__btn {
  margin-top: 24px;
}
.p-top-podcast-list {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 519px) {
  .p-top-podcast-list {
    padding: 0 16px;
  }
}
.p-top-podcast-list__item a {
  border-radius: 5px;
  display: block;
  overflow: hidden;
  width: 126px;
}
@media screen and (max-width: 519px) {
  .p-top-podcast .swiper-podcast {
    margin: 0 -16px;
  }
}
.p-top-news {
  background: #AFD6D6;
  margin-top: 56px;
  padding: 56px 0;
}
.p-top-news__heading {
  text-align: center;
}
.p-top-news__heading h2 img {
  width: auto;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading h2 img {
    height: 24px;
  }
}
.p-top-news__heading p {
  color: #202020;
  font-size: 12px;
  line-height: 1.7;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading p {
    font-size: 14px;
  }
}
.p-top-news__body {
  margin-top: 24px;
}
.p-top-news__link {
  text-align: right;
  margin-top: 24px;
}
.p-top-news__link a {
  color: #202020;
  font-size: 14px;
  margin-left: 12px;
  position: relative;
}
.p-top-news__link a::before {
  background: url(../img/icon-arrow-right-wh.svg) no-repeat top left;
  background-size: 15px;
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: -4px;
  width: 15px;
  height: 15px;
}

.p-news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-news-list {
    gap: 16px;
  }
}
.p-news-list__item {
  width: calc(50% - 16px);
}
.p-news-list__item:nth-child(n+6) {
  -webkit-animation: fadeInAnime 0.4s ease-in-out forwards;
          animation: fadeInAnime 0.4s ease-in-out forwards;
  opacity: 0;
}
.p-news-list__item a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-news-list__item {
    width: 100%;
  }
}
.p-news-more {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-news-more {
    margin-top: 24px;
  }
  .p-news-more .c-button {
    width: 75%;
  }
}
.p-news-article__body {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.p-news-article__archive {
  background: #8975C6;
  margin-top: 56px;
  padding: 56px 0;
}

.p-news-2022christmas {
  padding: 64px;
  text-align: center;
}
.p-news-20230211 {
  padding: 64px;
  text-align: center;
}
.p-news-20230512 {
  padding: 64px;
  text-align: center;
  
}
.p-news-wrapper {
  padding: 64px;
  text-align: center;
  font-size: 14px;
  
}
@media screen and (max-width: 768px) {
  .p-news-wrapper {
    padding: 0;
    font-size: 16px;
    
  }
}
@media screen and (max-width: 768px) {
  .p-news-2022christmas {
    padding: 16px 16px 48px;
  }
  .p-news-20230211 {
    padding: 16px 16px 48px;
  }
  .p-news-20230512 {
    padding: 16px 16px 48px;
  }
}
.p-news-2022christmas__mainvidual {
  position: relative;
}
.p-news-20230211__mainvidual {
  position: relative;
}
.p-news-20231021__mainvidual {
  position: relative;
}
.p-news-20230211__mainvidual__box {
  position: relative;
}
.p-news-2022christmas__mainvidual::before {
  content: "";
  aspect-ratio: 33/140;
  background: url(../img/news/news-heading.svg) top left no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 24px;
  left: -16px;
  width: 33px;
}
.p-news-20230211__mainvidual::before {
  content: "";
  aspect-ratio: 33/140;
  background: url(../img/news/news-heading20230206.svg) top left no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 24px;
  left: -16px;
  width: 33px;
}
.p-news-20231021__mainvidual::before {
  content: "";
  aspect-ratio: 33/210;
  background: url(../img/news/news-heading20231021.svg) top left no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 24px;
  left: -16px;
  width: 33px;
}
@media screen and (max-width: 768px) {
  .p-news-2022christmas__mainvidual::before {
    left: -8px;
    width: 24px;
  }
  .p-news-20230211__mainvidual::before {
    left: -8px;
    width: 24px;
  }
  .p-news-20231021__mainvidual::before {
    display: none;
  }
}
.p-news-2022christmas__mainvidual img {
  width: 100%;
}
.p-news-2022christmas__about {
  margin-top: 32px;
}
.p-news-2022christmas__about h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.p-news-2022christmas__about p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 1.7em;
}
.p-news-2022christmas__about p strong {
  font-weight: bold;
}
.p-news-2022christmas__present {
  margin-top: 64px;
}
.p-news-2022christmas__present h2 {
  font-size: 32px;
  font-weight: normal;
  position: relative;
}
.p-news-2022christmas__present h2::after {
  content: "";
  background: #8975C6;
  display: inline-block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 4px;
}
.p-news-2022christmas__present p {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 1.7em;
}
.p-news-2022christmas__present img {
  display: block;
  margin: 16px auto;
}
.p-news-2022christmas__present a {
  background: #8975C6;
  border-radius: 40px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 16px 8px;
  transition: all 0.4s ease-in-out;
}
.p-news-2022christmas__event {
  margin-top: 64px;
}
.p-news-2022christmas__event h2 {
  font-size: 32px;
  font-weight: normal;
  position: relative;
}
.p-news-2022christmas__event h2::after {
  content: "";
  background: #8975C6;
  display: inline-block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 4px;
}
.p-news-2022christmas__event a {
  background: #202020;
  border-radius: 40px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
  padding: 12px 16px 8px;
  transition: all 0.4s ease-in-out;
}
.p-news-2022christmas__event-info {
  margin: 32px auto 0;
  max-width: 520px;
  text-align: left;
}
.p-news-2022christmas__event-info div {
  border-bottom: 1px solid #8975C6;
  display: flex;
  padding: 8px 0;
}
.p-news-2022christmas__event-info div:last-child {
  border-bottom: none;
}
.p-news-2022christmas__event-info div dt {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  width: 100px;
}
.p-news-2022christmas__event-info div dd {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}
.p-news-2022christmas__event-note {
  background: #F2F2F2;
  margin: auto;
  padding: 16px;
  max-width: 520px;
  text-align: left;
}
.p-news-2022christmas__event-note dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 1em;
}
.p-news-2022christmas__event-note dd {
  font-size: 14px;
  line-height: 1.7;
}
.p-news-wrapper h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}
.p-news-wrapper h3::after {
  content: "";
  background: #8975C6;
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 4px;
}
.p-news-20230513__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
}
.p-news-20230513__movie {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-news-20230513__movie {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}
.p-news-20230513__movie01 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-news-20230513__movie01 {
    width: 100%;

  }
}

.p-news-20230513__movie02 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-news-20230513__movie02 {
    width: 100%;

  }
}
.p-news-20231021__present {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-news-20231021__present {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}
.p-news-20231021__present-detail {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-news-20231021__present-detail {
    width: 100%;

  }
}
.p-news__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
}

.p-magazine {
  display: block;
}
@media screen and (max-width: 519px) {
  .p-magazine-list .swiper-magazine {
    margin: 0 -16px;
  }
}
.p-magazine-article__body {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 32px 48px;
}
.p-magazine-article__body .c-magazine-content__image {
  margin: 0 -32px;
}
@media screen and (max-width: 519px) {
  .p-magazine-article__body {
    padding: 0 16px 24px;
  }
  .p-magazine-article__body .c-magazine-content__image {
    margin: 0 -16px;
  }
}
.p-magazine-article__archive {
  margin-top: 64px;
}

.p-etc {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
.p-etc {
  margin-top: 50px;
}
}
.p-etc__list {
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  justify-content: space-between;
}
.p-etc__box01 {
  display: flex;
  width: 100%;
  justify-content: space-between;

}
@media screen and (max-width: 768px) {
 .p-etc__box01 {
  display: flex;
  flex-direction: column;
}
}

@media screen and (max-width: 768px) {
  .p-etc__list li {
    margin-top: 20px;
    width: 100%;
  }
  .p-etc__list li img {
    display: block;
    margin: auto;
  }
}
.p-etc__elm01 {
  order: 1;
}
.p-etc__elm02 {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}
.p-etc__elm03 {
  width: 49%
}

.p-etc__elm06 {
  width: 49%;
  margin-top: 18px;
}
.p-etc__elm08 {
  width: 48%;
  color: #000000;
}
.p-etc__elm08 img{
  margin-bottom: 12px;
}


@media screen and (max-width: 768px) {
  .p-etc__elm01 {
    order: 1;
  }
  .p-etc__elm02 {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .p-etc__elm03 {
    width: 100%;
  }
  .p-etc__elm06 {
    width: 100%;
  }
  .p-etc__elm08 {
    width: 100%;
  }
}

.p-etc-tweet {
  display: flex;
  align-items: center;
  line-height: 1.0;
}
.p-etc-tweet__icon {
  margin-right: 4px;
  margin-left: 20px;
}
.p-etc-tweet__text {
    color: #000000;
}
.p-etc-tweet__text a {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
    .p-etc-tweet__text {
    text-align: center;
    line-height: 1.7;
}
.p-etc-tweet {
   margin: 0 auto;
}
}
@media screen and (max-width: 390px) {
  .p-etc-tweet__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-etc__list li .p-etc__title:first-child {
    margin-bottom: 20px;
  }
}
.p-etc__list li .p-etc__title {
  margin-bottom: 14px;
}
.p-etc-card {
  padding: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-etc-card {
    padding: 30px;
  }
}
.p-etc-card--left-top {
  border-radius: 0 20px 20px 20px;
}
.p-etc-card--left-bottom {
  border-radius: 20px 20px 20px 0;
}
.p-etc-card--right-top {
  border-radius: 20px 0 20px 20px;
}
.p-etc-card--right-bottom {
  border-radius: 20px 20px 0 20px;
}
.p-etc-card--request {
  background: #000000;
  color:#D7D4E0;

}
.p-etc-card--quiz {
  background: #B8A3DC;

}
.p-etc-card--request .p-etc-card__link a {
  color: #ffffff;
}
.p-etc-card--quiz .p-etc-card__link a {
  color: #D7D4E0;
}
.p-etc-card--community {
  background: #90AECC;
}
.p-etc-card--community .p-etc-card__link a {
  color: #90AECC;
}
.p-etc-card--playlist {
  background: #AFD6D6;
}
.p-etc-card--playlist .p-etc-card__link a {
  color: #D7D4E0;
}
.p-etc__elm03 .p-etc-card__heading {
  border-bottom: 1px solid #8975C6;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-etc__elm06 .p-etc-card__heading, .p-etc__elm08 .p-etc-card__heading {
  border-bottom: 1px solid #000000;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-etc-card__heading {
    font-size: 20px;
  }
  .p-etc__elm03 .p-etc-card__heading {
    font-size: 20px;
  }
  .p-etc__elm06 .p-etc-card__heading, .p-etc__elm08 .p-etc-card__heading {
  font-size: 20px;
  }
}
.p-etc-card__body {
  line-height: 1.5;
  margin-top: 12px;
}
.p-etc-card__body__spotify {
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-etc-card__body {
    font-size: 14px;
  }
  .p-etc-card__body__spotify {
    font-size: 14px;
  }
}
.p-etc-card__link {
  display: inline-block;
  font-weight: 400;

}
@media screen and (max-width: 960px) {
  .p-etc-card__link {
    display: block;

  }
}
.p-etc__elm03 .p-etc-card__link a {
  display: block;
  background: #8975C6;
  border-radius: 30px;
  font-size: 10px;
  padding: 10px 12px;
}
.p-etc__elm06 .p-etc-card__link a, .p-etc__elm08 .p-etc-card__link a {
  display: block;
  background: #000000;
  border-radius: 30px;
  font-size: 10px;
  padding: 10px 12px;
}
@media screen and (max-width: 960px) {
  .p-etc-card__link a {
    display: inline-block;
    font-size: 14px;
  }
}

.u-font-yu {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", "游ゴシック体", "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", Meiryo, "MS PGothic", sans-serif;
}
.u-font-en {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.u-font-min {
  font-family: "Zen Antique", serif;
}
.u-font-kyo {
  font-family: "游教科書体", "YuKyokasho", "UD デジタル 教科書体 N-R", "UD Digi Kyokasho N-R", serif;
}
.u-font-std {
  font-family: "Source Sans Pro", "Noto Sans JP", Meiryo, sans-serif;
}
.u-font-zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-hidden {
  display: none;
}
@media screen and (min-width: 961px) {
  .u-hidden-pc {
    display: none;
  }
  .u-hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .u-hidden-pc {
    display: none;
  }
  .u-hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-hidden-pc {
    display: block;
  }
  .u-hidden-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-etc__elm03 img {
    display: none;
  }
}

/*========= ふわっと入場 ===============*/
.page-content {
  opacity: 0;
  transform: translateY(0);
  transition: opacity .2s ease, transform .2s ease;
  will-change: opacity, transform;
}
body.loaded .page-content {
  opacity: 1;
  transform: none;
}

/*========= 画面遷移アニメ ===============*/

.splashbg {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: #B8A3DC;
  transform: scaleY(0);
  transform-origin: bottom;
  pointer-events: none;
  opacity: 1;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* --- ステップ1：下から閉じる --- */
#animation-wrapper.leaving .splashbg.closing {
  animation: coverIn 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}

/* --- ステップ2：上から開く --- */
#animation-wrapper.leaving .splashbg.opening {
  transform-origin: top;
  animation: coverOut 0.45s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}

/* 下から上に閉じる */
@keyframes coverIn {
  0% { transform-origin: bottom; transform: scaleY(0); }
  100% { transform-origin: bottom; transform: scaleY(1); }
}

/* 上から開く */
@keyframes coverOut {
  0% { transform-origin: top; transform: scaleY(1); }
  100% { transform-origin: top; transform: scaleY(0); }
}
