/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  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 {
  -webkit-box-sizing: content-box;
          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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}

.c-svg-balloon {
  fill: none;
  stroke: #332d28;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}
.c-svg-txt {
  fill: #332d28;
}

.l-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8em;
  padding: 3.2em 2.6em;
}
@media screen and (max-width: 750px) {
  .l-header__inner {
    padding: 3em 3.4em;
  }
}

.p-logo-01 {
  width: 17.9em;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-logo-01 {
    width: 17.5em;
  }
}
.p-logo-02 {
  width: 23.1em;
}
@media screen and (max-width: 750px) {
  .p-logo-02 {
    width: 18.5em;
  }
}
.p-logo-03 {
  width: 20.6em;
}
@media screen and (max-width: 750px) {
  .p-logo-03 {
    width: 16.6em;
  }
}

.l-container {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #332d28;
}
@media screen and (max-width: 1140px) {
  .l-container {
    font-size: 0.8771929825vw;
  }
}
@media screen and (max-width: 750px) {
  .l-container {
    font-size: 1.3333333333vw;
  }
}

.l-content {
  position: relative;
}
@media screen and (min-width: 751px) {
  .l-content {
    border-bottom: 2px solid #d8d8d8;
  }
}

.p-hero {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-hero {
    padding: 15.6em 2em 13.2em;
    background: #ffdb4a url(../img/bg_motif_kv.png) no-repeat center top;
  }
}
@media screen and (max-width: 1140px) {
  .p-hero {
    padding-bottom: 8em;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  .p-hero {
    padding-bottom: 0;
  }
}

.c-link {
  position: fixed;
  bottom: 3.2em;
  right: 0;
  width: 43.6em;
  height: 44.2em;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .c-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    bottom: 0;
  }
}
.c-link .p-link-01 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32.9em;
  pointer-events: all;
}
@media screen and (max-width: 750px) {
  .c-link .p-link-01 {
    left: auto;
    right: 2.6em;
    bottom: 11.8em;
    width: 34.8em;
  }
}
.c-link .p-link-02, .c-link .p-link-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  width: 3em;
  height: 10.5em;
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  pointer-events: all;
}
@media screen and (min-width: 751px) {
  .c-link .p-link-02, .c-link .p-link-03 {
    position: absolute;
    border-radius: 0.5em 0 0 0.5em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 750px) {
  .c-link .p-link-02, .c-link .p-link-03 {
    width: 50%;
    height: 3.333em;
    font-size: 3em;
  }
}
.c-link .p-link-02 {
  top: 0;
  background-color: #ef8c29;
}
.c-link .p-link-03 {
  bottom: 0;
  background-color: #00a0e9;
}

.c-sec {
  padding: 11em 0 9em;
}
@media screen and (max-width: 750px) {
  .c-sec {
    padding: 10em 0 9em;
  }
}
.c-sec__inner {
  max-width: 114em;
  margin: 0 auto;
  padding: 0 2em;
}
@media screen and (max-width: 750px) {
  .c-sec__inner {
    padding: 0 2.5em;
  }
}
.c-sec-ttl {
  margin-bottom: 5em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-sec-ttl {
    margin-bottom: 5em;
  }
}

.c-lead-txt {
  margin-bottom: 1.666em;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.888;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-lead-txt {
    font-size: 2.6em;
    font-weight: 800;
  }
}

.c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .c-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2.5em;
  }
}
.c-box-cnt {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .c-box-cnt {
    width: 100%;
  }
}
.c-box-cnt.c-item-01 {
  width: 52.5em;
  height: 34.1em;
  margin-right: auto;
  padding-top: 5em;
  background: url(../img/balloon_1st.png) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .c-box-cnt.c-item-01 {
    width: 100%;
    height: 46.2em;
    margin: 0 0 3em 0;
    padding-top: 6em;
  }
}
.c-box-cnt.c-item-01 .u-small {
  margin-top: 2.5em;
}
.c-box-cnt.c-item-02 {
  width: 47.7em;
  height: 34.1em;
  margin: 0 3em 0 auto;
  padding-top: 11em;
  background: url(../img/balloon_2nd.png) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .c-box-cnt.c-item-02 {
    width: 100%;
    height: 43.6em;
    margin: 0;
    padding-top: 9em;
  }
}
.c-box-cnt.c-item-02 .u-small {
  margin-top: 5.3em;
}
@media screen and (min-width: 751px) {
  .c-box-cnt.c-item-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-box-cnt.c-item-03 .c-lead-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 1em;
  }
}
.c-box-cnt .c-lead-txt {
  margin-bottom: 1.75em;
  font-size: 2.2em;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .c-box-cnt .c-lead-txt {
    margin-top: 0.961em;
    margin-bottom: 1em;
    font-size: 2.6em;
    font-weight: 800;
  }
}
.c-box-ttl {
  margin-bottom: 2em;
  text-align: center;
}

