@charset "Shift_JIS";
/*
@mixin inter-bold() {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
}*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@keyframes gradient {
  0% {
    background-position: 0% 19%;
  }
  50% {
    background-position: 100% 82%;
  }
  100% {
    background-position: 0% 19%;
  }
}

@keyframes top-scroll {
  0% {
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    -moz-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    opacity: 1;
  }
  99.999% {
    -moz-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
  }
}

@keyframes kagerou {
  0% {
    filter: blur(1.5px);
  }
  20% {
    filter: blur(1px);
  }
  45% {
    filter: blur(1.2px);
  }
  50% {
    filter: blur(2px);
  }
  51% {
    filter: blur(1.4px);
  }
  52% {
    filter: blur(2px);
  }
  55% {
    filter: blur(1.2px);
  }
  80% {
    filter: blur(1.8px);
  }
  100% {
    filter: blur(1.5px);
  }
}

@keyframes kagerou2 {
  0% {
    filter: blur(1.5px);
  }
  19% {
    filter: blur(1px);
  }
  44% {
    filter: blur(1.2px);
  }
  49% {
    filter: blur(2px);
  }
  50% {
    filter: blur(1.2px);
  }
  51% {
    filter: blur(2px);
  }
  54% {
    filter: blur(1.2px);
  }
  79% {
    filter: blur(1.8px);
  }
  99% {
    filter: blur(1.5px);
  }
}

@keyframes pop {
  0% {
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  20% {
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  50% {
    -moz-transform: translate(-50%, -7px);
    -o-transform: translate(-50%, -7px);
    -ms-transform: translate(-50%, -7px);
    -webkit-transform: translate(-50%, -7px);
    transform: translate(-50%, -7px);
  }
  80% {
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  100% {
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes arrow-right {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -moz-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    opacity: 0;
  }
  50.001% {
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes arrow-right2 {
  0% {
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
  }
  50% {
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 0;
  }
  50.001% {
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.001% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

body, select, input, textarea {
  color: #0c0000;
  font-family: "Noto Sans JP", Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-weight: 400;
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}

a:active, a:focus {
  outline: none;
}

/*--------------------------------------------------
* body
* --------------------------------------------------*/
body,
p, h1, h2, h3, h4, h5, h6,
div, span {
  letter-spacing: 0.04rem;
}

li {
  list-style: none;
}

main {
  width: 100%;
  overflow: hidden;
  display: block;
}

@media all and (max-width: 992px) {
  main {
    /*top: 50%;
    position: absolute;*/
  }
}

main .disabled {
  pointer-events: none;
}

.pc {
  display: block !important;
}

@media all and (max-width: 992px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media all and (max-width: 992px) {
  .sp {
    display: block !important;
  }
}

.tab {
  display: none !important;
}

@media all and (max-width: 992px) {
  .tab {
    display: block !important;
  }
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/**
 * Swiper 6.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 5, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-button {
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  /* easeOutQuint */
  display: block;
  text-decoration: none;
}

.c-button p {
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  /* easeOutQuint */
  text-align: center;
  letter-spacing: 0.2rem;
}

/* --------------------
header
-------------------- */
#header-largescreen {
  background: #000;
}

#header-largescreen #header_inner_largescreen {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 30px 0;
  height: 70px;
}

#header-largescreen #logo_largescreen {
  float: left;
  margin: 24px 0 0 0;
  width: 100px;
  height: 20px;
}

#header-largescreen #logo_largescreen a {
  background-image: url("/bravia/jikkan/assets/images/common/sprite_logo_w.png");
  background-position: 0px -44px;
  width: 100px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

#header-largescreen #logo2_largescreen {
  float: right;
  margin: 14px 0 0 0;
  width: 168px;
  height: 36px;
}

#header-largescreen #logo2_largescreen a {
  background-image: url("/bravia/jikkan/assets/images/common/sprite_logo_w.png");
  background-position: 0px 0px;
  width: 168px;
  height: 36px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

