/* //////////////////////////////////////////////////

Title : style.scss
For   : Page/feature/2024/FR241224minamisaraUPPERHITS/

Created       : 2024-12-13
Last Modified : 2024-12-13

==========================================

Content

////////////////////////////////////////////////// */
/**
 * variables, layouts
 */
#FR241224minamisaraUPPERHITS {
  --color-dark: #000;
  --color-theme: #050086;
  --font-ja: "dnp-shuei-gothic-gin-std", sans-serif;
  --font-en-primary: "imbue-variable", sans-serif;
  --font-en-secondary: "arimo", sans-serif;
}

#FR241224minamisaraUPPERHITS {
  width: 100%;
  margin-inline: auto;
  border-bottom: 1px solid var(--color-dark);
}

/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  #FR241224minamisaraUPPERHITS {
    --rate: 100vw / 375;
  }
  #FR241224minamisaraUPPERHITS .hidden-sml {
    display: none !important;
  }
  .archive {
    border-top: none !important;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 768px) {
  #FR241224minamisaraUPPERHITS {
    --rate: .1rem;
  }
  #FR241224minamisaraUPPERHITS .hidden-lrg {
    display: none !important;
  }
}
/* --- for middle viewport --- */
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/**
 * common
 */
.lpFrayID img,
.lpFrayID picture {
  display: var(--display, block);
}
.lpFrayID img {
  width: 100%;
  height: auto;
}
.lpFrayID a {
  display: var(--display, inline-block);
}
.lpFrayID a:has(img) {
  --display: block;
}
.lpFrayID * {
  font-feature-settings: "palt" 1;
  font-family: var(--font-family, var(--font-ja));
  font-weight: var(--font-weight, 500);
  color: var(--font-color, var(--color-dark));
  box-sizing: border-box;
  text-align: var(--text-align, initial);
}
.lpFrayID__section {
  width: 100%;
  margin-inline: auto;
  position: relative;
}

/* --- for small viewport --- */
/**
 * firstview
 */
.firstview {
  position: relative;
}
.firstview__title {
  position: absolute;
  pointer-events: none;
}
.firstview__title > * {
  display: block;
}

/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  .firstview__visual {
    overflow: hidden;
    aspect-ratio: 376/648;
  }
  .firstview__visual img {
    width: calc(378 * var(--rate));
    transform: translateX(calc(-2 * var(--rate)));
  }
  .firstview__title {
    top: 0;
    bottom: 0;
    left: calc(18 * var(--rate));
    width: calc(290 * var(--rate));
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
  }
  .firstview__title--name {
    width: calc(231 * var(--rate));
    -webkit-margin-before: calc(16 * var(--rate));
            margin-block-start: calc(16 * var(--rate));
    -webkit-padding-start: calc(1 * var(--rate));
            padding-inline-start: calc(1 * var(--rate));
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 768px) {
  .firstview__title {
    left: 4.2857142857vw;
    bottom: 4.1428571429vw;
    width: 46.5714285714vw;
  }
  .firstview__title--name {
    width: 32.2857142857vw;
    -webkit-margin-before: 1.8571428571vw;
            margin-block-start: 1.8571428571vw;
  }
}
/**
 * navigation / sticky title
 */
.lpFrayID__navigation {
  --font-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-height) - 1px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-theme);
  z-index: 10;
}
.lpFrayID__navigation-volume {
  --font-family: var(--font-en-secondary);
  --font-weight: 400;
  letter-spacing: 0.05em;
}
.lpFrayID__navigation-name {
  display: block;
}
.lpFrayID__sticky-title {
  position: fixed;
  opacity: 0;
  transition: all 0.8s ease-in;
  z-index: -2;
}
.lpFrayID__sticky-title.is-active {
  opacity: 1;
}

/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  .lpFrayID__navigation {
    padding-block: calc(8 * var(--rate));
    -webkit-padding-start: calc(14 * var(--rate));
            padding-inline-start: calc(14 * var(--rate));
    -webkit-padding-end: calc(8 * var(--rate));
            padding-inline-end: calc(8 * var(--rate));
  }
  .lpFrayID__navigation-volume {
    font-size: calc(7 * var(--rate));
  }
  .lpFrayID__navigation-name {
    width: calc(70 * var(--rate));
  }
  .lpFrayID__sticky-title {
    left: calc(14 * var(--rate));
    bottom: calc(50 * var(--rate));
    width: calc(73 * var(--rate));
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 768px) {
  .lpFrayID__navigation {
    padding-block: calc(12 * var(--rate));
    -webkit-padding-start: calc(28 * var(--rate));
            padding-inline-start: calc(28 * var(--rate));
    -webkit-padding-end: calc(16 * var(--rate));
            padding-inline-end: calc(16 * var(--rate));
  }
  .lpFrayID__navigation-volume {
    font-size: calc(10 * var(--rate));
  }
  .lpFrayID__navigation-name {
    width: calc(85 * var(--rate));
  }
  .lpFrayID__sticky-title {
    left: 1.71429vw;
    bottom: 1.42857vw;
    width: 11.42857vw;
  }
}
/**
 * lead
 */
.lead__shell {
  display: grid;
  max-width: 1400px;
  margin-inline: auto;
}
.lead__detail {
  --font-color: var(--color-theme);
  letter-spacing: -0.02em;
}

