@charset "UTF-8";
/*! 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;
}

html {
  overflow: visible;
}

body {
  background: transparent;
  color: #fff;
  line-height: 1;
  opacity: 0;
  -webkit-animation: fadein 1.4s forwards ease-in-out, bgfadein 1.4s forwards ease-in-out;
          animation: fadein 1.4s forwards ease-in-out, bgfadein 1.4s forwards ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: inherit;
}

@-webkit-keyframes bgfadein {
  0% {
    background: transparent;
  }
  60% {
    background: transparent;
  }
  100% {
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2e46), to(#104466));
    background: linear-gradient(to bottom, #0a2e46 0%, #104466 100%);
  }
}

@keyframes bgfadein {
  0% {
    background: transparent;
  }
  60% {
    background: transparent;
  }
  100% {
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2e46), to(#104466));
    background: linear-gradient(to bottom, #0a2e46 0%, #104466 100%);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-header {
    min-width: 1366px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1920px) {
  .l-header {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    font-size: inherit;
  }
}
.l-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgb(210, 33, 32) 2px, rgb(210, 33, 32) 6px);
  background: repeating-linear-gradient(135deg, #d22120, #d22120 3px, #fff 5px, #fff 6px);
}
@media screen and (max-width: 768px) {
  .l-header:after {
    background: repeating-linear-gradient(135deg, #d22120, #d22120 2px, #fff 3px, #fff 4px);
  }
}
.l-header-content > img {
  width: 100%;
}
.l-header-txt {
  position: absolute;
  left: 50%;
  bottom: 2.692em;
  font-size: 2.6em;
  line-height: 1.461;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1366px) {
  .l-header-txt {
    font-size: 18.5px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-txt {
    width: 100%;
    padding-left: 1.5em;
    bottom: 2.461em;
    font-size: 2.6em;
  }
}

.l-container {
  font-size: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-container {
    font-size: 1.3333333333vw;
  }
}

.l-content {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-content {
    background: linear-gradient(to top, #0b324b 0 3px, #fff 3px 5px, transparent 5px 100%);
  }
}

.p-sec {
  padding: 8em 0;
}
@media screen and (max-width: 768px) {
  .p-sec {
    padding: 6em 0;
  }
}
.p-sec-01 {
  position: relative;
  padding-bottom: 7em;
  background: url(../img/ttl_01_bg.png) no-repeat center top/2000px auto;
}
@media screen and (max-width: 768px) {
  .p-sec-01 {
    background: url(../img/ttl_02_bg_sp.png) no-repeat center top 4em/100% auto;
  }
}
.p-sec-01::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1em;
  background: repeating-linear-gradient(135deg, transparent, transparent 3px, #fff 5px, #fff 6px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-sec-01::after {
    background: repeating-linear-gradient(135deg, transparent, transparent 2px, #fff 3px, #fff 4px);
  }
}
.p-sec-02 {
  background: url(../img/ttl_02_bg.png) no-repeat center top 1.5em/2000px auto, url(../img/sec_bg.png) no-repeat center bottom/2000px auto;
}
@media screen and (max-width: 768px) {
  .p-sec-02 {
    padding-bottom: 8em;
    background: url(../img/ttl_02_bg_sp.png) no-repeat center top 4em/100% auto;
  }
}
.p-sec-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 2em;
}
.p-sec-ttl {
  margin-bottom: 6em;
  text-align: center;
}
.p-sec-ttl + p > img {
  width: 81.6em;
}
.p-sec-ttl > img {
  height: 10.7em;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-sec-ttl > img {
    height: 13.3em;
  }
}

.p-program-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.5em 4em;
}
@media screen and (max-width: 768px) {
  .p-program-lists {
    gap: 3.8em;
  }
}
.p-program-list {
  width: 28.3em;
}

.p-personality {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7em;
          flex: 0 0 7em;
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-personality {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.3em;
            flex: 0 0 11.3em;
  }
}
@media screen and (min-width: 769px) {
  .p-personality.p-irr {
    position: relative;
    padding-bottom: 1.8em;
  }
  .p-personality.p-irr > .p-name {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    white-space: nowrap;
  }
}
.p-personality-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5em 2.8em;
  margin: 5em 0;
  padding: 0 2.6em;
}
@media screen and (max-width: 768px) {
  .p-personality-lists {
    gap: 7em;
  }
}
.p-personality-list {
  position: relative;
  width: 39.7em;
  background-color: #fff;
  border-image-slice: 24;
  border-image-width: 22px;
  border-image-outset: 0;
  border-image-repeat: repeat repeat;
  border-image-source: url(../img/img_border.png);
  border-radius: 1em;
  color: #003333;
}
@media screen and (max-width: 768px) {
  .p-personality-list {
    width: 100%;
    border-radius: 1.6em;
    border-image-slice: 44;
    border-image-width: 36px;
    border-image-source: url(../img/img_border_sp.png);
  }
}
.p-personality-list__in {
  padding: 2.8em;
}
@media screen and (max-width: 768px) {
  .p-personality-list__in {
    padding: 4.4em;
  }
}

.p-listen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .p-listen-wrap {
    margin-top: 2em;
    min-height: 7.4em;
  }
}
@media screen and (max-width: 768px) {
  .p-listen {
    gap: 1.3em;
  }
}
.p-listen-txt {
  height: 1.6em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-listen-txt {
    height: 2.6em;
    margin: 2.5em 0 1.5em;
  }
}
.p-listen-txt > img {
  max-height: 100%;
  width: auto;
}
.p-listen .p-amazon {
  width: 4.8em;
  height: 4.8em;
  background: url(../img/listen_amazon.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-listen .p-amazon {
    width: 7.6em;
    height: 7.6em;
  }
}
.p-listen .p-audee {
  width: 4.4em;
  height: 4.4em;
  background: url(../img/listen_audee.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-listen .p-audee {
    width: 7em;
    height: 7em;
  }
}
.p-listen .p-spotify {
  width: 4.5em;
  height: 4.5em;
  background: url(../img/listen_spotify.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-listen .p-spotify {
    width: 7.1em;
    height: 7.1em;
  }
}
.p-listen .p-applep {
  width: 4.2em;
  height: 4.2em;
  background: url(../img/listen_applep.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-listen .p-applep {
    width: 6.6em;
    height: 6.6em;
  }
}
.p-listen .p-applem {
  width: 4.4em;
  height: 4.4em;
  background: url(../img/listen_applem.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-listen .p-applem {
    width: 7em;
    height: 7em;
  }
}
.p-listen .p-radiko {
  width: 4.2em;
  height: 4.2em;
  background: url(../img/listen_radiko.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-listen .p-radiko {
    width: 6.6em;
    height: 6.6em;
  }
}

.p-item {
  font-size: 2.4em;
  line-height: 1.166;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-item {
    font-size: 4em;
    line-height: 1.15;
  }
}

.p-winner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.8em;
          flex: 0 0 7.8em;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .p-winner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5em;
            flex: 0 0 12.5em;
  }
}

.p-name {
  position: relative;
  margin: 0.5em -0.5em 0;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
.p-name > small {
  font-size: 0.833em;
}
@media screen and (max-width: 768px) {
  .p-name {
    font-size: 2em;
  }
  .p-name > small {
    font-size: 0.8em;
  }
}

.p-comment-all {
  position: relative;
  max-width: calc(100% - 8.5em);
}

@media screen and (min-width: 769px) {
  .p-comment {
    margin-top: 0.25em;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 表示する最大行数 */
    max-height: 4.5em; /* 3行分の高さ */
    transition: max-height 0.3s ease, -webkit-line-clamp 0.3s ease;
  }
  .p-comment.open {
    -webkit-line-clamp: unset; /* 制限解除 */
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  .p-comment {
    font-size: 2.8em;
    line-height: 1.428;
  }
  .p-comment > br {
    display: none;
  }
}
.p-comment-wrap {
  position: relative;
  margin-bottom: 0.5em;
  padding-bottom: 2.2em;
  border-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .p-comment-wrap {
    margin-bottom: 1em;
    padding-bottom: 3.5em;
  }
}
.p-comment-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.2em;
  background: url(../img/comment.svg) no-repeat center bottom/contain;
}
@media screen and (max-width: 768px) {
  .p-comment-wrap::after {
    height: 2.2em;
  }
}

