@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Noto+Serif+JP&display=swap");
/*
 * foundation
 */
/*! 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;
}

body {
  background-color: #000000;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fadein 1s ease-in forwards;
          animation: fadein 1s ease-in forwards;
}

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

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * other
 */
.l-container {
  font-size: 10px;
  font-family: "Hina Mincho", serif;
}
@media screen and (max-width: 1060px) {
  .l-container {
    font-size: 0.9433962264vw;
  }
}
@media screen and (max-width: 750px) {
  .l-container {
    font-size: 2.6666666667vw;
  }
}

.l-content {
  position: relative;
}
@media screen and (min-width: 751px) {
  .l-content {
    background: url(../img/bg_main.jpg) repeat-y center -26em/100% auto;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 750px) {
  .l-content:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../img/bg_main.jpg") repeat-y center -11em/400% auto;
    z-index: -1;
  }
}

.l-column {
  position: relative;
  padding: 2.4em;
}
@media screen and (min-width: 751px) {
  .l-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .l-column {
    padding: 1.6em;
  }
}
.l-column__primary {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 4em 3.3em 4em 6em;
  background-color: #FFFFFF;
}
.l-column__primary > img {
  width: 27.4em;
}
@media screen and (max-width: 750px) {
  .l-column__primary {
    padding: 3em 2em 0.25em;
    text-align: center;
  }
  .l-column__primary > img {
    width: 21em;
  }
}
.l-column__secondary {
  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-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 3em 6em 4em 0;
  background-color: #FFFFFF;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .l-column__secondary {
    padding: 0 2em 3em;
  }
  .l-column__secondary .c-txt--cmn {
    font-size: 1.4em;
    letter-spacing: 0.1em;
  }
}
.l-column__title {
  margin: 2.5em 0 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 750px) {
  .l-column__title {
    margin: 2.5em 0 1em;
    text-align: center;
  }
}
.l-column__title > span {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .l-column__title > span {
    font-size: 2.5em;
    line-height: 1.4;
  }
}
.l-column__text {
  font-family: "Noto Serif JP", serif;
  margin-top: 1.2em;
  font-size: 2.6em;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 750px) {
  .l-column__text {
    font-size: 1.8em;
    line-height: 1.6;
    text-align: center;
  }
}
.l-column:before, .l-column:after {
  content: "";
  display: block;
  position: absolute;
  width: 4em;
  height: 4em;
}
@media screen and (max-width: 750px) {
  .l-column:before, .l-column:after {
    width: 3em;
    height: 3em;
  }
}
.l-column:before {
  top: 0;
  left: 0;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
.l-column:after {
  top: 0;
  right: 0;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.l-column .bl,
.l-column .br {
  display: block;
  position: absolute;
  width: 4em;
  height: 4em;
}
@media screen and (max-width: 750px) {
  .l-column .bl,
  .l-column .br {
    width: 3em;
    height: 3em;
  }
}
.l-column .bl {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
.l-column .br {
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.l-footer {
  background-color: #000000;
}
.l-footer__primary {
  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;
  max-width: 104em;
  margin: 0 auto 5em;
  padding: 9em 2em 0;
}
@media screen and (max-width: 750px) {
  .l-footer__primary {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4em 2em 0;
  }
}
.l-footer__logo--02 {
  position: relative;
  top: -1em;
}
@media screen and (min-width: 751px) {
  .l-footer__logo--02 {
    margin: 0 5.5em;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__logo--01 {
    width: 16.4em;
  }
  .l-footer__logo--02 {
    width: 9.8em;
    margin-left: 3.5em;
  }
  .l-footer__logo--03 {
    margin-top: 3.5em;
    width: 20.3em;
  }
}
.l-footer__text {
  padding: 1em;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .l-footer__text {
    font-size: 0.8em;
  }
}

.copyright {
  padding: 35px 10px 15px;
  background-color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .copyright {
    font-size: 1.1111111111vw;
    padding: 1.5em 1em;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 750px) {
  .copyright {
    font-size: 2.1333333333vw;
  }
}

.c-sec--01 {
  padding: 9.2em 0;
  background: url(../img/bg_gradient_02.png) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .c-sec--01 {
    padding: 1.9em 0 5.8em;
    background: url(../img/bg_gradient_02_sp.png) no-repeat center top/100% auto;
  }
}
@media screen and (min-width: 751px) {
  .c-sec--01 .c-ttl--01.p-blur__item:before {
    width: 7em;
    height: 7em;
    top: 35%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-filter: blur(3.5em);
            filter: blur(3.5em);
  }
}
@media screen and (max-width: 750px) {
  .c-sec--01 .c-ttl--01.p-blur__item:before {
    width: 7.5em;
    height: 7.5em;
    top: 40%;
  }
}
.c-sec--02 {
  padding: 14em 0;
  background: url(../img/bg_sec.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
  .c-sec--02 {
    padding: 4em 0 8em;
  }
}
.c-sec--03 {
  padding: 12.6em 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 750px) {
  .c-sec--03 {
    padding: 6em 0 5em;
  }
  .c-sec--03 .c-ttl--01 span.medium {
    font-size: 2.6em;
  }
}
.c-sec--04 {
  padding: 14em 0;
  background: url(../img/bg_gradient_03.jpg) no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .c-sec--04 {
    padding: 8.4em 0 8em;
  }
}
.c-sec__inner {
  max-width: 104em;
  margin: 0 auto;
  padding: 0 2em;
}
@media screen and (max-width: 750px) {
  .c-sec__inner {
    padding: 0 1.25em;
  }
}

.c-ttl--01 {
  margin-bottom: 6.2em;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-ttl--01 {
    margin: 2em 0 3.8em;
    line-height: 1.6;
  }
}
.c-ttl--01 span:not([class]) {
  font-size: 3.2em;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .c-ttl--01 span:not([class]) {
    font-size: 2em;
  }
}
.c-ttl--01 span.medium {
  font-size: 3.6em;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .c-ttl--01 span.medium {
    font-size: 2em;
  }
}
.c-ttl--01 small {
  font-size: 2.7em;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .c-ttl--01 small {
    font-size: 2em;
    line-height: 1.8;
  }
}
.c-ttl--01 em {
  font-size: 4em;
  letter-spacing: 0.16em;
  font-style: normal;
  color: #F83D45;
}
@media screen and (max-width: 750px) {
  .c-ttl--01 em {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 750px) {
  .c-ttl--01.p-special__letter .medium {
    letter-spacing: 0;
  }
}
.c-ttl--01.p-blur__item {
  position: relative;
}
.c-ttl--01.p-blur__item span,
.c-ttl--01.p-blur__item em,
.c-ttl--01.p-blur__item small {
  position: relative;
  z-index: 2;
}
.c-ttl--01.p-blur__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 14em;
  height: 14em;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-filter: blur(5.5em);
          filter: blur(5.5em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .c-ttl--01.p-blur__item:before {
    width: 8em;
    height: 8em;
    -webkit-filter: blur(3em);
            filter: blur(3em);
  }
}

.c-txt--cmn {
  margin: 1em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6em;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .c-txt--cmn {
    margin: 0.6em 0;
    font-size: 1.4em;
  }
}

.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: 95%;
  height: 5em;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #FFFFFF;
  border-radius: 2.5em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-btn {
    height: 4.4em;
    width: 100%;
  }
}
.c-btn span {
  font-size: 2em;
}
@media screen and (max-width: 750px) {
  .c-btn span {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 751px) {
  .c-btn:hover:after {
    right: 2.2em;
  }
}
.c-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 47%;
  right: 2.5em;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .c-btn:after {
    width: 0.7em;
    height: 0.7em;
    right: 1.8em;
  }
}
.c-btn__pagetop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 3em;
  bottom: 3em;
  width: 6.7em;
  height: 6.7em;
  border: 0.15em solid #FFFFFF;
  background-color: black;
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 751px) {
  .c-btn__pagetop:hover > img {
    -webkit-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
  }
}
@media screen and (max-width: 750px) {
  .c-btn__pagetop {
    right: 1.6em;
    bottom: 1.6em;
    width: 5em;
    height: 5em;
  }
}
.c-btn__pagetop > img {
  position: absolute;
  width: 2.5em;
  height: 1.4em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .c-btn__pagetop > img {
    width: 1.8em;
    height: 1.05em;
  }
}
.c-btn__pagetop.is-active {
  position: fixed;
  visibility: visible;
  opacity: 1;
}
.c-btn__pagetop.is-main {
  position: absolute;
  visibility: visible;
  opacity: 1;
}

.c-sns__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;
  padding-bottom: 3em;
}
.c-sns__item {
  width: 3.5em;
  margin: 0 0.7em;
}

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

.u-color--01 {
  color: #F83D45;
}
.u-color--02 {
  color: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .pcDetail {
    display: none;
  }
}

@media screen and (min-width: 1081px) {
  .spDetail {
    display: none;
  }
}

.p-hero {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 751px) {
  .p-hero__inner {
    position: absolute;
    max-width: 156em;
    width: 100%;
    top: 21.9em;
    padding: 0 2em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 750px) {
  .p-hero__inner {
    top: 28.6em;
    width: 90%;
    margin: 0 auto;
    padding: 6em 2em 5em;
  }
}
.p-hero__title {
  margin-bottom: 5.2em;
}
@media screen and (max-width: 750px) {
  .p-hero__title {
    margin-left: -1em;
    margin-right: -1em;
    margin-bottom: 2.8em;
  }
}
@media screen and (min-width: 751px) {
  .p-hero__cnt {
    width: 80.4em;
  }
}
@media screen and (min-width: 751px) {
  .p-hero__img {
    width: 54.583%;
    margin-left: auto;
  }
  .p-hero__img > img {
    width: 100%;
  }
}
.p-hero__img--01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.p-svg {
  display: none;
}

.p-supported__text {
  margin: 2.8em 0 3.8em;
  text-align: center;
}
.p-supported__text > span {
  font-size: 2.6em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
  .p-supported__text > span {
    margin: 2em 0;
    font-size: 2em;
  }
}

.p-date__text {
  display: table;
  margin: 0 auto;
  padding: 0 3em 0.5em;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 750px) {
  .p-date__text {
    display: block;
    padding: 0 1em 0.5em;
    text-align: center;
  }
}
.p-date__text > span {
  font-size: 4.2em;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 750px) {
  .p-date__text > span {
    font-size: 2.8em;
  }
}
.p-date__text > small {
  font-size: 2.8em;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 750px) {
  .p-date__text > small {
    font-size: 1.9em;
  }
}

.p-name__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  .p-name__text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-name__text > small {
  margin-right: 0.75em;
  font-size: 1.2em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
  .p-name__text > small {
    font-size: 1.5em;
  }
}
.p-name__text > span {
  font-size: 2.4em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
  .p-name__text > span {
    font-size: 1.8em;
  }
}
.p-name__text > big {
  font-size: 2.4em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
  .p-name__text > big {
    font-size: 2.4em;
  }
}

.p-lead__text {
  font-family: "Noto Serif JP", serif;
  font-size: 2em;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: center;
}
.p-lead__text + .p-lead__text {
  margin-top: 2.3em;
}
@media screen and (max-width: 750px) {
  .p-lead__text + .p-lead__text {
    margin-top: 2em;
  }
}
@media screen and (max-width: 750px) {
  .p-lead__text {
    font-size: 1.4em;
  }
}

.p-personality__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10em 0 3em;
}
@media screen and (max-width: 750px) {
  .p-personality__list {
    margin: 4em 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-personality__item {
  width: 25em;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-personality__item:not(:nth-of-type(3n)) {
    margin-right: 12.5em;
  }
  .p-personality__item:nth-child(n+4) {
    margin-top: 10em;
  }
}
@media screen and (max-width: 750px) {
  .p-personality__item {
    width: 16em;
  }
  .p-personality__item:nth-child(n+3) {
    margin-top: 4em;
  }
}
.p-personality__text {
  margin: 0.9em 0;
  font-size: 2.4em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
  .p-personality__text {
    font-size: 1.6em;
    letter-spacing: 0.1em;
  }
}

.p-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7.6em;
  padding: 5.6em 3em 3em 3em;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 750px) {
  .p-special {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.8em;
    padding: 2em;
  }
}
@media screen and (min-width: 751px) {
  .p-special__cnt {
    width: 56.3em;
    margin: 0 auto;
  }
}
.p-special__text {
  font-size: 2.6em;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-special__text {
    font-size: 1.8em;
    line-height: 1.6;
    letter-spacing: 0.15em;
  }
}
.p-special__title {
  margin: 3.6em 0 3.6em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-special__title {
    margin: 2.3em 0 3.6em;
  }
}
.p-special__title > img {
  width: 100%;
}
.p-special__item {
  position: relative;
}
@media screen and (min-width: 751px) {
  .p-special__item {
    width: 24.2em;
  }
}
@media screen and (max-width: 750px) {
  .p-special__item {
    width: 100%;
    margin-top: 5.5em;
    text-align: center;
  }
}
.p-special__item .p-special__img {
  position: relative;
  top: -1.6em;
  width: 17.86em;
  height: 23.88em;
  padding: 1.3em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 8px #666666;
          box-shadow: 0 0 8px #666666;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .p-special__item .p-special__img {
    display: inline-block;
    width: 16.6em;
    height: 22.2em;
    padding: 1.3em;
  }
}
.p-special__item:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5em;
  left: -0.9em;
  width: 17.86em;
  height: 23.88em;
  padding: 1.3em;
  border-radius: 0.5em;
  background: url(../img/bg_pattern.png);
  -webkit-transform: rotate(-11.5deg);
          transform: rotate(-11.5deg);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-special__item:before {
    display: inline-block;
    width: 16.6em;
    height: 22.2em;
    left: 7.5em;
  }
}
.p-special__img {
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .p-special__img {
    margin-bottom: 2em;
  }
}

.p-episode__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10em;
}
@media screen and (min-width: 751px) {
  .p-episode__list:after {
    content: "";
    display: block;
    width: 28em;
  }
}
@media screen and (max-width: 750px) {
  .p-episode__list {
    margin-top: 5em;
  }
}
.p-episode__item {
  width: 28em;
  margin-bottom: 7em;
}
@media screen and (max-width: 750px) {
  .p-episode__item {
    width: 16.5em;
    margin-bottom: 4em;
  }
}
.p-episode__img {
  margin-bottom: 2em;
}

.p-program__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 7.3em;
}
@media screen and (max-width: 750px) {
  .p-program__list {
    margin-top: 6.3em;
  }
}
.p-program__list:after {
  content: "";
  display: block;
  width: 27em;
}
.p-program__item {
  position: relative;
  width: 27em;
  padding-bottom: 5em;
}
@media screen and (min-width: 751px) {
  .p-program__item:nth-child(n+4) {
    margin-top: 10em;
  }
}
@media screen and (max-width: 750px) {
  .p-program__item {
    width: 16em;
    padding-bottom: 4.4em;
  }
  .p-program__item:nth-child(n+3) {
    margin-top: 5em;
  }
}
.p-program__item .c-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-program__item:before, .p-program__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 750px) {
  .p-program__item:before, .p-program__item:after {
    width: 1.4em;
    height: 1.4em;
  }
}
.p-program__item:before {
  top: 0;
  left: 0;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
.p-program__item:after {
  top: 0;
  right: 0;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.p-program__img {
  position: relative;
  margin-bottom: 3.4em;
  padding: 2.1em;
}
.p-program__img > img {
  border: 2px solid #FFFFFF;
}
@media screen and (max-width: 750px) {
  .p-program__img {
    padding: 1.2em;
    margin-bottom: 1.6em;
  }
}
.p-program__img:before, .p-program__img:after {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 750px) {
  .p-program__img:before, .p-program__img:after {
    width: 1.4em;
    height: 1.4em;
  }
}
.p-program__img:before {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
.p-program__img:after {
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.p-program__title {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-program__title {
    margin-bottom: 0.75em;
    font-size: 1.6em;
  }
}
.p-program__text {
  margin-bottom: 2em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .p-program__text {
    margin-bottom: 1em;
    font-size: 1.4em;
  }
}

.p-bracket {
  margin-left: -0.5em;
}

/*# sourceMappingURL=style.css.map */