#header-largescreen #logo2_largescreen a {
  height: 21px;
  width: 65%;
  margin-left: 77px;
  margin-top: 10px;
}

@media all and (max-width: 992px) {
  #header-largescreen #header_inner_largescreen {
    margin: 0 auto 0;
    padding: 0 15px 10px;
    overflow: hidden;
    height: auto;
  }
  #header-largescreen #logo_largescreen {
    width: 79px;
    height: 14px;
    margin-top: 19px;
  }
  #header-largescreen #logo_largescreen a {
    background-image: url("/bravia/jikkan/assets/images/common/sprite_logo_w.png");
    background-position: -0px -33px;
    width: 79px;
    height: 14px;
    background-size: 79px 50px;
  }
  #header-largescreen #logo2_largescreen {
    width: 100px;
    height: 29px;
  }
  #header-largescreen #logo2_largescreen a {
    background-image: url("/bravia/jikkan/assets/images/common/sprite_logo_w.png");
    background-position: 0px -11px;
    background-size: 79px 50px;
    height: 10px;
    width: 65%;
    margin-left: 44px;
    margin-top: 8.5px;
  }
}

.l-section {
  position: relative;
}

.l-section__inner {
  margin: 0 auto;
  max-width: 1080px;
}

.articletitle.movie {
  background: url("/bravia/jikkan/assets/images/movie/grad2.png");
  background-size: cover;
}

.articletitle.movie::after {
  background: url("/bravia/jikkan/assets/images/movie/grad2.png");
  background-size: cover;
}

.articletitle.movie .articletitle__wrap {
  width: 88px;
}

@media all and (max-width: 992px) {
  .articletitle.movie .articletitle__wrap {
    width: auto;
  }
}

@media all and (max-width: 992px) {
  .articletitle.movie .article__genrejp {
    width: 29.9319727891%;
  }
}

.articletitle.movie .article__genreen {
  width: 50px;
}

@media all and (max-width: 992px) {
  .articletitle.movie .article__genreen {
    display: inline-block;
    width: 18.1405895692%;
  }
}

.articletitle.music {
  background: url("/bravia/jikkan/assets/images/music/grad2.png");
  background-size: cover;
}

.articletitle.music::after {
  background: url("/bravia/jikkan/assets/images/music/grad2.png");
  background-size: cover;
}

.articletitle.music .articletitle__wrap {
  width: 90px;
}

@media all and (max-width: 992px) {
  .articletitle.music .articletitle__wrap {
    width: auto;
  }
}

@media all and (max-width: 992px) {
  .articletitle.music .article__genrejp {
    width: 30.1587301587%;
  }
}

.articletitle.music .article__genreen {
  width: 48px;
}

@media all and (max-width: 992px) {
  .articletitle.music .article__genreen {
    display: inline-block;
    width: 17.6870748299%;
  }
}

.articletitle.game {
  background: url("/bravia/jikkan/assets/images/game/grad2.png");
  background-size: cover;
}

.articletitle.game::after {
  background: url("/bravia/jikkan/assets/images/game/grad2.png");
  background-size: cover;
}

.articletitle.game .articletitle__wrap {
  width: 115px;
}

@media all and (max-width: 992px) {
  .articletitle.game .articletitle__wrap {
    width: auto;
  }
}

@media all and (max-width: 992px) {
  .articletitle.game .article__genrejp {
    width: 39.0022675737%;
  }
}

.articletitle.game .article__genreen {
  width: 44px;
}

@media all and (max-width: 992px) {
  .articletitle.game .article__genreen {
    display: inline-block;
    width: 16.0997732426%;
  }
}

.article__contents .l-section__inner {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 992px) {
  .article__contents .l-section__inner {
    display: block;
  }
}

.article__contents .l-section__body {
  margin: 0;
  width: 62.962962963%;
}

@media all and (max-width: 992px) {
  .article__contents .l-section__body {
    margin: 0 auto;
    width: 89.3333333333%;
  }
}