.p-cmn-wrap.p-comment-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.p-read-more {
  display: none;
  position: relative;
  font-size: 1.4em;
  line-height: 1.571;
  font-weight: 600;
  cursor: pointer;
}
.p-read-more::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: calc(100% - 1em);
  height: 1px;
  background-color: #003333;
}
@media screen and (max-width: 768px) {
  .p-read-more {
    display: none !important;
  }
}

.p-comment.open + .p-read-more::after {
  width: 100%;
}

.p-anchor {
  padding: 1em;
}
.p-anchor-wrap {
  position: relative;
  margin-top: 4em;
  padding: 0 4.8em;
}
.p-anchor-item {
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .p-anchor-item {
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
  }
}
.p-anchor-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #4ea5dd;
}

.p-note-lists {
  max-width: 808px;
  margin: 0 auto 5em;
}
@media screen and (max-width: 768px) {
  .p-note-lists {
    max-width: none;
    padding: 0 2.6em;
  }
}
.p-note-list {
  font-size: 1.4em;
  line-height: 1.857;
  margin-left: 1em;
  text-indent: -1em;
}
.p-note-list > a {
  text-decoration: underline;
}
.p-note-list::before {
  content: "※";
}
@media screen and (max-width: 768px) {
  .p-note-list {
    font-size: 2em;
    line-height: 2;
  }
}

.swiper-slide > img {
  width: 100%;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 5.5em;
}
@media screen and (max-width: 768px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 5em;
  }
}

.swiper-button-next {
  right: 0.5em;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-button-prev {
  left: 0.5em;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0;
  }
}

