@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

ul {
  list-style: none;
}

@media screen and (min-width: 786px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }

  .is-pc {
    display: block;
  }

  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-feature-settings: "palt";
  min-height: 100vh;
  max-width: 100vw;
  border-style: none;
}
@media screen and (min-width: 0) {
  body {
    overflow-x: hidden;
  }
}

button {
  outline: none;
}

.color-blue {
  color: #388BE0;
}

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

.br-sp.br-pc {
  display: block;
}

.news-more {
  font-size: 16px;
  width: 100%;
  position: relative;
  padding: 12px 0 20px;
}
@media screen and (min-width: 768px) {
  .news-more {
    padding: 40px 0 40px;
  }
}
.news-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url("../images/btn_small_pc.png") no-repeat center center;
  width: 320px;
  height: 60px;
  margin: 0 auto;
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Cormorant", serif;
  letter-spacing: 1px;
  transition: letter-spacing 0.6s ease;
}
.news-more a .sq-lt,
.news-more a .sq-rt,
.news-more a .sq-lb,
.news-more a .sq-rb {
  display: block;
  position: absolute;
  z-index: 10;
  width: 16px;
  height: 16px;
  opacity: 0;
  background: url("../images/sq-line.png") no-repeat center center;
  transform: rotate(-105deg);
  transition: opacity 0.2s, transform 0.8s, top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), bottom 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), right 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-more a .sq-lt {
  top: 36px;
  left: 36px;
}
.news-more a .sq-rt {
  top: 36px;
  right: 36px;
}
.news-more a .sq-lb {
  bottom: 36px;
  left: 36px;
}
.news-more a .sq-rb {
  bottom: 36px;
  right: 36px;
}
.news-more a .frame-top,
.news-more a .frame-bottom,
.news-more a .frame-left,
.news-more a .frame-right {
  display: block;
  position: absolute;
  z-index: 6;
}
.news-more a .frame-top,
.news-more a .frame-bottom {
  background: url("../images/frame-line2.png");
  height: 18px;
  width: 0px;
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
.news-more a .frame-left,
.news-more a .frame-right {
  background: url("../images/frame-line1.png");
  height: 0px;
  width: 18px;
  transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.26s;
}
.news-more a .frame-top {
  left: -4px;
  top: -13px;
}
.news-more a .frame-bottom {
  right: -4px;
  bottom: -14px;
}
.news-more a .frame-left {
  left: -13px;
  bottom: -5px;
}
.news-more a .frame-right {
  right: -14px;
  top: -4px;
}
.news-more a:hover {
  letter-spacing: 3px;
  color: #ffffd0;
  text-shadow: 0 0 12px #feffc0;
}
.news-more a:hover .sq-lt,
.news-more a:hover .sq-rt,
.news-more a:hover .sq-lb,
.news-more a:hover .sq-rb {
  opacity: 1;
  transform: rotate(0deg);
}
.news-more a:hover .sq-lt {
  top: -11px;
  left: -11px;
}
.news-more a:hover .sq-rt {
  top: -11px;
  right: -12px;
}
.news-more a:hover .sq-lb {
  bottom: -12px;
  left: -11px;
}
.news-more a:hover .sq-rb {
  bottom: -12px;
  right: -12px;
}
.news-more a:hover .frame-top,
.news-more a:hover .frame-bottom {
  width: 329px;
  transition-duration: 0.7s;
  transition-delay: 0.7s;
}
.news-more a:hover .frame-left,
.news-more a:hover .frame-right {
  height: 70px;
  transition-duration: 0.8s;
  transition-delay: 0.5s;
}

#contents {
  position: relative;
  min-width: 100%;
  font-family: "Noto Serif JP", "Hiragino Sans", -apple-system, "Yu Gothic Medium", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: subpixel-antialiased;
  display: flex;
  flex-direction: column;
  background: #000 url("../images/news_pat_pc.png") repeat center top;
}
@media screen and (min-width: 576px) {
  #contents {
    min-width: 100%;
    padding-left: 0;
    -webkit-text-decoration-skip: none;
  }
}

#movie-swiper-container .swiper-slide a .mv_overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 2;
  -webkit-transition: opacity 1.1s ease;
  -o-transition: opacity 1.1s ease;
  transition: opacity 1.1s ease;
}

#movie-swiper-container .swiper-slide a .mv_base {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  opacity: 1;
  background: url("/images/btn_play_base-l.png") no-repeat center center;
  z-index: 3;
}

#movie-swiper-container .swiper-slide a .mv_glow1 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: url("/images/btn_play_glow1-l.png") no-repeat center center;
  z-index: 4;
}

#movie-swiper-container .swiper-slide a .mv_overcross {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: url("/images/btn_play_overcross-l.png") no-repeat center center;
  z-index: 5;
}

#movie-swiper-container .swiper-slide a .mv_glow2 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: url("/images/btn_play_glow2-l.png") no-repeat center center;
  z-index: 6;
}

#movie-swiper-container .swiper-slide a .mv_crossline {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: url("/images/btn_play_crossline-l.png") no-repeat center center;
  z-index: 7;
}

#movie-swiper-container .swiper-slide a .mv_outsideline {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background: url("/images/btn_play_outsideline-l.png") no-repeat center center;
  z-index: 8;
}

