@charset 'UTF-8';
/*
Typography
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp_s.min.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&subset=japanese');
/*
Reset
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

audio,
embed,
img,
object,
video {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  text-transform: none;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
  display: block;
  max-width: 100%;
  height: auto;
}

sub,
sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

svg {
  vertical-align: bottom;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

ol,
ul {
  list-style: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a {
  cursor: pointer;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
Plug in
*/
/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  opacity: .8;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
}

.mfp-wrap {
  outline: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  margin-top: -.8em;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  z-index: 1046;

  -webkit-appearance: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
  opacity: .65;
  padding: 0 0 18px 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  text-align: right;
  right: -6px;
  width: 100%;
}

.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  white-space: nowrap;
  top: 0;
  right: 0;
}

.mfp-arrow {
  margin: 0;
  margin-top: -55px;
  opacity: .65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;

  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  border: medium inset transparent;
  content: '';
  display: block;
  margin-top: 35px;
  margin-left: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.mfp-iframe-scaler iframe {
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Main image in popup */
img.mfp-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 0;
  margin: 0 auto;
  padding: 40px 0 40px;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  background: #444;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.mfp-title {
  color: #f3f3f3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  width: 20px;
  height: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  color: white;
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir=rtl] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir=rtl] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  bottom: -25px;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
  height: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
  height: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  color: black;
  content: '•';
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  opacity: .25;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: .75;
}