.l-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1366px;
  margin: 0 auto;
  gap: 1.4em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.2em;
  }
}
.l-footer-sns__item {
  list-style: none;
}
.l-footer-sns__item img {
  width: 100%;
}
.l-footer-sns__item.p-icon-x {
  width: 2.8em;
}
@media screen and (max-width: 768px) {
  .l-footer-sns__item.p-icon-x {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 4.7em;
  }
}
.l-footer-sns__item.p-icon-f {
  width: 3.7em;
}
@media screen and (max-width: 768px) {
  .l-footer-sns__item.p-icon-f {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 6.2em;
  }
}
.l-footer-sns__item.p-icon-l {
  width: 4.3em;
}
@media screen and (max-width: 768px) {
  .l-footer-sns__item.p-icon-l {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 7.3em;
  }
}
.l-footer-primary {
  position: relative;
  padding: 5em 1em 14em;
}
@media screen and (min-width: 769px) {
  .l-footer-primary {
    background: linear-gradient(#0b324b 0 3px, #fff 3px 5px, transparent 5px 100%);
  }
}
.l-footer-primary:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1em;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background: repeating-linear-gradient(135deg, #d22120, #d22120 3px, #fff 5px, #fff 6px);
}
@media screen and (max-width: 768px) {
  .l-footer-primary {
    padding: 4em 0 10em;
  }
  .l-footer-primary:after {
    background: repeating-linear-gradient(135deg, #d22120, #d22120 2px, #fff 3px, #fff 4px);
  }
}
.l-footer-secondary {
  position: relative;
  padding: 7.5em 1em 9em;
  background: #e10019;
  background: -webkit-gradient(linear, left top, left bottom, from(#a0172a), to(#e10019));
  background: linear-gradient(to bottom, #a0172a 0%, #e10019 100%);
}
@media screen and (max-width: 768px) {
  .l-footer-secondary {
    padding: 8.8em 1em 7em;
  }
}
.l-footer-logo {
  width: 14.6em;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-footer-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 3em;
    padding: 0 0 6em;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .l-footer-logo > a > img {
    width: 20.5em;
  }
}
.l-footer-pagetop {
  width: 11em;
  right: 3em;
  bottom: 3em;
  z-index: 10;
}
.l-footer-pagetop > img {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 2em;
    background: url(../img/sec_bg_sp.png) no-repeat center bottom 1em/100% auto;
    text-align: center;
  }
  .l-footer-pagetop > img {
    width: 14.2em;
  }
}
.l-footer-img {
  position: absolute;
  top: -8em;
  left: 50%;
  width: 128em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .l-footer-img {
    max-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-img {
    width: 100%;
    top: -10em;
  }
}
.l-footer-copyright {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 100;
  text-align: center;
  color: #fff;
}

.footer_listen * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.p-txt {
  margin-top: 0.75em;
  font-size: 1.6em;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
}

.p-btn-apply-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  bottom: 5em;
  width: 46.6em;
  height: 8.7em;
  padding-right: 2.9em;
  border-radius: 8.7em;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  -webkit-box-shadow: 0 0 14px rgb(255, 255, 255);
          box-shadow: 0 0 14px rgb(255, 255, 255);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-btn-apply-01 {
    min-width: 331px;
    min-height: 61px;
  }
  .p-btn-apply-01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eea7a7));
    background: linear-gradient(to bottom, #ffffff 0%, #eea7a7 100%);
    border-radius: 8.7em;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; /* ふわっと切り替え */
    z-index: 1;
  }
  .p-btn-apply-01:hover::before {
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eea7a7));
    background: linear-gradient(to bottom, #ffffff 0%, #eea7a7 100%);
  }
}
@media screen and (max-width: 1366px) {
  .p-btn-apply-01 {
    bottom: 36px;
  }
}
.p-btn-apply-01 > img {
  position: relative;
  width: 28.5em;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-btn-apply-01 > img {
    min-width: 203px;
  }
}
@media screen and (max-width: 768px) {
  .p-btn-apply-01 {
    bottom: 5.8em;
    width: 40em;
    height: 9.2em;
    border-radius: 9.2em;
  }
  .p-btn-apply-01 > img {
    width: 29em;
  }
}
.p-btn-apply-02 {
  display: block;
  position: relative;
  bottom: -0.2em;
  width: 100%;
  height: 4.8em;
  margin-top: -1.4em;
  background: url(../img/btn_oubo.png) no-repeat center/contain;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-btn-apply-02 {
    height: 7.7em;
    margin-top: -1.8em;
    background: url(../img/btn_oubo_sp.png) no-repeat center/cover;
    border-radius: 0 0 1.5em 1.5em;
  }
}
.p-btn-apply-02 > img {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (min-width: 769px) {
  .p-btn-apply-02:hover > img {
    opacity: 1;
  }
}

.p-bnr {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-bnr {
    max-width: 60em;
  }
}

.p-cmn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .u-for--pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-for--sp {
    display: none !important;
  }
}

.u-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .u-sp-inner {
    padding: 0 2.6em;
  }
}