:root {
  --font-En: "Josefin Sans", sans-serif;
  --font-Jp: "Noto Sans JP", sans-serif;
  --bg-ye: #fefbe1;
  --color-pk: #de548e;
  --color-bl: #30bac4;
  --color-ye: #fdec6d;
  --color-red: #b60007;
  --color-bk: #231815;
  --bg-gradation-pk1: transparent
    linear-gradient(90deg, #f7e0e4 0%, #fdf6d7 49%, #f7e1e4 100%) 0% 0%
    no-repeat padding-box;
  --bg-gradation-pk2: transparent
    linear-gradient(
      90deg,
      #e2709d 0%,
      #e2709d 20%,
      #deb429 50%,
      #e2709d 80%,
      #e2709d 100%
    )
    0% 0% no-repeat padding-box;
  --bg-gradation-bl: transparent
    linear-gradient(90deg, #e7efe3 0%, #fdf6d7 49%, #e8efe3 100%) 0% 0%
    no-repeat padding-box;
}

/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model */
/* ============================================ */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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 {
  font-size: 16px;
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", sans-serif;
  background-color: #fdfdfd;
  color: #231815;
}

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

/* 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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 */
/* ============================================ */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  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;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-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;
  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;
  border: 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;
}

/* --------------------------------------------------------------
- Layout
-------------------------------------------------------------- */
.l-container {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: 40px;
}

.l-spacer-primary {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .l-container {
    padding-inline: 20px;
  }

  .l-spacer-primary {
    margin-top: 56px;
  }
}

/* --------------------------------------------------------------
- Compornent
-------------------------------------------------------------- */
.c-heading {
  position: relative;
  padding-bottom: 13px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60px;
  height: 5px;
  margin: auto;
  background-color: var(--color-pk);
}

.c-button-wrap {
  margin-top: 72px;
  text-align: center;
}

.c-button-primary {
  display: inline-block;
  width: 550px;
  padding: 24px;
  background: var(--bg-gradation-pk2);
  color: #fff;
  border-radius: 50px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-button-musik {
  display: inline-block;
  width: 400px;
  padding: 16px;
  background-color: var(--color-red);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 58px;
}

.c-button__deactivate {
  display: inline-block;
  width: 300px;
  padding: 16px;
  background: #888;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .c-heading {
    padding-bottom: 13px;
    font-size: 24px;
  }

  .c-heading::after {
    width: 40px;
  }

  .c-button-wrap {
    margin-top: 40px;
  }

  .c-button-primary {
    width: 100%;
    max-width: 400px;
    padding: 16px;
    font-size: 18px;
  }

  .c-button-musik {
    width: 100%;
    max-width: 300px;
    padding: 16px;
    font-size: 16px;
  }

  .c-button__deactivate {
    width: 250px;
    font-size: 0.875rem;
  }
}

/* --------------------------------------------------------------
- Project
-------------------------------------------------------------- */
.p-about {
  padding: 80px 40px;
  background-color: var(--bg-ye);
  border-radius: 50px;
}

.p-about__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.p-about__logo {
  flex-shrink: 0;
  width: auto;
  height: 111px;
}

.p-about__read {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.125;
}

@media screen and (max-width: 768px) {
  .p-about {
    margin-inline: 20px;
    padding: 40px 20px;
    border-radius: 20px;
  }

  .p-about__heading {
    font-size: 20px;
  }

  .p-about__logo {
    height: 68px;
  }

  .p-about__read {
    text-align: left;
    font-size: 14px;
  }
}

.p-flow {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-flow__image {
    margin-top: 32px;
    max-width: 302px;
    margin-left: 25px;
  }
}

.p-period__icon {
  position: relative;
  top: -65px;
  display: block;
  width: 90px;
  margin: 0 auto -40px;
}

.p-period__read {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

.p-period__images {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.p-period__image {
  align-self: flex-end;
  width: 50%;
}

.p-period1 {
  margin-top: 120px;
  padding-inline: 40px;
  background: var(--bg-gradation-pk1);
  border-radius: 30px;
}

.p-period2 {
  margin-top: 120px;
  padding-inline: 40px;
  background: var(--bg-gradation-bl);
  border-radius: 30px;
}

.p-period__pr {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}

.p-period__text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background-color: var(--color-ye);
  border-radius: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-period__icon {
    top: -45px;
    width: 61px;
    margin: 0 auto -20px;
  }

  .p-period__read {
    font-size: 20px;
  }

  .p-period__images {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }

  .p-period__image {
    align-self: center;
    width: 100%;
    max-width: 500px;
  }

  .p-period1 {
    margin-top: 100px;
    padding-inline: 20px;
  }

  .p-period2 {
    margin-top: 100px;
    padding-inline: 20px;
  }

  .p-period__pr {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }

  .p-period__text {
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 24px;
  }
}

.p-faq {
  padding-block: 120px;
  background: var(--bg-ye);
  border-radius: 50px;
}

.p-faq__wrap {
  margin-top: 48px;
}

.p-faq__wrap + .p-faq__wrap {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #e3e3e3;
}

.p-faq__cat {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-faq__item + .p-faq__item {
  margin-top: 32px;
}

.p-faq__title {
  position: relative;
  min-height: 40px;
  padding: 4px 44px 0 64px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.p-faq__title::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: var(--color-pk);
  color: #fff;
  text-align: center;
  font-family: var(--font-En);
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
}

.p-faq__icon {
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: 20px;
}

.p-faq__icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: var(--color-pk);
}

.p-faq__icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  margin: auto;
  background-color: var(--color-pk);
}

.is-open .p-faq__icon::after {
  background-color: transparent;
}

.p-faq__answer {
  display: none;
}

.p-faq__answerInner {
  position: relative;
  min-height: 40px;
  margin-top: 16px;
  padding: 4px 0 0 64px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-faq__answerInner::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: var(--color-bl);
  color: #fff;
  text-align: center;
  font-family: var(--font-En);
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
}

.p-faq__answerInner > a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-faq {
    padding-block: 64px;
    border-radius: 30px;
  }

  .p-faq__wrap {
    margin-top: 40px;
  }

  .p-faq__wrap + .p-faq__wrap {
    margin-top: 48px;
    padding-top: 48px;
  }

  .p-faq__cat {
    margin-bottom: 32px;
    font-size: 18px;
  }

  .p-faq__item + .p-faq__item {
    margin-top: 24px;
  }

  .p-faq__title {
    min-height: 32px;
    padding: 4px 32px 0 40px;
    font-size: 14px;
  }

  .p-faq__title::before {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    font-size: 20px;
    line-height: 35px;
  }

  .p-faq__icon {
    top: 8px;
    width: 16px;
    height: 16px;
  }

  .p-faq__answerInner {
    min-height: 32px;
    margin-top: 16px;
    padding: 4px 0 0 40px;
    font-size: 14px;
  }

  .p-faq__answerInner::before {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    font-size: 20px;
    line-height: 35px;
  }
}