.article__contents .l-section__body h3 {
  width: 130px;
  line-height: 0;
  margin-bottom: 26px;
  background: #F00;
}

.article__contents .l-section__body h3 img {
  width: 100%;
}

.article__contents .profilearea {
  background: #191919;
  padding: 5.8823529412%;
}

@media all and (max-width: 992px) {
  .article__contents .profilearea {
    padding: 5.223880597%;
  }
}

.article__contents .profilearea__wrap {
  display: flex;
  margin-bottom: 2.875399361%;
}

@media all and (max-width: 992px) {
  .article__contents .profilearea__wrap {
    display: block;
    margin-bottom: 3.7313432836%;
  }
}

.article__contents .profilearea .profile {
  display: flex;
  align-items: center;
  width: 51.1182108626%;
}

@media all and (max-width: 992px) {
  .article__contents .profilearea .profile {
    margin-bottom: 3.5820895522%;
    width: 100%;
  }
}

.article__contents .profilearea .profile__image {
  width: 18.75%;
  margin-right: 3.125%;
}

@media all and (max-width: 992px) {
  .article__contents .profilearea .profile__image {
    width: 17.9104477612%;
    margin-right: 2.9850746269%;
  }
}

.article__contents .profilearea .profile__image img {
  width: 100%;
}