/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  .lead__shell {
    position: relative;
    grid-template-columns: 100%;
    padding-inline: calc(15 * var(--rate));
    -webkit-padding-after: calc(40 * var(--rate));
            padding-block-end: calc(40 * var(--rate));
  }
  .lead__detail {
    -webkit-padding-before: calc(21 * var(--rate));
            padding-block-start: calc(21 * var(--rate));
    padding-inline: calc(12 * var(--rate));
    font-size: calc(13 * var(--rate));
    line-height: 1.9230769231;
  }
  .lead__image {
    -webkit-margin-before: calc(26 * var(--rate));
            margin-block-start: calc(26 * var(--rate));
  }
  .lead__title {
    position: absolute;
    bottom: 0;
    left: calc(14 * var(--rate));
    width: calc(197 * var(--rate));
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 768px) {
  .lead {
    -webkit-margin-before: calc(var(--lp-nagigation-height) * -1 + 1px);
            margin-block-start: calc(var(--lp-nagigation-height) * -1 + 1px);
  }
  .lead__shell {
    grid-template-columns: repeat(2, 1fr);
  }
  .lead__detail {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    -webkit-padding-before: calc(80 * var(--rate));
            padding-block-start: calc(80 * var(--rate));
    -webkit-padding-start: calc(40 * var(--rate));
            padding-inline-start: calc(40 * var(--rate));
    font-size: calc(18 * var(--rate));
    line-height: 1.8888888889;
  }
  .lead__image {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .lead__title {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    width: calc(410 * var(--rate));
    -webkit-padding-after: calc(10 * var(--rate));
            padding-block-end: calc(10 * var(--rate));
    -webkit-padding-start: calc(32 * var(--rate));
            padding-inline-start: calc(32 * var(--rate));
  }
}
/**
 * main contents
 */
.mainContents {
  max-width: 1400px;
  margin-inline: auto;
}
.mainContents__shell {
  position: relative;
  display: grid;
}
.mainContents__cell {
  position: relative;
}
.mainContents__styling {
  position: relative;
}
.mainContents__styling::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.mainContents__prices > * {
  --font-family: var(--font-en-secondary);
  --font-weight: 400;
  text-decoration: underline;
}

/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  .mainContents {
    -webkit-margin-before: calc(101 * var(--rate));
            margin-block-start: calc(101 * var(--rate));
  }
  .mainContents__prices {
    line-height: 1;
  }
  .mainContents__prices > * {
    font-size: calc(9 * var(--rate));
    line-height: 1.7777777778;
    letter-spacing: 0.02em;
  }
  .mainContents__prices > * + * {
    -webkit-margin-start: 0.8em;
            margin-inline-start: 0.8em;
  }
  .mainContents__styling + .mainContents__prices {
    -webkit-margin-before: calc(7 * var(--rate));
            margin-block-start: calc(7 * var(--rate));
  }
  .mainContents__shell {
    grid-template-columns: 100%;
  }
  .mainContents__shell--row01 {
    --text-align: right;
  }
  .mainContents__shell--row01 .mainContents__cell:nth-child(2) {
    -webkit-margin-before: calc(7 * var(--rate));
            margin-block-start: calc(7 * var(--rate));
    -webkit-padding-end: calc(15 * var(--rate));
            padding-inline-end: calc(15 * var(--rate));
  }
  .mainContents__shell--row02 {
    -webkit-margin-before: calc(103 * var(--rate));
            margin-block-start: calc(103 * var(--rate));
    padding-inline: calc(15 * var(--rate));
  }
  .mainContents__shell--row02 .mainContents__prices {
    text-align: right;
  }
  .mainContents__shell--row03 {
    -webkit-margin-before: calc(132 * var(--rate));
            margin-block-start: calc(132 * var(--rate));
  }
  .mainContents__shell--row03 .mainContents__cell {
    grid-column: 1/span 2;
    -webkit-padding-before: calc(340 * var(--rate));
            padding-block-start: calc(340 * var(--rate));
    -webkit-padding-end: calc(55 * var(--rate));
            padding-inline-end: calc(55 * var(--rate));
  }
  .mainContents__shell--row03 .mainContents__cell .mainContents__styling:nth-child(1) {
    position: absolute;
    top: 0;
    left: calc(37 * var(--rate));
    width: calc(240 * var(--rate));
    z-index: 1;
  }
  .mainContents__shell--row03 .mainContents__cell .mainContents__styling:nth-child(1)::before {
    width: calc(208 * var(--rate));
    height: calc(279 * var(--rate));
    transform: rotate(6.53deg);
    top: calc(12 * var(--rate));
    left: calc(16 * var(--rate));
  }
  .mainContents__shell--row03 .mainContents__cell .mainContents__styling:nth-child(2) {
    position: absolute;
    top: calc(176 * var(--rate));
    right: 0;
    width: calc(147 * var(--rate));
    z-index: 2;
  }
  .mainContents__shell--row03 .mainContents__prices {
    -webkit-padding-start: calc(16 * var(--rate));
            padding-inline-start: calc(16 * var(--rate));
  }
  .mainContents__shell--row04 {
    --text-align: right;
    -webkit-margin-before: calc(167 * var(--rate));
            margin-block-start: calc(167 * var(--rate));
  }
  .mainContents__shell--row04 .mainContents__prices {
    -webkit-padding-end: calc(15 * var(--rate));
            padding-inline-end: calc(15 * var(--rate));
  }
  .mainContents__shell--row05 {
    --text-align: right;
    -webkit-margin-before: calc(173 * var(--rate));
            margin-block-start: calc(173 * var(--rate));
  }
  .mainContents__shell--row05 .mainContents__prices {
    -webkit-padding-end: calc(15 * var(--rate));
            padding-inline-end: calc(15 * var(--rate));
  }
  .mainContents__shell--row06 {
    --text-align: right;
    -webkit-margin-before: calc(166 * var(--rate));
            margin-block-start: calc(166 * var(--rate));
    padding-inline: calc(15 * var(--rate));
  }
  .mainContents__shell--row06 .mainContents__cell:nth-child(1) {
    grid-row: 1;
  }
  .mainContents__shell--row06 .mainContents__cell:nth-child(2) {
    grid-row: 3;
    -webkit-margin-before: calc(70 * var(--rate));
            margin-block-start: calc(70 * var(--rate));
    -webkit-padding-start: calc(103 * var(--rate));
            padding-inline-start: calc(103 * var(--rate));
  }
  .mainContents__shell--row06 .mainContents__cell:nth-child(3) {
    grid-row: 2;
    -webkit-margin-before: calc(5 * var(--rate));
            margin-block-start: calc(5 * var(--rate));
  }
  .mainContents__shell--row07 {
    --text-align: right;
    -webkit-margin-before: calc(157 * var(--rate));
            margin-block-start: calc(157 * var(--rate));
  }
  .mainContents__shell--row07 .mainContents__cell {
    -webkit-padding-after: calc(304 * var(--rate));
            padding-block-end: calc(304 * var(--rate));
    -webkit-padding-start: calc(20 * var(--rate));
            padding-inline-start: calc(20 * var(--rate));
    -webkit-padding-end: calc(10 * var(--rate));
            padding-inline-end: calc(10 * var(--rate));
  }
  .mainContents__shell--row07 .mainContents__cell .mainContents__styling:nth-child(2) {
    position: absolute;
    bottom: calc(144 * var(--rate));
    left: calc(24 * var(--rate));
    width: calc(162 * var(--rate));
    z-index: 2;
  }
  .mainContents__shell--row07 .mainContents__cell .mainContents__styling:nth-child(2)::before {
    width: calc(149 * var(--rate));
    height: calc(201 * var(--rate));
    transform: rotate(3.24deg);
    top: calc(5 * var(--rate));
    left: calc(6 * var(--rate));
  }
  .mainContents__shell--row07 .mainContents__cell .mainContents__styling:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: calc(79 * var(--rate));
    width: calc(153 * var(--rate));
    z-index: 1;
  }
  .mainContents__shell--row08 {
    --text-align: right;
    -webkit-margin-before: calc(122 * var(--rate));
            margin-block-start: calc(122 * var(--rate));
  }
  .mainContents__shell--row08 .mainContents__prices {
    -webkit-margin-before: calc(12 * var(--rate));
            margin-block-start: calc(12 * var(--rate));
    -webkit-padding-end: calc(15 * var(--rate));
            padding-inline-end: calc(15 * var(--rate));
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 768px) {
  .mainContents {
    -webkit-margin-before: calc(164 * var(--rate));
            margin-block-start: calc(164 * var(--rate));
  }
  .mainContents__prices {
    line-height: 1;
  }
  .mainContents__prices > * {
    font-size: calc(13 * var(--rate));
  }
  .mainContents__prices > * + * {
    -webkit-margin-start: 0.6em;
            margin-inline-start: 0.6em;
  }
  .mainContents__styling + .mainContents__prices {
    -webkit-margin-before: calc(20 * var(--rate));
            margin-block-start: calc(20 * var(--rate));
  }
  .mainContents__shell {
    grid-template-columns: repeat(2, 1fr);
  }
  .mainContents__shell--row01 .mainContents__cell:nth-child(2) {
    align-self: end;
    justify-self: end;
    -webkit-padding-end: calc(28 * var(--rate));
            padding-inline-end: calc(28 * var(--rate));
  }
  .mainContents__shell--row02 {
    -webkit-margin-before: calc(230 * var(--rate));
            margin-block-start: calc(230 * var(--rate));
  }
  .mainContents__shell--row02 .mainContents__cell {
    grid-column: 1/span 2;
    padding-inline: calc(430 * var(--rate));
  }
  .mainContents__shell--row02 .mainContents__prices {
    transform: translateX(calc(-2 * var(--rate)));
  }
  .mainContents__shell--row03 {
    -webkit-margin-before: calc(304 * var(--rate));
            margin-block-start: calc(304 * var(--rate));
  }
  .mainContents__shell--row03 .mainContents__cell {
    grid-column: 1/span 2;
    -webkit-padding-before: calc(560 * var(--rate));
            padding-block-start: calc(560 * var(--rate));
    -webkit-padding-start: calc(320 * var(--rate));
            padding-inline-start: calc(320 * var(--rate));
    -webkit-padding-end: calc(430 * var(--rate));
            padding-inline-end: calc(430 * var(--rate));
  }
  .mainContents__shell--row03 .mainContents__cell .mainContents__styling:nth-child(1) {
    position: absolute;
    top: 0;
    right: calc(400 * var(--rate));
    width: calc(427 * var(--rate));
    z-index: 1;
  }
  .mainContents__shell--row03 .mainContents__cell .mainContents__styling:nth-child(1)::before {
    width: calc(371 * var(--rate));
    height: calc(499 * var(--rate));
    transform: rotate(6.52deg);
    top: calc(20 * var(--rate));
    left: calc(28 * var(--rate));
  }
  .mainContents__shell--row03 .mainContents__cell .mainContents__styling:nth-child(2) {
    position: absolute;
    top: calc(373 * var(--rate));
    right: calc(208 * var(--rate));
    width: calc(287 * var(--rate));
    z-index: 2;
  }
  .mainContents__shell--row04 {
    -webkit-margin-before: calc(297 * var(--rate));
            margin-block-start: calc(297 * var(--rate));
  }
  .mainContents__shell--row04 .mainContents__cell {
    grid-column: 2;
  }
  .mainContents__shell--row05 {
    -webkit-margin-before: calc(285 * var(--rate));
            margin-block-start: calc(285 * var(--rate));
  }
  .mainContents__shell--row05 .mainContents__cell {
    grid-column: 1/span 2;
    padding-inline: calc(350 * var(--rate));
  }
  .mainContents__shell--row06 {
    -webkit-margin-before: calc(284 * var(--rate));
            margin-block-start: calc(284 * var(--rate));
  }
  .mainContents__shell--row06 .mainContents__cell:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .mainContents__shell--row06 .mainContents__cell:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: end;
    width: calc(360 * var(--rate));
    -webkit-margin-end: calc(67 * var(--rate));
            margin-inline-end: calc(67 * var(--rate));
  }
  .mainContents__shell--row06 .mainContents__cell:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
    -webkit-margin-before: calc(26 * var(--rate));
            margin-block-start: calc(26 * var(--rate));
    -webkit-padding-start: calc(45 * var(--rate));
            padding-inline-start: calc(45 * var(--rate));
  }
  .mainContents__shell--row07 {
    -webkit-margin-before: calc(292 * var(--rate));
            margin-block-start: calc(292 * var(--rate));
  }
  .mainContents__shell--row07 .mainContents__cell {
    grid-column: 1/span 2;
    -webkit-padding-after: calc(430 * var(--rate));
            padding-block-end: calc(430 * var(--rate));
    padding-inline: calc(350 * var(--rate));
  }
  .mainContents__shell--row07 .mainContents__cell .mainContents__styling:nth-child(2) {
    position: absolute;
    bottom: calc(284 * var(--rate));
    left: calc(183 * var(--rate));
    width: calc(325 * var(--rate));
    z-index: 2;
  }
  .mainContents__shell--row07 .mainContents__cell .mainContents__styling:nth-child(2)::before {
    width: calc(301 * var(--rate));
    height: calc(401 * var(--rate));
    transform: rotate(3.24deg);
    top: calc(9 * var(--rate));
    left: calc(12 * var(--rate));
  }
  .mainContents__shell--row07 .mainContents__cell .mainContents__styling:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: calc(420 * var(--rate));
    width: calc(300 * var(--rate));
    z-index: 1;
  }
  .mainContents__shell--row07 .mainContents__prices {
    --text-align: right;
  }
  .mainContents__shell--row08 {
    -webkit-margin-before: calc(301 * var(--rate));
            margin-block-start: calc(301 * var(--rate));
  }
  .mainContents__shell--row08 .mainContents__cell {
    grid-column: 1/span 2;
    padding-inline: calc(350 * var(--rate));
  }
}
/**
 * footer
 */