.p-footer {
  margin-top: 80px;
  padding-bottom: 24px;
  text-align: center;
}

.p-footer__sns {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.p-sns__item {
  width: 40px;
}

.p-footer__nav {
  margin-top: 40px;
}

.p-footer__navItem {
  font-size: 14px;
}

.p-footer__copy {
  margin-top: 56px;
  font-size: 10px;
  line-height: 1.5;
}

.p-footer__copy span {
  display: inline-block;
}

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

  .p-footer__sns {
    gap: 16px;
  }

  .p-sns__item {
    width: 32px;
  }

  .p-footer__nav {
    margin-top: 32px;
  }

  .p-footer__navItem {
    font-size: 12px;
  }

  .p-footer__copy {
    margin-top: 40px;
    font-size: 10px;
  }
}

.p-guideline__header {
  margin: 32px 32px 64px;
}

.p-guideline__header img {
  width: auto;
  height: 64px;
}

.p-guideline__item {
  margin-top: 48px;
}

.p-guideline__title {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 24px;
  background-color: var(--color-pk);
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-guideline__list {
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.p-guideline__text {
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.p-guideline__table {
  width: 100%;
  margin-top: 24px;
  border-collapse: separate;
}

.p-guideline__table tr:nth-child(1) th {
  background-color: #53b7c3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.p-guideline__table tr:nth-child(1) th:nth-child(1) {
  border: 1px solid var(--color-bk);
  border-top-left-radius: 10px;
}

.p-guideline__table tr:nth-child(1) th:nth-child(2) {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: var(--color-bk);
  border-top-right-radius: 10px;
}

.p-guideline__table th {
  padding: 16px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--color-bk);
  text-align: center;
}

.p-guideline__table th:nth-child(1) {
  width: 205px;
  font-size: 16px;
}

.p-guideline__table td {
  padding: 16px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--color-bk);
  line-height: 1.5;
}

.p-guideline__table tr:last-child th {
  border-bottom-left-radius: 10px;
}

.p-guideline__table tr:last-child td {
  border-bottom-right-radius: 10px;
}

.p-guideline__att {
  margin-top: 16px;
  color: var(--color-red);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.5;
}

.p-guideline__grid {
  display: flex;
  gap: 48px;
}

.p-guideline__grid figure {
  flex-shrink: 0;
  width: 184px;
}

.p-guideline__grid figcaption {
  margin-top: 8px;
  text-align: center;
  font-size: 10px;
}

.p-office {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-guideline__header {
    margin: 16px 16px 56px;
  }

  .p-guideline__header img {
    height: 40px;
  }

  .p-guideline__item {
    margin-top: 40px;
  }

  .p-guideline__title {
    padding: 8px 16px;
    font-size: 14px;
  }

  .p-guideline__list {
    font-size: 14px;
  }

  .p-guideline__text {
    font-size: 14px;
  }

  .p-guideline__table {
    margin-top: 24px;
  }

  .p-guideline__table tr:nth-child(1) th {
    font-size: 14px;
  }

  .p-guideline__table th {
    padding: 8px;
  }

  .p-guideline__table th:nth-child(1) {
    width: 90px;
    font-size: 12px;
  }

  .p-guideline__table td {
    padding: 8px;
    font-size: 12px;
  }

  .p-guideline__table tr:last-child th {
    border-bottom-left-radius: 10px;
  }

  .p-guideline__table tr:last-child td {
    border-bottom-right-radius: 10px;
  }

  .p-guideline__att {
    font-size: 12px;
  }

  .p-guideline__grid {
    gap: 20px;
  }

  .p-guideline__grid figure {
    width: 100px;
  }

  .p-office {
    font-size: 16px;
  }
}

.p-musik {
  padding: 80px;
  background: url(../img/lp/bg.png) repeat left / contain;
}

.p-musik__body {
  padding: 80px;
  background-color: #fff;
}

.p-musik__logo {
  text-align: center;
}

.p-musik__logo img {
  width: auto;
  height: 131px;
}

.p-musik__copy {
  margin-top: 40px;
  text-align: center;
  color: var(--color-red);
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
}

.p-musik__marker {
  background: linear-gradient(transparent 60%, #fdef9d 0%);
}

.p-musik__item {
  margin-top: 48px;
}

.p-musik__title {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 24px;
  background-color: var(--color-red);
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-musik__text {
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.p-musik__read {
  margin-top: 56px;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.p-musik__att {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
}

.p-guideline__sup {
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-musik {
    padding: 56px 20px;
  }

  .p-musik__body {
    padding: 40px 24px;
  }

  .p-musik__logo img {
    height: 60px;
  }

  .p-musik__copy {
    margin-top: 32px;
    font-size: 19px;
    letter-spacing: 0.125em;
  }

  .p-musik__item {
    margin-top: 40px;
  }

  .p-musik__title {
    padding: 8px 16px;
    font-size: 14px;
  }

  .p-musik__text {
    font-size: 14px;
  }

  .p-musik__read {
    margin-top: 40px;
    font-size: 16px;
  }

  .p-musik__att {
    font-size: 12px;
  }

  .p-guideline__sup {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* --------------------------------------------------------------
- Utility
-------------------------------------------------------------- */
.u-pink.-large,
.u-blue.-large {
  font-size: 60px;
}

.u-pink {
  font-family: var(--font-En, --font-Jp);
  color: var(--color-pk);
}

.u-blue {
  font-family: var(--font-En, --font-Jp);
  color: var(--color-bl);
}

.u-red {
  color: var(--color-red);
}

.u-att {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .u-pink.-large,
  .u-blue.-large {
    font-size: 48px;
  }
}

@media (hover: hover) and (pointer: fine) {
  a {
    transition: opacity 0.3s;
  }

  a:hover {
    opacity: 0.7;
  }

  a.c-button__deactivate:hover {
    opacity: 1;
  }
}