.article__contents .profilearea .profile__text {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .article__contents .profilearea .profile__text {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .article__contents .profilearea .profile__text {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .article__contents .profilearea .profile__text {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

.article__contents .profilearea .profile__title {
  font-size: 12px;
  color: #FFF;
  margin-bottom: 5px;
}

@media all and (max-width: 992px) {
  .article__contents .profilearea .profile__title {
    margin-bottom: 1.4925373134%;
  }
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .article__contents .profilearea .profile__title {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .article__contents .profilearea .profile__title {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .article__contents .profilearea .profile__title {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

.article__contents .profilearea .profile__body {
  font-size: 11px;
  color: #FFF;
  line-height: 1.8;
  text-align: justify;
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .article__contents .profilearea .profile__body {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .article__contents .profilearea .profile__body {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .article__contents .profilearea .profile__body {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

.article__contents .contents__title {
  color: #FFF;
  font-size: 28px;
  line-height: 1.8;
  margin-top: 50px;
}

@media all and (max-width: 992px) {
  .article__contents .contents__title {
    line-height: 1.6;
    margin-top: 13.4328358209%;
  }
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .article__contents .contents__title {
    font-size: 26.6666666667px;
    font-size: 6.4vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .article__contents .contents__title {
    font-size: 30px;
    font-size: 6.4vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .article__contents .contents__title {
    font-size: 40px;
    font-size: 6.4vw;
  }
}

.article__contents .contents__body {
  color: #FFF;
  font-size: 14px;
  line-height: 2.0;
  margin-top: 30px;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (max-width: 992px) {
  .article__contents .contents__body {
    margin-top: 5.223880597%;
  }
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .article__contents .contents__body {
    font-size: 13.3333333333px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .article__contents .contents__body {
    font-size: 15px;
    font-size: 3.2vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .article__contents .contents__body {
    font-size: 20px;
    font-size: 3.2vw;
  }
}

.article__contents .contents__body.type-center {
  text-align: center;
}

.article__contents .contents__image {
  text-align: center;
  margin-top: 45px;
}

@media all and (max-width: 992px) {
  .article__contents .contents__image {
    margin-top: 6.7164179104%;
  }
}

.article__contents .contents__image img {
  width: 100%;
  position: relative;
}

@media all and (max-width: 992px) {
  .article__contents .contents__image img {
    max-width: none;
    width: 89.552238806%;
  }
}

.article__contents .contents__image.type-2 {
  position: relative;
  text-align: center;
  width: 85.2941176471%;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

@media all and (max-width: 992px) {
  .article__contents .contents__image.type-2 {
    width: 85.8208955224%;
  }
}

.article__contents .contents__image.type-2 img {
  width: 100%;
}

.article__contents .contents__image.type-2 .grad {
  content: '';
  display: block;
  width: 95.6896551724%;
  padding-top: 56.8965517241%;
  bottom: 0;
  left: 0;
  margin: 0 auto 0;
  transform: translate(-15px, 15px);
  position: absolute;
}

@media all and (max-width: 992px) {
  .article__contents .contents__image.type-2 .grad {
    width: 96.5217391304%;
    padding-top: 57.3913043478%;
    transform: translate(-2.6086956522%, 4.5454545455%);
  }
}

.article__contents .contents__image.type-2 .grad img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.article__contents .contents__image.type-video img {
  cursor: pointer;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  /* easeOutQuint */
}

@media all and (min-width: 993px) {
  .article__contents .contents__image.type-video img {
    will-change: transform;
  }
  .article__contents .contents__image.type-video img:hover {
    filter: brightness(120%);
  }
}

.article__contents .contents .sup {
  display: inline-block;
  font-size: 10px;
  letter-spacing: -1px;
  vertical-align: top;
  padding-right: 2px;
  transform: scale(0.9);
}

.article__contents .contents .promotion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}

@media all and (max-width: 992px) {
  .article__contents .contents .promotion {
    justify-content: center;
    margin-top: 11.9402985075%;
  }
}

@media all and (max-width: 992px) {
  .article__contents .contents .promotion__image {
    margin-right: 3.7313432836%;
  }
}

.article__contents .contents .promotion__text {
  width: 75%;
  padding-right: 6.6176470588%;
}

@media all and (max-width: 992px) {
  .article__contents .contents .promotion__text {
    width: 64.1791044776%;
    padding-right: 0;
  }
}

.article__contents .contents .promotion__label {
  font-size: 12px;
  background: #565656;
  border-radius: 40px;
  color: #FFF;
  display: inline-block;
  padding: 8px 15px;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "jins_next_ttregular", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media all and (max-width: 992px) {
  .article__contents .contents .promotion__label {
    margin-bottom: 3.5294117647%;
    padding: 3.0588235294% 3.5294117647%;
  }
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .article__contents .contents .promotion__label {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .article__contents .contents .promotion__label {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .article__contents .contents .promotion__label {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

.article__contents .contents .promotion__title {
  color: #FFF;
  font-size: 18px;
  line-height: 1.5;
  font-family: "jins_next_ttregular", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .article__contents .contents .promotion__title {
    font-size: 14.4444444444px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .article__contents .contents .promotion__title {
    font-size: 16.25px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .article__contents .contents .promotion__title {
    font-size: 21.6666666667px;
    font-size: 3.4666666667vw;
  }
}

.article__contents .contents .promotion__subtitle {
  font-size: 15px;
  color: #FFF;
  line-height: 1.5;
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .article__contents .contents .promotion__subtitle {
    font-size: 12.2222222222px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .article__contents .contents .promotion__subtitle {
    font-size: 13.75px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .article__contents .contents .promotion__subtitle {
    font-size: 18.3333333333px;
    font-size: 2.9333333333vw;
  }
}

.article__contents .contents .promotion__note {
  margin-top: 10px;
  line-height: 1.5;
  color: #FFF;
  font-size: 12px;
}

@media all and (max-width: 992px) {
  .article__contents .contents .promotion__note {
    margin-top: 2.3529411765%;
  }
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .article__contents .contents .promotion__note {
    font-size: 10px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .article__contents .contents .promotion__note {
    font-size: 11.25px;
    font-size: 2.4vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .article__contents .contents .promotion__note {
    font-size: 15px;
    font-size: 2.4vw;
  }
}

.article__contents .l-section__sub {
  width: 23.7962962963%;
  border-left: #464646 1px solid;
  padding-left: 3.6111111111%;
  padding-right: 2.962962963%;
}

@media all and (max-width: 992px) {
  .article__contents .l-section__sub {
    width: 89.3333333333%;
    margin: 21.3333333333% auto 0;
    padding-left: 0;
    padding-right: 0;
    border-top: #464646 1px solid;
    border-left: none;
    padding-top: 10.447761194%;
  }
}

.article__contents .l-section__sub h3 {
  width: 33.0739299611%;
  max-width: 85px;
  margin: 0 auto 38px;
  padding-top: 7px;
  line-height: 0;
}

@media all and (max-width: 992px) {
  .article__contents .l-section__sub h3 {
    width: 29.8507462687%;
    max-width: none;
    padding-top: 0;
    margin: 0 auto 10.447761194%;
  }
}

.article__contents .l-section__sub h3 img {
  width: 100%;
}

@media all and (max-width: 992px) {
  .article__contents .article__relatedwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article__contents .article__relatedwrap a {
    width: 47.7611940299%;
  }
}

.l-keyvisual {
  max-width: 1200px;
  padding-top: 40px;
  margin: 0 auto 70px;
  position: relative;
  /**
  Slide
   */
}

@media all and (max-width: 992px) {
  .l-keyvisual {
    padding-top: 5.3333333333%;
  }
}

.l-keyvisual h2 {
  width: 420px;
  line-height: 0;
  margin-bottom: 45px;
  padding-left: 30px;
}

.l-keyvisual h2 a {
  display: block;
}

@media all and (max-width: 992px) {
  .l-keyvisual h2 {
    margin-left: 4.6666666667%;
    width: 65.3333333333%;
    margin-bottom: 5.3333333333%;
    padding-left: 0;
  }
}

.l-keyvisual h2 img {
  width: 100%;
}

.l-keyvisual .product__button {
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 32px 15px 20px;
  margin-right: 5%;
  margin-top: 60px;
}

.l-keyvisual .product__button::after {
  position: absolute;
  content: '';
  width: 14px;
  padding-top: 13px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAZCAYAAAAiwE4nAAABdklEQVRIiWNkwAJK8nJYGRgYWLDJUQpwGdrNwMCQTwsLmWhhKD6AN9ikpGUY/IOCKbbk/r27DDu2bgGz8VrIycnJoKSiQrGF379/g7PpHqSM/X19RQwMDHXIgm9ePr/y8/t3a14+PgZ1TU2KLfnw/j3DnVu3wGxQkLIzMDDwo7gCGtSfP31iOHPyJMUWIgN4HIqKijIoQ+Przs3rfBfPnWOglQ8hFoqJMVhYWIDZ//78BlsoJibOEB4VQ7GFVy9fgls4cPnww4cPDNeuXQOznz979pXmFj57+hSMQeDty+fvaWXhwAWplrY2g5ubG5h97MhhmfWrV9HEQrr7cHDVFs+ePmGYMXkSxZZ8/fqFOAu/f//OcPfObYotRAZYLRQUEuZQ19J6Ro6Bnz5++vPi+bPfIPb/f/9A+fk/QQs1tbSENbW0yLEPXHjs2rkTxlUsLCp6gCw/cInm3du3DOfPn6fYwJcvXhBn4YsXL8CY1oC+QcrAwAAAHo6BEPtV3qYAAAAASUVORK5CYII=") top left no-repeat;
  background-size: contain;
  top: 50%;
  right: 11px;
  transform: translate(0, -43%);
}

@media all and (max-width: 992px) {
  .l-keyvisual .product__button {
    padding: 1.3333333333% 4.9333333333% 1.4666666667% 2.4%;
    margin-top: 5.3333333333%;
    margin-right: 5.3333333333%;
  }
  .l-keyvisual .product__button::after {
    width: 11%;
    padding-top: 10%;
    right: 7%;
  }
}

@media all and (min-width: 993px) {
  .l-keyvisual .product__button {
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -ms-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* easeOutQuint */
  }
  .l-keyvisual .product__button:hover {
    background: #FFF;
    opacity: 0.8;
  }
}

.l-keyvisual .product__button p {
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  /* easeOutQuint */
  color: #000;
  font-size: 12px;
}

@media all and (max-width: 992px) {
  .l-keyvisual .product__button p {
    line-height: 1.3;
  }
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .l-keyvisual .product__button p {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .l-keyvisual .product__button p {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .l-keyvisual .product__button p {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

.l-keyvisual__sliderwrap {
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

@media all and (max-width: 992px) {
  .l-keyvisual__sliderwrap {
    width: 100%;
    max-width: none;
  }
}

.l-keyvisual__sliderwrap .whatsnew {
  position: absolute;
  width: 182px;
  top: 0;
  left: 0;
}

@media all and (max-width: 992px) {
  .l-keyvisual__sliderwrap .whatsnew {
    width: 43.7333333333%;
    right: 1.6%;
    left: auto;
    margin-top: 60.6666666667%;
  }
}

.l-keyvisual .slide {
  display: flex;
  opacity: 1;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}

@media all and (max-width: 992px) {
  .l-keyvisual .slide {
    display: block;
  }
}

.l-keyvisual .slide__info {
  margin-top: 30px;
  width: 39.8148148148%;
}

@media all and (max-width: 992px) {
  .l-keyvisual .slide__info {
    width: 89.3333333333%;
    margin: 4% auto 0;
  }
}

.l-keyvisual .slide__image {
  max-width: 650px;
  z-index: 1;
  position: relative;
  display: block;
  line-height: 0;
  width: 60.1851851852%;
  -webkit-transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -moz-transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -ms-transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  /* easeOutQuint */
}

@media all and (max-width: 992px) {
  .l-keyvisual .slide__image {
    width: 100%;
    max-width: none;
  }
}

.l-keyvisual .slide__image img {
  width: 100%;
}

@media all and (min-width: 993px) {
  .l-keyvisual .slide a.slide__image:hover {
    filter: brightness(70%);
  }
}

.l-keyvisual .info__names {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 34px;
  align-items: center;
}

@media all and (max-width: 992px) {
  .l-keyvisual .info__names {
    width: 92.5373134328%;
    margin: 0 auto 6.4516129032%;
  }
}

.l-keyvisual .info__label {
  width: 65px;
  padding-top: 65px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

@media all and (max-width: 992px) {
  .l-keyvisual .info__label {
    width: 16.4179104478%;
    padding-top: 16.4179104478%;
    margin-right: 2.6865671642%;
  }
}

.l-keyvisual .info__name {
  font-size: 36px;
  color: #FFF;
  margin-top: 10px;
  letter-spacing: 0.12rem;
}

@media all and (max-width: 992px) {
  .l-keyvisual .info__name {
    margin-top: 2.9850746269%;
  }
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .l-keyvisual .info__name {
    font-size: 35.5555555556px;
    font-size: 8.5333333333vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .l-keyvisual .info__name {
    font-size: 40px;
    font-size: 8.5333333333vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .l-keyvisual .info__name {
    font-size: 53.3333333333px;
    font-size: 8.5333333333vw;
  }
}

.l-keyvisual .info__name .sub {
  font-size: 20px;
  display: inline-block;
  margin-left: 6px;
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .l-keyvisual .info__name .sub {
    font-size: 26.6666666667px;
    font-size: 6.4vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .l-keyvisual .info__name .sub {
    font-size: 30px;
    font-size: 6.4vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .l-keyvisual .info__name .sub {
    font-size: 40px;
    font-size: 6.4vw;
  }
}

.l-keyvisual .info__position {
  font-size: 14px;
  color: #FFF;
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .l-keyvisual .info__position {
    font-size: 14.4444444444px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .l-keyvisual .info__position {
    font-size: 16.25px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .l-keyvisual .info__position {
    font-size: 21.6666666667px;
    font-size: 3.4666666667vw;
  }
}

.l-keyvisual .info__profiles {
  color: #FFF;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 34px;
}

@media all and (max-width: 992px) {
  .l-keyvisual .info__profiles {
    width: 92.5373134328%;
    margin: 0 auto 5.6451612903%;
  }
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .l-keyvisual .info__profiles {
    font-size: 17.7777777778px;
    font-size: 4.2666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .l-keyvisual .info__profiles {
    font-size: 20px;
    font-size: 4.2666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .l-keyvisual .info__profiles {
    font-size: 26.6666666667px;
    font-size: 4.2666666667vw;
  }
}

.l-keyvisual .info__outline {
  padding: 1px;
  width: 162.790697674%;
}

@media all and (max-width: 992px) {
  .l-keyvisual .info__outline {
    width: 100%;
  }
}

.l-keyvisual .info__outlineinner {
  background: #000;
  padding: 24px 40px;
}

@media all and (max-width: 992px) {
  .l-keyvisual .info__outlineinner {
    padding: 5.223880597% 5.223880597%;
  }
}

.l-keyvisual .info__outlineinner p {
  color: #FFF;
  font-size: 14px;
  line-height: 1.6;
  width: 57.1428571429%;
  margin-bottom: 24px;
  text-align: left;
}

@media all and (max-width: 992px) {
  .l-keyvisual .info__outlineinner p {
    width: 100%;
    margin-bottom: 7.4626865672%;
  }
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .l-keyvisual .info__outlineinner p {
    font-size: 14.4444444444px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .l-keyvisual .info__outlineinner p {
    font-size: 16.25px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .l-keyvisual .info__outlineinner p {
    font-size: 21.6666666667px;
    font-size: 3.4666666667vw;
  }
}

.l-keyvisual .info__outlineinner p a {
  display: inline-block;
  margin-left: 3px;
  color: #FFF;
  text-decoration: underline;
}

@media all and (max-width: 992px) {
  .l-keyvisual .info__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.l-keyvisual .info__date {
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 992px) and (max-width: 420px) {
  .l-keyvisual .info__date {
    font-size: 12.2222222222px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 992px) and (min-width: 421px) {
  .l-keyvisual .info__date {
    font-size: 13.75px;
    font-size: 2.9333333333vw;
  }
}

@media all and (max-width: 992px) and (min-width: 601px) {
  .l-keyvisual .info__date {
    font-size: 18.3333333333px;
    font-size: 2.9333333333vw;
  }
}

.l-keyvisual .info__shares {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

@media all and (max-width: 992px) {
  .l-keyvisual .info__shares {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    width: 21.6417910448%;
  }
}

.l-keyvisual .info__shares a {
  display: inline-block;
  line-height: 0;
  width: 28px;
  margin: 0 5px;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -ms-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  /* easeOutQuint */
}

@media all and (min-width: 993px) {
  .l-keyvisual .info__shares a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 992px) {
  .l-keyvisual .info__shares a {
    width: 37.9310344828%;
    margin: 0;
  }
}

.l-keyvisual .info__shares a img {
  width: 100%;
}

.l-keyvisual .info .sup {
  display: inline-block;
  font-size: 10px;
  letter-spacing: -1px;
  vertical-align: top;
  padding-right: 2px;
  transform: scale(0.9);
}

.l-keyvisual .movie .info__outline {
  background: url("../../images/movie/gradfull.png") top left no-repeat;
  background-size: cover;
}

.l-keyvisual .music .info__outline {
  background: url("../../images/music/gradfull.png") top left no-repeat;
  background-size: cover;
}

.l-keyvisual .game .info__outline {
  background: url("../../images/game/gradfull.png") top left no-repeat;
  background-size: cover;
}

.l-keyvisual .special .info__outline {
  background: url("../../images/movie/gradfull.png") top left no-repeat;
  background-size: cover;
}

body {
  width: 100%;
  background: #000;
}

body .container {
  padding: 0;
}

/** ------------------------------

 ------------------------------*/
.p-section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** ------------------------------
App
 ------------------------------*/
/** ------------------------------
Intro
 ------------------------------*/
/** ------------------------------
Select Style
 ------------------------------*/