.lpFooter {
  background-color: var(--color-theme);
}
.lpFooter > * {
  --font-color: #fff;
}
.lpFooter__shell {
  display: grid;
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
}
.lpFooter__title {
  margin-inline: auto;
}
.lpFooter__lead {
  position: relative;
}
.lpFooter__lead-text {
  --font-family: var(--font-en-primary);
  --font-weight: 300;
  --text-align: center;
  font-variation-settings: "opsz" 10, "wght" 100;
  letter-spacing: -0.0055em;
}
.lpFooter__detail dt {
  --font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lpFooter__detail dt::before, .lpFooter__detail dt::after {
  content: "";
  position: absolute;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}
.lpFooter__detail dt::before {
  left: 0;
  background-image: url(../images/decorations/double-quote-start.svg);
}
.lpFooter__detail dt::after {
  right: 0;
  background-image: url(../images/decorations/double-quote-end.svg);
}
.lpFooter__bottom-image {
  margin-inline: auto;
}
.lpFooter__button {
  --font-family: var(--font-en-primary);
  --font-weight: 300;
  --display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-variation-settings: "opsz" 10, "wght" 100;
  line-height: 1;
}
.lpFooter__notes {
  --text-align: center;
}
.lpFooter__credits {
  border-top: 1px solid #fff;
}
.lpFooter__credits-inner {
  display: grid;
  max-width: 1400px;
  margin-inline: auto;
}
.lpFooter__credit > * {
  --font-family: var(--font-en-primary);
  --font-weight: 300;
  font-variation-settings: "opsz" 10, "wght" 100;
  letter-spacing: 0.015em;
}

/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  .lpFooter {
    -webkit-margin-before: calc(132 * var(--rate));
            margin-block-start: calc(132 * var(--rate));
    -webkit-padding-before: calc(80 * var(--rate));
            padding-block-start: calc(80 * var(--rate));
  }
  .lpFooter__title {
    grid-row: 1;
    width: 100%;
    -webkit-padding-start: calc(20 * var(--rate));
            padding-inline-start: calc(20 * var(--rate));
    -webkit-padding-end: calc(18 * var(--rate));
            padding-inline-end: calc(18 * var(--rate));
  }
  .lpFooter__lead {
    grid-row: 2;
    display: grid;
    -webkit-margin-before: calc(89 * var(--rate));
            margin-block-start: calc(89 * var(--rate));
    -webkit-padding-start: calc(69 * var(--rate));
            padding-inline-start: calc(69 * var(--rate));
    -webkit-padding-end: calc(66 * var(--rate));
            padding-inline-end: calc(66 * var(--rate));
  }
  .lpFooter__lead-image {
    grid-row: 2;
    -webkit-margin-before: calc(2 * var(--rate));
            margin-block-start: calc(2 * var(--rate));
  }
  .lpFooter__lead-text:nth-of-type(1) {
    grid-row: 1;
    font-size: calc(27.45 * var(--rate));
    line-height: 1.6958105647;
    transform: translateX(calc(-2 * var(--rate)));
  }
  .lpFooter__lead-text:nth-of-type(2) {
    position: absolute;
    top: calc(302 * var(--rate));
    left: calc(12 * var(--rate));
    font-size: calc(17.54 * var(--rate));
    line-height: 1;
  }
  .lpFooter__lead-text:nth-of-type(3) {
    position: absolute;
    bottom: calc(112 * var(--rate));
    right: calc(15 * var(--rate));
    font-size: calc(22.78 * var(--rate));
    line-height: 0.9451273047;
  }
  .lpFooter__lead-text:nth-of-type(4) {
    grid-row: 3;
    -webkit-margin-before: calc(22 * var(--rate));
            margin-block-start: calc(22 * var(--rate));
    font-size: calc(21.6 * var(--rate));
    line-height: 0.9449074074;
    transform: translateX(calc(-3 * var(--rate)));
  }
  .lpFooter__details:nth-of-type(2) {
    grid-row: 3;
    -webkit-margin-before: calc(96 * var(--rate));
            margin-block-start: calc(96 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-child(1) dt {
    padding-inline: calc(16 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-child(2) {
    -webkit-margin-before: calc(56 * var(--rate));
            margin-block-start: calc(56 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-child(2) dt {
    padding-inline: calc(16 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-child(2) dt::after {
    right: calc(4 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-child(3) {
    -webkit-margin-before: calc(56 * var(--rate));
            margin-block-start: calc(56 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-child(3) dt {
    padding-inline: calc(20 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-child(3) dt::before, .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-child(3) dt::after {
    --top: calc(-1 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-child(3) dt::after {
    right: calc(4 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-child(3) dd {
    letter-spacing: -0.085em;
  }
  .lpFooter__details:nth-of-type(3) {
    grid-row: 5;
    -webkit-margin-before: calc(65 * var(--rate));
            margin-block-start: calc(65 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-child(1) dt {
    padding-inline: calc(20 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-child(1) dt::after {
    right: calc(4 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-child(2) {
    -webkit-margin-before: calc(59 * var(--rate));
            margin-block-start: calc(59 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-child(2) dt {
    padding-inline: calc(16 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-child(2) dt::before, .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-child(2) dt::after {
    --top: calc(-6 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-child(2) dd {
    letter-spacing: -0.05em;
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-child(3) {
    -webkit-margin-before: calc(54 * var(--rate));
            margin-block-start: calc(54 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-child(3) dt {
    padding-inline: calc(16 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-child(3) dt::before, .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-child(3) dt::after {
    --top: calc(-2 * var(--rate));
  }
  .lpFooter__detail dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: calc(16 * var(--rate));
    letter-spacing: -0.05em;
  }
  .lpFooter__detail dt::before, .lpFooter__detail dt::after {
    top: var(--top, calc(-2 * var(--rate)));
    width: calc(12 * var(--rate));
    height: calc(9 * var(--rate));
  }
  .lpFooter__detail dd {
    --text-align: justify;
    -webkit-margin-before: calc(18 * var(--rate));
            margin-block-start: calc(18 * var(--rate));
    padding-inline: calc(50 * var(--rate));
    font-size: calc(14 * var(--rate));
    line-height: 1.5714285714;
    letter-spacing: -0.03em;
  }
  .lpFooter__bottom-image {
    grid-row: 4;
    -webkit-margin-before: calc(62 * var(--rate));
            margin-block-start: calc(62 * var(--rate));
    padding-inline: calc(12.5 * var(--rate));
  }
  .lpFooter__button {
    grid-row: 6;
    gap: calc(17 * var(--rate));
    width: calc(197 * var(--rate));
    -webkit-margin-before: calc(85 * var(--rate));
            margin-block-start: calc(85 * var(--rate));
    margin-inline: auto;
  }
  .lpFooter__notes {
    grid-row: 7;
    -webkit-margin-before: calc(15 * var(--rate));
            margin-block-start: calc(15 * var(--rate));
    font-size: calc(8 * var(--rate));
    line-height: 1.75;
    letter-spacing: -0.05em;
  }
  .lpFooter__credits {
    -webkit-margin-before: calc(95 * var(--rate));
            margin-block-start: calc(95 * var(--rate));
    width: calc(350 * var(--rate));
    margin-inline: auto;
  }
  .lpFooter__credits-inner {
    grid-template-columns: calc(113 * var(--rate)) 1fr;
    -moz-column-gap: calc(61 * var(--rate));
         column-gap: calc(61 * var(--rate));
    -webkit-padding-before: calc(20 * var(--rate));
            padding-block-start: calc(20 * var(--rate));
    -webkit-padding-after: calc(50 * var(--rate));
            padding-block-end: calc(50 * var(--rate));
    padding-inline: calc(8 * var(--rate));
  }
  .lpFooter__credit {
    -webkit-padding-before: calc(1 * var(--rate));
            padding-block-start: calc(1 * var(--rate));
  }
  .lpFooter__credit > * {
    font-size: calc(15 * var(--rate));
    line-height: 1.0666666667;
  }
  .lpFooter__credit > * + * {
    -webkit-margin-before: 1.08em;
            margin-block-start: 1.08em;
  }
}
/* --- for large viewport --- */
@media screen and (min-width: 768px) {
  .lpFooter {
    -webkit-margin-before: calc(354 * var(--rate));
            margin-block-start: calc(354 * var(--rate));
    -webkit-padding-before: calc(140 * var(--rate));
            padding-block-start: calc(140 * var(--rate));
  }
  .lpFooter__shell {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: calc(90 * var(--rate));
         column-gap: calc(90 * var(--rate));
  }
  .lpFooter__title {
    grid-column: 1/span 2;
    grid-row: 1;
    width: calc(516 * var(--rate));
    -webkit-padding-end: calc(16 * var(--rate));
            padding-inline-end: calc(16 * var(--rate));
  }
  .lpFooter__lead {
    grid-column: 1/span 2;
    grid-row: 2;
    display: grid;
    width: calc(325 * var(--rate));
    -webkit-margin-before: calc(78 * var(--rate));
            margin-block-start: calc(78 * var(--rate));
    margin-inline: auto;
    -webkit-padding-after: calc(123 * var(--rate));
            padding-block-end: calc(123 * var(--rate));
  }
  .lpFooter__lead-image {
    grid-row: 2;
    -webkit-margin-before: calc(2 * var(--rate));
            margin-block-start: calc(2 * var(--rate));
  }
  .lpFooter__lead-text:nth-of-type(1) {
    grid-row: 1;
    font-size: calc(37.1 * var(--rate));
    line-height: 1.6956873315;
    transform: translateX(calc(-2 * var(--rate)));
  }
  .lpFooter__lead-text:nth-of-type(2) {
    position: absolute;
    top: calc(408 * var(--rate));
    left: calc(-107 * var(--rate));
    font-size: calc(23.71 * var(--rate));
    line-height: 1;
  }
  .lpFooter__lead-text:nth-of-type(3) {
    position: absolute;
    bottom: calc(273 * var(--rate));
    right: calc(-97 * var(--rate));
    font-size: calc(30.79 * var(--rate));
    line-height: 0.9451120494;
  }
  .lpFooter__lead-text:nth-of-type(4) {
    grid-row: 3;
    -webkit-margin-before: calc(28 * var(--rate));
            margin-block-start: calc(28 * var(--rate));
    font-size: calc(29.18 * var(--rate));
    line-height: 0.9455106237;
    transform: translateX(calc(-2 * var(--rate)));
  }
  .lpFooter__details {
    grid-row: 3;
  }
  .lpFooter__details:nth-of-type(3) {
    grid-column: 2;
    width: calc(475 * var(--rate));
    transform: translateX(calc(4 * var(--rate)));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-of-type(1) dt {
    -webkit-padding-start: calc(32 * var(--rate));
            padding-inline-start: calc(32 * var(--rate));
    -webkit-padding-end: calc(20 * var(--rate));
            padding-inline-end: calc(20 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-of-type(1) dt::before, .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-of-type(1) dt::after {
    --top: calc(-3 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-of-type(2) {
    -webkit-margin-before: calc(80 * var(--rate));
            margin-block-start: calc(80 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-of-type(2) dt {
    -webkit-padding-start: calc(30 * var(--rate));
            padding-inline-start: calc(30 * var(--rate));
    -webkit-padding-end: calc(24 * var(--rate));
            padding-inline-end: calc(24 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-of-type(2) dt::before, .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-of-type(2) dt::after {
    --top: calc(-3 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-of-type(3) {
    -webkit-margin-before: calc(70 * var(--rate));
            margin-block-start: calc(70 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-of-type(3) dt {
    -webkit-padding-start: calc(28 * var(--rate));
            padding-inline-start: calc(28 * var(--rate));
    -webkit-padding-end: calc(24 * var(--rate));
            padding-inline-end: calc(24 * var(--rate));
  }
  .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-of-type(3) dt::before, .lpFooter__details:nth-of-type(3) .lpFooter__detail:nth-of-type(3) dt::after {
    --top: calc(-2 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) {
    grid-column: 1;
    justify-self: end;
    width: calc(475 * var(--rate));
    transform: translateX(calc(5 * var(--rate)));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-of-type(1) dt {
    -webkit-padding-start: calc(32 * var(--rate));
            padding-inline-start: calc(32 * var(--rate));
    -webkit-padding-end: calc(28 * var(--rate));
            padding-inline-end: calc(28 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-of-type(2) {
    -webkit-margin-before: calc(67 * var(--rate));
            margin-block-start: calc(67 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-of-type(2) dt {
    -webkit-padding-start: calc(32 * var(--rate));
            padding-inline-start: calc(32 * var(--rate));
    -webkit-padding-end: calc(24 * var(--rate));
            padding-inline-end: calc(24 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-of-type(2) dt::before, .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-of-type(2) dt::after {
    --top: calc(-3 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-of-type(3) {
    -webkit-margin-before: calc(63 * var(--rate));
            margin-block-start: calc(63 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-of-type(3) dt {
    -webkit-padding-start: calc(32 * var(--rate));
            padding-inline-start: calc(32 * var(--rate));
    -webkit-padding-end: calc(33 * var(--rate));
            padding-inline-end: calc(33 * var(--rate));
  }
  .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-of-type(3) dt::before, .lpFooter__details:nth-of-type(2) .lpFooter__detail:nth-of-type(3) dt::after {
    --top: calc(-1 * var(--rate));
  }
  .lpFooter__detail dt {
    font-size: calc(20 * var(--rate));
    letter-spacing: -0.02em;
  }
  .lpFooter__detail dt::before, .lpFooter__detail dt::after {
    top: var(--top, calc(-5 * var(--rate)));
    width: calc(20 * var(--rate));
    height: calc(14 * var(--rate));
  }
  .lpFooter__detail dd {
    --text-align: justify;
    -webkit-margin-before: calc(22 * var(--rate));
            margin-block-start: calc(22 * var(--rate));
    font-size: calc(18 * var(--rate));
    line-height: 1.5555555556;
    letter-spacing: -0.04em;
  }
  .lpFooter__bottom-image {
    grid-column: 1/span 2;
    width: calc(500 * var(--rate));
    -webkit-margin-before: calc(85 * var(--rate));
            margin-block-start: calc(85 * var(--rate));
  }
  .lpFooter__button {
    grid-column: 1/span 2;
    gap: calc(25 * var(--rate));
    width: calc(298 * var(--rate));
    -webkit-margin-before: calc(84 * var(--rate));
            margin-block-start: calc(84 * var(--rate));
    margin-inline: auto;
  }
  .lpFooter__notes {
    grid-column: 1/span 2;
    -webkit-margin-before: calc(27 * var(--rate));
            margin-block-start: calc(27 * var(--rate));
    font-size: calc(12 * var(--rate));
    line-height: 1.7691666667;
    letter-spacing: -0.05em;
  }
  .lpFooter__credits {
    -webkit-margin-before: calc(111 * var(--rate));
            margin-block-start: calc(111 * var(--rate));
  }
  .lpFooter__credits-inner {
    grid-template-columns: calc(170 * var(--rate)) 1fr;
    -moz-column-gap: calc(155 * var(--rate));
         column-gap: calc(155 * var(--rate));
    -webkit-padding-before: calc(30 * var(--rate));
            padding-block-start: calc(30 * var(--rate));
    -webkit-padding-after: calc(50 * var(--rate));
            padding-block-end: calc(50 * var(--rate));
    padding-inline: calc(36 * var(--rate));
  }
  .lpFooter__credit {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 2.2em;
    -moz-column-gap: calc(72 * var(--rate));
         column-gap: calc(72 * var(--rate));
  }
  .lpFooter__credit > * {
    font-size: calc(20 * var(--rate));
    line-height: 1.1;
  }
}
/**
 * animation
 */
.firstview__visual {
  opacity: 0;
}
.firstview__title--primary, .firstview__title--name {
  opacity: 0;
}
.firstview__visual {
  -webkit-animation: fade-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s forwards;
          animation: fade-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s forwards;
}
.firstview__title--primary {
  -webkit-animation: fade-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.25s forwards;
          animation: fade-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.25s forwards;
}
.firstview__title--name {
  -webkit-animation: fade-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.25s forwards;
          animation: fade-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.25s forwards;
}

.js-animation-trigger.anim-zoom-in {
  overflow: hidden;
}
.js-animation-trigger.anim-zoom-in img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-animation-trigger.anim-zoom-in.is-active img {
  opacity: 1;
  transform: scale(1);
}
.js-animation-trigger.anim-fade-toLeft {
  opacity: 0;
  transform: translateX(15%);
}
.js-animation-trigger.anim-fade-toLeft.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-animation-trigger.anim-fade-toRight {
  opacity: 0;
  transform: translateX(-15%);
}
.js-animation-trigger.anim-fade-toRight.is-active {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-animation-trigger.anim-fade-toTop {
  opacity: 0;
  transform: translateY(15%);
}
.js-animation-trigger.anim-fade-toTop.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-animation-trigger.anim-fade-in {
  opacity: 0;
}
.js-animation-trigger.anim-fade-in.is-active {
  opacity: 1;
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-animation-trigger.anim-fade-in-slow {
  opacity: 0;
}
.js-animation-trigger.anim-fade-in-slow.is-active {
  opacity: 1;
  transition: all 1.8s ease-in;
}
.js-animation-trigger.anim-fadein-order-row07 .mainContents__styling {
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-animation-trigger.anim-fadein-order-row07 .mainContents__styling:nth-child(2) {
  transform: translateX(-25%);
}
.js-animation-trigger.anim-fadein-order-row07 .mainContents__styling:nth-child(3) {
  transform: translateX(25%);
}
.js-animation-trigger.anim-fadein-order-row07.is-active .mainContents__styling {
  opacity: 1;
}
.js-animation-trigger.anim-fadein-order-row07.is-active .mainContents__styling:nth-child(2) {
  transition-delay: 0.75s;
  transform: translateX(0%);
}
.js-animation-trigger.anim-fadein-order-row07.is-active .mainContents__styling:nth-child(3) {
  transition-delay: 1.5s;
  transform: translateX(0%);
}
.js-animation-trigger .lead__detail, .js-animation-trigger .lead__image, .js-animation-trigger .lead__title {
  opacity: 0;
}
.js-animation-trigger.is-active .lead__detail {
  -webkit-animation: fade-in 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fade-in 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.js-animation-trigger.is-active .lead__image {
  -webkit-animation: fade-in 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s forwards;
          animation: fade-in 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s forwards;
}
.js-animation-trigger.is-active .lead__title {
  -webkit-animation: fade-in 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
          animation: fade-in 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
}
.js-animation-trigger.js-typing-text {
  opacity: 0;
}
.js-animation-trigger.js-typing-text span {
  opacity: 0;
  display: inline-block;
  transform: translateY(5px);
  transition: all 0.5s ease;
}
.js-animation-trigger.js-typing-text.is-active {
  opacity: 1;
}
.js-animation-trigger.js-typing-text.is-active span.is-show {
  opacity: 1;
  transform: translateY(0);
}

.anim-page-title path {
  opacity: 0;
  -webkit-animation: show-title 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: show-title 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.anim-page-title path:nth-of-type(1) {
  -webkit-animation-delay: 0.025s;
          animation-delay: 0.025s;
}
.anim-page-title path:nth-of-type(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.anim-page-title path:nth-of-type(3) {
  -webkit-animation-delay: 0.075s;
          animation-delay: 0.075s;
}
.anim-page-title path:nth-of-type(4) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.anim-page-title path:nth-of-type(5) {
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.anim-page-title path:nth-of-type(6) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.anim-page-title path:nth-of-type(7) {
  -webkit-animation-delay: 0.175s;
          animation-delay: 0.175s;
}
.anim-page-title path:nth-of-type(8) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.anim-page-title path:nth-of-type(9) {
  -webkit-animation-delay: 0.225s;
          animation-delay: 0.225s;
}
.anim-page-title path:nth-of-type(10) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.anim-page-title path:nth-of-type(11) {
  -webkit-animation-delay: 0.275s;
          animation-delay: 0.275s;
}
.anim-page-title path:nth-of-type(12) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.anim-page-title path:nth-of-type(13) {
  -webkit-animation-delay: 0.325s;
          animation-delay: 0.325s;
}
.anim-page-title path:nth-of-type(14) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.anim-page-title path:nth-of-type(15) {
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.anim-page-title path:nth-of-type(16) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anim-page-title path:nth-of-type(17) {
  -webkit-animation-delay: 0.425s;
          animation-delay: 0.425s;
}
.anim-page-title path:nth-of-type(18) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.anim-page-title path:nth-of-type(19) {
  -webkit-animation-delay: 0.475s;
          animation-delay: 0.475s;
}
.anim-page-title path:nth-of-type(20) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anim-page-title path:nth-of-type(21) {
  -webkit-animation-delay: 0.525s;
          animation-delay: 0.525s;
}
.anim-page-title path:nth-of-type(22) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.anim-page-title path:nth-of-type(23) {
  -webkit-animation-delay: 0.575s;
          animation-delay: 0.575s;
}
.anim-page-title path:nth-of-type(24) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.anim-page-title path:nth-of-type(25) {
  -webkit-animation-delay: 0.625s;
          animation-delay: 0.625s;
}
.anim-page-title path:nth-of-type(26) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.anim-page-title path:nth-of-type(27) {
  -webkit-animation-delay: 0.675s;
          animation-delay: 0.675s;
}
.anim-page-title path:nth-of-type(28) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.anim-page-title path:nth-of-type(29) {
  -webkit-animation-delay: 0.725s;
          animation-delay: 0.725s;
}
.anim-page-title path:nth-of-type(30) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.anim-page-title path:nth-of-type(31) {
  -webkit-animation-delay: 0.775s;
          animation-delay: 0.775s;
}
.anim-page-title path:nth-of-type(32) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anim-page-title path:nth-of-type(33) {
  -webkit-animation-delay: 0.825s;
          animation-delay: 0.825s;
}
.anim-page-title path:nth-of-type(34) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.anim-page-title path:nth-of-type(35) {
  -webkit-animation-delay: 0.875s;
          animation-delay: 0.875s;
}
.anim-page-title path:nth-of-type(36) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.anim-page-title path:nth-of-type(37) {
  -webkit-animation-delay: 0.925s;
          animation-delay: 0.925s;
}
.anim-page-title path:nth-of-type(38) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.anim-page-title path:nth-of-type(39) {
  -webkit-animation-delay: 0.975s;
          animation-delay: 0.975s;
}
.anim-page-title path:nth-of-type(40) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.anim-page-title path:nth-of-type(41) {
  -webkit-animation-delay: 1.025s;
          animation-delay: 1.025s;
}
.anim-page-title path:nth-of-type(42) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.anim-page-title path:nth-of-type(43) {
  -webkit-animation-delay: 1.075s;
          animation-delay: 1.075s;
}
.anim-page-title path:nth-of-type(44) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.anim-page-title path:nth-of-type(45) {
  -webkit-animation-delay: 1.125s;
          animation-delay: 1.125s;
}
.anim-page-title path:nth-of-type(46) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.anim-page-title path:nth-of-type(47) {
  -webkit-animation-delay: 1.175s;
          animation-delay: 1.175s;
}
.anim-page-title path:nth-of-type(48) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.anim-page-title path:nth-of-type(49) {
  -webkit-animation-delay: 1.225s;
          animation-delay: 1.225s;
}
.anim-page-title path:nth-of-type(50) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show-title {
  0% {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes show-title {
  0% {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