.c-cmn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}

.p-personality-item {
  margin-top: 1.25em;
  width: 15.6em;
}
@media screen and (max-width: 750px) {
  .p-personality-item {
    width: 21.2em;
  }
}

.c-bnr-sys {
  position: relative;
  max-width: 114em;
  padding: 0 2.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .c-bnr-sys {
    padding: 0 2em;
  }
}
.c-bnr-sys .u-for--pc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .c-bnr-sys .u-for--pc {
    display: none;
  }
}
.c-bnr-sys .u-for--sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-bnr-sys .u-for--sp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 100%;
    margin: 0 auto;
  }
}
.c-bnr-sys a {
  max-width: 100%;
  margin: 3.5em auto 0;
}
@media screen and (max-width: 750px) {
  .c-bnr-sys a {
    margin: 5.5em auto 0;
  }
}
.c-bnr-sys a + a {
  margin: 3em auto 0;
}
.c-bnr-sys img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-column {
  margin-bottom: 5em;
  padding: 5em;
  background-color: #fef9e2;
  border-radius: 2em;
}
@media screen and (max-width: 750px) {
  .c-column {
    padding: 6em 2.5em;
  }
}
.c-column-ttl {
  display: table;
  width: 34.2em;
  height: 5.8em;
  margin: 0 auto 4em;
  padding-top: 1em;
  text-align: center;
  background: url(../img/ribbon.png) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .c-column-ttl {
    width: 50.6em;
    height: 8.5em;
    margin-bottom: 6em;
    padding-top: 1.4em;
  }
}
.c-column-ttl > span {
  font-size: 1.9em;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .c-column-ttl > span {
    font-size: 2.8em;
  }
}
.c-column__in {
  margin: 3.5em 0 2em;
  padding: 2em 5em 3em;
  background-color: #fff;
  border-radius: 1.75em;
}
@media screen and (max-width: 750px) {
  .c-column__in {
    margin: 5em 0 3em;
    padding: 5.6em 2.5em 5em;
  }
}

.c-sub-ttl {
  margin-bottom: 2em;
  text-align: center;
}

.c-large-txt {
  margin-bottom: 0.75em;
  font-size: 3em;
  line-height: 1.666;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-large-txt {
    margin-bottom: 1em;
    font-size: 3.4em;
  }
}

.c-note-txt {
  font-size: 1.4em;
  text-align: center;
  color: #696058;
}
@media screen and (max-width: 750px) {
  .c-note-txt {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 2.4em;
    line-height: 1.6;
    text-align: left;
  }
}

.c-present__lead {
  margin-bottom: 1.111em;
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-present__lead {
    margin-bottom: 1.153em;
    font-size: 2.6em;
    line-height: 1.6;
    font-weight: 800;
  }
}
.c-present-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.c-present-list > li {
  width: 50%;
  border-radius: 1em;
  overflow: hidden;
}
.c-present-list > li > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5.454em;
  font-size: 2.2em;
  font-weight: 600;
  text-align: center;
}
.c-present-list > li > p > small {
  display: block;
  margin-bottom: 0.25em;
  font-size: 0.727em;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .c-present-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .c-present-list > li {
    width: 100%;
  }
  .c-present-list > li + li {
    margin-top: 2.5em;
  }
  .c-present-list > li > p {
    height: 5.312em;
    padding-bottom: 0.3em;
    font-size: 3.2em;
  }
  .c-present-list > li > p > small {
    font-size: 0.812em;
  }
}
.c-present-01 {
  border: 2px solid #51b79f;
}
.c-present-01 > p {
  background-color: #51b79f;
  color: #fff;
}
.c-present-02 {
  border: 2px solid #face19;
}
.c-present-02 > p {
  background-color: #face19;
}

.c-present-img {
  padding: 3em;
  text-align: center;
}

.c-balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42.5em;
  height: 17.7em;
  margin: 0 auto;
  padding-bottom: 2em;
  background: url(../img/balloon_yellow.png) no-repeat center/contain;
}
@media screen and (max-width: 750px) {
  .c-balloon {
    width: 56.6em;
    height: 23.5em;
  }
}
.c-balloon > span {
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-balloon > span {
    font-size: 2.6em;
  }
}
.c-balloon > span > strong {
  font-size: 1.333em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .c-balloon > span > strong {
    font-size: 1.307em;
  }
}

