@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #b4b4b4;
  --history_color: #000;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
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, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: min(2.6666666667vw, 13.3333333333px);
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: YakuHanRP, "IBM Plex Sans JP", -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%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

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

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  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;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: YakuHanRP, "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior: contain;
  background: url("../img/bg_gradation.jpg") no-repeat center/cover;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.m-modal.is-open {
  opacity: 1;
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
}
.m-modal__content {
  width: 100%;
  max-width: 160vh;
  display: block;
  color: var(--color-brown-red);
  background: var(--color-cream);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 961px) {
  .m-modal__content {
    width: 90%;
  }
}
[data-modal-type=youtrube] .m-modal__content {
  max-width: 160vh;
}
.is-modal-open .m-modal__content {
  opacity: 1;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 6rem auto;
}
@media screen and (max-width: 960px) {
  .is-modal-overflow-prep .m-modal__content {
    margin-top: 20%;
  }
}
.m-modal__close {
  width: 7rem;
  height: 7rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 5rem;
    height: 5rem;
  }
}
.m-modal__close::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid var(--color-sky);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .m-modal__close::after {
    border-width: 0.2rem;
  }
}
.m-modal__close-in {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .m-modal__close-in {
    width: 3rem;
    height: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close:hover .m-modal__close-in {
    animation: flash 0.1s steps(1) 3;
  }
}
.m-modal__close-in::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 0.1rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close-in::before {
    transition: border-bottom-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .m-modal__close:hover .m-modal__close-in::before {
    border-bottom-color: var(--color-black);
  }
}
.m-modal__close-in::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 0.1rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close-in::after {
    transition: border-bottom-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .m-modal__close:hover .m-modal__close-in::after {
    border-bottom-color: var(--color-black);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.l-wrap {
  display: block;
  position: relative;
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg_gradation.jpg") no-repeat center/cover;
  opacity: 0;
}
.is-load .l-wrap::before {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.4s;
}
.l-wrap::after {
  content: "";
  width: 15rem;
  height: 15rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("../img/pc_ttitle.png") no-repeat center/contain;
  pointer-events: none;
  opacity: 1;
}
.is-load .l-wrap::after {
  opacity: 0;
  transition: opacity 1.2s var(--ease_out);
}
.l-wrap__container {
  width: 100%;
  max-width: 500px;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-white);
}
.l-wrap__brand {
  display: none;
}
@media screen and (min-width: 961px) {
  .l-wrap__brand {
    width: 18rem;
    display: block;
    position: fixed;
    top: 50%;
    left: calc(25% - 125px);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .is-load .l-wrap__brand {
    opacity: 1;
    transition: opacity 1.2s var(--ease_inout) 0.4s;
  }
}
@media screen and (max-width: 960px) {
  .l-wrap__progress {
    width: 100%;
    max-width: 500px;
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    background-color: var(--color-white);
    z-index: 5;
    transform: translate(-50%, 100%);
    box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0.2);
    transition: transform 0.5s var(--ease_out), box-shadow 0.5s var(--ease_out), opacity 1.2s var(--ease_out);
    opacity: 0;
  }
  .is-down .l-wrap__progress {
    transform: translate(-50%, 0);
    box-shadow: 0 0 2rem 0.5rem rgba(0, 0, 0, 0.2);
  }
  .is-load .l-wrap__progress {
    opacity: 1;
  }
}
@media screen and (min-width: 961px) {
  .l-wrap__progress {
    width: calc(50% - 250px);
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
  }
  .is-load .l-wrap__progress {
    opacity: 1;
    transition: opacity 1.2s var(--ease_inout) 0.4s;
  }
}

.l-bg {
  width: 100%;
  max-width: 500px;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
  opacity: 0;
}
.is-load .l-bg {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.6s;
}
.l-bg canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.l-footer {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .l-footer {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.4s;
}
.l-footer__container {
  width: calc(100% - 4rem);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 4.2rem 0 3rem;
}
.l-footer__official {
  width: 15rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__onair {
  display: block;
  position: relative;
  margin-top: 2.4rem;
}
.l-footer__onair-text {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
}
.l-footer__onair-link {
  width: 100%;
  max-width: 28rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__brand {
  width: 12.8rem;
  display: block;
  position: relative;
  margin: 4.8rem 0 0;
}
.l-footer__bnr {
  display: block;
  position: relative;
  margin-top: 3.2rem;
}
.l-footer__share {
  display: block;
  position: relative;
  margin-top: 4.2rem;
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 4.2rem;
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 2.4rem;
  font-size: 1rem;
  line-height: 1.2;
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1rem;
  line-height: 1.2;
}

.l-footer_bnr {
  display: block;
  position: relative;
}
.l-footer_bnr__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.l-footer_bnr__list-item {
  display: block;
  position: relative;
  width: 20.6%;
}
.l-footer_bnr__list-item:first-of-type {
  width: 15%;
}
.l-footer_bnr__list-item:nth-of-type(2) {
  width: 17%;
}
.l-footer_bnr__link {
  display: block;
  position: relative;
}

.l-footer_share {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.l-footer_share__cap {
  display: block;
  position: relative;
  margin-right: 1.6rem;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 1.5rem;
}
.l-footer_share__link {
  width: 1.5rem;
  display: block;
  position: relative;
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item {
  margin-left: 2rem;
}
.l-footer_help__link {
  display: block;
  position: relative;
  padding-right: 1.15rem;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
.l-footer_help__link::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border-left: 0.6rem solid var(--color-black);
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
}

.l-main {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-main {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout) 0.4s;
}

.p-progress {
  width: calc(100% - 4rem);
  display: block;
  position: relative;
  margin: 0 auto;
  height: 5rem;
}
@media screen and (min-width: 961px) {
  .p-progress {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
  }
}
.p-progress__bar {
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-gray);
}
@media screen and (min-width: 961px) {
  .p-progress__bar {
    width: 2px;
    height: 100%;
  }
}
.p-progress__bar::before {
  content: "";
  width: 0.1rem;
  height: 0.8rem;
  display: block;
  position: absolute;
  background-color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-progress__bar::before {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 961px) {
  .p-progress__bar::before {
    width: 10px;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-progress__bar::after {
  content: "";
  width: 0.1rem;
  height: 0.8rem;
  display: block;
  position: absolute;
  background-color: var(--color-gray);
}
[data-progress="1"] .p-progress__bar::after {
  background-color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-progress__bar::after {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 961px) {
  .p-progress__bar::after {
    width: 10px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-progress__bar-line {
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-progress__bar-line {
    height: 100% !important;
  }
}
@media screen and (min-width: 961px) {
  .p-progress__bar-line {
    width: 100% !important;
  }
}
.p-progress__list {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-progress__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 2rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 961px) {
  .p-progress__list {
    padding: 2rem 0;
  }
}
.p-progress__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-progress__list-item + .p-progress__list-item {
    margin-top: min(30px, 1.6vh);
  }
}
.p-progress__data {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: relative;
  background: var(--history_color);
  border-radius: 50%;
}
@media screen and (min-width: 961px) {
  .p-progress__data {
    width: min(8px, 1vh);
    height: min(8px, 1vh);
  }
}
@media screen and (max-width: 960px) {
  .p-progress__data-text {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .p-progress__data-text {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translate(100%, -50%);
    white-space: nowrap;
    font-size: min(16px, 1.65vh);
    letter-spacing: 2px;
    font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-progress__data-text {
    transition: color 0.4s var(--ease_out);
  }
  .p-progress__data-text:hover {
    color: var(--history_color);
    text-decoration: underline;
  }
}

.p-hero {
  display: block;
  position: relative;
  padding: 8.8rem 0 12rem;
}
.p-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_logo.png") no-repeat center top/92% auto;
}
.p-hero__title {
  width: 31rem;
  display: block;
  position: relative;
  margin: 0 auto 4.2rem;
}
.p-hero__title-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero__title-text:first-child {
  position: relative;
}
.p-hero__lead {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.9;
  text-align: center;
}

.p-history {
  display: block;
  position: relative;
}
.p-history__container {
  width: calc(100% - 2.5rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-history__content {
  display: block;
  position: relative;
}

.p-history_content {
  display: block;
  position: relative;
}
.p-history_content.--content1 {
  padding-bottom: 2rem;
}
.p-history_content.--content3 {
  padding-top: 2rem;
}
.p-history_content__bar {
  width: 0.1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 2.5rem;
}
.p-history_content__bar::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
}
.--content1 .p-history_content__bar::before {
  height: calc(100% - 1.8rem);
}
.--content3 .p-history_content__bar::before {
  height: 1.2rem;
}
.p-history_content__bar::after {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-black);
}
.--content1 .p-history_content__bar::after {
  content: "";
  height: 1.2rem;
}
.--content3 .p-history_content__bar::after {
  content: "";
  height: calc(100% - 1.8rem);
}
.p-history_content__bar-skip {
  width: 2rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 0.1rem solid var(--color-black);
  border-bottom: 0.1rem solid var(--color-black);
}
.--content1 .p-history_content__bar-skip {
  bottom: 1.2rem;
}
.--content3 .p-history_content__bar-skip {
  top: 1.2rem;
}
.p-history_content__header {
  width: 1.8rem;
  height: 18rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  padding: 3.2rem 0;
}
.p-history_content__title {
  display: block;
  position: relative;
}
.p-history_content__title-word {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
}
.p-history_content__title-word + .p-history_content__title-word {
  margin-top: 0.4rem;
}
.p-history_content__inner {
  display: block;
  position: relative;
  padding: 4rem 0.8rem 4rem 2.5rem;
  margin-top: -18rem;
}

.p-history_data {
  display: block;
  position: relative;
  padding-left: 3.8rem;
}
.p-history_data + .p-history_data {
  margin-top: 4.5rem;
}
.p-history_data::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--history_color);
}
.p-history_data::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: var(--history_color);
  border-radius: 50%;
}
.p-history_data__header {
  display: block;
  position: relative;
  padding-top: 3rem;
  margin-bottom: 1.8rem;
}
.p-history_data__date {
  display: block;
  position: relative;
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--history_color);
  line-height: 1;
  font-weight: 500;
}
.p-history_data__title {
  display: block;
  position: relative;
  left: -0.4rem;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.3rem;
  color: var(--history_color);
  line-height: 1;
  font-weight: 500;
}
.p-history_data__catch {
  display: block;
  position: relative;
  left: -0.5rem;
  margin-top: 1.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--history_color);
  line-height: 1.5;
  font-weight: 500;
}
.p-history_data__catch span {
  font-family: YakuHanRP, "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  margin: 0 0.5em;
}
.p-history_data__inner {
  display: block;
  position: relative;
}
.p-history_data__visual {
  display: block;
  position: relative;
  margin-bottom: 1.8rem;
}
.p-history_data__description {
  display: block;
  position: relative;
  letter-spacing: 0.08rem;
  font-size: 1.3rem;
  line-height: 1.75;
}
.p-history_data__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-top: 1.5rem;
}
.p-history_data__info + .p-history_data__info {
  margin-top: 0.5rem;
}
.p-history_data__info-cap {
  min-width: 7rem;
  display: block;
  position: relative;
  margin-right: 1.2rem;
  padding: 0.2rem 0.5rem 0.15rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: var(--color-white);
  background: var(--history_color);
}
.p-history_data__info-text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  font-weight: 400;
}
.p-history_data__movie {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--history_color);
  border-radius: 20rem;
  overflow: hidden;
  margin-top: 1.5rem;
}
.p-history_data__movie-thumb {
  height: 4.5rem;
  display: block;
  position: relative;
  border-radius: 20rem;
}
.p-history_data__movie-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: var(--color-black);
  z-index: 1;
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-history_data__movie-thumb::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-history_data__movie:hover .p-history_data__movie-thumb::before {
    opacity: 0.2;
  }
}
.p-history_data__movie-thumb::after {
  content: "";
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/icon_play.png") no-repeat center/contain;
  z-index: 1;
}
.p-history_data__movie-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-history_data__vote {
  display: block;
  position: relative;
  margin-top: 1rem;
}

.p-thanks {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1.8rem 0 12rem;
}
.p-thanks__title {
  width: 24rem;
  display: block;
  position: relative;
  margin: 0 auto 4.2rem;
}
.p-thanks__title-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-thanks__title-text:first-child {
  position: relative;
}
.p-thanks__text {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1.9;
  text-align: center;
}
.p-thanks__share {
  max-width: 28rem;
  display: block;
  position: relative;
  margin: 4rem auto 0;
}
.p-thanks__link {
  --history_color: var(--color-black);
  max-width: 28rem;
  display: block;
  position: relative;
  margin: 1.4rem auto 0;
}

.p-btn {
  width: 100%;
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--history_color);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .p-btn:hover {
    color: var(--history_color);
    background-color: var(--color-white);
  }
}
.p-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--history_color);
  border-radius: 20rem;
}
.p-btn__text {
  display: block;
  position: relative;
  padding: 1.3rem 4rem 1.1rem;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-align: center;
}