@-webkit-keyframes fadeinout-l {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeinout-l {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes glowinout-l {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glowinout-l {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scalein-l {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@keyframes scalein-l {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-webkit-keyframes crossin-l {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  1% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
}
@keyframes crossin-l {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  1% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
}
#movie-swiper-container .swiper-slide a:hover .mv_overlay {
  opacity: 0.36;
}

#movie-swiper-container .swiper-slide a:hover .mv_glow1 {
  -webkit-animation: glowinout-l 1.1s ease;
  animation: glowinout-l 1.1s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#movie-swiper-container .swiper-slide a:hover .mv_overcross {
  -webkit-animation: fadeinout-l 1s ease;
  animation: fadeinout-l 1s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#movie-swiper-container .swiper-slide a:hover .mv_glow2 {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}

#movie-swiper-container .swiper-slide a:hover .mv_crossline {
  -webkit-animation: scalein-l 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: scalein-l 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

#movie-swiper-container .swiper-slide a:hover .mv_outsideline {
  -webkit-animation: crossin-l 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: crossin-l 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* MODAL
----------------------------------------------------------------------------------------------------*/
#modal-container, #movie-modal-container, #youtube-modal-container, #contact-modal-container, #cbt-modal-container {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 0;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: width 0s linear;
  -o-transition: width 0s linear;
  transition: width 0s linear;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.modal-overlay {
  width: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  position: absolute;
  background: url("../images/mozaic-bk.gif") repeat right top;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out 0s;
  -o-transition: opacity 0.6s ease-out 0s;
  transition: opacity 0.6s ease-out 0s;
}

.modal-inner {
  display: block;
  max-width: 940px;
  position: relative;
  height: auto;
  min-height: 300px;
  margin: 15vh auto 0;
  margin-top: calc(50vh - 300px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out 0s;
  -o-transition: opacity 0.6s ease-out 0s;
  transition: opacity 0.6s ease-out 0s;
}

@media (max-width: 767px) {
  .modal-inner {
    margin-top: 23vh;
    width: 94%;
    min-height: 55vw;
  }
}
#contact-modal-container .modal-inner, #cbt-modal-container .modal-inner {
  margin-top: 8vh;
}

@media (max-width: 767px) {
  #contact-modal-container .modal-inner, #cbt-modal-container .modal-inner {
    margin-top: 8vh;
  }
}
@media (max-width: 320px) {
  #contact-modal-container .modal-inner, #cbt-modal-container .modal-inner {
    margin-top: 5vh;
  }
}
#modal-container.show, #movie-modal-container.show, #youtube-modal-container.show, #contact-modal-container.show, #cbt-modal-container.show {
  display: block;
  pointer-events: fill;
  width: 100%;
  -webkit-transition: width 0s linear;
  -o-transition: width 0s linear;
  transition: width 0s linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#modal-container.show .modal-overlay, #movie-modal-container.show .modal-overlay, #youtube-modal-container.show .modal-overlay, #contact-modal-container.show .modal-overlay, #cbt-modal-container.show .modal-overlay {
  width: 100%;
  opacity: 0.78;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

#modal-container.show .modal-inner, #movie-modal-container.show .modal-inner, #youtube-modal-container.show .modal-inner, #contact-modal-container.show .modal-inner, #cbt-modal-container.show .modal-inner {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out 0.6s;
  -o-transition: opacity 0.6s ease-out 0.6s;
  transition: opacity 0.6s ease-out 0.6s;
}

#modal-container.show .modal-close, #movie-modal-container.show .modal-close, #youtube-modal-container.show .modal-close, #contact-modal-container.show .modal-close, #cbt-modal-container.show .modal-close {
  -webkit-transition: opacity 0.5s ease 0.6s;
  -o-transition: opacity 0.5s ease 0.6s;
  transition: opacity 0.5s ease 0.6s;
  opacity: 1;
}

.modal-swiper-arws .swiper-button-next {
  right: -55px;
}

.modal-swiper-arws .swiper-button-prev {
  left: -55px;
}

@media (max-width: 767px) {
  .modal-swiper-arws {
    width: 94%;
    top: auto;
    bottom: -40vw;
  }

  .modal-swiper-arws .swiper-button-next {
    right: 0;
    top: auto;
    bottom: calc(-65px - 3vw);
  }

  .modal-swiper-arws .swiper-button-prev {
    left: 0;
    top: auto;
    bottom: calc(-65px - 3vw);
  }
}
.modal-close {
  position: relative;
  text-align: center;
  margin: 30px 0 15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  -o-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}

@media (max-width: 767px) {
  .modal-close {
    margin-top: 3vw;
  }
}
.modal-close > a {
  display: inline-block;
  position: relative;
  width: 71px;
  height: 71px;
}

@media (max-width: 767px) {
  .modal-close > a {
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
.modal-close > a .close-btn-frame {
  display: block;
  width: 71px;
  height: 71px;
  background: url("../images/modal-close-frame.png") no-repeat center center;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.modal-close > a .close-btn-frame-ov {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 71px;
  height: 71px;
  background: url("../images/modal-close-frame-ov.png") no-repeat center center;
  opacity: 0;
  -webkit-transform: scale(0.86, 0.86);
  -ms-transform: scale(0.86, 0.86);
  transform: scale(0.86, 0.86);
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.modal-close > a .close-btn-icon {
  display: block;
  width: 49px;
  height: 49px;
  background: url("../images/modal-close.png") no-repeat center center;
  position: absolute;
  top: 11px;
  left: 11px;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.modal-close > a .close-btn-icon-ov {
  display: block;
  position: absolute;
  top: 11px;
  left: 11px;
  width: 49px;
  height: 49px;
  background-image: url("../images/modal-close-ov.png");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transform: scale(1.33, 1.33);
  -ms-transform: scale(1.33, 1.33);
  transform: scale(1.33, 1.33);
  -webkit-transition: opacity 0.84s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.84s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.84s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.84s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.84s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.modal-close > a:hover .close-btn-frame {
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transform: scale(0.86, 0.86);
  -ms-transform: scale(0.86, 0.86);
  transform: scale(0.86, 0.86);
}

.modal-close > a:hover .close-btn-frame-ov {
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.modal-close > a:hover .close-btn-icon {
  -webkit-transition: opacity 0.84s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.84s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.84s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.84s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.84s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transform: scale(1.33, 1.33);
  -ms-transform: scale(1.33, 1.33);
  transform: scale(1.33, 1.33);
}

.modal-close > a:hover .close-btn-icon-ov {
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #000;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 200;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
  outline: 0 none;
  -webkit-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

@media (max-width: 1050px) {
  .modal-video-close-btn {
    right: 0px;
  }
}
@media (max-width: 950px) {
  .modal-video-close-btn {
    right: 10px;
  }
}
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.m_slide_wrapper .swiper-slide {
  text-align: center;
  line-height: 0;
  position: relative;
}

@media (max-width: 767px) {
  .m_slide_wrapper .swiper-slide {
    min-height: 52vw;
  }
}
.m_slide_wrapper .swiper-slide img, .m_slide_wrapper .swiper-slide picture {
  height: 530px;
  width: auto;
  max-width: 940px;
  z-index: 150;
}

@media (max-width: 767px) {
  .m_slide_wrapper .swiper-slide img, .m_slide_wrapper .swiper-slide picture {
    width: 100%;
    height: auto;
  }
}
.m_slide_wrapper .swiper-slide iframe, .m_slide_wrapper .swiper-slide object, .m_slide_wrapper .swiper-slide embed {
  height: 530px;
  width: 940px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 155;
}

#youtube_iframe, .yt_iframe {
  position: relative;
  margin: 0 auto;
  width: 940px;
  height: 530px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  #youtube_iframe, .yt_iframe {
    width: 98%;
    height: 52vw;
  }

  #youtube_iframe iframe, .yt_iframe iframe {
    width: 100% !important;
    height: 52vw !important;
  }
}
.first-logo {
  position: fixed;
  top: 48px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 48px);
  background-color: #000000;
  background-image: url(/mov/title_logo_splash_bg.gif);
  background-size: 100% 100%;
  background-position: 50%;
  overflow: hidden;
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  .first-logo {
    top: 38px;
    height: calc(100vh - 38px);
    background-size: 100%;
  }
}
.first-logo.fade-out {
  opacity: 0;
}
.first-logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
body.balloon-lock {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.balloon-lock {
    width: 100%;
    height: 100%;
  }
}

.mv-balloon {
  position: fixed;
  animation-timing-function: ease-in;
  animation-name: mvBalloon;
  opacity: 0;
}

.mv-balloon-inner-1 {
  animation-timing-function: ease-in-out;
  animation-name: mvBalloonInner1;
  animation-iteration-count: infinite;
}

@keyframes mvBalloon {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -250vh, 0);
    opacity: 1;
  }
}
@keyframes mvBalloonInner1 {
  0% {
    transform: translate3d(-30px, 0, 0);
  }
  50% {
    transform: translate3d(60px, 0, 0);
  }
  100% {
    transform: translate3d(-30px, 0, 0);
  }
}
@keyframes sideBalloonInner {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -40px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightBlink {
  0% {
    opacity: 0.5;
  }
  10% {
    opacity: 0.7;
  }
  20% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes chandelierBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes upDown {
  0% {
    transform: translateY(-7px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
@keyframes movieArrowR {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movieArrowL {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes outsideline {
  0% {
    opacity: 0;
    transform: scale(2, 2);
  }
  99% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}
@keyframes crossline {
  0% {
    transform: scale(1.5, 1.5);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0, 0);
  }
}
@keyframes overcross {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glow2 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.5;
  }
}
body {
  margin: 0;
}

.anniviersary-container,
.halfanniviersary-container {
  color: #ffffff;
  font-size: 12px;
}
@media screen and (min-width: 576px) {
  .anniviersary-container,
.halfanniviersary-container {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .anniviersary-container,
.halfanniviersary-container {
    font-size: 18px;
  }
}
.anniviersary-container #pagetop,
.halfanniviersary-container #pagetop {
  position: fixed;
  display: block;
  width: 68px;
  height: 68px;
  bottom: 30px;
  left: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 19;
  margin-top: -68px;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 768px) {
  .anniviersary-container #pagetop,
.halfanniviersary-container #pagetop {
    width: 68px;
    height: 68px;
    bottom: 30px;
    left: 65px;
    margin-top: -61px;
  }
}
.anniviersary-container #pagetop.show,
.halfanniviersary-container #pagetop.show {
  opacity: 1;
  pointer-events: fill;
}
.anniviersary-container #pagetop a,
.halfanniviersary-container #pagetop a {
  display: block;
  width: 68px;
  height: 68px;
  background: url(../images/btn-pagetop.png?v=3) no-repeat;
  background-size: 67.5px 67.5px;
}
.anniviersary-container #pagetop.is-bottom,
.halfanniviersary-container #pagetop.is-bottom {
  position: absolute;
}
.anniviersary-container .participate,
.halfanniviersary-container .participate {
  text-align: left;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .participate,
.halfanniviersary-container .participate {
    font-size: 24px;
  }
}
.anniviersary-container .participate::before,
.halfanniviersary-container .participate::before {
  content: "";
  background-image: url(/images/halfanniversary/icon_subtitle.png?v=3);
  background-size: 100%;
  width: 11px;
  height: 11px;
  display: inline-block;
  transform: translateY(1px);
  margin-right: 3px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .participate::before,
.halfanniviersary-container .participate::before {
    width: 28px;
    height: 28px;
    transform: translateY(5px);
  }
}
.anniviersary-container .mv,
.halfanniviersary-container .mv {
  overflow: hidden;
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
  background-size: 100%;
  position: relative;
  background-image: url(/images/halfanniversary/mv_bg_sp.jpg?v=3);
}
.first .anniviersary-container .mv,
.first .halfanniviersary-container .mv {
  background-image: url(/images/1st_anniversary/mv_bg_sp.jpg?v=3);
}
.second .anniviersary-container .mv,
.second .halfanniviersary-container .mv {
  background-image: url(/images/2nd_anniversary/mv_bg_sp.png?v=3);
}
@media screen and (min-width: 0) {
  .anniviersary-container .mv,
.halfanniviersary-container .mv {
    height: calc(100vw * 1.649);
  }
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv,
.halfanniviersary-container .mv {
    background-image: url(/images/halfanniversary/mv_bg_pc.jpg?v=3);
    height: calc(100vw * 0.5432) !important;
    max-height: 1043px;
  }
  .first .anniviersary-container .mv,
.first .halfanniviersary-container .mv {
    background-image: url(/images/1st_anniversary/mv_bg_pc.jpg?v=3);
  }
  .second .anniviersary-container .mv,
.second .halfanniviersary-container .mv {
    background-image: url(/images/2nd_anniversary/mv_bg_pc.png?v=3);
  }
}
.anniviersary-container .mv .mv-bg,
.halfanniviersary-container .mv .mv-bg {
  opacity: 0;
}
.anniviersary-container .mv .mv-anim,
.halfanniviersary-container .mv .mv-anim {
  position: absolute;
}
.anniviersary-container .mv .table,
.halfanniviersary-container .mv .table {
  top: 59.2%;
  left: 4.3%;
  width: 88.7131%;
  height: 32.1189%;
  background-image: url(/images/halfanniversary/mv_table_sp.png?v=3);
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .table,
.halfanniviersary-container .mv .table {
    top: 59.8%;
    left: 22.8%;
    width: 52.7131%;
    height: 32.1189%;
    background-image: url(/images/halfanniversary/mv_table_pc.png?v=3);
  }
}
.anniviersary-container .mv .candle,
.halfanniviersary-container .mv .candle {
  top: 53.6%;
  left: 41.4%;
  width: 16.8%;
  height: 8.4%;
  background-image: url(/images/halfanniversary/mv_candle_pc.png?v=3);
  background-size: 300%;
  background-position: 0% 0%;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .candle,
.halfanniviersary-container .mv .candle {
    top: 53.2%;
    left: 40%;
    width: 6.5657%;
    height: 10%;
  }
}
.anniviersary-container .mv .candleOverRay,
.halfanniviersary-container .mv .candleOverRay {
  top: 53.5%;
  left: 40%;
  width: 6.5657%;
  height: 10%;
  background-image: url(/images/halfanniversary/mv_candle_light_2_pc.png?v=3);
  background-size: 100%;
  background-position: 0%;
  animation: lightBlink 0.5s infinite;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .candleOverRay,
.halfanniviersary-container .mv .candleOverRay {
    top: 54.6%;
    width: 6.5657%;
  }
}
.anniviersary-container .mv .chandelier,
.anniviersary-container .mv .chandelierFrontLight,
.anniviersary-container .mv .chandelierBackLight,
.halfanniviersary-container .mv .chandelier,
.halfanniviersary-container .mv .chandelierFrontLight,
.halfanniviersary-container .mv .chandelierBackLight {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 29.9%;
  background-size: 100%;
  background-position: 0%;
  background-repeat: no-repeat;
  animation: chandelierBlink 4s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .chandelier,
.anniviersary-container .mv .chandelierFrontLight,
.anniviersary-container .mv .chandelierBackLight,
.halfanniviersary-container .mv .chandelier,
.halfanniviersary-container .mv .chandelierFrontLight,
.halfanniviersary-container .mv .chandelierBackLight {
    top: -0.7%;
    left: 31.8%;
    width: 36.5657%;
    height: 28.6%;
    background-size: 100%;
    background-position: 0%;
    background-repeat: no-repeat;
  }
}
.anniviersary-container .mv .chandelierFrontLight,
.halfanniviersary-container .mv .chandelierFrontLight {
  background-image: url(/images/halfanniversary/mv_chandelier_light_front_sp.png?v=3);
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .chandelierFrontLight,
.halfanniviersary-container .mv .chandelierFrontLight {
    background-image: url(/images/halfanniversary/mv_chandelier_light_front_pc.png?v=3);
  }
}
.anniviersary-container .mv .chandelier,
.halfanniviersary-container .mv .chandelier {
  animation: none;
  background-image: url(/images/halfanniversary/mv_chandelier_sp.png?v=3);
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .chandelier,
.halfanniviersary-container .mv .chandelier {
    background-image: url(/images/halfanniversary/mv_chandelier_pc.png?v=3);
  }
}
.anniviersary-container .mv .chandelierBackLight,
.halfanniviersary-container .mv .chandelierBackLight {
  background-image: url(/images/halfanniversary/mv_chandelier_light_back_sp.png?v=3);
  height: 44.1%;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .chandelierBackLight,
.halfanniviersary-container .mv .chandelierBackLight {
    left: 27.1%;
    width: 45.45%;
    height: 44.1%;
    background-image: url(/images/halfanniversary/mv_chandelier_light_back_pc.png?v=3);
  }
}
.anniviersary-container .mv .logo,
.halfanniviersary-container .mv .logo {
  top: 2.7%;
  left: 29.7%;
  width: 41.4%;
  height: 9.1%;
  background-image: url(/images/halfanniversary/mv_logo.png?v=3);
  background-size: 100%;
  background-position: 0%;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .logo,
.halfanniviersary-container .mv .logo {
    top: 1.3%;
    left: 43%;
    width: 14.4%;
    height: 9.1%;
  }
}
.anniviersary-container .mv .illumination,
.halfanniviersary-container .mv .illumination {
  top: 0;
  left: 0;
  width: 100%;
  height: 43%;
  background-image: url(/images/halfanniversary/mv_illumination_sp.png?v=3);
  background-size: 100%;
  background-position: 0%;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .illumination,
.halfanniviersary-container .mv .illumination {
    background-image: url(/images/halfanniversary/mv_illumination_pc.png?v=3);
    height: 100%;
  }
}
.anniviersary-container .mv .illumination .illumination_common_light,
.halfanniviersary-container .mv .illumination .illumination_common_light {
  width: 18%;
  height: 19%;
  background-image: url(/images/halfanniversary/mv_illumination_common_light_pc.png?v=3);
  background-size: 100%;
  background-position: 0%;
  mix-blend-mode: hard-light;
  animation: lightBlink 5s infinite;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .illumination .illumination_common_light,
.halfanniviersary-container .mv .illumination .illumination_common_light {
    width: 8.08%;
    height: 15.08%;
  }
}
.anniviersary-container .mv .illumination .illumination_common_light.n12,
.halfanniviersary-container .mv .illumination .illumination_common_light.n12 {
  top: 9.9%;
  left: 0.7%;
  animation-delay: -12s;
}
.anniviersary-container .mv .illumination .illumination_common_light.n1,
.halfanniviersary-container .mv .illumination .illumination_common_light.n1 {
  top: 70.9%;
  left: -0.3%;
  animation-delay: -1s;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .illumination .illumination_common_light.n1,
.halfanniviersary-container .mv .illumination .illumination_common_light.n1 {
    top: 9.9%;
    left: 6%;
  }
}
.anniviersary-container .mv .illumination .illumination_common_light.n2,
.halfanniviersary-container .mv .illumination .illumination_common_light.n2 {
  top: 20.6%;
  left: 7%;
  animation-delay: -2s;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .illumination .illumination_common_light.n2,
.halfanniviersary-container .mv .illumination .illumination_common_light.n2 {
    top: 16.8%;
    left: 9.9%;
  }
}
.anniviersary-container .mv .illumination .illumination_common_light.n3,
.halfanniviersary-container .mv .illumination .illumination_common_light.n3 {
  top: 53%;
  left: 84.6%;
  animation-delay: -3s;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .illumination .illumination_common_light.n3,
.halfanniviersary-container .mv .illumination .illumination_common_light.n3 {
    top: 3.3%;
    left: 15.6%;
  }
}
.anniviersary-container .mv .illumination .illumination_common_light.n4,
.halfanniviersary-container .mv .illumination .illumination_common_light.n4 {
  top: 31%;
  left: 77.6%;
  animation-delay: -4s;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .illumination .illumination_common_light.n4,
.halfanniviersary-container .mv .illumination .illumination_common_light.n4 {
    top: 7.4%;
    left: 21%;
  }
}
.anniviersary-container .mv .illumination .illumination_common_light.n5,
.halfanniviersary-container .mv .illumination .illumination_common_light.n5 {
  top: 0.9%;
  left: 27.1%;
  animation-delay: -5s;
}
.anniviersary-container .mv .illumination .illumination_common_light.n6,
.halfanniviersary-container .mv .illumination .illumination_common_light.n6 {
  top: 9.5%;
  left: 64.9%;
  animation-delay: -6s;
}
.anniviersary-container .mv .illumination .illumination_common_light.n7,
.halfanniviersary-container .mv .illumination .illumination_common_light.n7 {
  top: 6%;
  left: 71.4%;
  animation-delay: -7s;
}
.anniviersary-container .mv .illumination .illumination_common_light.n8,
.halfanniviersary-container .mv .illumination .illumination_common_light.n8 {
  top: 7%;
  left: 79.4%;
  animation-delay: -8s;
}
.anniviersary-container .mv .illumination .illumination_common_light.n9,
.halfanniviersary-container .mv .illumination .illumination_common_light.n9 {
  top: 15.5%;
  left: 83.6%;
  animation-delay: -9s;
}
.anniviersary-container .mv .illumination .illumination_common_light.n10,
.halfanniviersary-container .mv .illumination .illumination_common_light.n10 {
  top: 11.7%;
  left: 88.5%;
  animation-delay: -10s;
}
.anniviersary-container .mv .illumination .illumination_common_light.n11,
.halfanniviersary-container .mv .illumination .illumination_common_light.n11 {
  top: 18.8%;
  left: 94.3%;
  animation-delay: -11s;
}
.anniviersary-container .mv .string,
.halfanniviersary-container .mv .string {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 30.3%;
  background-image: url(/images/halfanniversary/mv_string_sp.png?v=3);
  background-size: 100%;
  background-position: 0%;
}
.anniviersary-container .mv .girl,
.halfanniviersary-container .mv .girl {
  top: 59.1%;
  left: 65.4%;
  width: 27.98%;
  height: 28.1%;
  background-image: url(/images/halfanniversary/mv_girl.png?v=3);
  background-size: 300% 200%;
  background-position: 0% 100%;
}
.anniviersary-container .mv .girl .girl-body,
.halfanniviersary-container .mv .girl .girl-body {
  top: 22.5%;
  left: 6.5%;
  width: 79.2%;
  height: 71%;
  background-image: url(/images/halfanniversary/mv_girl_body.png?v=3);
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .girl,
.halfanniviersary-container .mv .girl {
    top: 58.1%;
    left: 64.55%;
    width: 11.08%;
    height: 34.6%;
    background-image: url(/images/halfanniversary/mv_girl.png?v=3);
    background-size: 300% 200%;
    background-position: 0% 100%;
  }
  .anniviersary-container .mv .girl .girl-body,
.halfanniviersary-container .mv .girl .girl-body {
    top: 22.5%;
    left: 6.5%;
    width: 79.2%;
    height: 71%;
    background-image: url(/images/halfanniversary/mv_girl_body.png?v=3);
    background-size: 100%;
  }
}
.anniviersary-container .mv .fog1,
.halfanniviersary-container .mv .fog1 {
  top: 78.3%;
  left: 0%;
  width: 205%;
  height: 20.6%;
  background-image: url(/images/halfanniversary/mv_fog1_pc.png?v=3);
  background-size: 100%;
  animation: fogLeftToRight 35s -3s linear infinite;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .fog1,
.halfanniviersary-container .mv .fog1 {
    top: 78.3%;
    left: 0%;
    width: 65.4%;
    height: 20.6%;
  }
}
.anniviersary-container .mv .fog2,
.halfanniviersary-container .mv .fog2 {
  top: 76.3%;
  left: 0%;
  width: 115%;
  height: 20.6%;
  opacity: 0;
  background-image: url(/images/halfanniversary/mv_fog2_pc.png?v=3);
  background-size: 100%;
  animation: fogRightToLeft 35s -10s linear infinite;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .fog2,
.halfanniviersary-container .mv .fog2 {
    top: 76.3%;
    left: 0%;
    width: 65.4%;
    height: 20.6%;
  }
}
.anniviersary-container .mv .fog3,
.halfanniviersary-container .mv .fog3 {
  top: 69.3%;
  left: 0%;
  width: 63%;
  height: 20.5%;
  background-image: url(/images/halfanniversary/mv_fog3_pc.png?v=3);
  background-size: 100%;
  animation: fogLeftToRight 50s linear infinite;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .fog3,
.halfanniviersary-container .mv .fog3 {
    top: 69.3%;
    left: 0%;
    width: 34.1%;
    height: 20.5%;
  }
}
.anniviersary-container .mv .fog4,
.halfanniviersary-container .mv .fog4 {
  top: 70%;
  left: 0%;
  width: 113%;
  height: 20.6%;
  opacity: 0;
  background-image: url(/images/halfanniversary/mv_fog1_pc.png?v=3);
  background-size: 100%;
  animation: fogRightToLeft 35s -1s linear infinite;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .fog4,
.halfanniviersary-container .mv .fog4 {
    top: 70%;
    left: 0%;
    width: 65.4%;
    height: 20.6%;
  }
}
.anniviersary-container .mv .fog-delay,
.halfanniviersary-container .mv .fog-delay {
  animation-delay: 17s;
  opacity: 0;
}
.anniviersary-container .mv .dark-corner-l,
.halfanniviersary-container .mv .dark-corner-l {
  top: 0;
  left: 0;
  width: 32.83%;
  height: 86.29%;
  background-image: url(/images/halfanniversary/mv_vignette_pc.png?v=3);
  background-size: 100%;
}
.anniviersary-container .mv .dark-corner-r,
.halfanniviersary-container .mv .dark-corner-r {
  top: 0;
  right: 0;
  width: 32.83%;
  height: 86.29%;
  background-image: url(/images/halfanniversary/mv_vignette_pc.png?v=3);
  background-size: 100%;
  transform: scaleX(-1);
}
.anniviersary-container .mv .scroll-arrow,
.halfanniviersary-container .mv .scroll-arrow {
  width: 100%;
  height: 5%;
  bottom: 2%;
  text-align: center;
  background-image: url(/images/halfanniversary/kv_arw_black.png?v=3);
  background-position: 50%;
  background-size: 7%;
  animation: upDown 2s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .scroll-arrow,
.halfanniviersary-container .mv .scroll-arrow {
    background-image: url(/images/halfanniversary/kv_arw_white.png?v=3);
    background-size: 4%;
    bottom: 3%;
  }
}
.anniviersary-container .mv .bgm-btn,
.halfanniviersary-container .mv .bgm-btn {
  background-image: url(/images/halfanniversary/menu_volume_off.png?v=3);
  width: 8.4%;
  height: 5%;
  top: 3.6%;
  right: 7.3%;
  background-size: 100%;
  cursor: pointer;
}
.anniviersary-container .mv .bgm-btn.on,
.halfanniviersary-container .mv .bgm-btn.on {
  background-image: url(/images/halfanniversary/menu_volume_on.png?v=3);
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .bgm-btn,
.halfanniviersary-container .mv .bgm-btn {
    width: 3.6%;
    height: 6.7%;
    top: 4.1%;
    right: 3.1%;
  }
}
@media screen and (min-width: 992px) {
  .anniviersary-container .mv .bgm-btn,
.halfanniviersary-container .mv .bgm-btn {
    width: 2.6%;
    height: 4.7%;
    top: 3.6%;
    right: 2.8%;
  }
}
.anniviersary-container .mv .outline,
.halfanniviersary-container .mv .outline {
  width: 100%;
  height: 100%;
  border-image-slice: 127 fill;
  border-image-width: 62px;
}
@media screen and (min-width: 0) {
  .anniviersary-container .mv .outline,
.halfanniviersary-container .mv .outline {
    border-image-source: url(/images/halfanniversary/mv_frame_9s_sp.png?v=3);
  }
}
@media screen and (min-width: 768px) {
  .anniviersary-container .mv .outline,
.halfanniviersary-container .mv .outline {
    border-image-source: url(/images/halfanniversary/mv_frame_9s_pc.png?v=3);
  }
}
.anniviersary-container .mv .outline::after,
.halfanniviersary-container .mv .outline::after {
  content: ".";
  color: rgba(1, 1, 1, 0);
}
.anniviersary-container .content-area,
.halfanniviersary-container .content-area {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .content-area,
.halfanniviersary-container .content-area {
    padding: 16px 10px 0;
  }
}
@media screen and (min-width: 992px) {
  .anniviersary-container .content-area,
.halfanniviersary-container .content-area {
    padding: 60px 10px 0;
  }
}
.anniviersary-container .side-balloon,
.halfanniviersary-container .side-balloon {
  display: none;
  height: 364px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .side-balloon,
.halfanniviersary-container .side-balloon {
    display: block;
  }
}
.anniviersary-container .side-balloon .balloon-inner,
.halfanniviersary-container .side-balloon .balloon-inner {
  width: 115px;
}
.anniviersary-container .side-balloon .balloon-inner.show,
.halfanniviersary-container .side-balloon .balloon-inner.show {
  animation: sideBalloonInner 2s ease-in-out infinite;
}
.anniviersary-container .side-balloon.b1,
.halfanniviersary-container .side-balloon.b1 {
  top: 24px;
  left: calc(50% - 721px);
}
.anniviersary-container .side-balloon.b2,
.halfanniviersary-container .side-balloon.b2 {
  top: 200px;
  left: calc(50% + 561px);
}
.anniviersary-container .side-balloon.b3,
.halfanniviersary-container .side-balloon.b3 {
  top: 890px;
  left: calc(50% - 779px);
}
.anniviersary-container .side-balloon.b4,
.halfanniviersary-container .side-balloon.b4 {
  top: 1000px;
  left: calc(50% + 561px);
}
.anniviersary-container .side-balloon.b5,
.halfanniviersary-container .side-balloon.b5 {
  top: 1200px;
  left: calc(50% + 650px);
}
.anniviersary-container .side-balloon.b6,
.halfanniviersary-container .side-balloon.b6 {
  top: 2400px;
  left: calc(50% - 714px);
}
.anniviersary-container .side-balloon.b7,
.halfanniviersary-container .side-balloon.b7 {
  top: 2540px;
  left: calc(50% + 563px);
}
.anniviersary-container .side-balloon.b8,
.halfanniviersary-container .side-balloon.b8 {
  top: 3220px;
  left: calc(50% + 679px);
}
.anniviersary-container .side-balloon.b9,
.halfanniviersary-container .side-balloon.b9 {
  top: 3489px;
  left: calc(50% - 771px);
}
.anniviersary-container .side-balloon.b10,
.halfanniviersary-container .side-balloon.b10 {
  top: 3789px;
  left: calc(50% - 901px);
}
.anniviersary-container .side-balloon.b11,
.halfanniviersary-container .side-balloon.b11 {
  top: 4280px;
  left: calc(50% + 619px);
}
.anniviersary-container .side-balloon.b12,
.halfanniviersary-container .side-balloon.b12 {
  top: 4679px;
  left: calc(50% - 731px);
}
.anniviersary-container .side-balloon.b13,
.halfanniviersary-container .side-balloon.b13 {
  top: 5190px;
  left: calc(50% + 589px);
}
.anniviersary-container .side-balloon.b14,
.halfanniviersary-container .side-balloon.b14 {
  top: 5409px;
  left: calc(50% - 839px);
}
.anniviersary-container .content-sec,
.halfanniviersary-container .content-sec {
  max-width: 1096px;
  border-image: url(/images/halfanniversary/content_frame_gold_sp.jpg?v=3);
  border-image-slice: 13 13 fill;
  border-image-width: 6px 6px;
  margin: 0 12px 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .content-sec,
.halfanniviersary-container .content-sec {
    border-image: url(/images/halfanniversary/content_frame_gold_pc.jpg?v=3);
    border-image-slice: 13 13 fill;
    border-image-width: 10px 10px;
    margin: 0 12px 72px;
  }
}
.anniviersary-container .content-sec::after,
.halfanniviersary-container .content-sec::after {
  content: ".";
  color: rgba(1, 1, 1, 0);
}
.anniviersary-container .content-sec .content-sec-wrapper,
.halfanniviersary-container .content-sec .content-sec-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 12px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .content-sec .content-sec-wrapper,
.halfanniviersary-container .content-sec .content-sec-wrapper {
    padding: 40px;
  }
}
.anniviersary-container .content-sec:last-child,
.halfanniviersary-container .content-sec:last-child {
  margin-bottom: 127px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .content-sec,
.halfanniviersary-container .content-sec {
    margin: 0 auto 16px;
  }
  .anniviersary-container .content-sec:last-child,
.halfanniviersary-container .content-sec:last-child {
    margin-bottom: 127px;
  }
}
@media screen and (min-width: 992px) {
  .anniviersary-container .content-sec,
.halfanniviersary-container .content-sec {
    margin: 0 auto 72px;
  }
}
.anniviersary-container .content-sec h2,
.halfanniviersary-container .content-sec h2 {
  color: #dcc187;
  font-size: 17px;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .content-sec h2,
.halfanniviersary-container .content-sec h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .anniviersary-container .content-sec h2,
.halfanniviersary-container .content-sec h2 {
    font-size: 42px;
  }
}
.anniviersary-container .content-sec h3,
.halfanniviersary-container .content-sec h3 {
  font-size: 16px;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .content-sec h3,
.halfanniviersary-container .content-sec h3 {
    font-size: 24px;
  }
}
.anniviersary-container .content-sec h3.tweet-header,
.halfanniviersary-container .content-sec h3.tweet-header {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .content-sec h3.tweet-header,
.halfanniviersary-container .content-sec h3.tweet-header {
    margin-top: 114px;
  }
}
@media screen and (min-width: 768px) {
  .anniviersary-container .content-sec p,
.halfanniviersary-container .content-sec p {
    font-size: 18px;
  }
}
.anniviersary-container .content-sec .content-visual_image,
.halfanniviersary-container .content-sec .content-visual_image {
  margin: 8px auto 12px;
}
.anniviersary-container .content-sec .content-visual_image img,
.halfanniviersary-container .content-sec .content-visual_image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .content-sec .content-visual_image,
.halfanniviersary-container .content-sec .content-visual_image {
    margin: 24px auto 16px;
  }
}
.anniviersary-container .content-sec .content-title-underline,
.halfanniviersary-container .content-sec .content-title-underline {
  width: 100%;
}
@media screen and (min-width: 0) {
  .anniviersary-container .content-sec .content-title-underline,
.halfanniviersary-container .content-sec .content-title-underline {
    border-image: url(/images/halfanniversary/content_line_title_sp.png?v=3);
    border-image-slice: 0 70 fill;
    border-image-width: 0 36px;
    height: 26px;
    margin: -10px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .anniviersary-container .content-sec .content-title-underline,
.halfanniviersary-container .content-sec .content-title-underline {
    border-image: url(/images/halfanniversary/content_line_title_pc.png?v=3);
    border-image-slice: 0 35 fill;
    border-image-width: 0 36px;
    height: 26px;
    margin: 0 auto;
  }
}
.anniviersary-container .twitter-hash_post .content-description,
.halfanniviersary-container .twitter-hash_post .content-description {
  margin: 25px auto 15px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .content-description,
.halfanniviersary-container .twitter-hash_post .content-description {
    margin: 24px auto 40px;
  }
}
.anniviersary-container .twitter-hash_post .double-line,
.halfanniviersary-container .twitter-hash_post .double-line {
  border: solid 1px #ffffff;
  border-left: none;
  border-right: none;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .double-line,
.halfanniviersary-container .twitter-hash_post .double-line {
    height: 88px;
    font-size: 24px;
    margin-top: 9px;
  }
}
.anniviersary-container .twitter-hash_post .last-update,
.halfanniviersary-container .twitter-hash_post .last-update {
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .last-update,
.halfanniviersary-container .twitter-hash_post .last-update {
    font-size: 1em;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list {
  text-align: left;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_post-list,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list {
    margin-top: 40px;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body {
  padding: 10px;
  margin-bottom: 13px;
  margin-bottom: 13px;
  position: relative;
  border-image: url(/images/halfanniversary/content_border_gold_9s.png?v=3);
  border-image-slice: 13 13 fill;
  border-image-width: 10px 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body {
    padding: 15px 40px;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.no-open,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.no-open {
  text-align: center;
  height: 125px;
  border-image-source: url(/images/halfanniversary/content_border_white_9s.png?v=3);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.no-open,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.no-open {
    height: 200px;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.no-open .lock,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.no-open .lock {
  width: 10px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.no-open .lock,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.no-open .lock {
    width: 22px;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body h4,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body h4 {
  width: 100%;
  font-size: 12px;
  margin-bottom: 9px;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body h4,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body h4,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body h4 {
    margin-bottom: 12px;
    font-size: 24px;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body h4 span,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body h4 span {
  background-color: #dcc187;
  display: inline-block;
  padding: 2px 10px;
  color: #000000;
  margin-right: 10px;
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .left,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .left {
  width: 176px;
  height: 73px;
  padding: 9px 0px;
  margin: 0;
  float: left;
  font-size: 10px;
  border: solid 1px #4d4d4d;
  border-left: none;
  border-right: none;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .left,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .left {
    width: 68%;
    font-size: 1em;
    height: 112px;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.end h4, .anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.end .left, .anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.end .period,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.end h4,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.end .left,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body.end .period {
  opacity: 0.5;
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .right,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .right {
  width: 120px;
  position: relative;
  float: right;
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .right img,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .right img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .right,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .right {
    width: 29%;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .right.end img,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .right.end img {
  opacity: 0.6;
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .right.end::after,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .right.end::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/halfanniversary/stamp_missionclear.png?v=3);
  background-size: 100%;
}
.anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .period,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .period {
  margin-top: 4px;
  clear: both;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .period,
.halfanniviersary-container .twitter-hash_post .twitter-hash_post-list .hash_post-body .period {
    padding-top: 3px;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_get-list,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list {
  border-image-slice: 13 13 fill;
  border-image-width: 10px 10px;
  border-image-source: url(/images/halfanniversary/content_border_white_9s.png?v=3);
  text-align: left;
  margin-top: 0;
  padding: 12px 12px 20px;
  height: 256px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_get-list,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list {
    margin-top: 24px;
    height: 544px;
    padding: 40px;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_get-list > ul,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list > ul {
  overflow-y: scroll;
  border: solid 1px #ffffff;
  border-left: none;
  border-right: none;
  height: 100%;
}
.anniviersary-container .twitter-hash_post .twitter-hash_get-list > ul li,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list > ul li {
  border-bottom: solid 1px #4d4d4d;
  max-height: 300px;
  padding: 12px 0;
  overflow: hidden;
  clear: both;
  transition: opacity 1s 0.5s ease-in-out, max-height 1s ease-in-out, padding 1s ease-in-out, margin 1s ease-in-out;
}
.anniviersary-container .twitter-hash_post .twitter-hash_get-list > ul li::last-chaild,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list > ul li::last-chaild {
  border: none;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_get-list > ul li,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list > ul li {
    padding: 16px 0;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_get-list > ul li.hide,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list > ul li.hide {
  opacity: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
  border: none;
  display: none;
}
.anniviersary-container .twitter-hash_post .twitter-hash_get-list .user-icon,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list .user-icon {
  float: left;
  overflow: hidden;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.anniviersary-container .twitter-hash_post .twitter-hash_get-list .user-icon img,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list .user-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_get-list .user-icon,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list .user-icon {
    width: 80px;
    height: 80px;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_get-list .user-name,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list .user-name {
  float: left;
  padding-left: 9px;
  max-width: 165px;
}
@media screen and (min-width: 576px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_get-list .user-name,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list .user-name {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_get-list .user-name,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list .user-name {
    padding-left: 16px;
  }
}
.anniviersary-container .twitter-hash_post .twitter-hash_get-list .user-name .at-name,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list .user-name .at-name {
  margin-top: 6px;
}
.anniviersary-container .twitter-hash_post .twitter-hash_get-list .post-date,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list .post-date {
  float: right;
}
.anniviersary-container .twitter-hash_post .twitter-hash_get-list .text,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list .text {
  padding-left: 50px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .twitter-hash_post .twitter-hash_get-list .text,
.halfanniviersary-container .twitter-hash_post .twitter-hash_get-list .text {
    padding-left: 96px;
    margin-top: 0px;
  }
}
.anniviersary-container .movie-sec,
.halfanniviersary-container .movie-sec {
  position: relative;
}
.anniviersary-container .movie-sec h3,
.halfanniviersary-container .movie-sec h3 {
  margin-top: 12px;
}
.anniviersary-container .movie-sec .movie-slide,
.halfanniviersary-container .movie-sec .movie-slide {
  position: relative;
  margin-top: 12px;
}
.anniviersary-container .movie-sec .swiper-container,
.halfanniviersary-container .movie-sec .swiper-container {
  width: 240px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .movie-sec .swiper-container,
.halfanniviersary-container .movie-sec .swiper-container {
    width: calc(100% - 12px);
    height: 195px;
    padding: 0 6px;
  }
}
@media screen and (min-width: 768px) {
  .is-safari .anniviersary-container .movie-sec .swiper-container,
.is-safari .halfanniviersary-container .movie-sec .swiper-container {
    height: 188px;
  }
}
.anniviersary-container .movie-sec .swiper-slide,
.halfanniviersary-container .movie-sec .swiper-slide {
  position: relative;
  height: 140px;
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .movie-sec .swiper-slide,
.halfanniviersary-container .movie-sec .swiper-slide {
    margin: 6px 0;
  }
}
.anniviersary-container .movie-sec .swiper-slide::before,
.halfanniviersary-container .movie-sec .swiper-slide::before {
  position: absolute;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background-image: url(/images/btn_play_base.png?v=3);
  background-position: 50%;
  background-size: 32%;
}
.anniviersary-container .movie-sec .swiper-slide::after,
.halfanniviersary-container .movie-sec .swiper-slide::after {
  position: absolute;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-image-slice: 13 13 fill;
  border-image-width: 13px 13px;
  box-sizing: border-box;
  border-image-source: url(/images/halfanniversary/content_border_white_9s.png?v=3);
}
.anniviersary-container .movie-sec .swiper-slide a,
.halfanniviersary-container .movie-sec .swiper-slide a {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-size: cover;
}
.anniviersary-container .movie-sec .swiper-slide a em,
.halfanniviersary-container .movie-sec .swiper-slide a em {
  position: absolute;
  mix-blend-mode: hard-light;
}
.anniviersary-container .movie-sec .swiper-slide a .mv_outsideline,
.anniviersary-container .movie-sec .swiper-slide a .mv_crossline,
.anniviersary-container .movie-sec .swiper-slide a .mv_glow2,
.anniviersary-container .movie-sec .swiper-slide a .mv_overcross,
.anniviersary-container .movie-sec .swiper-slide a .mv_glow1,
.anniviersary-container .movie-sec .swiper-slide a .mv_base,
.anniviersary-container .movie-sec .swiper-slide a .mv_overlay,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_outsideline,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_crossline,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_glow2,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_overcross,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_glow1,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_base,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50%;
  background-size: 32%;
}
.anniviersary-container .movie-sec .swiper-slide a .mv_outsideline,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_outsideline {
  background-image: url(/images/btn_play_outsideline.png?v=3);
  opacity: 0;
}
.anniviersary-container .movie-sec .swiper-slide a .mv_outsideline.show,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_outsideline.show {
  animation: outsideline 0.4s 0.15s forwards ease-in;
}
.anniviersary-container .movie-sec .swiper-slide a .mv_crossline,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_crossline {
  background-image: url(/images/btn_play_crossline.png?v=3);
  opacity: 0;
}
.anniviersary-container .movie-sec .swiper-slide a .mv_crossline.show,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_crossline.show {
  animation: crossline 0.7s forwards ease-out;
}
.anniviersary-container .movie-sec .swiper-slide a .mv_glow2,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_glow2 {
  background-image: url(/images/btn_play_glow2.png?v=3);
  background-size: 48%;
  opacity: 0;
}
.anniviersary-container .movie-sec .swiper-slide a .mv_glow2.show,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_glow2.show {
  opacity: 0;
  animation: glow2 0.5s 0.4s forwards;
}
.anniviersary-container .movie-sec .swiper-slide a .mv_overcross,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_overcross {
  background-image: url(/images/btn_play_overcross.png?v=3);
  opacity: 0;
  background-size: 25%;
}
.anniviersary-container .movie-sec .swiper-slide a .mv_overcross.show,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_overcross.show {
  opacity: 1;
  animation: overcross 1s forwards ease-out;
}
.anniviersary-container .movie-sec .swiper-slide a .mv_glow1,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_glow1 {
  background-image: url(/images/btn_play_glow1.png?v=3);
  background-size: 48%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.anniviersary-container .movie-sec .swiper-slide a .mv_glow1.show,
.halfanniviersary-container .movie-sec .swiper-slide a .mv_glow1.show {
  opacity: 1;
}
.anniviersary-container .movie-sec .swiper-slide a .sq-lt,
.anniviersary-container .movie-sec .swiper-slide a .sq-rt,
.anniviersary-container .movie-sec .swiper-slide a .sq-lb,
.anniviersary-container .movie-sec .swiper-slide a .sq-rb,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-lt,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-rt,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-lb,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-rb {
  opacity: 0;
  background-image: url(/images/sq-line.png?v=3);
  width: 12px;
  height: 12px;
  background-size: 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.anniviersary-container .movie-sec .swiper-slide a .sq-lt.show,
.anniviersary-container .movie-sec .swiper-slide a .sq-rt.show,
.anniviersary-container .movie-sec .swiper-slide a .sq-lb.show,
.anniviersary-container .movie-sec .swiper-slide a .sq-rb.show,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-lt.show,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-rt.show,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-lb.show,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-rb.show {
  opacity: 1;
  transform: rotate(0deg);
}
.anniviersary-container .movie-sec .swiper-slide a .sq-lt,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-lt {
  left: 29px;
  top: 25px;
}
.anniviersary-container .movie-sec .swiper-slide a .sq-lt.show,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-lt.show {
  left: -5px;
  top: -5px;
}
.anniviersary-container .movie-sec .swiper-slide a .sq-rt,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-rt {
  right: 29px;
  top: 25px;
}
.anniviersary-container .movie-sec .swiper-slide a .sq-rt.show,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-rt.show {
  right: -5px;
  top: -5px;
}
.anniviersary-container .movie-sec .swiper-slide a .sq-lb,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-lb {
  left: 29px;
  bottom: 25px;
}
.anniviersary-container .movie-sec .swiper-slide a .sq-lb.show,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-lb.show {
  left: -5px;
  bottom: -6px;
}
.anniviersary-container .movie-sec .swiper-slide a .sq-rb,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-rb {
  right: 29px;
  bottom: 25px;
}
.anniviersary-container .movie-sec .swiper-slide a .sq-rb.show,
.halfanniviersary-container .movie-sec .swiper-slide a .sq-rb.show {
  right: -5px;
  bottom: -6px;
}
.anniviersary-container .movie-sec .swiper-slide a .frame-top,
.anniviersary-container .movie-sec .swiper-slide a .frame-bottom,
.halfanniviersary-container .movie-sec .swiper-slide a .frame-top,
.halfanniviersary-container .movie-sec .swiper-slide a .frame-bottom {
  width: 0%;
  height: 18px;
  background: url(/images/frame-line2.png?v=3) repeat-x;
  transition: 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.anniviersary-container .movie-sec .swiper-slide a .frame-top.show,
.anniviersary-container .movie-sec .swiper-slide a .frame-bottom.show,
.halfanniviersary-container .movie-sec .swiper-slide a .frame-top.show,
.halfanniviersary-container .movie-sec .swiper-slide a .frame-bottom.show {
  width: 100%;
}
.anniviersary-container .movie-sec .swiper-slide a .frame-left,
.anniviersary-container .movie-sec .swiper-slide a .frame-right,
.halfanniviersary-container .movie-sec .swiper-slide a .frame-left,
.halfanniviersary-container .movie-sec .swiper-slide a .frame-right {
  width: 5.6%;
  height: 0%;
  background: url(/images/frame-line1.png?v=3) repeat-y;
  transition: 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.anniviersary-container .movie-sec .swiper-slide a .frame-left.show,
.anniviersary-container .movie-sec .swiper-slide a .frame-right.show,
.halfanniviersary-container .movie-sec .swiper-slide a .frame-left.show,
.halfanniviersary-container .movie-sec .swiper-slide a .frame-right.show {
  height: 100%;
}
.anniviersary-container .movie-sec .swiper-slide a .frame-top,
.halfanniviersary-container .movie-sec .swiper-slide a .frame-top {
  top: -8px;
  left: 0;
}
.anniviersary-container .movie-sec .swiper-slide a .frame-bottom,
.halfanniviersary-container .movie-sec .swiper-slide a .frame-bottom {
  bottom: -8px;
  right: 0;
}
.anniviersary-container .movie-sec .swiper-slide a .frame-left,
.halfanniviersary-container .movie-sec .swiper-slide a .frame-left {
  bottom: 0;
  left: -8px;
}
.anniviersary-container .movie-sec .swiper-slide a .frame-right,
.halfanniviersary-container .movie-sec .swiper-slide a .frame-right {
  top: 0;
  right: -8px;
}
.is-safari .anniviersary-container .movie-sec .swiper-slide::after,
.is-safari .halfanniviersary-container .movie-sec .swiper-slide::after {
  width: calc(100% - 6.5px);
  height: calc(100% - 6.5px);
}
.anniviersary-container .movie-sec .swiper-slide img,
.halfanniviersary-container .movie-sec .swiper-slide img {
  margin-top: 3px;
  width: calc(100% - 10px);
}
@media screen and (min-width: 768px) {
  .anniviersary-container .movie-sec .swiper-slide img,
.halfanniviersary-container .movie-sec .swiper-slide img {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .anniviersary-container .movie-sec .swiper-slide,
.halfanniviersary-container .movie-sec .swiper-slide {
    width: 320px;
    height: 180px;
  }
}
@media screen and (min-width: 768px) {
  .is-safari .anniviersary-container .movie-sec .swiper-slide,
.is-safari .halfanniviersary-container .movie-sec .swiper-slide {
    height: 177px;
  }
}
.anniviersary-container .movie-sec .gallery-button-container,
.halfanniviersary-container .movie-sec .gallery-button-container {
  position: absolute;
  top: 0;
}
.anniviersary-container .movie-sec .swiper-button-next,
.anniviersary-container .movie-sec .swiper-button-prev,
.halfanniviersary-container .movie-sec .swiper-button-next,
.halfanniviersary-container .movie-sec .swiper-button-prev {
  background-image: url(https://nierreincarnation.jp/wp-content/themes/nier_reincarnation/images/slide_arw_white.png?v=3);
  background-size: 200% 100%;
  width: 45px;
  height: 45px;
  top: calc(50% - 9px);
  outline: none;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .movie-sec .swiper-button-next,
.anniviersary-container .movie-sec .swiper-button-prev,
.halfanniviersary-container .movie-sec .swiper-button-next,
.halfanniviersary-container .movie-sec .swiper-button-prev {
    top: calc(50% - 15px);
  }
}
.anniviersary-container .movie-sec .swiper-button-next,
.halfanniviersary-container .movie-sec .swiper-button-next {
  background-position-x: 100%;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .movie-sec .swiper-button-next,
.halfanniviersary-container .movie-sec .swiper-button-next {
    right: -30px;
  }
}
.anniviersary-container .movie-sec .swiper-button-next::after,
.halfanniviersary-container .movie-sec .swiper-button-next::after {
  content: none;
}
.anniviersary-container .movie-sec .swiper-button-next:hover,
.halfanniviersary-container .movie-sec .swiper-button-next:hover {
  animation: movieArrowR 2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .movie-sec .swiper-button-prev,
.halfanniviersary-container .movie-sec .swiper-button-prev {
    left: -30px;
  }
}
.anniviersary-container .movie-sec .swiper-button-prev::after,
.halfanniviersary-container .movie-sec .swiper-button-prev::after {
  content: none;
}
.anniviersary-container .movie-sec .swiper-button-prev:hover,
.halfanniviersary-container .movie-sec .swiper-button-prev:hover {
  animation: movieArrowL 2s ease-in-out;
}
.anniviersary-container .movie-sec .swiper-pagination,
.halfanniviersary-container .movie-sec .swiper-pagination {
  width: 100%;
  position: relative;
  margin: 0 auto 10px;
}
.anniviersary-container .movie-sec .swiper-pagination span,
.halfanniviersary-container .movie-sec .swiper-pagination span {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  opacity: 1;
  outline: none;
  background: url(/images/halfanniversary/pager_off.png?v=3) no-repeat;
  background-size: 100%;
}
.anniviersary-container .movie-sec .swiper-pagination span.swiper-pagination-bullet-active,
.halfanniviersary-container .movie-sec .swiper-pagination span.swiper-pagination-bullet-active {
  background: url(/images/halfanniversary/pager_on.png?v=3) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .anniviersary-container .movie-sec .swiper-pagination span,
.halfanniviersary-container .movie-sec .swiper-pagination span {
    width: 12px;
    height: 12px;
    margin: 0 2px;
  }
}

#movie-modal-container .swiper-button-next,
#movie-modal-container .swiper-button-prev {
  background-image: url(https://nierreincarnation.jp/wp-content/themes/nier_reincarnation/images/slide_arw_white.png?v=3);
  background-size: 200% 100%;
  width: 45px;
  height: 45px;
  top: calc(50% - 9px);
  outline: none;
}
@media screen and (min-width: 768px) {
  #movie-modal-container .swiper-button-next,
#movie-modal-container .swiper-button-prev {
    top: calc(50% - 15px);
  }
}
#movie-modal-container .swiper-button-next {
  background-position-x: 100%;
}
@media screen and (min-width: 768px) {
  #movie-modal-container .swiper-button-next {
    right: -50px;
  }
}
#movie-modal-container .swiper-button-next::after {
  content: none;
}
#movie-modal-container .swiper-button-next:hover {
  animation: movieArrowR 2s ease-in-out;
}
@media screen and (min-width: 768px) {
  #movie-modal-container .swiper-button-prev {
    left: -50px;
  }
}
#movie-modal-container .swiper-button-prev::after {
  content: none;
}
#movie-modal-container .swiper-button-prev:hover {
  animation: movieArrowL 2s ease-in-out;
}

@keyframes fogLeftToRight {
  0% {
    opacity: 0;
    left: -25%;
  }
  33% {
    opacity: 0.5;
    left: 15%;
  }
  66% {
    opacity: 0.5;
    left: 65%;
  }
  100% {
    opacity: 0;
    left: 105%;
  }
}
@keyframes fogRightToLeft {
  0% {
    opacity: 0;
    left: 100%;
  }
  33% {
    opacity: 0.5;
    left: 60%;
  }
  66% {
    opacity: 0.5;
    left: 20%;
  }
  100% {
    opacity: 0;
    left: -20%;
  }
}
@media screen and (min-width: 768px) {
  .first .anniviersary-container .mv {
    height: calc(100vw * 0.56) !important;
  }
}
.first .anniviersary-container .mv .papa {
  top: 36.2%;
  left: 0%;
  width: 14%;
  height: 10%;
  animation-name: papa-move;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media screen and (min-width: 768px) {
  .first .anniviersary-container .mv .papa {
    top: 45.4%;
    left: -10%;
    width: 6%;
    height: 12%;
    animation-name: papa-move;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}
.first .anniviersary-container .mv .papa:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/1st_anniversary/mv_papa.png?v=3);
  background-size: 100%;
  animation-name: papamama-updown;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.first .anniviersary-container .mv .mama {
  top: 26%;
  left: 100%;
  width: 19%;
  height: 10%;
  animation-name: mama-move;
  animation-duration: 11s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media screen and (min-width: 768px) {
  .first .anniviersary-container .mv .mama {
    top: 64.4%;
    left: 100%;
    width: 8%;
    height: 12%;
    background-size: 100%;
    animation-duration: 20s;
  }
}
.first .anniviersary-container .mv .mama:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/1st_anniversary/mv_mama.png?v=3);
  background-size: 100%;
  animation-name: papamama-updown;
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.first .anniviersary-container .mv .table {
  background-image: none;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .first .anniviersary-container .mv .table {
    top: 52.8%;
    left: 39.5%;
    width: 18.2131%;
    background-image: url(/images/1st_anniversary/mv_table_pc.png?v=3);
  }
}
.first .anniviersary-container .mv .boy-and-girl {
  top: 56.2%;
  left: 2.3%;
  width: 92.8%;
  height: 40.1%;
  background-image: url(/images/1st_anniversary/mv_boy_and_girl_sp.png?v=3);
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .first .anniviersary-container .mv .boy-and-girl {
    top: 45.4%;
    left: 28.5%;
    width: 41.8131%;
    height: 56%;
    background-image: url(/images/1st_anniversary/mv_boy_and_girl_pc.png?v=3);
  }
}
.first .anniviersary-container .mv .fio-preload {
  position: fixed;
  top: -1000px;
  left: -1000px;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-size: 100%;
}
.first .anniviersary-container .mv .fio-preload.fio1 {
  background: url(/images/1st_anniversary/mv_fio_noise_1.png?v=3);
}
.first .anniviersary-container .mv .fio-preload.fio2 {
  background: url(/images/1st_anniversary/mv_fio_noise_2.png?v=3);
}
.first .anniviersary-container .mv .fio-noise {
  top: 65.5%;
  left: 32.5%;
  width: 34%;
  height: 27.4%;
  background-size: 100%;
  background-image: url(/images/1st_anniversary/mv_fio_noise.png?v=3);
  animation-timing-function: linear;
  animation-duration: 3.5s;
  animation-name: fio-noise;
  animation-iteration-count: infinite;
}
@media screen and (min-width: 768px) {
  .first .anniviersary-container .mv .fio-noise {
    top: 58.5%;
    left: 43.25%;
    width: 12.9%;
    height: 31%;
    background-image: url(/images/1st_anniversary/mv_fio_noise.png?v=3);
  }
}

@keyframes papamama-updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes papa-move {
  0% {
    transform: translateX(-20vw);
  }
  100% {
    transform: translateX(140vw);
  }
}
@keyframes mama-move {
  0% {
    transform: translateX(10vw);
  }
  100% {
    transform: translateX(-140vw);
  }
}
@keyframes fio-noise {
  0% {
    opacity: 0;
    background-image: url(/images/1st_anniversary/mv_fio_noise.png?v=3);
  }
  69% {
    opacity: 0;
  }
  70% {
    opacity: 1;
    background-image: url(/images/1st_anniversary/mv_fio_noise_1.png?v=3);
  }
  72% {
    opacity: 1;
    background-image: url(/images/1st_anniversary/mv_fio_noise.png?v=3);
  }
  74% {
    opacity: 1;
    background-image: url(/images/1st_anniversary/mv_fio_noise.png?v=3);
  }
  76% {
    opacity: 0.8;
    background-image: url(/images/1st_anniversary/mv_fio_noise_2.png?v=3);
  }
  78% {
    opacity: 1;
    background-image: url(/images/1st_anniversary/mv_fio_noise.png?v=3);
  }
  80% {
    opacity: 0.8;
    background-image: url(/images/1st_anniversary/mv_fio_noise.png?v=3);
  }
  82% {
    opacity: 1;
    background-image: url(/images/1st_anniversary/mv_fio_noise_2.png?v=3);
  }
  84% {
    opacity: 0.8;
    background-image: url(/images/1st_anniversary/mv_fio_noise.png?v=3);
  }
  86% {
    opacity: 1;
    background-image: url(/images/1st_anniversary/mv_fio_noise.png?v=3);
  }
  88% {
    opacity: 0.8;
    background-image: url(/images/1st_anniversary/mv_fio_noise_2.png?v=3);
  }
  90% {
    opacity: 1;
    background-image: url(/images/1st_anniversary/mv_fio_noise.png?v=3);
  }
  92% {
    opacity: 0.8;
    background-image: url(/images/1st_anniversary/mv_fio_noise.png?v=3);
  }
  94% {
    opacity: 1;
    background-image: url(/images/1st_anniversary/mv_fio_noise_2.png?v=3);
  }
  96% {
    opacity: 1;
    background-image: url(/images/1st_anniversary/mv_fio_noise.png?v=3);
  }
  100% {
    opacity: 1;
    background-image: url(/images/1st_anniversary/mv_fio_noise_1.png?v=3);
  }
}
.halfanniviersary-container.cp .content-area {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area {
    padding-top: 10px;
  }
}
.halfanniviersary-container.cp .content-area .mv {
  margin: 0 auto 20px;
  position: relative;
  background-image: url(/images/halfanniversary/cp1/topimg_sp.png?v=3);
  height: calc(100vw * 0.827);
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area .mv {
    margin: 0 auto 56px;
    background-image: url(/images/halfanniversary/cp1/topimg_pc.png?v=3);
  }
}
@media screen and (min-width: 992px) {
  .halfanniviersary-container.cp .content-area .mv {
    height: 580px !important;
  }
}
.halfanniviersary-container.cp .content-area .mv .logo {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/images/halfanniversary/cp1/logo.png?v=3);
  background-size: 100%;
  width: 155px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area .mv .logo {
    top: 0px;
    width: 280px;
    height: 63px;
  }
}
.halfanniviersary-container.cp .content-area .content-sec {
  border-image: none;
  margin-bottom: 0;
}
.halfanniviersary-container.cp .content-area .content-sec .content-title-underline {
  border-image-source: url(/images/halfanniversary/cp1/content_line_title_sp.png?v=3);
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area .content-sec .content-title-underline {
    border-image-source: url(/images/halfanniversary/cp1/content_line_title_pc.png?v=3);
  }
}
.halfanniviersary-container.cp .content-area .content-sec h2 {
  color: #FFFFFF;
}
.halfanniviersary-container.cp .content-area .content-sec .content-body {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area .content-sec .content-body {
    margin-top: 24px;
  }
}
.halfanniviersary-container.cp .content-area .description {
  font-size: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area .description {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .halfanniviersary-container.cp .content-area .description {
    margin-top: 50px;
  }
}
.halfanniviersary-container.cp .content-area .notice-content {
  font-size: 10px;
  text-align: left;
  border: solid 1px #4D4D4D;
  margin-top: 13px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area .notice-content {
    font-size: 18px;
    margin-top: 18px;
    padding: 16px;
  }
}
.halfanniviersary-container.cp .content-area .notice-content.no-border {
  border: none;
}
.halfanniviersary-container.cp .content-area .notice-content.top-border {
  border: none;
  border-top: solid 1px #4D4D4D;
}
.halfanniviersary-container.cp .content-area .notice-content .notice li {
  padding-left: 1em;
  text-indent: -1em;
}
.halfanniviersary-container.cp .content-area .tw-list {
  margin-top: 20px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area .tw-list {
    margin-top: 38px;
    margin-bottom: 24px;
  }
}
.halfanniviersary-container.cp .content-area .tw-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media screen and (min-width: 375px) {
  .halfanniviersary-container.cp .content-area .tw-list ul::after {
    content: "";
    width: 108px;
  }
}
@media screen and (min-width: 540px) {
  .halfanniviersary-container.cp .content-area .tw-list ul::after {
    content: "";
    width: 172px;
  }
}
@media screen and (min-width: 576px) {
  .halfanniviersary-container.cp .content-area .tw-list ul::after {
    width: 202px;
  }
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area .tw-list ul::after {
    content: "";
    width: 203px;
  }
}
@media screen and (min-width: 1080px) {
  .halfanniviersary-container.cp .content-area .tw-list ul {
    justify-content: space-between;
  }
}
.halfanniviersary-container.cp .content-area .tw-list ul li {
  cursor: pointer;
  position: relative;
  width: 108px;
  height: 191px;
  margin-bottom: 7px;
}
.halfanniviersary-container.cp .content-area .tw-list ul li .bg {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area .tw-list ul li .bg {
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}
@media screen and (min-width: 576px) {
  .halfanniviersary-container.cp .content-area .tw-list ul li {
    width: 203px;
    height: 360px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area .tw-list ul li {
    width: 203px;
    height: 360px;
    margin-bottom: 16px;
  }
}
.halfanniviersary-container.cp .content-area .tw-list ul li::after {
  position: absolute;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-image-slice: 13 13 fill;
  border-image-width: 13px 13px;
  border-image-source: url(/images/halfanniversary/content_border_white_9s.png?v=1);
}
.halfanniviersary-container.cp .content-area .tw-list ul li.spacer {
  pointer-events: none;
  display: none;
}
@media screen and (min-width: 832px) {
  .halfanniviersary-container.cp .content-area .tw-list ul li.spacer {
    display: block;
    visibility: hidden;
    width: 203px;
  }
}
@media screen and (min-width: 1035px) {
  .halfanniviersary-container.cp .content-area .tw-list ul li.spacer {
    width: 203px;
  }
}
.halfanniviersary-container.cp .content-area em {
  position: absolute;
}
.halfanniviersary-container.cp .content-area .black-out {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #000000;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF6DE;
  text-shadow: 0 3px 8px #FFFDF0, 0 3px 8px #FFFDF0;
  font-size: 10px;
  transition: 0.7s ease-in-out;
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area .black-out {
    font-size: 18px;
  }
}
.halfanniviersary-container.cp .content-area .black-out:hover {
  opacity: 0.7;
}
.halfanniviersary-container.cp .content-area .sq-lt,
.halfanniviersary-container.cp .content-area .sq-rt,
.halfanniviersary-container.cp .content-area .sq-lb,
.halfanniviersary-container.cp .content-area .sq-rb {
  opacity: 0;
  background-image: url(/images/sq-line.png?v=3);
  width: 12px;
  height: 12px;
  background-size: 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.halfanniviersary-container.cp .content-area .sq-lt.show,
.halfanniviersary-container.cp .content-area .sq-rt.show,
.halfanniviersary-container.cp .content-area .sq-lb.show,
.halfanniviersary-container.cp .content-area .sq-rb.show {
  opacity: 1;
  transform: rotate(0deg);
}
.halfanniviersary-container.cp .content-area .sq-lt {
  left: 29px;
  top: 25px;
}
.halfanniviersary-container.cp .content-area .sq-lt.show {
  left: -5px;
  top: -5px;
}
.halfanniviersary-container.cp .content-area .sq-rt {
  right: 29px;
  top: 25px;
}
.halfanniviersary-container.cp .content-area .sq-rt.show {
  right: -5px;
  top: -5px;
}
.halfanniviersary-container.cp .content-area .sq-lb {
  left: 29px;
  bottom: 25px;
}
.halfanniviersary-container.cp .content-area .sq-lb.show {
  left: -5px;
  bottom: -6px;
}
.halfanniviersary-container.cp .content-area .sq-rb {
  right: 29px;
  bottom: 25px;
}
.halfanniviersary-container.cp .content-area .sq-rb.show {
  right: -5px;
  bottom: -6px;
}
.halfanniviersary-container.cp .content-area .frame-top,
.halfanniviersary-container.cp .content-area .frame-bottom {
  width: 0%;
  height: 18px;
  background: url(/images/frame-line2.png) repeat-x;
  transition: 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.halfanniviersary-container.cp .content-area .frame-top.show,
.halfanniviersary-container.cp .content-area .frame-bottom.show {
  width: 100%;
}
.halfanniviersary-container.cp .content-area .frame-left,
.halfanniviersary-container.cp .content-area .frame-right {
  width: 18px;
  height: 0%;
  background: url(/images/frame-line1.png) repeat-y;
  transition: 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.halfanniviersary-container.cp .content-area .frame-left.show,
.halfanniviersary-container.cp .content-area .frame-right.show {
  height: 100%;
}
.halfanniviersary-container.cp .content-area .frame-top {
  top: -8px;
  left: 0;
}
.halfanniviersary-container.cp .content-area .frame-bottom {
  bottom: -8px;
  right: 0;
}
.halfanniviersary-container.cp .content-area .frame-left {
  bottom: 0;
  left: -8px;
}
.halfanniviersary-container.cp .content-area .frame-right {
  top: 0;
  right: -8px;
}
.halfanniviersary-container.cp .content-area .last-content {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .halfanniviersary-container.cp .content-area .last-content {
    margin-bottom: 80px;
  }
}
.halfanniviersary-container.cp .content-area .long-text:hover a {
  letter-spacing: 1px;
}

.first-logo {
  top: 43px;
  height: calc(100vh - 43px);
}
@media screen and (min-width: 768px) {
  .first-logo {
    top: 38px;
    height: calc(100vh - 38px);
  }
}

.second .anniviersary-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .mv {
    height: calc(100vw * 0.598) !important;
  }
}
.second .anniviersary-container .anniversaryTitle {
  display: block;
  top: calc(100vw * 0.293);
  width: calc(100vw * 0.7588235294);
  height: calc(100vw * 1.649 * 0.4065155807);
  left: calc(100vw * 0.116);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/2nd_anniversary/title_sp.png?v=3);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .anniversaryTitle {
    width: calc(100vw * 0.479);
    height: calc(100vw * 0.598 * 0.6144781145);
    left: calc(100vw * 0.267);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container .anniversaryTitle {
    width: calc(1980px * 0.479);
    height: calc(1980px * 0.598 * 0.6144781145);
    left: calc(1980px * 0.267);
  }
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .anniversaryTitle {
    top: 0;
    background-image: url(/images/2nd_anniversary/title_pc.png?v=3);
  }
}
.second .anniviersary-container .anniversaryMiniTitle {
  display: block;
  top: -300px;
  width: calc(100vw * 0.4411764706);
  height: calc(100vw * 1.649 * 0.2004249292);
  left: calc(100vw * 0.276);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/2nd_anniversary/title_mini_sp.png?v=3);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .anniversaryMiniTitle {
    width: calc(100vw * 0.2301980198);
    height: calc(100vw * 0.598 * 0.2853535354);
    left: calc(100vw * 0.389);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container .anniversaryMiniTitle {
    width: calc(1980px * 0.2301980198);
    height: calc(1980px * 0.598 * 0.2853535354);
    left: calc(1980px * 0.389);
  }
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .anniversaryMiniTitle {
    top: -300px;
    background-image: url(/images/2nd_anniversary/title_mini_pc.png?v=3);
  }
}
.second .anniviersary-container .titleMiniAnime {
  top: 0;
  animation: titleMiniAnimation 1s 1;
  animation-fill-mode: forwards;
}
@keyframes titleMiniAnimation {
  0% {
    transform: translateY(-300px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-3px);
    @media screen and (min-width: 768px) {
      .second .anniviersary-container {
        transform: translateY(0);
      }
    }
  }
}
.second .anniviersary-container .titleAnime {
  animation: titleAnimation 1s 1;
  animation-fill-mode: forwards;
}
@keyframes titleAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-1000px);
  }
}
.second .anniviersary-container .curtains {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.second .anniviersary-container .topCurtain,
.second .anniviersary-container .leftCurtain,
.second .anniviersary-container .rightCurtain {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.second .anniviersary-container .topCurtain {
  background-image: url(/images/2nd_anniversary/top_curtain_sp.png?v=3);
  top: 0;
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .topCurtain {
    background-image: url(/images/2nd_anniversary/top_curtain.png?v=3);
  }
}
.second .anniviersary-container .leftCurtain {
  background-image: url(/images/2nd_anniversary/side_curtain_sp.png?v=3);
  left: 0;
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .leftCurtain {
    background-image: url(/images/2nd_anniversary/side_curtain.png?v=3);
  }
}
.second .anniviersary-container .rightCurtain {
  background-image: url(/images/2nd_anniversary/side_curtain_sp.png?v=3);
  right: 0;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .rightCurtain {
    background-image: url(/images/2nd_anniversary/side_curtain.png?v=3);
  }
}
.second .anniviersary-container .picFrames {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
  background-size: 100%;
  position: relative;
  height: 100%;
  max-height: 1043px;
}
.second .anniviersary-container .picFrameAnime {
  animation: frameAnimation 0.8s 1;
  animation-fill-mode: forwards;
}
@keyframes frameAnimation {
  from {
    opacity: 0;
    transform: scale(1.3, 1.3);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.second .anniviersary-container .picFrameWrap {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
}
.second .anniviersary-container .picFrame {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
.second .anniviersary-container .picFrame1 {
  top: calc(100vw * 0.293);
  width: calc(100vw * 0.6070588235);
  height: calc(100vw * 1.649 * 0.321529745);
  left: calc(100vw * 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/2nd_anniversary/pic_frame1_sp.png?v=3);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .picFrame1 {
    width: calc(100vw * 0.3613861386);
    height: calc(100vw * 0.598 * 0.5723905724);
    top: calc(100vw * 0.14);
    left: calc(100vw * 0.316);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container .picFrame1 {
    width: calc(1980px * 0.3613861386);
    height: calc(1980px * 0.598 * 0.5723905724);
    top: calc(1980px * 0.14);
    left: calc(1980px * 0.316);
  }
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .picFrame1 {
    background-image: url(/images/2nd_anniversary/pic_frame1.png?v=3);
  }
}
.second .anniviersary-container .picFrame2 {
  top: calc(100vw * 1.07);
  width: calc(100vw * 0.2682352941);
  height: calc(100vw * 1.649 * 0.1883852691);
  left: calc(100vw * 0.51);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/2nd_anniversary/pic_frame2_sp.png?v=3);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .picFrame2 {
    width: calc(100vw * 0.1643564356);
    height: calc(100vw * 0.598 * 0.3063973064);
    top: calc(100vw * 0.093);
    left: calc(100vw * 0.185);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container .picFrame2 {
    width: calc(1980px * 0.1643564356);
    height: calc(1980px * 0.598 * 0.3063973064);
    top: calc(1980px * 0.093);
    left: calc(1980px * 0.185);
  }
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .picFrame2 {
    background-image: url(/images/2nd_anniversary/pic_frame2.png?v=3);
  }
}
.second .anniviersary-container .picFrame3 {
  top: calc(100vw * 1.058);
  width: calc(100vw * 0.3105882353);
  height: calc(100vw * 1.649 * 0.2223796034);
  left: calc(100vw * 0.225);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/2nd_anniversary/pic_frame3_sp.png?v=3);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .picFrame3 {
    width: calc(100vw * 0.1732673267);
    height: calc(100vw * 0.598 * 0.3518518519);
    top: calc(100vw * 0.089);
    left: calc(100vw * 0.657);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container .picFrame3 {
    width: calc(1980px * 0.1732673267);
    height: calc(1980px * 0.598 * 0.3518518519);
    top: calc(1980px * 0.089);
    left: calc(1980px * 0.657);
  }
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .picFrame3 {
    background-image: url(/images/2nd_anniversary/pic_frame3.png?v=3);
  }
}
.second .anniviersary-container .picFrame4 {
  top: calc(100vw * 0.77);
  width: calc(100vw * 0.3364705882);
  height: calc(100vw * 1.649 * 0.2124645892);
  left: calc(100vw * 0.135);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/2nd_anniversary/pic_frame4_sp.png?v=3);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .picFrame4 {
    width: calc(100vw * 0.1534653465);
    height: calc(100vw * 0.598 * 0.2693602694);
    top: calc(100vw * 0.269);
    left: calc(100vw * 0.756);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container .picFrame4 {
    width: calc(1980px * 0.1534653465);
    height: calc(1980px * 0.598 * 0.2693602694);
    top: calc(1980px * 0.269);
    left: calc(1980px * 0.756);
  }
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .picFrame4 {
    background-image: url(/images/2nd_anniversary/pic_frame4.png?v=3);
  }
}
.second .anniviersary-container .picFrame5 {
  top: calc(100vw * 0.778);
  width: calc(100vw * 0.4305882353);
  height: calc(100vw * 1.649 * 0.1968838527);
  left: calc(100vw * 0.444);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/2nd_anniversary/pic_frame5_sp.png?v=3);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .picFrame5 {
    width: calc(100vw * 0.2356435644);
    height: calc(100vw * 0.598 * 0.2962962963);
    top: calc(100vw * 0.256);
    left: calc(100vw * 0.086);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container .picFrame5 {
    width: calc(1980px * 0.2356435644);
    height: calc(1980px * 0.598 * 0.2962962963);
    top: calc(1980px * 0.256);
    left: calc(1980px * 0.086);
  }
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .picFrame5 {
    background-image: url(/images/2nd_anniversary/pic_frame5.png?v=3);
  }
}
.second .anniviersary-container .crossFade {
  width: 100%;
  height: 100%;
}
.second .anniviersary-container .crossFade li {
  display: none;
  position: absolute;
  background-size: cover;
  z-index: 1;
}
.second .anniviersary-container #fadePic1 li {
  width: calc(100vw * 0.309);
  height: calc(100vw * 1.649 * 0.136);
  top: calc(100vw * 0.454);
  left: calc(100vw * 0.345);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container #fadePic1 li {
    width: calc(100vw * 0.205);
    height: calc(100vw * 0.598 * 0.2390572391);
    top: calc(100vw * 0.237);
    left: calc(100vw * 0.395);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container #fadePic1 li {
    width: calc(1980px * 0.205);
    height: calc(1980px * 0.598 * 0.2390572391);
    top: calc(1980px * 0.237);
    left: calc(1980px * 0.395);
  }
}
.second .anniviersary-container #fadePic1 .innerPic1 {
  background-image: url(/images/2nd_anniversary/pic-image1-1.png?v=3);
}
.second .anniviersary-container #fadePic1 .innerPic2 {
  background-image: url(/images/2nd_anniversary/pic-image1-2.png?v=3);
}
.second .anniviersary-container #fadePic1 .innerPic3 {
  background-image: url(/images/2nd_anniversary/pic-image1-3.png?v=3);
}
.second .anniviersary-container #fadePic1 .innerPic4 {
  background-image: url(/images/2nd_anniversary/pic-image1-4.png?v=3);
}
.second .anniviersary-container #fadePic1 .innerPic5 {
  background-image: url(/images/2nd_anniversary/pic-image1-5.png?v=3);
}
.second .anniviersary-container #fadePic2 li {
  width: calc(100vw * 0.13);
  height: calc(100vw * 1.649 * 0.094);
  top: calc(100vw * 1.13);
  left: calc(100vw * 0.58);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container #fadePic2 li {
    width: calc(100vw * 0.078);
    height: calc(100vw * 0.598 * 0.16);
    top: calc(100vw * 0.13);
    left: calc(100vw * 0.2259);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container #fadePic2 li {
    width: calc(1980px * 0.078);
    height: calc(1980px * 0.598 * 0.16);
    top: calc(1980px * 0.13);
    left: calc(1980px * 0.2259);
  }
}
.second .anniviersary-container #fadePic2 .innerPic1 {
  background-image: url(/images/2nd_anniversary/pic-image2-1.png?v=3);
}
.second .anniviersary-container #fadePic2 .innerPic2 {
  background-image: url(/images/2nd_anniversary/pic-image2-2.png?v=3);
}
.second .anniviersary-container #fadePic2 .innerPic3 {
  background-image: url(/images/2nd_anniversary/pic-image2-3.png?v=3);
}
.second .anniviersary-container #fadePic2 .innerPic4 {
  background-image: url(/images/2nd_anniversary/pic-image2-4.png?v=3);
}
.second .anniviersary-container #fadePic2 .innerPic5 {
  background-image: url(/images/2nd_anniversary/pic-image2-5.png?v=3);
}
.second .anniviersary-container #fadePic3 li {
  width: calc(100vw * 0.156);
  height: calc(100vw * 1.649 * 0.116);
  top: calc(100vw * 1.13);
  left: calc(100vw * 0.2999);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container #fadePic3 li {
    width: calc(100vw * 0.09);
    height: calc(100vw * 0.598 * 0.18);
    top: calc(100vw * 0.13);
    left: calc(100vw * 0.699);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container #fadePic3 li {
    width: calc(1980px * 0.09);
    height: calc(1980px * 0.598 * 0.18);
    top: calc(1980px * 0.13);
    left: calc(1980px * 0.699);
  }
}
.second .anniviersary-container #fadePic3 .innerPic1 {
  background-image: url(/images/2nd_anniversary/pic-image3-1.png?v=3);
}
.second .anniviersary-container #fadePic3 .innerPic2 {
  background-image: url(/images/2nd_anniversary/pic-image3-2.png?v=3);
}
.second .anniviersary-container #fadePic3 .innerPic3 {
  background-image: url(/images/2nd_anniversary/pic-image3-3.png?v=3);
}
.second .anniviersary-container #fadePic3 .innerPic4 {
  background-image: url(/images/2nd_anniversary/pic-image3-4.png?v=3);
}
.second .anniviersary-container #fadePic3 .innerPic5 {
  background-image: url(/images/2nd_anniversary/pic-image3-5.png?v=3);
}
.second .anniviersary-container #fadePic4 li {
  width: calc(100vw * 0.146);
  height: calc(100vw * 1.649 * 0.09);
  top: calc(100vw * 0.86);
  left: calc(100vw * 0.225);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container #fadePic4 li {
    width: calc(100vw * 0.069);
    height: calc(100vw * 0.598 * 0.12);
    top: calc(100vw * 0.306);
    left: calc(100vw * 0.7998);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container #fadePic4 li {
    width: calc(1980px * 0.069);
    height: calc(1980px * 0.598 * 0.12);
    top: calc(1980px * 0.306);
    left: calc(1980px * 0.7998);
  }
}
.second .anniviersary-container #fadePic4 .innerPic1 {
  background-image: url(/images/2nd_anniversary/pic-image4-1.png?v=3);
}
.second .anniviersary-container #fadePic4 .innerPic2 {
  background-image: url(/images/2nd_anniversary/pic-image4-2.png?v=3);
}
.second .anniviersary-container #fadePic4 .innerPic3 {
  background-image: url(/images/2nd_anniversary/pic-image4-3.png?v=3);
}
.second .anniviersary-container #fadePic4 .innerPic4 {
  background-image: url(/images/2nd_anniversary/pic-image4-4.png?v=3);
}
.second .anniviersary-container #fadePic4 .innerPic5 {
  background-image: url(/images/2nd_anniversary/pic-image4-5.png?v=3);
}
.second .anniviersary-container #fadePic5 li {
  width: calc(100vw * 0.31);
  height: calc(100vw * 1.649 * 0.102);
  top: calc(100vw * 0.84);
  left: calc(100vw * 0.5);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container #fadePic5 li {
    width: calc(100vw * 0.168);
    height: calc(100vw * 0.598 * 0.16);
    top: calc(100vw * 0.2875);
    left: calc(100vw * 0.1209);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container #fadePic5 li {
    width: calc(1980px * 0.168);
    height: calc(1980px * 0.598 * 0.16);
    top: calc(1980px * 0.2875);
    left: calc(1980px * 0.1209);
  }
}
.second .anniviersary-container #fadePic5 .innerPic1 {
  background-image: url(/images/2nd_anniversary/pic-image5-1.png?v=3);
}
.second .anniviersary-container #fadePic5 .innerPic2 {
  background-image: url(/images/2nd_anniversary/pic-image5-2.png?v=3);
}
.second .anniviersary-container #fadePic5 .innerPic3 {
  background-image: url(/images/2nd_anniversary/pic-image5-3.png?v=3);
}
.second .anniviersary-container #fadePic5 .innerPic4 {
  background-image: url(/images/2nd_anniversary/pic-image5-4.png?v=3);
}
.second .anniviersary-container #fadePic5 .innerPic5 {
  background-image: url(/images/2nd_anniversary/pic-image5-5.png?v=3);
}
.second .anniviersary-container .mamaCurtain {
  position: absolute;
  width: 100%;
  height: 100%;
}
.second .anniviersary-container .backCurtain {
  width: 100%;
  height: 110%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/2nd_anniversary/back_curtain.png?v=3);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .backCurtain {
    height: 100%;
  }
}
.second .anniviersary-container .mamaWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.second .anniviersary-container .mama {
  position: absolute;
  width: calc(100vw * 0.4247058824);
  height: calc(100vw * 1.649 * 0.321529745);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 20px;
  right: 38px;
  background-image: url(/images/2nd_anniversary/mama.png?v=3);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .mama {
    width: calc(100vw * 0.1881188119);
    height: calc(100vw * 0.598 * 0.4023569024);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container .mama {
    width: calc(1980px * 0.1881188119);
    height: calc(1980px * 0.598 * 0.4023569024);
  }
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .mama {
    right: 100px;
  }
}
.second .anniviersary-container .mamaAnim {
  animation: mamaAnimation 1s 1;
  transform-origin: bottom center;
}
@keyframes mamaAnimation {
  0%, 50%, 100% {
    transform: translate(0, 0);
  }
  20% {
    rotate: -10deg;
    transform: translate(0, -20px);
  }
  70% {
    rotate: 10deg;
    transform: translate(0, -20px);
  }
}
.second .anniviersary-container .mamaMoveAnim {
  animation: mamaMoveAnimation 1s infinite;
  transform-origin: bottom center;
}
@keyframes mamaMoveAnimation {
  0%, 50%, 100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, 20px);
  }
  70% {
    transform: translate(0, -20px);
  }
}
.second .anniviersary-container .clapHands {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.second .anniviersary-container .clapHand {
  display: block;
  width: calc(100vw * 0.4294117647);
  height: calc(100vw * 1.649 * 0.1494334278);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/2nd_anniversary/claphands_sp.png?v=3);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .clapHand {
    width: calc(100vw * 0.3069306931);
    height: calc(100vw * 0.598 * 0.2095959596);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container .clapHand {
    width: calc(1980px * 0.3069306931);
    height: calc(1980px * 0.598 * 0.2095959596);
  }
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .clapHand {
    background-image: url(/images/2nd_anniversary/claphands_pc.png?v=3);
  }
}
.second .anniviersary-container .clapHandRight {
  top: calc(100vw * 1.311);
  left: calc(100vw * 0.571);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .clapHandRight {
    top: calc(100vw * 0.394);
    left: calc(100vw * 0.706);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container .clapHandRight {
    top: calc(1980px * 0.394);
    left: calc(1980px * 0.706);
  }
}
.second .anniviersary-container .clapHandLeft {
  transform: scale(-1, 1);
  top: calc(100vw * 1.311);
  left: calc(100vw * 0);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .clapHandLeft {
    top: calc(100vw * 0.394);
    left: calc(100vw * 0.005);
  }
}
@media screen and (min-width: 1980px) {
  .second .anniviersary-container .clapHandLeft {
    top: calc(1980px * 0.394);
    left: calc(1980px * 0.005);
  }
}
.second .anniviersary-container .scroll-arrow {
  bottom: 8%;
  background-image: url(/images/halfanniversary/kv_arw_white.png?v=3);
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .scroll-arrow {
    top: calc(100vw * 0.46);
  }
}
@media screen and (min-width: 768px) and (min-width: 1980px) {
  .second .anniviersary-container .scroll-arrow {
    top: calc(1980px * 0.46);
  }
}
.second .anniviersary-container .content-sec {
  max-width: 1096px;
  border-image: url(/images/2nd_anniversary/content_frame_gold_pc.png?v=3);
  border-image-slice: 60 60 fill;
  border-image-width: 30px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .content-sec {
    border-image: url(/images/2nd_anniversary/content_frame_gold_pc.png?v=3);
    border-image-slice: 60 60 fill;
    border-image-width: 30px 30px;
  }
}
.second .anniviersary-container .content-sec::before {
  content: "";
  position: absolute;
  top: calc(50% - 22px);
  right: -5px;
  width: 19px;
  height: 44px;
  background-image: url(/images/2nd_anniversary/content_frame_center_object.png?v=3);
  background-size: cover;
  background-color: black;
}
.second .anniviersary-container .content-sec::after {
  content: "";
  position: absolute;
  top: calc(50% - 22px);
  left: -5px;
  width: 19px;
  height: 44px;
  background-image: url(/images/2nd_anniversary/content_frame_center_object.png?v=3);
  background-size: cover;
  background-color: black;
}
.second .anniviersary-container .content-sec .content-sec-wrapper {
  padding: 30px 14px;
}
@media screen and (min-width: 768px) {
  .second .anniviersary-container .content-sec .content-sec-wrapper {
    padding: 40px;
  }
}
.second .anniviersary-container .mv {
  cursor: pointer;
}
.second .anniviersary-container .mv.is-open {
  cursor: default;
}

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