/* Slider */
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'GenJyuuGothic';
  font-weight: 400;
  font-style: normal;

  src: url(../fonts/GenJyuuGothic-Regular_subset.woff2) format('woff2');
}
@font-face {
  font-family: 'GenJyuuGothic';
  font-weight: 700;
  font-style: normal;

  src: url(../fonts/GenJyuuGothic-Bold_subset.woff2) format('woff2');
}
@font-face {
  font-family: 'GenJyuuGothic';
  font-weight: 900;
  font-style: normal;

  src: url(../fonts/GenJyuuGothic-Heavy_subset.woff2) format('woff2');
}
@-webkit-keyframes more {
  45% {
    left: 40px;
    width: 0;
  }
  50% {
    left: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes more {
  45% {
    left: 40px;
    width: 0;
  }
  50% {
    left: 0;
  }
  100% {
    width: 40px;
  }
}
@-webkit-keyframes next {
  45% {
    right: 40px;
    width: 0;
  }
  50% {
    right: 0;
  }
  100% {
    width: 40px;
  }
}
@keyframes next {
  45% {
    right: 40px;
    width: 0;
  }
  50% {
    right: 0;
  }
  100% {
    width: 40px;
  }
}
body {
  font-family: YakuHanJPs, 'Noto Sans JP', sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*
Basic style
*/
body {
  background-color: #fff;
  color: #222;
  font-weight: 400;
}

a {
  color: #222;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
a:hover img {
  opacity: .8;
}

::-moz-selection {
  background-color: rgba(0, 0, 34, .2);
}

::selection {
  background-color: rgba(0, 0, 34, .2);
}

::-moz-selection {
  background-color: rgba(0, 0, 34, .2);
}

.-pc {
  display: none !important;
}
/*
Loader
*/
.loader {
  background-color: #f0f1f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  position: fixed;
  -webkit-transition: all .6s ease-out .2s;
  transition: all .6s ease-out .2s;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 6;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loader img {
  -webkit-animation: rotation 1s cubic-bezier(.785, .135, .15, .86) infinite;
  animation: rotation 1s cubic-bezier(.785, .135, .15, .86) infinite;
  display: block;
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 66px;
  height: 66px;
}
.loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.loader.is-loaded img {
  opacity: 0;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
Header
*/
.is-fixed {
  position: fixed;
  width: 100%;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  position: relative;
  width: 100%;
  height: 70px;
  z-index: 5;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  height: 32px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;

  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  gap: 24px;
}

.lang-trigger {
  font-size: 14px;
}
.lang-trigger__button {
  color: #bbb;
  text-decoration: none;
}
.lang-trigger__button._active {
  color: black;
  pointer-events: none;
  text-decoration: underline;
}
.lang-trigger__slash {
  color: black;
  pointer-events: none;
}

.nav-trigger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 4px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 17px;
  height: 17px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-trigger:hover {
  margin: 2px;
  width: 21px;
  height: 21px;
}
.nav-trigger:hover span::before {
  left: -9px;
}
.nav-trigger:hover span::after {
  right: -9px;
}
.nav-trigger span {
  background-color: #000;
  position: relative;
  width: 3px;
  height: 3px;
}
.nav-trigger span::before,
.nav-trigger span::after {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 3px;
  height: 3px;
}
.nav-trigger span::before {
  left: -7px;
}
.nav-trigger span::after {
  right: -7px;
}
.nav-trigger.is-active {
  margin: 0;
  width: 17px !important;
  height: 17px !important;
}
.nav-trigger.is-active span {
  background-color: transparent !important;
}
.nav-trigger.is-active span:nth-of-type(1)::before {
  -webkit-animation: nav-top-before .2s;
  animation: nav-top-before .2s;
  background-color: #fff;
  left: 0;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav-trigger.is-active span:nth-of-type(1)::after {
  -webkit-animation: nav-top-after .2s;
  animation: nav-top-after .2s;
  background-color: #fff;
  right: 0;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav-trigger.is-active span:nth-of-type(2)::before,
.nav-trigger.is-active span:nth-of-type(2)::after {
  background-color: transparent;
}
.nav-trigger.is-active span:nth-of-type(3)::before {
  -webkit-animation: nav-bottom-before .2s;
  animation: nav-bottom-before .2s;
  background-color: #fff;
  left: 0;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav-trigger.is-active span:nth-of-type(3)::after {
  -webkit-animation: nav-bottom-after .2s;
  animation: nav-bottom-after .2s;
  background-color: #fff;
  right: 0;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav-trigger.is-active ~ .lang-trigger {
  display: none;
}

@-webkit-keyframes nav-top-before {
  50% {
    -webkit-transform: translate(-15px, -1px) rotate(45deg);
    transform: translate(-15px, -1px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-15px, -1px) rotate(45deg);
    transform: translate(-15px, -1px) rotate(45deg);
    width: 10px;
    height: 2px;
  }
}

@keyframes nav-top-before {
  50% {
    -webkit-transform: translate(-15px, -1px) rotate(45deg);
    transform: translate(-15px, -1px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-15px, -1px) rotate(45deg);
    transform: translate(-15px, -1px) rotate(45deg);
    width: 10px;
    height: 2px;
  }
}
@-webkit-keyframes nav-top-after {
  50% {
    -webkit-transform: translate(9px, -1px) rotate(-45deg);
    transform: translate(9px, -1px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(9px, -1px) rotate(-45deg);
    transform: translate(9px, -1px) rotate(-45deg);
    width: 10px;
    height: 2px;
  }
}
@keyframes nav-top-after {
  50% {
    -webkit-transform: translate(9px, -1px) rotate(-45deg);
    transform: translate(9px, -1px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(9px, -1px) rotate(-45deg);
    transform: translate(9px, -1px) rotate(-45deg);
    width: 10px;
    height: 2px;
  }
}
@-webkit-keyframes nav-bottom-before {
  50% {
    -webkit-transform: translate(-15px, 1px) rotate(-45deg);
    transform: translate(-15px, 1px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(-15px, 1px) rotate(-45deg);
    transform: translate(-15px, 1px) rotate(-45deg);
    width: 10px;
    height: 2px;
  }
}
@keyframes nav-bottom-before {
  50% {
    -webkit-transform: translate(-15px, 1px) rotate(-45deg);
    transform: translate(-15px, 1px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translate(-15px, 1px) rotate(-45deg);
    transform: translate(-15px, 1px) rotate(-45deg);
    width: 10px;
    height: 2px;
  }
}
@-webkit-keyframes nav-bottom-after {
  50% {
    -webkit-transform: translate(9px, 1px) rotate(45deg);
    transform: translate(9px, 1px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(9px, 1px) rotate(45deg);
    transform: translate(9px, 1px) rotate(45deg);
    width: 10px;
    height: 2px;
  }
}
@keyframes nav-bottom-after {
  50% {
    -webkit-transform: translate(9px, 1px) rotate(45deg);
    transform: translate(9px, 1px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(9px, 1px) rotate(45deg);
    transform: translate(9px, 1px) rotate(45deg);
    width: 10px;
    height: 2px;
  }
}
.nav {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav.is-active {
  opacity: 1;
  top: 0;
}
.nav a {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  letter-spacing: .2em;
  line-height: 65px;
}
.nav__karmy[class] {
  width: 130px;
}
.nav__karmy[class]::after {
  display: none;
}

.top .header {
  position: absolute;
  top: 0;
  left: 0;
}
.top .header .lang-trigger__button {
  color: #bbb;
  text-decoration: none;
}
.top .header .lang-trigger__button._active {
  color: white;
  pointer-events: none;
  text-decoration: underline;
}
.top .header .lang-trigger__slash {
  color: #bbb;
  pointer-events: none;
}
.top .header a {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.top .nav-trigger span,
.top .nav-trigger span::before,
.top .nav-trigger span::after {
  background-color: #fff;
}

/*
Footer
*/
.footer {
  background: #000 url(../img/common/bg-footer.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.footer .footerTop,
.footer .footerMain,
.footer .footerBottom {
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.footer.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.footer.is-view .footerTop,
.footer.is-view .footerMain,
.footer.is-view .footerBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.footerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 45px 0 40px;
  height: 222px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerTop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;

  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
.footerTop__list.-karmy {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 8%;
  justify-content: center;
}
.footerTop__list .go-karmy-white img {
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
}
.footerTop span {
  color: rgba(255, 255, 255, .3);
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  letter-spacing: .2em;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}
.footerTop img {
  display: block;
  height: 20px;
}
.footerTop img.-kamiji {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  height: 21px;
}

.footerMain {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 107px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footerMain .-geek {
  display: block;
  margin: 0 36px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  height: 26px;
}
.footerMain .-img {
  display: block;
  margin: 0 36px;
  height: 29px;
}

.footerBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  position: relative;
  width: 100%;
  height: 500px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerBottom__logo {
  display: block;
  position: absolute;
  top: 24px;
  left: 15px;
  height: 33px;
}
.footerBottom__karmy {
  display: block;
  position: absolute;
  top: 24px;
  right: 15px;
  height: 33px;
}
.footerBottom__karmy > img {
  width: 130px;
}
.footerBottom__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  -webkit-transform: translateY(29px);
  transform: translateY(29px);
  width: 90%;
  max-width: 970px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerBottom__nav a {
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 55px;
  text-align: center;
}
.footerBottom__copyright {
  color: rgba(255, 255, 255, .3);
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  letter-spacing: .2em;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}

/*
Common
*/
.container {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.container .scheduleNav,
.container .schedule__month {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(.4, 0, 1, 1) 1s;
  transition: opacity 1s cubic-bezier(.4, 0, 1, 1) 1s;
}
.container .scheduleList,
.container .pickupDetail {
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.container .profileSlide {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.container.is-view .scheduleNav,
.container.is-view .schedule__month,
.container.is-view .scheduleList,
.container.is-view .pickupDetail,
.container.is-view .profileSlide,
.container.is-view .-list {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bottomProfile {
  margin: 0 auto;
  position: relative;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  width: 90%;
  max-width: 1080px;
  z-index: 3;
}
.bottomProfile__title {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 30px;
  margin-bottom: 12px;
}
.bottomProfile__rank {
  display: block;
  font-size: 17px;
  margin-bottom: 45px;
}
.bottomProfile__text {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: justify;
}
.bottomProfile__more {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 24px;
  padding-top: 45px;
  padding-left: 55px;
  position: relative;
}
.bottomProfile__more::before {
  background-color: #222;
  content: '';
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 40px;
  height: 2px;
}
.bottomProfile__more:hover {
  letter-spacing: .3em;
  padding-left: 60px;
}
.bottomProfile__more:hover::before {
  -webkit-animation: more .8s;
  animation: more .8s;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#cursor {
  background-color: #000;
  border-radius: 50%;
  opacity: .8;
  pointer-events: none;
  position: fixed;
  -webkit-transition: height .1s ease-out, width .1s ease-out;
  transition: height .1s ease-out, width .1s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1000;
}
#cursor.is-link {
  width: 50px;
  height: 50px;

  -webkit-filter: invert(100%);
  filter: invert(100%);
  mix-blend-mode: exclusion;
}
#cursor.is-link-overlay {
  width: 50px;
  height: 50px;

  -webkit-filter: invert(90%);
  filter: invert(90%);
  mix-blend-mode: overlay;
}
#cursor.is-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#cursor.is-hover::after {
  background: url(../img/common/icon-slide.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 70px;
  height: 24px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  width: 100%;
  height: 76vh;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main.is-view {
  opacity: 1;
}
.main__video {
  background: url(../img/top/main.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76vh;
  z-index: -1;
}
.main__video::after {
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 76vh;
}
.main video {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 180.148vh;
  height: auto;
  min-height: 76vh;
}
.main__logo {
  display: block;
  width: 90%;
  max-width: 530px;
}
.main__break {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.main__banner {
  width: 188px;
}

.topTopic {
  background: url(../img/top/bg-topic.jpg) no-repeat;
  background-position: right;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 192px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topTopic__inner {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  margin: 0 auto;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  width: 90%;
  max-width: 1080px;
}
.topTopic__inner::before {
  color: rgba(255, 255, 255, .3);
  content: 'HOT TOPIC';
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: .2em;
  line-height: 22px;
}
.topTopic__inner a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  color: #fff;
  padding-bottom: .05em;
  -webkit-transition: background .6s cubic-bezier(.77, 0, .175, 1);
  transition: background .6s cubic-bezier(.77, 0, .175, 1);
}
.topTopic__inner a:hover {
  background-size: 100% 1px;
}

.topPickup {
  margin-top: 60px;
  opacity: 0;
  padding-bottom: 78px;
  position: relative;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.topPickup.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topPickup__bg {
  background: url(../img/top/bg-movie.jpg) no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  -webkit-transition: background-position-y 1s ease-out;
  transition: background-position-y 1s ease-out;
  bottom: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
}
.topPickup__title {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 70px;
  margin-bottom: 25px;
}
.topPickup__inner {
  margin: 0 auto 75px;
  width: 90%;
}
.topPickup__item {
  margin-bottom: 38px;
}
.topPickup__item dt {
  margin-bottom: 8px;
}
.topPickup__item .-date {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 15px;
  margin-right: 12px;
}
.topPickup__item .-tag {
  background-color: #222;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 14px;
  padding: 0 14px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.topPickup__item dd {
  font-size: 15px;
  line-height: 24px;
}
.topPickup__item dd a {
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#222)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#222, #222) 0 100%/0 1px no-repeat;
  padding-bottom: .05em;
  -webkit-transition: background .6s cubic-bezier(.77, 0, .175, 1);
  transition: background .6s cubic-bezier(.77, 0, .175, 1);
}
.topPickup__item dd a:hover {
  background-size: 100% 1px;
}
.topPickup__more {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 24px;
  padding-top: 33px;
  padding-left: 55px;
  position: relative;
}
.topPickup__more::before {
  background-color: #222;
  content: '';
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 40px;
  height: 2px;
}
.topPickup__more:hover {
  letter-spacing: .3em;
  padding-left: 60px;
}
.topPickup__more:hover::before {
  -webkit-animation: more .8s;
  animation: more .8s;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.topPickup__twitter {
  margin: 0 auto;
  overflow-y: scroll;
  width: 90%;
  height: 360px;
}

.topMovie {
  margin-bottom: 59px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.topMovie.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topMovie__inner {
  width: 100%;
}
.topMovie .-yt {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.topMovie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.topSchedule {
  margin: 0 auto 72px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  width: 90%;
  max-width: 1080px;
}
.topSchedule.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topSchedule__title {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 70px;
  margin-bottom: 23px;
}
.topSchedule__list {
  margin-bottom: 35px;
}
.topSchedule__list .-date {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  letter-spacing: .2em;
  line-height: 32px;
}
.topSchedule__list__title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 25px;
  margin-bottom: 10px;
}
.topSchedule__list__title span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.topSchedule__list__table {
  width: 100%;
}
.topSchedule__list__table tr td {
  border-bottom: 1px solid rgba(34, 34, 34, .05);
  padding: 12px;
}
.topSchedule__list__table th {
  background-color: rgba(34, 34, 34, .05);
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  color: #999;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 38px;
  text-align: center;
  width: 33%;
}
.topSchedule__list__table th:first-child {
  border-left: none;
}
.topSchedule__list__table th:last-child {
  border-right: none;
}
.topSchedule__list__table td {
  font-size: 13px;
  letter-spacing: .15em;
  line-height: 29px;
  text-align: center;
}
.topSchedule__text {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 70px;
}
.topSchedule__more {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 24px;
  padding-top: 14px;
  padding-left: 55px;
  position: relative;
}
.topSchedule__more::before {
  background-color: #222;
  content: '';
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 40px;
  height: 2px;
}
.topSchedule__more:hover {
  letter-spacing: .3em;
  padding-left: 60px;
}
.topSchedule__more:hover::before {
  -webkit-animation: more .8s;
  animation: more .8s;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.topProfile {
  background: url(../img/top/bg-profile-sp.jpg) center top no-repeat;
  background-size: cover;
  opacity: 0;
  opacity: 0;
  overflow-x: hidden;
  padding: 79px 0 712px;
  position: relative;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  transform: translateY(40px);
  z-index: 11;
}
.topProfile.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topProfile .bottomProfile__title,
.topProfile .bottomProfile__rank,
.topProfile .bottomProfile__text,
.topProfile .profileDetail__inner {
  opacity: 0;
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.topProfile.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topProfile.is-view .bottomProfile__title,
.topProfile.is-view .bottomProfile__rank,
.topProfile.is-view .bottomProfile__text,
.topProfile.is-view .profileDetail__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topProfile::after {
  content: url(../img/common/profile-yui.svg);
  display: block;
  position: absolute;
  top: -3px;
  left: -1%;
  width: 102%;
  z-index: 2;
}
.topProfile__title {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 70px;
  margin: 0 auto 28px;
  position: relative;
  width: 90%;
  max-width: 1080px;
  z-index: 3;
}

.topBanner {
  background: url(../img/top/banner_bg-sp.png) no-repeat;
  background-color: #66d3e4;
  background-size: cover;
  position: relative;
  height: clamp(150px, 40vw, 9999px);
}
.topBanner__link {
  display: block;
  overflow: hidden;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  height: 100%;
}
.topBanner__link:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.topBanner__link img {
  padding-right: 9%;
  padding-left: 5%;
  -webkit-transition: opacity .2s, -webkit-transform 1.3s;
  transition: opacity .2s, -webkit-transform 1.3s;
  transition: transform 1.3s, opacity .2s;
  transition: transform 1.3s, opacity .2s, -webkit-transform 1.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -moz-touch-callout: none;
}
.topBanner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  height: 100%;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pcOnly[class] {
  display: none;
}

.schedule__title {
  background: url(../img/schedule/bg-title.jpg) no-repeat;
  background-position: right;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 77px;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  width: 100%;
  height: 140px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.schedule__title span {
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(.4, 0, 1, 1);
  transition: all 1.5s cubic-bezier(.4, 0, 1, 1);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.schedule__title.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.schedule__title.is-view span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.schedule__month {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 22px;
  margin: 0 auto 60px;
  width: 90%;
  max-width: 1080px;
}
.schedule__month span {
  display: inline-block;
  margin-right: 20px;
}

.scheduleNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 72px;
  width: 90%;
  max-width: 1080px;
}
.scheduleNav__item {
  color: #aaa;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 24px;
  margin-right: 40px;
  position: relative;
}
.scheduleNav__item::after {
  background-color: #222;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
  transition: transform .6s cubic-bezier(.77, 0, .175, 1);
  transition: transform .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  bottom: -4px;
  left: -.05em;
  width: 100%;
  height: 2px;
}
.scheduleNav__item:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.scheduleNav__item.-current:hover::after,
.scheduleNav__item.-disable:hover::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.scheduleNav__item:hover {
  color: #002;
}
.scheduleNav .-current {
  color: #002;
  cursor: default;
}

.scheduleList {
  margin: 0 auto 50px;
  width: 90%;
  max-width: 1080px;
}
.scheduleList__header {
  border-left: 5px solid #3d90cb;
  margin-bottom: 19px;
  padding-left: 12px;
}
.scheduleList__header.-may {
  -o-border-image: linear-gradient(to bottom, #9178ce 0% 50%, #95d6ab 50% 100%) 1 100%;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#9178ce), color-stop(50%, #95d6ab)) 1 100%;
  border-image: linear-gradient(to bottom, #9178ce 0% 50%, #95d6ab 50% 100%) 1 100%;
}
.scheduleList__header.-win {
  border-left-color: #e28d63;
}
.scheduleList__header.-oly {
  -o-border-image: linear-gradient(to bottom, #df7083 0% 33%, #3877c9 33% 66%, #379a5d 66% 100%) 1 100%;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#df7083), color-stop(33%, #3877c9), color-stop(66%, #379a5d)) 1 100%;
  border-image: linear-gradient(to bottom, #df7083 0% 33%, #3877c9 33% 66%, #379a5d 66% 100%) 1 100%;
}
.scheduleList__header.-sep {
  -o-border-image: linear-gradient(to bottom, #df7272 0% 50%, #526790 50% 100%) 1 100%;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#df7272), color-stop(50%, #526790)) 1 100%;
  border-image: linear-gradient(to bottom, #df7272 0% 50%, #526790 50% 100%) 1 100%;
}
.scheduleList__header__title {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .05em;
}
.scheduleList__header__title span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .2em;
}
.scheduleList__header .-place {
  font-size: 12px;
}
.scheduleList__cat {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 18px;
  margin-bottom: 11px;
}
.scheduleList__cat span {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 12px;
}
.scheduleList__table {
  margin-bottom: 24px;
  width: 100%;
}
.scheduleList__table.-w tr td {
  padding: 14px 0;
}
.scheduleList__table tr td {
  border-bottom: 1px solid rgba(34, 34, 34, .05);
  padding: 14px 0;
}
.scheduleList__table th {
  background-color: rgba(34, 34, 34, .05);
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  color: #999;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 18px;
  padding: 8px 0;
  text-align: center;
}
.scheduleList__table th:first-child {
  border-left: none;
  width: 14%;
}
.scheduleList__table th:nth-child(2) {
  width: 15%;
}
.scheduleList__table th:nth-child(3) {
  width: 14%;
}
.scheduleList__table th:nth-child(4) {
  width: 33%;
}
.scheduleList__table th:last-child {
  border-right: none;
  width: 24%;
}
.scheduleList__table td {
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  vertical-align: middle;
}
.scheduleList__table td:nth-child(odd) {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
}

.pickup__title {
  background: url(../img/pickup/bg-title.jpg) no-repeat;
  background-position: right;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 75px;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  width: 100%;
  height: 140px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pickup__title span {
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(.4, 0, 1, 1);
  transition: all 1.5s cubic-bezier(.4, 0, 1, 1);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.pickup__title.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pickup__title.is-view span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pickup__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 67px;
  width: 90%;
  max-width: 1080px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pickup__pager .-prev {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 24px;
  padding-left: 55px;
  position: relative;
}
.pickup__pager .-prev::before {
  background-color: #222;
  content: '';
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 40px;
  height: 2px;
}
.pickup__pager .-prev:hover {
  letter-spacing: .3em;
  padding-left: 60px;
}
.pickup__pager .-prev:hover::before {
  -webkit-animation: more .8s;
  animation: more .8s;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.pickup__pager .-prev::before {
  bottom: 11px;
}
.pickup__pager span {
  font-size: 10px;
  letter-spacing: .2em;
  line-height: 16px;
}
.pickup__pager .-next {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 24px;
  padding-right: 55px;
  position: relative;
}
.pickup__pager .-next::after {
  background-color: #222;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 40px;
  height: 2px;
}
.pickup__pager .-next:hover {
  letter-spacing: .3em;
  padding-right: 60px;
}
.pickup__pager .-next:hover::after {
  -webkit-animation: next .8s;
  animation: next .8s;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.pickup__pager .-next::after {
  bottom: 11px;
}
.pickup__pager .-last {
  visibility: hidden;
}
.pickup__bnr {
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.pickup__bnr.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pickup__bnr a {
  -webkit-box-shadow: 0 0 60px rgba(34, 34, 34, .2);
  box-shadow: 0 0 60px rgba(34, 34, 34, .2);
  color: #fff;
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 23px;
  margin: 0 auto 15px;
  overflow: hidden;
  padding-top: 61px;
  position: relative;
  text-align: center;
  text-indent: .05em;
  width: 345px;
  height: 182px;
}
.pickup__bnr a:hover:before {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.pickup__bnr span {
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 4px;
}
.pickup__bnr .-contact::before {
  background: url(../img/common/bnr-contact.jpg) no-repeat;
  background-position: 80%;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: 0;
  width: 345px;
  height: 182px;
  z-index: -1;
}
.pickup__bnr .-contact::before:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.pickupNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 68px;
  width: 90%;
  max-width: 1080px;
}
.pickupNav__item {
  color: #aaa;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 24px;
  margin-right: 35px;
  position: relative;
}
.pickupNav__item::after {
  background-color: #222;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
  transition: transform .6s cubic-bezier(.77, 0, .175, 1);
  transition: transform .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  bottom: -4px;
  left: -.05em;
  width: 100%;
  height: 2px;
}
.pickupNav__item:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.pickupNav__item.-current:hover::after,
.pickupNav__item.-disable:hover::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.pickupNav__item:hover {
  color: #002;
}
.pickupNav .-current {
  color: #002;
  cursor: default;
}
.pickupNav .-disable {
  color: #ddd;
  cursor: default;
}

.pickupList {
  margin: 0 auto 70px;
  width: 90%;
  max-width: 1080px;
}
.pickupList .-list:nth-child(n+0) {
  --n: 0;
}
.pickupList .-list:nth-child(n+1) {
  --n: 1;
}
.pickupList .-list:nth-child(n+2) {
  --n: 2;
}
.pickupList .-list:nth-child(n+3) {
  --n: 3;
}
.pickupList .-list:nth-child(n+4) {
  --n: 4;
}
.pickupList .-list:nth-child(n+5) {
  --n: 5;
}
.pickupList .-list:nth-child(n+6) {
  --n: 6;
}
.pickupList .-list:nth-child(n+7) {
  --n: 7;
}
.pickupList .-list:nth-child(n+8) {
  --n: 8;
}
.pickupList .-list:nth-child(n+9) {
  --n: 9;
}
.pickupList .-list {
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transition-delay: calc(var(--n) * .2s);
  transition-delay: calc(var(--n) * .2s);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.pickupList__item {
  margin-bottom: 38px;
}
.pickupList__item dt {
  margin-bottom: 8px;
}
.pickupList__item .-date {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 15px;
  margin-right: 12px;
}
.pickupList__item .-tag {
  background-color: #222;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 14px;
  padding: 0 14px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.pickupList__item dd {
  font-size: 15px;
  line-height: 24px;
}
.pickupList__item dd a {
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#222)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#222, #222) 0 100%/0 1px no-repeat;
  padding-bottom: .05em;
  -webkit-transition: background .6s cubic-bezier(.77, 0, .175, 1);
  transition: background .6s cubic-bezier(.77, 0, .175, 1);
}
.pickupList__item dd a:hover {
  background-size: 100% 1px;
}

.pichupArchive {
  margin: 0 auto 72px;
  width: 90%;
  max-width: 1080px;
}
.pichupArchive__title {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  letter-spacing: .2em;
  line-height: 20px;
  margin-bottom: 8px;
}
.pichupArchive__year a {
  color: #002;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 29px;
  margin-right: 15px;
  position: relative;
}
.pichupArchive__year a::after {
  background-color: #222;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
  transition: transform .6s cubic-bezier(.77, 0, .175, 1);
  transition: transform .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  bottom: -4px;
  left: -.05em;
  width: 100%;
  height: 2px;
}
.pichupArchive__year a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.pichupArchive__year a.-current:hover::after,
.pichupArchive__year a.-disable:hover::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.pichupArchive__year a::after {
  bottom: 4px;
}
.pichupArchive__year span {
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
  margin-left: 8px;
}

.pickupProfile {
  background: url(../img/pickup/bg-profile-sp.jpg) center top no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  opacity: 0;
  overflow-x: hidden;
  padding: 99px 0 450px;
  position: relative;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  z-index: 1;
}
.pickupProfile .bottomProfile__title,
.pickupProfile .bottomProfile__rank,
.pickupProfile .bottomProfile__text,
.pickupProfile .profileDetail__inner {
  opacity: 0;
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.pickupProfile.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pickupProfile.is-view .bottomProfile__title,
.pickupProfile.is-view .bottomProfile__rank,
.pickupProfile.is-view .bottomProfile__text,
.pickupProfile.is-view .profileDetail__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pickupProfile::after {
  content: url(../img/common/profile-yui.svg);
  display: block;
  position: absolute;
  top: -3px;
  left: -1%;
  width: 102%;
  z-index: 2;
}

.pickupShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  width: 90%;
  max-width: 1080px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pickupShare span {
  color: #aaa;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  letter-spacing: .2em;
  line-height: 16px;
  margin-right: 26px;
}
.pickupShare .-twitter {
  display: block;
  margin-right: 17px;
  width: 24px;
}
.pickupShare .-facebook {
  display: block;
  width: 24px;
}

.pickupDetail {
  margin: 0 auto 63px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 90%;
  max-width: 1080px;
}
.pickupDetail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;

  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.pickupDetail__header .-date {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 16px;
  margin-right: 12px;
}
.pickupDetail__header .-tag {
  background-color: #222;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 16px;
  padding: 0 14px;
}
.pickupDetail__title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 52px;
}
.pickupDetail__content p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.pickupDetail__content p a {
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#222)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#222, #222) 0 100%/0 1px no-repeat;
  padding-bottom: .05em;
  -webkit-transition: background .6s cubic-bezier(.77, 0, .175, 1);
  transition: background .6s cubic-bezier(.77, 0, .175, 1);
}
.pickupDetail__content p a:hover {
  background-size: 100% 1px;
}
.pickupDetail__content img {
  display: block;
}
.pickupDetail__content .-yt {
  margin-bottom: 90px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.pickupDetail__content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie__title {
  background: url(../img/movie/bg-title.jpg) no-repeat;
  background-position: right;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 80px;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  width: 100%;
  height: 140px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.movie__title span {
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(.4, 0, 1, 1);
  transition: all 1.5s cubic-bezier(.4, 0, 1, 1);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.movie__title.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.movie__title.is-view span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.movieList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  width: 100%;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.movieList .-list:nth-child(n+0) {
  --n: 0;
}
.movieList .-list:nth-child(n+1) {
  --n: 1;
}
.movieList .-list:nth-child(n+2) {
  --n: 2;
}
.movieList .-list:nth-child(n+3) {
  --n: 3;
}
.movieList .-list:nth-child(n+4) {
  --n: 4;
}
.movieList .-list:nth-child(n+5) {
  --n: 5;
}
.movieList .-list:nth-child(n+6) {
  --n: 6;
}
.movieList .-list:nth-child(n+7) {
  --n: 7;
}
.movieList .-list:nth-child(n+8) {
  --n: 8;
}
.movieList .-list:nth-child(n+9) {
  --n: 9;
}
.movieList .-list {
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transition-delay: calc(var(--n) * .2s);
  transition-delay: calc(var(--n) * .2s);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.movieList__item {
  width: 50%;
}
.movieList__item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  height: 50vw;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.movieList__item figure::after {
  background: url(../img/common/icon-play.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
}
.movieList__item figure .-img {
  position: absolute;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieList__item figure .-img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.movieList__item div {
  padding: 8px 14px;
  min-height: 60px;
}
.movieList__item .-title {
  font-size: 11px;
  font-weight: 900;
  line-height: 16px;
  margin-bottom: 5px;
}
.movieList__item .-date {
  color: #aaa;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  letter-spacing: .2em;
  line-height: 14px;
}

.mfp-bg {
  background-color: #000;
  opacity: 1;
}

.mfp-wrap {
  overflow: hidden;
}

.mfp-container {
  padding: 0;
}

.mfp-content {
  max-width: 1080px !important;
}

.mfp-close {
  color: #000 !important;
  opacity: 1 !important;
}
.mfp-close::after {
  background: url(../img/common/icon-close.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 25px;
  height: 25px;
}

.movieProfile {
  background: url(../img/movie/bg-profile-sp.jpg) center top no-repeat;
  background-size: cover;
  opacity: 0;
  overflow-x: hidden;
  padding: 99px 0 450px;
  position: relative;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  max-height: 948px;
  z-index: 1;
}
.movieProfile .bottomProfile__title,
.movieProfile .bottomProfile__rank,
.movieProfile .bottomProfile__text,
.movieProfile .profileDetail__inner {
  opacity: 0;
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.movieProfile.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.movieProfile.is-view .bottomProfile__title,
.movieProfile.is-view .bottomProfile__rank,
.movieProfile.is-view .bottomProfile__text,
.movieProfile.is-view .profileDetail__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.movieProfile::after {
  content: url(../img/common/profile-yui.svg);
  display: block;
  position: absolute;
  top: -3px;
  left: -1%;
  width: 102%;
  z-index: 2;
}

.profile__title {
  background: url(../img/profile/bg-title.jpg) no-repeat;
  background-position: right;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 80px;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  width: 100%;
  height: 140px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.profile__title span {
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(.4, 0, 1, 1);
  transition: all 1.5s cubic-bezier(.4, 0, 1, 1);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.profile__title.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.profile__title.is-view span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.profile__bnr {
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.profile__bnr.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.profile__bnr a {
  -webkit-box-shadow: 0 0 60px rgba(34, 34, 34, .2);
  box-shadow: 0 0 60px rgba(34, 34, 34, .2);
  color: #fff;
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 23px;
  margin: 0 auto 15px;
  overflow: hidden;
  padding-top: 73px;
  position: relative;
  text-align: center;
  text-indent: .05em;
  width: 345px;
  height: 182px;
}
.profile__bnr a:hover:before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.profile__bnr span {
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 4px;
}
.profile__bnr .-schedule::before {
  background: url(../img/common/bnr-schedule.jpg) no-repeat;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: 0;
  width: 345px;
  height: 182px;
  z-index: -1;
}
.profile__bnr .-schedule::before:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.profile__bnr .-movie::before {
  background: url(../img/common/bnr-movie.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: 0;
  width: 345px;
  height: 182px;
  z-index: -1;
}
.profile__bnr .-movie::before:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.profileSlide {
  margin-bottom: 80px;
  width: 100%;
}
.profileSlide__list {
  margin: 0 auto 8px;
  width: 100vw;
  height: 56.296vw;
}
.profileSlide__nav .slick-list,
.profileSlide__nav .slick-track {
  height: 20vw;
}
.profileSlide__nav .slick-slide {
  margin: 0 5px;
  overflow: hidden;
  width: 20vw !important;
  height: 20vw;
}
.profileSlide__nav img {
  cursor: pointer;
  margin: 0 auto;
  opacity: .8;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.profileSlide__nav img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.slick-slider div {
  -webkit-transition: none;
  transition: none;
}

.slick-current img {
  opacity: 1;
}

.profileDetail {
  background-image: url(../img/profile/bg-profile-sp1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.profileDetail .bottomProfile__title,
.profileDetail .bottomProfile__rank,
.profileDetail .bottomProfile__text,
.profileDetail .profileDetail__inner {
  opacity: 0;
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.profileDetail.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.profileDetail.is-view .bottomProfile__title,
.profileDetail.is-view .bottomProfile__rank,
.profileDetail.is-view .bottomProfile__text,
.profileDetail.is-view .profileDetail__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.profileDetail__inner {
  margin: 0 auto;
  padding: 100px 0 0;
  width: 90%;
  max-width: 1080px;
}
.profileDetail__name {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 30px;
  margin-bottom: 36px;
}
.profileDetail__name span {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .2em;
  line-height: 30px;
  margin-left: 12px;
}
.profileDetail__bio {
  margin-bottom: 42px;
}
.profileDetail__bio dt {
  color: #aaa;
  display: block;
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 19px;
}
.profileDetail__bio dd {
  display: block;
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 24px;
  margin-bottom: 10px;
}
.profileDetail__text {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: justify;
}
.profileDetail__message {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 62px;
}
.profileDetail__img {
  display: block;
  margin: 2px auto -83px;
  width: 358px;

  mix-blend-mode: multiply;
}
.profileDetail__bg {
  display: block;
  margin-bottom: 60px;
  width: 100%;
}

.karmyMv {
  background: url(../img/karmy/mv_bg-sp.png) no-repeat;
  background-size: cover;
  padding-top: clamp(10px, 3vw, 36px);
  padding-right: 5%;
  padding-bottom: clamp(10px, 3vw, 36px);
  padding-left: 5%;
  position: relative;
  min-height: clamp(100px, 80vw, 9999px);
}
.karmyMv__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1104px;
}
.karmyMv__img {
  position: relative;
  bottom: max(-24px, -6.4vw);
  width: clamp(100px, 92vw, 9999px);
}

.karmyLead {
  padding-top: 50px;
  padding-right: 5%;
  padding-bottom: 15px;
  padding-left: 5%;
}
.karmyLead__text {
  color: #4ab6cd;
  font-family: 'GenJyuuGothic', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.7647058824;
  text-align: center;
}
.karmyLead__text > span {
  display: inline-block;
}

.karmySection {
  padding-top: 50px;
  padding-right: 5%;
  padding-bottom: 50px;
  padding-left: 5%;
}
.karmySection._topics {
  background-color: #ddf4f8;
}
.karmySection._topics .karmySection__body {
  padding-top: 40px;
  padding-bottom: 20px;
}
.karmySection._gallery .karmySection__body {
  padding-top: 0;
  padding-bottom: 0;
}
.karmySection._goods .karmySection__body {
  padding-top: 50px;
  padding-bottom: 30px;
}
.karmySection__heading {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
}
.karmySection__body {
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 1080px;
}
.karmySection__button {
  background-color: #66d3e4;
  border-radius: 5px;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding: .5em;
  text-align: center;
  max-width: 412px;
}
.karmySection__button > span {
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
}
.karmySection__button:hover {
  background-color: #58c4db;
}

.karmyTopics {
  margin-right: auto;
  margin-left: auto;
  max-width: 820px;
}
.karmyTopics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  gap: 2em;
}

.karmyArticle {
  display: grid;

  gap: .5em;
  grid-template-columns: 1fr;
}
.karmyArticle__time {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.karmyArticle__link {
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#222)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#222, #222) 0 100%/0 1px no-repeat;
  display: inline;
  font-size: 15px;
  padding-bottom: .05em;
  -webkit-transition: background .6s cubic-bezier(.77, 0, .175, 1);
  transition: background .6s cubic-bezier(.77, 0, .175, 1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.karmyArticle__link:hover {
  background-size: 100% 1px;
}

.karmyGallerySlider {
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}
.karmyGallerySlider__body {
  height: 250px;
}
.karmyGallerySlider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.karmyGallerySlider__slide img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 75%;
  max-width: 100%;

  -webkit-touch-callout: none;
  -moz-touch-callout: none;
}
.karmyGallerySlider__prev {
  position: absolute;
  top: 50%;
  left: 50px;
}
.karmyGallerySlider__next {
  position: absolute;
  top: 50%;
  right: 50px;
}
.karmyGallerySlider .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.karmyGallerySlider .swiper-button-prev,
.karmyGallerySlider .swiper-button-next {
  -webkit-transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
  transition: transform .4s cubic-bezier(.77, 0, .175, 1);
  transition: transform .4s cubic-bezier(.77, 0, .175, 1), -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
  width: 18px;
  height: 18px;
  z-index: 3;
}
.karmyGallerySlider .swiper-button-prev {
  left: 0;
}
.karmyGallerySlider .swiper-button-prev:hover {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
.karmyGallerySlider .swiper-button-next {
  right: 0;
}
.karmyGallerySlider .swiper-button-next:hover {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}
.karmyGallerySlider .swiper-button-prev::after,
.karmyGallerySlider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  margin: auto;
  width: 56px;
  height: 56px;
}
.karmyGallerySlider .swiper-button-prev::after {
  background-image: url(../img/karmy/arrow_left.png);
}
.karmyGallerySlider .swiper-button-next::after {
  background-image: url(../img/karmy/arrow_right.png);
}

.karmyGoods__list {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 490px;

  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
}
.karmyGoods__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  gap: .5em;
}
.karmyGoods__link {
  overflow: hidden;
}
.karmyGoods__img {
  background-color: #ededed;
  -webkit-transition: opacity .2s, -webkit-transform 1.3s;
  transition: opacity .2s, -webkit-transform 1.3s;
  transition: transform 1.3s, opacity .2s;
  transition: transform 1.3s, opacity .2s, -webkit-transform 1.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -moz-touch-callout: none;
}
.karmyGoods__img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.karmyGoods__title {
  font-size: 13px;
  line-height: 1.75;
}

.karmyIntroduction {
  background-color: rgba(143, 210, 227, .25);
  padding-top: 40px;
  padding-right: 5%;
  padding-bottom: 55px;
  padding-left: 5%;
}
.karmyIntroduction__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
}
.karmyIntroduction__grid {
  display: grid;

  grid-template-areas: 'karmy' 'list' 'box';
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto, 3);
  row-gap: 50px;
}
.karmyIntroduction__karmy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  grid-area: karmy;
}
.karmyIntroduction__box {
  background-color: white;
  color: #4ab6cd;
  font-size: 13px;
  line-height: 1.5;
  padding: 1em 1.5em;

  align-self: flex-start;
  grid-area: box;
}
.karmyIntroduction__img {
  margin-top: 15px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: clamp(100px, 72vw, 9999px);

  -webkit-touch-callout: none;
  -moz-touch-callout: none;
}
.karmyIntroduction__list {
  font-size: 15px;

  grid-area: list;
}
.karmyIntroduction__list > dt {
  color: #4ab6cd;
  font-weight: 700;
  letter-spacing: .2em;
}
.karmyIntroduction__list > dt:not(:first-of-type) {
  margin-top: 1.75em;
}
.karmyIntroduction__list > dd {
  font-weight: 400;
  letter-spacing: .05em;
}

.karmyBanner {
  padding-top: 70px;
  padding-right: 5%;
  padding-bottom: 20px;
  padding-left: 5%;
}
.karmyBanner._noItem {
  padding-bottom: 70px;
}
.karmyBanner__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
}
.karmyBanner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  gap: 30px;
}
.karmyBanner__link {
  overflow: hidden;
  position: relative;
  max-width: 516px;

  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.karmyBanner__link:hover img {
  opacity: 1;
}
.karmyBanner__link._disabled {
  pointer-events: none;
}
.karmyBanner__img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -moz-touch-callout: none;
}
.karmyBanner__hover {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  top: 0;
  left: 0;
}
.karmyBanner__hover:hover {
  opacity: 1;
}

.voteHeader {
  background: url(../img/vote/header_bg-sp.png) no-repeat;
  background-color: #66d3e4;
  background-size: cover;
  position: relative;
  height: clamp(140px, 37.3333333333vw, 9999px);
}
.voteHeader__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1113px;
}
.voteHeader__img {
  position: relative;
  top: clamp(1px, 2.6666666667vw, 9999px);
  left: 0;
  width: clamp(100px, 93.3333333333vw, 9999px);
}

.voteLead {
  padding-top: 30px;
  padding-right: 5%;
  padding-bottom: 30px;
  padding-left: 5%;
}
.voteLead__text {
  color: #4ab6cd;
  font-family: 'GenJyuuGothic', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.7647058824;
  text-align: center;
}
.voteLead__text > span {
  display: inline-block;
}

.voteInfo {
  padding-right: 5%;
  padding-left: 5%;
}
.voteInfo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  gap: 10px;
}
.voteInfo__item {
  display: grid;
  font-family: 'GenJyuuGothic', sans-serif;
  font-weight: 900;
  width: 100%;
  max-width: 345px;

  grid-template-columns: 94px 1fr;
}
.voteInfo__head {
  background-color: #ff7994;
  border: 3px solid #ff7994;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(10px, 3.4666666667vw, 13px);
  letter-spacing: .4em;
  padding-top: .5em;
  padding-right: 0;
  padding-bottom: .5em;
  padding-left: 1em;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.voteInfo__body {
  background-color: white;
  border: 3px solid #ff7994;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  color: #ff7994;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(10px, 3.4666666667vw, 13px);
  letter-spacing: .2em;
  padding-top: .5em;
  padding-right: .5em;
  padding-bottom: .5em;
  padding-left: 1em;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.voteGrid {
  padding-top: 35.3px;
  padding-right: 5%;
  padding-bottom: 80px;
  padding-left: 5%;
}
.voteGrid__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
}
.voteGrid__list {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;

  -webkit-column-gap: min(5.3956834532vw, 30px);
  -moz-column-gap: min(5.3956834532vw, 30px);
  column-gap: min(5.3956834532vw, 30px);
  grid-template-columns: repeat(2, 1fr);
  row-gap: min(5.3956834532vw, 30px);
}
.voteGrid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  gap: 10px;
}
.voteGrid__img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -moz-touch-callout: none;
}
.voteGrid__button {
  background-color: #66d3e4;
  border-radius: 5px;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  padding: .5em;
  text-align: center;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.voteGrid__button:hover {
  background-color: #58c4db;
}
.voteGrid__button._disabled {
  background-color: #ddf4f8;
}

.voteResult {
  padding-right: 5%;
  padding-left: 5%;
}
.voteResult__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
}
.voteResult__img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -o-object-fit: contain;
  object-fit: contain;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
}

.voteModal {
  background-color: rgba(0, 0, 0, .44);
  overflow: hidden;
  padding-right: 5%;
  padding-left: 5%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.voteModal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.voteModal__dialog {
  background-color: white;
  font-family: 'GenJyuuGothic', sans-serif;
  font-size: clamp(12px, 4.2666666667vw, 16px);
  padding: 1.875em 2.5em;
}
.voteModal__text {
  color: #7e7e7e;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
}
.voteModal__button {
  background-color: #ff7994;
  border-radius: 40px;
  color: white;
  display: block;
  font-weight: 700;
  letter-spacing: .2em;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: .5em 3em;
  text-align: center;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.voteModal__button:hover {
  background-color: #fc5b7b;
}

.voteModal {
  display: none;
}

.voteInfo {
  display: none;
}

.voteGrid__button {
  display: none;
}

.messageHeader {
  background: url(../img/vote/header_bg-sp.png) no-repeat;
  background-color: #66d3e4;
  background-size: cover;
  position: relative;
  height: clamp(140px, 37.3333333333vw, 9999px);
}
.messageHeader__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1113px;
}
.messageHeader__img {
  position: relative;
  top: clamp(1px, 2.6666666667vw, 9999px);
  left: 0;
  width: clamp(100px, 84.8vw, 9999px);
}

.messageLead {
  padding-top: 35px;
  padding-right: 5%;
  padding-bottom: 35px;
  padding-left: 5%;
}
.messageLead br.pc {
  display: none;
}
.messageLead__text {
  color: #4ab6cd;
  font-family: 'GenJyuuGothic', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.7647058824;
  text-align: center;
}
.messageLead__text > span {
  display: inline;
}

.messageInfo {
  padding-right: 5%;
  padding-left: 5%;
}
.messageInfo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  gap: 15px;
}
.messageInfo__item {
  display: grid;
  font-family: 'GenJyuuGothic', sans-serif;
  font-weight: 900;
  width: 100%;
  max-width: 516px;

  grid-template-columns: 82px 1fr;
}
.messageInfo__head {
  background-color: #ff7994;
  border: 3px solid #ff7994;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(10px, 2.9333333333vw, 11px);
  letter-spacing: .4em;
  padding-top: .5em;
  padding-right: 0;
  padding-bottom: .5em;
  padding-left: 1em;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.messageInfo__body {
  background-color: white;
  border: 3px solid #ff7994;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  color: #ff7994;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(10px, 2.6666666667vw, 13px);
  letter-spacing: .2em;
  padding-top: .5em;
  padding-right: .5em;
  padding-bottom: .5em;
  padding-left: 1em;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.messageInfo__body > span {
  display: inline-block;
}

.messageButton {
  padding-top: 45px;
  padding-right: 5%;
  padding-left: 5%;
}
.messageButton._bottom {
  padding-top: 0;
  padding-bottom: 75px;
}
.messageButton__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
}
.messageButton__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  max-width: 516px;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  gap: 16px;
}
.messageButton__button {
  overflow: hidden;
  position: relative;
  max-width: 516px;

  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.messageButton__button:hover img {
  opacity: 1;
}
.messageButton__button._disabled {
  pointer-events: none;
}
.messageButton__img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -moz-touch-callout: none;
}
.messageButton__hover {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  top: 0;
  left: 0;
}
.messageButton__hover:hover {
  opacity: 1;
}
.messageButton__note {
  font-family: 'GenJyuuGothic', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  max-width: 516px;
}

.messageGrid {
  padding-top: 70px;
  padding-right: 5%;
  padding-bottom: 70px;
  padding-left: 5%;
}
.messageGrid__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
}
.messageGrid__list {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;

  -webkit-column-gap: min(5.3956834532vw, 30px);
  -moz-column-gap: min(5.3956834532vw, 30px);
  column-gap: min(5.3956834532vw, 30px);
  grid-template-columns: repeat(2, 1fr);
  row-gap: min(5.3956834532vw, 30px);
}
.messageGrid__item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  gap: 10px;
}
.messageGrid__name {
  font-size: 13px;
  text-align: center;
}

.messageItem {
  border: min(6px, 1.0791366906vw) solid #66d3e4;
  overflow: hidden;
  padding: min(20px, 3.5971223022vw);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  aspect-ratio: 1/1;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
}
.messageItem__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  max-height: 100%;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.messageItem__img img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
.messageItem__text {
  display: -webkit-box;
  font-family: 'GenJyuuGothic', sans-serif;
  font-size: min(18px, 3.2374100719vw);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;

  -webkit-box-orient: vertical;
}
.messageItem._text .messageItem__text {
  -webkit-line-clamp: 4;
}
.messageItem._text .messageItem__illust {
  margin-top: min(5px, .8992805755vw);
  margin-left: auto;
  width: min(74px, 13.309352518vw);
  max-width: 100%;
  height: min(74px, 13.309352518vw);

  -o-object-fit: contain;
  object-fit: contain;
}
.messageItem._both .messageItem__text {
  -webkit-line-clamp: 2;
}
.messageItem._both .messageItem__img {
  margin-top: min(15px, 2.6978417266vw);
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  height: min(100px, 17.9856115108vw);
}
.messageItem._both .messageItem__img img {
  width: 100%;
  height: min(100px, 17.9856115108vw);

  -o-object-fit: cover;
  object-fit: cover;
}

.messageModal {
  background-color: rgba(0, 0, 0, .44);
  overflow: hidden;
  padding-right: 5%;
  padding-left: 5%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.messageModal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 100%;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  gap: 20px;
  justify-content: center;
}
.messageModal__subinner {
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  position: relative;
  max-width: 840px;
  max-height: 78vh;

  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.messageModal__arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.messageModal__arrow._left {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  left: 0;
  z-index: 2;
}
.messageModal__arrow._right {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  right: 0;
  z-index: 2;
}
.messageModal__content {
  position: relative;
}
.messageModal__button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 4px;
  margin: 0;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  top: 16px;
  right: 20px;
  width: 40px;
  width: 30px !important;
  height: 40px;
  height: 30px !important;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  gap: 4px;
  justify-content: center;
}
.messageModal__button span {
  background-color: transparent !important;
  position: relative;
  width: 0;
  height: 3px;
}
.messageModal__button span::before,
.messageModal__button span::after {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 10px;
  height: 10px;
}
.messageModal__button span::before {
  left: -7px;
}
.messageModal__button span::after {
  right: -7px;
}
.messageModal__button span:nth-of-type(1)::before {
  -webkit-animation: nav-top-before .2s;
  animation: nav-top-before .2s;
  background-color: #000;
  left: 0;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.messageModal__button span:nth-of-type(1)::after {
  -webkit-animation: nav-top-after .2s;
  animation: nav-top-after .2s;
  background-color: #000;
  right: 0;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.messageModal__button span:nth-of-type(2)::before,
.messageModal__button span:nth-of-type(2)::after {
  background-color: transparent;
}
.messageModal__button span:nth-of-type(3)::before {
  -webkit-animation: nav-bottom-before .2s;
  animation: nav-bottom-before .2s;
  background-color: #000;
  left: 0;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.messageModal__button span:nth-of-type(3)::after {
  -webkit-animation: nav-bottom-after .2s;
  animation: nav-bottom-after .2s;
  background-color: #000;
  right: 0;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.messageContent {
  background-color: white;
  border-radius: 10px;
  padding-top: max(30px, 7vh);
  padding-bottom: max(30px, 7vh);
}
.messageContent._text {
  padding-top: 60px;
  padding-right: 4.5%;
  padding-bottom: max(15px, 3.5vh);
  padding-left: 4.5%;
}
.messageContent._text .messageContent__message {
  font-family: 'GenJyuuGothic', sans-serif;
  padding-right: 4%;
  padding-left: 4%;
}
.messageContent._text .messageContent__name {
  padding-left: 4%;
}
.messageContent._text .messageContent__illust img {
  display: block;
  margin-top: 40px;
  margin-right: 10px;
  margin-left: auto;
  width: 159px;
}
.messageContent._img {
  padding-top: 60px;
  padding-right: 6%;
  padding-bottom: max(15px, 3.5vh);
  padding-left: 6%;
}
.messageContent._img .messageContent__img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 470px;
}
.messageContent._img .messageContent__name {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  max-width: 470px;
}
.messageContent._both {
  padding-top: 60px;
  padding-right: 6%;
  padding-bottom: max(15px, 3.5vh);
  padding-left: 6%;
}
.messageContent._both .messageContent__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 300px;
}
.messageContent._both .messageContent__inner {
  display: grid;

  grid-template-columns: 1fr;
}
.messageContent._both .messageContent__name {
  padding-right: 0;
  padding-left: 0;
}
.messageContent._both .messageContent__message {
  margin-top: 0;
  margin-top: 10px;
  padding-right: 0;
  padding-left: 0;
  max-height: 140px;
}
.messageContent__name {
  font-size: 12px;
  margin-top: 15px;
  padding-right: 4%;
  padding-left: 4%;
}
.messageContent__img {
  -o-object-fit: contain;
  object-fit: contain;
}
.messageContent__message {
  font-family: 'GenJyuuGothic', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  overflow-y: auto;
  padding-right: 4%;
  padding-left: 4%;
  max-height: 300px;
}

.messageDownload {
  padding-top: 20px;
  padding-right: 5%;
  padding-bottom: 80px;
  padding-left: 5%;
}
.messageDownload__inner {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;

  grid-template-columns: 1f;
  row-gap: 70px;
}
.messageDownload__box {
  margin-right: auto;
  margin-left: auto;
  max-width: 518px;
}
.messageDownload__title {
  font-size: 12px;
  margin-top: 12px;
}
.messageDownload__button {
  display: block;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  max-width: 516px;

  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.messageDownload__button._back {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
.messageDownload__button:hover img {
  opacity: 1;
}
.messageDownload__button._disabled {
  pointer-events: none;
}
.messageDownload__img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -moz-touch-callout: none;
}
.messageDownload__hover {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  top: 0;
  left: 0;
}
.messageDownload__hover:hover {
  opacity: 1;
}
.messageDownload__img img {
  border-radius: 4.5%;
}

.messageForm {
  padding-right: 5%;
  padding-bottom: 195px;
  padding-left: 5%;
}
.messageForm__inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1080px;
}
.messageForm__illust {
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  right: auto;
  bottom: -155px;
  left: 50%;
  width: 140px;
  height: auto;
}
.messageForm li > div:nth-of-type(1) {
  font-size: 13px;
  margin-top: 20px;
}
.messageForm .mw_wp_form_confirm .required {
  display: none;
}
.messageForm .mw_wp_form_confirm .note {
  display: none;
}
.messageForm .mw_wp_form_confirm li > div:nth-of-type(2) {
  font-size: 13px;
  margin-top: 16px;
}
.messageForm .mw_wp_form_confirm li > div:nth-of-type(3) {
  font-size: 13px;
  margin-top: 16px;
}
.messageForm .mw_wp_form_confirm .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 45px;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  gap: 0;
}
.messageForm .mw_wp_form_confirm .btn button[type=submit] {
  margin-top: 0;
}
.messageForm .mw_wp_form_confirm .mw-wp-form_image {
  word-break: break-all;
}
.messageForm .mw_wp_form_confirm .mw-wp-form_image > img {
  display: block;
  margin-top: 20px;
  width: 100%;
  max-width: 470px;
}
.messageForm .mw_wp_form_confirm .messageForm__illust {
  display: none;
}
.messageForm .mw_wp_form_complete {
  padding-top: 50px;
}
.messageForm .mw_wp_form_complete p:nth-of-type(1) {
  color: #4ab6cd;
  font-family: 'GenJyuuGothic', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.7647058824;
  text-align: center;
}
.messageForm .mw_wp_form_complete p:nth-of-type(1) > span {
  display: inline;
}
.messageForm .mw_wp_form_complete a {
  background-color: #66d3e4;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  display: block;
  font-family: 'GenJyuuGothic', sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: .5em;
  text-align: center;
  width: 100%;
  max-width: 516px;
}
.messageForm .mw_wp_form_complete a > span {
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
}
.messageForm .mw_wp_form_complete a:hover {
  background-color: #58c4db;
}
.messageForm .note {
  color: #4ab6cd;
  font-family: 'GenJyuuGothic', sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-top: 4px;
}
.messageForm .required {
  color: red;
  margin-left: 10px;
}
.messageForm .error[class] {
  color: red;
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-top: 4px;
}
.messageForm input[type=text] {
  background-color: #d9f4f8;
  border: none;
  margin-top: 13px;
  padding: .5em 1em;
  width: 100%;
}
.messageForm textarea {
  background-color: #d9f4f8;
  border: none;
  font-size: 16px;
  margin-top: 25px;
  overflow-y: auto;
  padding: 1.6em 1em;
  width: 100%;
  height: 213px;
}
.messageForm li > div:nth-of-type(3):has(input[type=file]) {
  font-family: 'GenJyuuGothic', sans-serif;
  margin-top: 25px;
}
.messageForm li > div:nth-of-type(3):has(input[type=file]) label {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-color: transparent;
  border: 5px solid #66d3e4;
  color: #222;
  cursor: pointer;
  font-family: 'GenJyuuGothic', sans-serif;
  font-size: 16px;
  padding: 5px 5px;
  text-align: center;
  width: 100%;
  width: 100%;
  max-width: min(516px, 75%);
}
.messageForm li > div:nth-of-type(3):has(input[type=file]) input[type=file] {
  display: none;
}
.messageForm li > div:nth-of-type(3):has(input[type=file]) .mwform-file-delete {
  border: 2px solid #66d3e4;
  border-radius: 50%;
  color: #66d3e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  padding: 2px;
  width: 30px;
  height: 30px;

  align-items: center;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.messageForm .type-file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.messageForm .type-file-wrap:has(.mw-wp-form_image) > *:nth-child(3) {
  width: 100%;
}
.messageForm .type-file-wrap:has(.mw-wp-form_image) .mw-wp-form_image img {
  max-width: 100% !important;
}
.messageForm button[type=submit] {
  background-color: #66d3e4;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  display: block;
  font-family: 'GenJyuuGothic', sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: .5em;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;
  max-width: 516px;
}
.messageForm button[type=submit] > span {
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
}
.messageForm button[type=submit]:hover {
  background-color: #58c4db;
}

.messagePagination {
  padding-right: 5%;
  padding-bottom: 60px;
  padding-left: 5%;
}
.messagePagination__inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1080px;
}
.messagePagination__pager {
  display: grid;
  font-family: 'GenJyuuGothic', sans-serif;
  font-weight: 900;

  grid-template-areas: 'prev num next';
  grid-template-columns: 120px 1fr 120px;
}
.messagePagination__pager .-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 10px;
  grid-area: prev;
}
.messagePagination__pager .-prev.-last {
  display: none;
}
.messagePagination__pager .-prev:hover::before {
  -webkit-filter: brightness(.96);
  filter: brightness(.96);
}
.messagePagination__pager .-prev::before {
  background-image: url(../img/karmy/arrow_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  width: 30px;
  height: 30px;
}
.messagePagination__pager .-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  letter-spacing: .1em;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  grid-area: num;
  justify-content: center;
}
.messagePagination__pager .-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  gap: 15px;
  grid-area: next;
  justify-content: flex-end;
}
.messagePagination__pager .-next:hover::after {
  -webkit-filter: brightness(.96);
  filter: brightness(.96);
}
.messagePagination__pager .-next.-last {
  display: none;
}
.messagePagination__pager .-next::after {
  background-image: url(../img/karmy/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s;
  width: 30px;
  height: 30px;
}

.messageGrid__button {
  display: none;
}
@page {
  margin: 0;

  size: A4;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;

    scroll-behavior: auto;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, .6);
    line-height: 35px;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media screen and (min-width: 1080px) {
  body {
    margin: 0;
  }
  .-pc {
    display: block !important;
  }
  .-sp {
    display: none !important;
  }
  .header {
    padding: 0 40px;
    height: 100px;
  }
  .header__logo {
    height: 45px;
  }
  .nav a {
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    position: relative;
  }
  .nav a::after {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    bottom: -4px;
    left: -.05em;
    width: 100%;
    height: 2px;
  }
  .nav a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .nav a.-current:hover::after,
  .nav a.-disable:hover::after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .nav a::after {
    bottom: 4px;
  }
  .nav__karmy[class] {
    width: 180px;
  }
  .footerTop {
    flex-direction: row;
    width: 1080px;
    height: 260px;

    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
  }
  .footerTop__list {
    width: auto;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footerTop__list.-karmy {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 0;
    justify-content: space-between;
  }
  .footerTop__list .logo-x img {
    height: 28px;
  }
  .footerTop__list .logo-x {
    margin-right: 40px;
  }
  .footerTop__list.-official img {
    margin-right: 65px;
  }
  .footerTop span {
    font-size: 14px;
    margin-right: 40px;
    margin-bottom: 0;
    width: auto;
  }
  .footerTop img {
    height: 32px;
  }
  .footerTop img.-kamiji {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    height: 32px;
  }
  .footerMain {
    height: 215px;
  }
  .footerMain .-geek {
    margin: 0 85px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    height: 60px;
  }
  .footerMain .-img {
    margin: 0 85px;
    height: 65px;
  }
  .footerBottom {
    margin: 0 auto;
    padding-bottom: 36px;
    height: 470px;
  }
  .footerBottom__logo {
    top: 38px;
    left: 40px;
    height: 45px;
  }
  .footerBottom__karmy {
    top: 38px;
    right: 40px;
    height: 45px;
  }
  .footerBottom__karmy > img {
    width: 200px;
  }
  .footerBottom__nav {
    flex-direction: row;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);

    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
  }
  .footerBottom__nav a {
    display: inline-block;
    font-size: 19px;
    position: relative;
  }
  .footerBottom__nav a::after {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    bottom: -4px;
    left: -.05em;
    width: 100%;
    height: 2px;
  }
  .footerBottom__nav a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .footerBottom__nav a.-current:hover::after,
  .footerBottom__nav a.-disable:hover::after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .footerBottom__nav a::after {
    bottom: 4px;
  }
  .footerBottom__copyright {
    font-size: 12px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .bottomProfile__title {
    font-size: 30px;
    line-height: 35px;
  }
  .bottomProfile__rank {
    font-size: 20px;
    margin-bottom: 65px;
  }
  .bottomProfile__text {
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 34px;
    width: 630px;
  }
  .bottomProfile__more {
    font-size: 16px;
  }
  .bottomProfile__more {
    padding-top: 68px;
  }
  .main__video::after {
    background-size: cover;
  }
  .topTopic {
    margin-bottom: 185px;
    height: 280px;
  }
  .topTopic__inner {
    font-size: 26px;
    line-height: 36px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .topTopic__inner::before {
    font-size: 16px;
    line-height: 50px;
  }
  .topPickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 185px auto 220px;
    padding-bottom: 0;
    width: 1080px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .topPickup__bg {
    background: none;
  }
  .topPickup__title {
    font-size: 60px;
    line-height: 140px;
  }
  .topPickup__title {
    margin-bottom: 45px;
  }
  .topPickup__inner {
    margin: 0;

    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .topPickup__item {
    margin-bottom: 65px;
  }
  .topPickup__item dt {
    margin-bottom: 10px;
  }
  .topPickup__item .-date {
    font-size: 18px;
    line-height: 18px;
    margin-right: 16px;
  }
  .topPickup__item .-tag {
    font-size: 14px;
    line-height: 16px;
    padding: 0 15px;
  }
  .topPickup__item dd {
    font-size: 16px;
    line-height: 30px;
  }
  .topPickup__more {
    font-size: 16px;
  }
  .topPickup__more {
    padding-top: 24px;
  }
  .topPickup__twitter {
    margin: 40px 0 0 40px;
    width: 480px;
    height: 610px;
  }
  .topMovie {
    background: url(../img/top/bg-movie.jpg) no-repeat;
    background-position: left;
    background-size: contain;
    margin-bottom: 0;
    padding-bottom: 185px;
    -webkit-transition: background-position-y 1s ease-out;
    transition: background-position-y 1s ease-out;
  }
  .topMovie__inner {
    margin: 0 auto;
    width: 1080px;
  }
  .topSchedule {
    margin-bottom: 220px;
  }
  .topSchedule__title {
    font-size: 60px;
    line-height: 140px;
  }
  .topSchedule__title {
    margin-bottom: 40px;
  }
  .topSchedule__list {
    margin-bottom: 38px;
  }
  .topSchedule__list .-date {
    font-size: 17px;
    line-height: 32px;
  }
  .topSchedule__list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .topSchedule__list__title span {
    font-size: 16px;
  }
  .topSchedule__list__table th {
    font-size: 16px;
  }
  .topSchedule__list__table td {
    font-size: 17px;
    line-height: 27px;
  }
  .topSchedule__text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 76px;
  }
  .topSchedule__more {
    font-size: 16px;
  }
  .topSchedule__more {
    padding-top: 58px;
  }
  .topProfile {
    background: url(../img/top/bg-profile.jpg) no-repeat;
    background-size: cover;
    padding: 95px 0 130px;
  }
  .topProfile::after {
    content: '';
  }
  .topProfile__title {
    font-size: 60px;
    line-height: 140px;
  }
  .topProfile__title {
    margin-bottom: 70px;
  }
  .schedule__title {
    font-size: 60px;
    height: 280px;
  }
  .schedule__title {
    margin-bottom: 157px;
  }
  .schedule__month {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 105px;
  }
  .schedule__month span {
    margin-right: 32px;
  }
  .scheduleNav {
    margin-bottom: 90px;
  }
  .scheduleNav__item {
    font-size: 30px;
    line-height: 30px;
    margin-right: 64px;
  }
  .scheduleList {
    margin-bottom: 105px;
  }
  .scheduleList__header {
    border-left-width: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    padding-left: 16px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .scheduleList__header__title {
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 24px;
  }
  .scheduleList__header__title span {
    display: inline;
    font-size: 18px;
    margin-left: 25px;
  }
  .scheduleList__header .-place {
    font-size: 16px;
  }
  .scheduleList__cat {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .scheduleList__cat span {
    font-size: 16px;
    margin-left: 15px;
  }
  .scheduleList__table {
    margin-bottom: 40px;
  }
  .scheduleList__table.-w tr td {
    padding: 8px 0;
  }
  .scheduleList__table tr td {
    padding: 17px 0;
  }
  .scheduleList__table th {
    border-right-width: 4px;
    border-left-width: 4px;
    font-size: 16px;
    line-height: 38px;
  }
  .scheduleList__table td {
    font-size: 18px;
    letter-spacing: .15em;
    line-height: 27px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .scheduleList__table td:nth-child(odd) {
    font-size: 20px;
  }
  .pickup__title {
    font-size: 60px;
    height: 280px;
  }
  .pickup__title {
    margin-bottom: 157px;
  }
  .pickup__pager {
    margin-bottom: 115px;
  }
  .pickup__pager .-prev {
    font-size: 16px;
  }
  .pickup__pager span {
    font-size: 16px;
    line-height: 32px;
  }
  .pickup__pager .-next {
    font-size: 16px;
  }
  .pickup__bnr {
    margin-bottom: 135px;
  }
  .pickup__bnr a {
    font-size: 20px;
    line-height: 35px;
    padding-top: 108px;
    width: 1080px;
    height: 280px;
  }
  .pickup__bnr span {
    font-size: 40px;
    margin-bottom: 13px;
  }
  .pickup__bnr .-contact::before {
    width: 1080px;
    height: 280px;
  }
  .pickupNav {
    margin-bottom: 90px;
  }
  .pickupNav__item {
    font-size: 30px;
    line-height: 30px;
    margin-right: 64px;
  }
  .pickupList {
    margin-bottom: 145px;
  }
  .pickupList__item {
    margin-bottom: 65px;
  }
  .pickupList__item dt {
    margin-bottom: 10px;
  }
  .pickupList__item .-date {
    font-size: 18px;
    line-height: 18px;
    margin-right: 16px;
  }
  .pickupList__item .-tag {
    font-size: 14px;
    line-height: 16px;
    padding: 0 15px;
  }
  .pickupList__item dd {
    font-size: 16px;
    line-height: 30px;
  }
  .pichupArchive {
    margin-bottom: 150px;
  }
  .pichupArchive__title {
    font-size: 16px;
    line-height: 30px;
  }
  .pichupArchive__year a {
    font-size: 30px;
    line-height: 44px;
    margin-right: 25px;
  }
  .pichupArchive__year span {
    font-size: 23px;
    margin-left: 15px;
  }
  .pickupProfile {
    background: url(../img/pickup/bg-profile.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 130px;
    padding: 125px 0 120px;
  }
  .pickupProfile::after {
    content: '';
  }
  .pickupShare {
    -webkit-transform: translateY(-98px);
    transform: translateY(-98px);
  }
  .pickupShare span {
    font-size: 15px;
    line-height: 32px;
    margin-right: 45px;
  }
  .pickupShare .-twitter {
    margin-right: 20px;
    width: 30px;
  }
  .pickupShare .-facebook {
    width: 30px;
  }
  .pickupDetail {
    margin-bottom: 125px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .pickupDetail__header {
    margin-bottom: 18px;
  }
  .pickupDetail__header .-date {
    font-size: 20px;
    line-height: 20px;
    margin-right: 28px;
  }
  .pickupDetail__header .-tag {
    font-size: 16px;
    padding: 0 20px;
  }
  .pickupDetail__title {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 42px;
  }
  .pickupDetail__content p {
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .movie__title {
    font-size: 60px;
    height: 280px;
  }
  .movie__title {
    margin-bottom: 160px;
  }
  .movieList {
    margin-bottom: 110px;
  }
  .movieList__item {
    width: 33.3%;
  }
  .movieList__item figure {
    height: 33.3vw;
  }
  .movieList__item figure::after {
    width: 106px;
    height: 106px;
  }
  .movieList__item div {
    padding: 19px;
    min-height: 110px;
  }
  .movieList__item .-title {
    font-size: 18px;
    line-height: 28px;
  }
  .movieList__item .-date {
    font-size: 16px;
    line-height: 32px;
  }
  .movieProfile {
    background: url(../img/movie/bg-profile.jpg) no-repeat;
    background-size: cover;
    padding: 125px 0 120px;
  }
  .movieProfile::after {
    content: '';
  }
  .profile__title {
    font-size: 60px;
    height: 280px;
  }
  .profile__title {
    margin-bottom: 160px;
  }
  .profile__bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 135px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .profile__bnr a {
    font-size: 20px;
    line-height: 35px;
    margin: 0 10px;
    padding-top: 108px;
    width: 530px;
    height: 280px;
  }
  .profile__bnr span {
    font-size: 40px;
    margin-bottom: 13px;
  }
  .profile__bnr .-schedule::before {
    width: 530px;
    height: 280px;
  }
  .profile__bnr .-movie::before {
    width: 530px;
    height: 280px;
  }
  .profileSlide {
    margin-bottom: 160px;
  }
  .profileSlide__list {
    margin-bottom: 20px;
    width: 1080px;
    height: 608px;
  }
  .profileSlide__nav .slick-slide {
    margin: 0 10px;
  }
  .profileDetail {
    background-image: url(../img/profile/bg-profile.jpg);
  }
  .profileDetail__inner {
    padding: 153px 0 130px;
  }
  .profileDetail__name {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  .profileDetail__name span {
    font-size: 20px;
    line-height: 44px;
    margin-left: 30px;
  }
  .profileDetail__bio {
    margin-bottom: 55px;
  }
  .profileDetail__bio dt {
    font-size: 15px;
    line-height: 24px;
  }
  .profileDetail__bio dd {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .profileDetail__text {
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 32px;
    width: 490px;
  }
  .profileDetail__message {
    font-size: 30px;
    line-height: 94px;
  }
  .profileDetail__img {
    margin: -25px auto -65px;
    width: 1011px;
  }
  .messageForm {
    padding-bottom: 165px;
  }
  .messageForm__illust {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
    bottom: -27px;
    left: auto;
    width: 218px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .main__break {
    right: 5%;
    bottom: 20px;
    left: 5%;
  }
  .main__banner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .topBanner {
    background: url(../img/top/banner_bg.png) no-repeat;
    background-size: cover;
    height: clamp(150px, 25.9259259259vw, 280px);
  }
  .topBanner__link img {
    padding-right: 5%;
  }
  .topBanner__inner {
    padding-right: 20px;
  }
  .pcOnly[class] {
    display: block;
  }
  .spOnly[class] {
    display: none;
  }
  .karmyMv {
    background: url(../img/karmy/mv_bg.png) no-repeat;
    background-size: cover;
    min-height: clamp(300px, 41.6666666667vw, 600px);
  }
  .karmyMv__img {
    bottom: max(-68px, -5.6666666667vw);
    width: clamp(300px, 92vw, 1104px);
  }
  .karmyLead {
    padding-top: 90px;
    padding-bottom: 45px;
  }
  .karmyLead__text {
    font-size: 22px;
  }
  .karmySection {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .karmySection._topics .karmySection__body {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .karmySection._gallery .karmySection__body {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .karmySection._goods .karmySection__body {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .karmySection__heading {
    font-size: 60px;
  }
  .karmySection__body {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .karmySection__button {
    font-size: 24px;
    margin-top: 90px;
  }
  .karmyArticle {
    gap: 1em;
    grid-template-columns: 11em 1fr;
  }
  .karmyArticle__time {
    font-size: 18px;
  }
  .karmyArticle__link {
    font-size: 17px;
  }
  .karmyGallerySlider {
    padding-right: 60px;
    padding-left: 60px;
  }
  .karmyGallerySlider__body {
    height: clamp(250px, 37.037037037vw, 400px);
  }
  .karmyGallerySlider__slide img {
    width: 60%;
  }
  .karmyGallerySlider .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  .karmyGallerySlider .swiper-button-prev,
  .karmyGallerySlider .swiper-button-next {
    width: 56px;
    height: 56px;
  }
  .karmyGoods__list {
    max-width: none;

    -webkit-column-gap: min(54px, 4.5vw);
    -moz-column-gap: min(54px, 4.5vw);
    column-gap: min(54px, 4.5vw);
    grid-template-columns: repeat(4, 1fr);
  }
  .karmyGoods__title {
    font-size: 16px;
  }
  .karmyIntroduction {
    padding-top: 90px;
    padding-bottom: 110px;
  }
  .karmyIntroduction__grid {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    grid-template-areas: 'karmy list' 'box list';
    grid-template-columns: 6fr 5fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    row-gap: 20px;
  }
  .karmyIntroduction__box {
    font-size: 17px;
    padding: 1.4em 2em;
  }
  .karmyIntroduction__img {
    width: auto;
  }
  .karmyIntroduction__list {
    font-size: 17px;
    margin-top: 30px;
  }
  .karmyBanner._noItem {
    padding-bottom: 160px;
  }
  .karmyBanner {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  .karmyBanner__flex {
    flex-direction: row;

    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    gap: 4%;
    justify-content: space-between;
  }
  .karmyBanner__link {
    align-self: flex-start;
    -ms-flex-item-align: start;
  }
  .voteHeader {
    background: url(../img/vote/header_bg.png) no-repeat;
    background-size: cover;
    padding-right: min(30px, 2.5vw);
    padding-left: min(60px, 5vw);
    height: clamp(140px, 23.3333333333vw, 280px);
  }
  .voteHeader__img {
    top: clamp(1px, 2vw, 24px);
    left: max(-44px, -3.6666666667vw);
    width: clamp(300px, 92.75vw, 1113px);
  }
  .voteLead {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .voteLead__text {
    font-size: 22px;
  }
  .voteInfo__item {
    width: auto;
    max-width: none;

    grid-template-columns: 7fr minmax(260px, 20fr);
  }
  .voteInfo__head {
    font-size: 16px;
    padding-top: .5em;
    padding-right: 1.5em;
    padding-bottom: .5em;
    padding-left: 2.5em;
  }
  .voteInfo__body {
    font-size: 16px;
    padding-top: .5em;
    padding-right: 3em;
    padding-bottom: .5em;
    padding-left: 3em;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .voteGrid {
    padding-top: 53.4px;
    padding-bottom: 200px;
  }
  .voteGrid__list {
    max-width: none;

    -webkit-column-gap: min(54px, 4.5vw);
    -moz-column-gap: min(54px, 4.5vw);
    column-gap: min(54px, 4.5vw);
    grid-template-columns: repeat(4, 1fr);
    row-gap: min(54px, 4.5vw);
  }
  .voteGrid__item {
    gap: 20px;
  }
  .voteGrid__button {
    font-size: 21px;
  }
  .voteModal__dialog {
    padding: 60px 120px;
  }
  .voteModal__text {
    font-size: 20px;
  }
  .voteModal__button {
    margin-top: 30px;
  }
  .messageHeader {
    background: url(../img/vote/header_bg.png) no-repeat;
    background-size: cover;
    padding-right: min(30px, 2.5vw);
    padding-left: min(60px, 5vw);
    height: clamp(140px, 23.3333333333vw, 280px);
  }
  .messageHeader__img {
    top: clamp(1px, 1.5833333333vw, 19px);
    left: max(-60px, -3.6666666667vw);
    width: clamp(300px, 80.3333333333vw, 964px);
  }
  .messageLead {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .messageLead br.pc {
    display: inline;
  }
  .messageLead__text > span {
    display: inline-block;
  }
  .messageLead__text {
    font-size: 22px;
  }
  .messageInfo__item {
    width: auto;
    width: 100%;
    max-width: 700px;

    grid-template-columns: 8fr minmax(260px, 24fr);
  }
  .messageInfo__head {
    font-size: 16px;
    padding-top: .5em;
    padding-right: 1.5em;
    padding-bottom: .5em;
    padding-left: 2.5em;
  }
  .messageInfo__body {
    font-size: 16px;
    padding-top: .5em;
    padding-right: 3em;
    padding-bottom: .5em;
    padding-left: 3em;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .messageButton {
    padding-top: clamp(45px, 8.75vw, 105px);
  }
  .messageButton._bottom {
    padding-bottom: 150px;
  }
  .messageButton__buttons {
    flex-direction: row;
    max-width: none;

    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    gap: clamp(16px, 5vw, 60px);
  }
  .messageButton__button {
    flex-basis: 516px;
    -ms-flex-preferred-size: 516px;
  }
  .messageButton__note {
    font-size: 16px;
    text-align: center;
    max-width: none;

    flex-basis: 516px;
    -ms-flex-preferred-size: 516px;
  }
  .messageGrid {
    padding-top: clamp(70px, 10vw, 120px);
    padding-bottom: 105px;
  }
  .messageGrid__list {
    max-width: none;

    -webkit-column-gap: min(46px, 3.8333333333vw);
    -moz-column-gap: min(46px, 3.8333333333vw);
    column-gap: min(46px, 3.8333333333vw);
    grid-template-columns: repeat(4, 1fr);
    row-gap: min(54px, 4.5vw);
  }
  .messageGrid__item {
    gap: 20px;
  }
  .messageGrid__name {
    font-size: 16px;
  }
  .messageItem {
    border: min(8px, .6666666667vw) solid #66d3e4;
    padding: min(20px, 1.6666666667vw);
  }
  .messageItem__text {
    font-size: min(18px, 1.5vw);
  }
  .messageItem._text .messageItem__illust {
    margin-top: min(5px, .4166666667vw);
    width: min(74px, 6.1666666667vw);
    height: min(74px, 6.1666666667vw);
  }
  .messageItem._both .messageItem__img img {
    height: min(100px, 8.3333333333vw);
  }
  .messageModal__arrow {
    position: static;
    width: auto;
    height: auto;

    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .messageModal__button {
    top: 18px;
    right: 30px;
  }
  .messageModal__button span {
    width: 3px;
    height: 3px;
  }
  .messageContent._text {
    padding-top: 60px;
  }
  .messageContent._text .messageContent__illust img {
    margin-top: 0;
    margin-right: 40px;
    width: 159px;
  }
  .messageContent._img {
    padding-top: 60px;
    padding-right: 4.5%;
    padding-left: 4.5%;
  }
  .messageContent._img .messageContent__name {
    margin-left: 5%;
  }
  .messageContent._both {
    padding-right: 4.5%;
    padding-left: 9%;
  }
  .messageContent._both .messageContent__img {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
  .messageContent._both .messageContent__inner {
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
    grid-template-columns: 7fr 8fr;
  }
  .messageContent._both .messageContent__message {
    margin-top: 0;
    padding-right: 4%;
    padding-left: 4%;
    max-height: 300px;
  }
  .messageContent__name {
    font-size: 16px;
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .messageContent__message {
    font-size: 18px;
    padding-right: 9%;
    padding-left: 0;
  }
  .messageDownload {
    padding-top: 0;
    padding-top: 45px;
    padding-bottom: 160px;
  }
  .messageDownload__inner {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
    grid-template-columns: 1fr 1fr;
  }
  .messageDownload__title {
    font-size: 22px;
    margin-top: 18px;
  }
  .messageDownload__button {
    margin-top: min(45px, 3.75vw);
  }
  .messageDownload__button._back {
    margin-top: 90px;
  }
  .messageDownload__button {
    flex-basis: 516px;
    -ms-flex-preferred-size: 516px;
  }
  .messageForm li > div:nth-of-type(1) {
    font-size: 24px;
    margin-top: 45px;
  }
  .messageForm .mw_wp_form_confirm li > div:nth-of-type(2) {
    font-size: 16px;
  }
  .messageForm .mw_wp_form_confirm li > div:nth-of-type(3) {
    font-size: 16px;
  }
  .messageForm .mw_wp_form_confirm .btn {
    flex-direction: row;
    font-size: 16px;
    margin-top: 90px;

    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    gap: 60px;
  }
  .messageForm .mw_wp_form_complete {
    padding-top: 75px;
  }
  .messageForm .mw_wp_form_complete p:nth-of-type(1) > span {
    display: inline-block;
  }
  .messageForm .mw_wp_form_complete p:nth-of-type(1) {
    font-size: 22px;
  }
  .messageForm .mw_wp_form_complete a {
    font-size: 30px;
    margin-top: 75px;
  }
  .messageForm .note {
    font-size: 19px;
    margin-top: 20px;
  }
  .messageForm .error[class] {
    font-size: 19px;
    margin-top: 10px;
  }
  .messageForm input[type=text] {
    margin-top: 25px;
    padding: 1.6em 1em;
  }
  .messageForm textarea {
    font-size: 19px;
    margin-top: 20px;
    height: 326px;
  }
  .messageForm li > div:nth-of-type(3):has(input[type=file]) label {
    font-size: 20px;
    padding: 15px 10px;
  }
  .messageForm button[type=submit] {
    font-size: 30px;
    margin-top: 75px;
  }
  .messagePagination {
    padding-bottom: 105px;
  }
  .messagePagination__pager .-prev::before {
    width: 56px;
    height: 56px;
  }
  .messagePagination__pager .-num {
    font-size: 18px;
  }
  .messagePagination__pager .-next::after {
    width: 56px;
    height: 56px;
  }
}
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  body {
    width: 210mm;
  }
  header,
  footer {
    display: none !important;
  }
  footer::after {
    content: '';
  }
  .-noprint {
    display: none;
  }
}
