@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

@keyframes slide1 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-20.75%);
  }
}
@keyframes slide-teaser {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 51.5% 0;
  }
}
@keyframes scroll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-wrap {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.l-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.l-open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background: #003f92;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.32, 0, 0.67, 0);
  transition: clip-path 0.6s cubic-bezier(0.32, 0, 0.67, 0);
  transition: clip-path 0.6s cubic-bezier(0.32, 0, 0.67, 0), -webkit-clip-path 0.6s cubic-bezier(0.32, 0, 0.67, 0);
}
.is-load .l-open {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.l-section {
  position: relative;
}
.l-section__inner {
  width: 71.5%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .l-section__inner {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .l-section__inner {
    width: 85%;
  }
}
@media screen and (max-width: 750px) {
  .l-section__inner {
    width: 90%;
  }
}

.p-lead {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .p-lead {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}

.c-attention__in {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 7px;
}
@media screen and (max-width: 750px) {
  .c-attention__in {
    margin-top: 5px;
    font-size: 11px;
  }
}
.c-attention__in:first-child {
  margin-top: 0;
}

.p-btn {
  width: 50%;
  max-width: 312px;
  min-width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-btn {
    width: 66%;
  }
}
.p-btn__link {
  width: auto;
  padding: 21px 5px 22px;
  display: block;
  position: relative;
  color: #003f92;
  border: 1px transparent solid;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: border 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 600px) {
  .p-btn__link {
    padding: 17px 5px 19px;
    font-size: 14px;
  }
}
.p-btn__link::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  background: #003f92;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-btn__link:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.p-btn__link:hover::after {
  content: "";
  width: 60px;
  right: -10%;
  background: #ffffff;
}
.is-disabled .p-btn__link {
  pointer-events: none;
  background: rgb(161, 161, 161);
  color: #001f49;
}
.is-disabled .p-btn__link::after {
  background: #001f49;
}

.l-hd {
  position: relative;
  overflow: hidden;
}
.l-hd__kv {
  width: 100%;
  position: relative;
  transform: scale(1.1);
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
}
.is-load .l-hd__kv {
  transform: scale(1);
}
.l-hd__ttl {
  width: 37vw;
  max-width: 516px;
  min-width: 260px;
  position: absolute;
  top: 10.2%;
  left: 5.25%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 0.5s cubic-bezier(0.32, 0, 0.67, 0) 0.25s;
  transition: clip-path 0.5s cubic-bezier(0.32, 0, 0.67, 0) 0.25s;
  transition: clip-path 0.5s cubic-bezier(0.32, 0, 0.67, 0) 0.25s, -webkit-clip-path 0.5s cubic-bezier(0.32, 0, 0.67, 0) 0.25s;
}
@media screen and (max-width: 600px) {
  .l-hd__ttl {
    top: 15.2%;
  }
}
.is-load .l-hd__ttl {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.l-hd__scroll {
  width: 10.85vw;
  max-width: 170px;
  min-width: 100px;
  position: absolute;
  bottom: 6%;
  right: 5.25%;
  cursor: pointer;
}
.l-hd__scroll > img {
  animation: scroll 30s linear infinite;
}
.l-hd__scroll::after {
  content: "";
  width: 2.2vw;
  max-width: 35px;
  min-width: 18px;
  height: 2.2vw;
  max-height: 38px;
  min-height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/files/4/n4/release/enigmasis/assets/img/arrow.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .l-hd__scroll {
    min-width: 79px;
    bottom: 5.75%;
    right: 6.75%;
  }
}

.p-release {
  overflow: hidden;
}
.p-release__bg {
  background: url(/files/4/n4/release/enigmasis/assets/img/bg/pc_bg01.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .p-release__bg {
    background: url(/files/4/n4/release/enigmasis/assets/img/bg/sp_bg01.jpg) no-repeat center top;
    background-size: cover;
  }
}
.p-release__left {
  width: 68px;
  height: 5180px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/files/4/n4/release/enigmasis/assets/img/img_title_left.png) repeat-y center;
  background-size: 100%;
  animation: slide1 60s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-release__left {
    height: 7770px;
  }
}
@media screen and (max-width: 750px) {
  .p-release__left {
    display: none;
  }
}
.p-release__right {
  width: 68px;
  height: 5180px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/files/4/n4/release/enigmasis/assets/img/img_title.png) repeat-y center;
  background-size: 100%;
  animation: slide1 60s linear infinite reverse;
}
@media screen and (max-width: 960px) {
  .p-release__right {
    height: 7770px;
  }
}
@media screen and (max-width: 750px) {
  .p-release__right {
    height: 12950px;
    animation: slide1 120s linear infinite reverse;
  }
}
@media screen and (max-width: 600px) {
  .p-release__right {
    width: 41px;
    height: 12950px;
  }
}
.p-release__inner {
  padding-top: 120px;
  padding-bottom: 103px;
}
@media screen and (max-width: 750px) {
  .p-release__inner {
    padding-top: 60px;
    padding-bottom: 42px;
  }
}
.p-release .p-title {
  width: 64.5%;
  max-width: 656px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(15px);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.15s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-release .p-title.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 600px) {
  .p-release .p-title {
    width: 89%;
  }
}
.p-release .p-jk {
  margin-top: 99px;
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 12%;
  column-gap: 12%;
}
@media screen and (max-width: 960px) {
  .p-release .p-jk {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .p-release .p-jk {
    width: 87%;
    margin: 50px auto 45px;
  }
}
.p-release .p-jk.is-active .p-jk__item {
  opacity: 1;
  transform: translateY(0);
}
.p-release .p-jk__item {
  width: 44%;
  row-gap: 2%;
  display: flex;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(15px);
  transition: transform 0.75s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.15s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-release .p-jk__item {
    width: 100%;
    row-gap: 0;
    justify-content: center;
    margin-top: 35px;
  }
  .p-release .p-jk__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-release .p-jk__item {
    margin-top: 30px;
  }
}
.p-release .p-jk__item:nth-child(n+3) {
  margin-top: 57px;
}
@media screen and (max-width: 960px) {
  .p-release .p-jk__item:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .p-release .p-jk__item:nth-child(n+3) {
    margin-top: 28px;
  }
}
.p-release .p-jk__ttl {
  width: 4.7%;
  min-width: 14px;
  max-width: 28px;
}
@media screen and (max-width: 960px) {
  .p-release .p-jk__ttl {
    width: 3.7%;
  }
}
@media screen and (max-width: 750px) {
  .p-release .p-jk__ttl {
    width: 2.7%;
  }
}
@media screen and (max-width: 750px) {
  .p-release .p-jk__cont {
    padding-right: 9%;
  }
}
.p-release .p-jk__img {
  width: 96.15%;
  margin-bottom: 14px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .p-release .p-jk__img {
    margin-bottom: 8px;
  }
}
.p-release .p-jk__txt {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
}
.p-release .p-jk__txt + .p-jk__txt {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .p-release .p-jk__txt + .p-jk__txt {
    margin-top: 7px;
  }
}
.p-release .p-jk__txt-details {
  display: block;
  font-weight: 400;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .p-release .p-jk__txt-details {
    font-size: 11px;
    letter-spacing: 0.015em;
  }
}
@media screen and (max-width: 600px) {
  .p-release .p-jk__txt {
    font-size: 14px;
    letter-spacing: 0.015em;
  }
}
.p-release__cont {
  opacity: 0;
  transform: translateX(-5%);
  transition: transform 0.65s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-release__cont.is-active {
  opacity: 1;
  transform: translateX(0);
}
.p-release__cont .c-cont__ttl-s {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 600px) {
  .p-release__cont .c-cont__ttl-s {
    font-size: 17px;
  }
}
.p-release__cont .c-cont__ttl-s::before {
  content: "";
  width: 29px;
  height: 1px;
  position: absolute;
  top: 0.5em;
  left: -45px;
  background: #ffffff;
}
@media screen and (max-width: 600px) {
  .p-release__cont .c-cont__ttl-s::before {
    width: 16px;
    left: -20px;
  }
}
.p-release__cont .c-cont__txt {
  margin-top: 30px;
  font-size: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  .p-release__cont .c-cont__txt {
    margin-top: 18px;
    font-size: 13px;
  }
}
.p-release__cont .c-first {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-release__cont .c-first {
    margin-top: 13px;
  }
}
.p-release__cont .c-first .c-bg__txt {
  font-size: 18px;
  padding: 2px 2px 2px;
  margin-top: 11px;
}
@media screen and (max-width: 960px) {
  .p-release__cont .c-first .c-bg__txt {
    padding: 3.5px 2px 3.5px;
  }
}
@media screen and (max-width: 600px) {
  .p-release__cont .c-first .c-bg__txt {
    font-size: 13px;
    padding: 1.5px 5px 1.5px;
    margin-top: 10px;
  }
}
.p-release__cont .c-first .c-bg__txt:first-child {
  margin-top: 0;
}
.p-release__cont .c-bg__txt {
  display: inline-block;
  background: #ffffff;
  color: #003f92;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.p-release__cont .c-attention {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .p-release__cont .c-attention {
    margin-top: 17px;
  }
}
.p-release__cont.-recording {
  position: relative;
  margin-top: 56px;
  padding-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .p-release__cont.-recording {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 750px) {
  .p-release__cont.-recording {
    margin-top: 46px;
    padding-bottom: 110px;
  }
}
.p-release__cont.-recording::after {
  content: "";
  width: 12%;
  height: 1px;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%) rotate(325deg);
  background: #ffffff;
}
@media screen and (max-width: 960px) {
  .p-release__cont.-recording::after {
    width: 16%;
    bottom: 6%;
  }
}
@media screen and (max-width: 600px) {
  .p-release__cont.-recording::after {
    width: 30%;
    bottom: 6.75%;
  }
}
.p-release__cont .c-song {
  max-width: 1400px;
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .p-release__cont .c-song {
    display: block;
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .p-release__cont .c-song {
    margin-top: 0;
    margin-top: 15px;
  }
}
.p-release__cont .c-song__item {
  width: 46%;
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 19px;
}
.p-release__cont .c-song__item:nth-child(-n+2) {
  border-top: none;
}
@media screen and (max-width: 960px) {
  .p-release__cont .c-song__item:nth-child(-n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 17px;
  }
}
.p-release__cont .c-song__item:nth-child(n+3) {
  padding-top: 17px;
}
@media screen and (max-width: 750px) {
  .p-release__cont .c-song__item:nth-child(n+3) {
    padding-bottom: 18.5px;
  }
}
.p-release__cont .c-song__item:nth-child(odd) {
  margin-right: 4%;
}
@media screen and (max-width: 960px) {
  .p-release__cont .c-song__item:nth-child(odd) {
    margin-right: 0;
  }
}
.p-release__cont .c-song__item:nth-child(even) {
  margin-left: 4%;
}
@media screen and (max-width: 960px) {
  .p-release__cont .c-song__item:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-release__cont .c-song__item:first-child {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-release__cont .c-song__item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-release__cont .c-song__item {
    padding-bottom: 18.5px;
  }
}
.p-release__cont .c-song__num {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .p-release__cont .c-song__num {
    vertical-align: baseline;
  }
}
@media screen and (max-width: 750px) {
  .p-release__cont .c-song__num {
    font-size: 14px;
  }
}
.p-release__cont .c-song__ttl {
  padding-left: 17px;
  font-size: 20px;
  display: inline-block;
  letter-spacing: 0.02em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 1100px) {
  .p-release__cont .c-song__ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-release__cont .c-song__ttl {
    padding-left: 5px;
    font-size: 15px;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 600px) {
  .p-release__cont .c-song__ttl {
    font-size: 14px;
  }
}
.p-release__cont .c-song__ttl .c-song__supplement {
  font-size: 15px;
  vertical-align: baseline;
  padding-left: 3px;
}
@media screen and (max-width: 1100px) {
  .p-release__cont .c-song__ttl .c-song__supplement {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .p-release__cont .c-song__ttl .c-song__supplement {
    font-size: 12px;
  }
}
.p-release__cont.-limitA {
  margin-top: 22px;
}
@media screen and (max-width: 750px) {
  .p-release__cont.-limitA {
    margin-top: 27px;
  }
}
.p-release__cont.-limitA .c-bg__txt {
  font-size: 23px;
  padding: 4.5px 6px 4.5px;
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  .p-release__cont.-limitA .c-bg__txt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .p-release__cont.-limitA .c-bg__txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 3px 4px 3px;
  }
}
.p-release__cont.-limitA .c-attention {
  margin-top: 6px;
}
.p-release__cont.-limitA .c-song__item:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 960px) {
  .p-release__cont.-limitA .c-song__item:nth-child(2) {
    border-bottom: none;
  }
}
.p-release__cont .c-cont__ttl-l {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.45;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .p-release__cont .c-cont__ttl-l {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
  }
}
.p-release__cont .p-limitA__list {
  margin-top: 37px;
}
@media screen and (max-width: 750px) {
  .p-release__cont .p-limitA__list {
    margin-top: 21px;
  }
}
.p-release__cont .p-limitA__item {
  margin-top: 27px;
}
@media screen and (max-width: 750px) {
  .p-release__cont .p-limitA__item {
    margin-top: 17px;
  }
}
.p-release__cont .p-limitA__item:first-child {
  margin-top: 0;
}
.p-release__cont .p-limitA__place {
  color: #003f92;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
}
@media screen and (max-width: 750px) {
  .p-release__cont .p-limitA__place {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .p-release__cont .p-limitA__place {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
.p-release__cont .p-limitA__place .is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-release__cont .p-limitA__place .is-sp {
    display: block;
  }
}
.p-release__cont.-limitB {
  margin-top: 86px;
}
@media screen and (max-width: 750px) {
  .p-release__cont.-limitB {
    margin-top: 59px;
  }
}
.p-release__cont.-limitB .c-song {
  margin-top: 34px;
}
@media screen and (max-width: 750px) {
  .p-release__cont.-limitB .c-song {
    margin-top: 27px;
  }
}
@media screen and (max-width: 750px) {
  .p-release__cont.-limitB .c-song__ttl .is-sp {
    display: none;
  }
}
.p-release__cont.-limitB .c-song__supplement {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1100px) {
  .p-release__cont.-limitB .c-song__supplement {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .p-release__cont.-limitB .c-song__supplement {
    font-size: 11px;
  }
}
.p-release__cont.-limitB .c-song__item {
  padding-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .p-release__cont.-limitB .c-song__item {
    padding-bottom: 16px;
  }
}
.p-release__cont.-limitB .c-song__num.-adjustment {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
.p-release__cont.-limitB .c-song__ttl {
  line-height: 1.4;
}

.l-diary-wp {
  position: relative;
}
.l-diary-wp__bg {
  background: url(/files/4/n4/release/enigmasis/assets/img/bg/pc_bg02.jpg) no-repeat center top;
  background-size: cover;
}

.p-diary {
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.p-diary__bg {
  width: 85%;
  position: absolute;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .p-diary__bg {
    width: 135%;
  }
}
.p-diary__inner {
  padding-top: 80px;
  padding-bottom: 83px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.75s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-diary__inner {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 750px) {
  .p-diary__inner {
    padding: 50px 0;
  }
}
.p-diary .p-title {
  width: 70%;
  max-width: 266px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-diary .p-title {
    width: 35.5%;
  }
}
.p-diary .p-lead {
  margin-top: 44px;
}
@media screen and (max-width: 750px) {
  .p-diary .p-lead {
    margin-top: 37px;
  }
}
.p-diary .p-btn {
  margin-top: 54px;
}
@media screen and (max-width: 750px) {
  .p-diary .p-btn {
    margin-top: 41px;
  }
}

.p-wp {
  background: rgba(0, 63, 146, 0.4);
}
.p-wp__inner {
  padding-top: 79px;
  padding-bottom: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-wp__inner {
    padding: 50px 0 49px;
    display: block;
  }
}
.p-wp__cont {
  margin-right: 4.55%;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.75s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-wp__cont {
  opacity: 1;
  transform: translateY(0);
}
.p-wp .p-title {
  width: 85%;
  max-width: 392px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-wp .p-title {
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .p-wp .p-title {
    width: 62%;
  }
}
.p-wp .p-lead {
  margin-top: 45px;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .p-wp .p-lead {
    margin-top: 34px;
  }
}
@media screen and (max-width: 600px) {
  .p-wp .p-lead {
    white-space: nowrap;
  }
}
.p-wp__img {
  width: 30.15%;
  max-width: 432px;
  margin-left: 4.55%;
  opacity: 0;
  transform: translateX(20px);
  transition: transform 0.75s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.15s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-wp__img {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 960px) {
  .p-wp__img {
    width: 35.15%;
  }
}
@media screen and (max-width: 750px) {
  .p-wp__img {
    width: 64.15%;
    margin: 23px auto 0;
  }
}
.p-wp .p-btn {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-wp .p-btn {
    display: none;
    width: 73%;
    margin-top: 46px;
  }
}
.p-wp .p-btn.is-sp {
  display: none;
}
.p-wp .p-btn.is-sp.js-scroll {
  opacity: 0;
  transform: translateY(15px);
  transition: transform 0.75s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-wp .p-btn.is-sp.js-scroll.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 750px) {
  .p-wp .p-btn.is-sp {
    display: block;
  }
}

.l-teaser-footer {
  position: relative;
}
.l-teaser-footer__bg {
  background: url(/files/4/n4/release/enigmasis/assets/img/bg/pc_bg03.jpg) no-repeat center top;
  background-size: cover;
}

.p-teaser {
  overflow: hidden;
}
.p-teaser__bg {
  width: 3876px;
  padding-top: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -8%);
  background: url(/files/4/n4/release/enigmasis/assets/img/img_teaser.png) repeat-x center;
  background-size: 34%;
  animation: slide-teaser 30s linear infinite;
}
@media screen and (max-width: 1100px) {
  .p-teaser__bg {
    background: url(/files/4/n4/release/enigmasis/assets/img/img_teaser.png) repeat-x center;
    background-size: 28%;
    padding-top: 24%;
    transform: translate(-50%, -12%);
  }
}
@media screen and (max-width: 960px) {
  .p-teaser__bg {
    background: url(/files/4/n4/release/enigmasis/assets/img/img_teaser.png) repeat-x center;
    background-size: 24%;
    padding-top: 24%;
  }
}
@media screen and (max-width: 750px) {
  .p-teaser__bg {
    background: url(/files/4/n4/release/enigmasis/assets/img/img_teaser.png) repeat-x center;
    background-size: 12%;
    padding-top: 26%;
    transform: translate(-50%, -15%);
  }
}
.p-teaser__inner {
  padding-top: 120px;
  padding-bottom: 80px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.75s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-teaser__inner {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 750px) {
  .p-teaser__inner {
    padding: 50px 0;
  }
}
.p-teaser .p-title {
  width: 80%;
  max-width: 258px;
  min-width: 128px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-teaser .p-title {
    width: 38%;
  }
}
.p-teaser__list {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (max-width: 750px) {
  .p-teaser__list {
    width: 100%;
    margin: 41px auto 0;
  }
}
.p-teaser__item {
  margin-top: 15px;
}
.p-teaser__item:first-child {
  margin-top: 0;
}
.p-teaser__thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-teaser__thumb iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.l-footer__inner {
  width: 89%;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .l-footer__inner {
    padding-top: 36px;
    padding-bottom: 67px;
    display: block;
  }
}
.l-footer .p-sns {
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .l-footer .p-sns {
    width: 18%;
  }
}
@media screen and (max-width: 750px) {
  .l-footer .p-sns {
    width: 30%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .l-footer .p-sns {
    width: 48%;
  }
}
.l-footer .p-sns__item {
  width: 18%;
  max-width: 61px;
}
@media screen and (max-width: 960px) {
  .l-footer .p-sns__item {
    width: 23%;
  }
}
@media screen and (max-width: 750px) {
  .l-footer .p-sns__item {
    width: 19%;
  }
}
.l-footer .p-sns__item > a {
  display: inline-block;
  transition: transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-footer .p-sns__item > a:hover {
  transform: scale(1.15);
}
.l-footer .p-footer__cont {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .l-footer .p-footer__cont {
    text-align: center;
    margin-top: 23px;
  }
}
.l-footer .c-official {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .l-footer .c-official {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .l-footer .c-official {
    font-size: 17px;
    letter-spacing: 0.02em;
  }
}
.l-footer .c-official__link {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.l-footer .c-official__link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 10%;
  right: 0;
  background: #ffffff;
  transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 750px) {
  .l-footer .c-official__link::after {
    height: 1px;
  }
}
.l-footer .c-official__link:hover::after {
  width: 0;
}
.l-footer .c-copy {
  margin-top: 24px;
  display: block;
  font-size: 11px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 960px) {
  .l-footer .c-copy {
    margin-top: 22px;
  }
}
@media screen and (max-width: 750px) {
  .l-footer .c-copy {
    margin-top: 31px;
    font-size: 10px;
  }
}