.c-ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-ex__balloon {
  width: 8.9em;
  height: 7.4em;
}
@media screen and (max-width: 750px) {
  .c-ex__balloon {
    width: 13em;
    height: 10.6em;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.c-ex.u-type-01 {
  gap: 1.5em;
}
.c-ex.u-type-01 .c-ex-txt {
  font-size: 1.8em;
}
@media screen and (max-width: 750px) {
  .c-ex.u-type-01 .c-ex-txt {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 750px) {
  .c-ex.u-type-01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-ex.u-type-01 .c-ex__in {
    gap: 1.25em;
  }
}
.c-ex.u-type-02 {
  gap: 1.2em;
}
@media screen and (max-width: 750px) {
  .c-ex.u-type-02 {
    position: relative;
  }
  .c-ex.u-type-02 .c-ex__in {
    margin: 1em 0;
  }
  .c-ex.u-type-02 .c-ex__balloon {
    position: absolute;
    left: 3.5em;
    top: -9em;
    width: 12em;
  }
}
.c-ex.u-type-02 .c-ex-txt {
  font-size: 1.6em;
}
@media screen and (max-width: 750px) {
  .c-ex.u-type-02 .c-ex-txt {
    font-size: 2.6em;
    text-align: center;
  }
}
.c-ex.u-type-02 .c-svg-balloon {
  fill: #fff;
}
.c-ex__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.c-ex-txt {
  margin-left: 0.5em;
  font-weight: 600;
  line-height: 1.4;
  color: #ef8c29;
  text-indent: -0.5em;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 40em;
  height: 8em;
  margin: 0 auto;
  padding: 0 0.75em 0.3em 0;
  background-color: #ef8c29;
  border-radius: 1em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .c-btn {
    width: 100%;
    height: 12em;
  }
}
.c-btn > span {
  font-size: 2.6em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .c-btn > span {
    font-size: 3.4em;
  }
}
.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  top: 50%;
  right: 2.5em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .c-btn::after {
    width: 2em;
    height: 2em;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
.c-btn.u-small {
  width: 29em;
  height: 5.8em;
  margin-top: 2.5em;
  background-color: #332d28;
}
@media screen and (max-width: 750px) {
  .c-btn.u-small {
    width: 55em;
    height: 10em;
  }
}
.c-btn.u-small > span {
  font-size: 2em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .c-btn.u-small > span {
    font-size: 3.4em;
  }
}
.c-btn.u-small::after {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 750px) {
  .c-btn.u-small::after {
    width: 2em;
    height: 2em;
  }
}
.c-btn.p-follow {
  width: 32em;
  height: 5.8em;
  background-color: #ef8c29;
}
@media screen and (max-width: 750px) {
  .c-btn.p-follow {
    width: 60em;
    height: 10em;
    margin-bottom: 11em;
  }
}
.c-btn.p-follow > span {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .c-btn.p-follow > span {
    font-size: 3.4em;
  }
}
.c-btn.p-follow::after {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 750px) {
  .c-btn.p-follow::after {
    width: 2em;
    height: 2em;
  }
}
.c-btn.p-comado {
  width: 32em;
  height: 5.8em;
  background-color: #face19;
  color: #332d28;
}
@media screen and (max-width: 750px) {
  .c-btn.p-comado {
    width: 60em;
    height: 10em;
  }
}
.c-btn.p-comado > span {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .c-btn.p-comado > span {
    font-size: 3.4em;
  }
}
.c-btn.p-comado::after {
  width: 1em;
  height: 1em;
  border-color: #332d28;
}
@media screen and (max-width: 750px) {
  .c-btn.p-comado::after {
    width: 2em;
    height: 2em;
  }
}
@media screen and (max-width: 750px) {
  .c-btn.p-comado.u-for--sp {
    margin: 4em -2.6em 0;
    width: calc(100% + 5.2em);
    background-color: #332d28;
    color: #fff;
  }
  .c-btn.p-comado.u-for--sp::after {
    border-color: #fff;
  }
}

.c-comado {
  margin: 6em 0 10em;
  padding: 4em;
  background-color: #ffdb4a;
  border-radius: 2em;
}
@media screen and (max-width: 750px) {
  .c-comado {
    margin: 11em 0 10em;
    padding: 6em 0 5em;
  }
}
.c-comado-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .c-comado-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-comado-item {
  position: relative;
  padding: 0 1.111em;
  font-size: 1.8em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-comado-item {
    padding: 0.9em 0 0.75em;
    font-size: 2.6em;
  }
}
.c-comado-item > b {
  font-size: 1.222em;
}
@media screen and (max-width: 750px) {
  .c-comado-item > b {
    position: relative;
    top: 0.05em;
    font-size: 1.153em;
  }
}
.c-comado-item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 0.4em);
  top: 0.2em;
  left: 0;
  background-color: #face19;
}
@media screen and (max-width: 750px) {
  .c-comado-item:not(:first-child)::before {
    width: 100%;
    height: 1px;
  }
}
.c-comado-txt {
  margin-bottom: 1em;
  font-size: 1.8em;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-comado-txt {
    margin-bottom: 0.5em;
    font-size: 2.6em;
  }
}
.c-comado-txt > b {
  margin: 0 0.1em;
  font-size: 1.666em;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .c-comado-txt > b {
    position: relative;
    top: 0.1em;
    font-size: 1.769em;
  }
}
.c-comado img {
  display: block;
  margin: 0 auto 3em;
}
@media screen and (max-width: 750px) {
  .c-comado img {
    display: block;
    width: 55em;
    margin: 0 auto 3.5em;
  }
}
.c-comado__in {
  margin-top: 3em;
  padding: 1em 2em 2em;
  background-color: #fff;
  border-radius: 1.5em;
}
@media screen and (max-width: 750px) {
  .c-comado__in {
    margin-top: 4.5em;
    padding: 2.5em 2.5em 2em;
    border-radius: 1em;
  }
}

@media screen and (min-width: 751px) {
  .p-img-01 {
    width: 40.5em;
  }
}
@media screen and (min-width: 751px) {
  .p-img-02 {
    width: 37.2em;
  }
}
.p-img-03 {
  width: 22.5em;
}
@media screen and (max-width: 750px) {
  .p-img-03 {
    width: 31.8em;
  }
}
.p-img-04 {
  width: 41.4em;
}
@media screen and (max-width: 750px) {
  .p-img-04 {
    width: 59.6em;
  }
}
.p-img-05 {
  width: 28em;
  margin: 0 5em;
}
@media screen and (max-width: 750px) {
  .p-img-05 {
    width: 30em;
    margin: 0;
  }
}
.p-img-06 {
  width: 28em;
  margin: 0 5em;
}
@media screen and (max-width: 750px) {
  .p-img-06 {
    width: 30em;
    margin: 0;
  }
}
.p-img-07 {
  width: 27.1em;
}
.p-img-08 {
  width: 51.3em;
}

@media screen and (min-width: 981px) {
  .footer_listen.sp {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .footer_listen.pc {
    display: none;
  }
}
.l-footer-copyright {
  padding: 1em;
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .l-footer-copyright {
    font-size: 1.6em;
  }
}

.c-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6em;
  margin-top: 2em;
  padding: 2.5em;
}
.c-sns > li {
  width: 5.2em;
}

.u-bg-01 {
  background: url(../img/bg_dot.png);
}
@media screen and (max-width: 750px) {
  .u-bg-01 {
    background-size: 2.4em 2.4em;
  }
}
.u-bg-01.p-motif {
  position: relative;
}
.u-bg-01.p-motif::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: transparent url(../img/bg_motif_lr.png) no-repeat center;
}
@media screen and (max-width: 750px) {
  .u-bg-01.p-motif::after {
    background-image: url(../img/bg_motif01_sp.png);
    background-size: 100% auto;
  }
}

.u-bg-02 {
  position: relative;
  background: url(../img/bg_dot_trans.png);
}
@media screen and (max-width: 750px) {
  .u-bg-02 {
    background-size: 2.4em 2.4em;
  }
  .u-bg-02 .c-box {
    padding: 0;
  }
}
.u-bg-02::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #ffdb4a url(../img/bg_motif.png) no-repeat center;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .u-bg-02::before {
    background-image: url(../img/bg_motif02_sp.png), url(../img/bg_motif03_sp.png);
    background-position: left 35em, left bottom 13.1em;
    background-size: contain;
  }
}

.u-center {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .u-for--pc {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .u-for--sp {
    display: none !important;
  }
}

.u-brackets-01 {
  margin-left: -0.25em;
}
.u-brackets-02 {
  margin-right: -0.75em;
}

.u-nowrap {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */