html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%;
/* SP デフォルト */
  min-width: 0;
  width: 100%;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
/* tablet 以上（769px〜1024px） */
/* PC（1025px〜） */
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body input[type="text"],
body input[type="button"],
body button,
body textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
body input[type="text"],
body select,
body textarea {
  width: 100%;
}
body input[type="radio"],
body input[type="checkbox"] {
  margin: 0;
}
body input,
body select,
body textarea,
body button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1024px) {
  body input,
  body select,
  body textarea,
  body button {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body ::-moz-selection {
  background-color: #e6325f;
  color: #fff;
}
body ::selection {
  background-color: #e6325f;
  color: #fff;
}
@media (min-width: 769px) {
  body {
    min-width: 320px;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  body {
    min-width: 0;
  }
}
a:link,
a:visited {
  color: #005bac;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.is-pc {
  display: none;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .is-pc {
    display: block;
  }
}
.is-sp {
  display: block;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .is-sp {
    display: none;
  }
}
#orientation-lock {
  position: fixed;
  inset: 0;
  background: #e6325f;
  display: none;
  z-index: 99999;
}
#orientation-lock .orientation-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#orientation-lock .orientation-message .image {
  width: 10.9375vw;
}
#orientation-lock .orientation-message .image img {
  width: 100%;
  vertical-align: bottom;
}
#orientation-lock .orientation-message .text {
  color: #fff;
  font-size: 8px;
  font-size: 2.5vw;
  line-height: 1.6;
  text-align: center;
}
#loading-screen {
  position: fixed;
  inset: 0;
  background: #e6325f;
  color: #fff;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 1;
  visibility: visible;
}
#loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#loading-screen .dot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  -webkit-box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 rgba(152,128,255,0), 0 18px 0 0 rgba(152,128,255,0), -12.727926px 12.727926px 0 0 rgba(152,128,255,0), -18px 0 0 0 rgba(152,128,255,0), -12.727926px -12.727926px 0 0 rgba(152,128,255,0);
          box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 rgba(152,128,255,0), 0 18px 0 0 rgba(152,128,255,0), -12.727926px 12.727926px 0 0 rgba(152,128,255,0), -18px 0 0 0 rgba(152,128,255,0), -12.727926px -12.727926px 0 0 rgba(152,128,255,0);
  -webkit-animation: dot-spin 1.5s infinite linear;
          animation: dot-spin 1.5s infinite linear;
}
#flipbook-wrapper {
  visibility: hidden;
}
#flipbook-wrapper.ready {
  visibility: visible;
}
@-webkit-keyframes dot-spin {
  0%, 100% {
    -webkit-box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
            box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
  }
  12.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 #fff, 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
            box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 #fff, 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
  }
  25% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 #fff, 0 18px 0 0 #fff, -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
            box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 #fff, 0 18px 0 0 #fff, -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
  }
  37.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 0 #fff, 0 18px 0 0 #fff, -12.727926px 12.727926px 0 0 #fff, -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
            box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 0 #fff, 0 18px 0 0 #fff, -12.727926px 12.727926px 0 0 #fff, -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
  }
  50% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 0 #fff, -12.727926px 12.727926px 0 0 #fff, -18px 0 0 0 #fff, -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
            box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 0 #fff, -12.727926px 12.727926px 0 0 #fff, -18px 0 0 0 #fff, -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
  }
  62.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 0 #fff, -18px 0 0 0 #fff, -12.727926px -12.727926px 0 0 #fff;
            box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 0 #fff, -18px 0 0 0 #fff, -12.727926px -12.727926px 0 0 #fff;
  }
  75% {
    -webkit-box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 0 #fff, -12.727926px -12.727926px 0 0 #fff;
            box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 0 #fff, -12.727926px -12.727926px 0 0 #fff;
  }
  87.5% {
    -webkit-box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 0 #fff;
            box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 0 #fff;
  }
}
@keyframes dot-spin {
  0%, 100% {
    -webkit-box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
            box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
  }
  12.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 #fff, 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
            box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 0 #fff, 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 #fff, 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
  }
  25% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 #fff, 0 18px 0 0 #fff, -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
            box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 0 #fff, 12.727926px 12.727926px 0 0 #fff, 0 18px 0 0 #fff, -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
  }
  37.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 0 #fff, 0 18px 0 0 #fff, -12.727926px 12.727926px 0 0 #fff, -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
            box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 0 #fff, 0 18px 0 0 #fff, -12.727926px 12.727926px 0 0 #fff, -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
  }
  50% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 0 #fff, -12.727926px 12.727926px 0 0 #fff, -18px 0 0 0 #fff, -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
            box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 0 #fff, -12.727926px 12.727926px 0 0 #fff, -18px 0 0 0 #fff, -12.727926px -12.727926px 0 -5px rgba(152,128,255,0);
  }
  62.5% {
    -webkit-box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 0 #fff, -18px 0 0 0 #fff, -12.727926px -12.727926px 0 0 #fff;
            box-shadow: 0 -18px 0 -5px rgba(152,128,255,0), 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 0 #fff, -18px 0 0 0 #fff, -12.727926px -12.727926px 0 0 #fff;
  }
  75% {
    -webkit-box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 0 #fff, -12.727926px -12.727926px 0 0 #fff;
            box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 -5px rgba(152,128,255,0), 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 0 #fff, -12.727926px -12.727926px 0 0 #fff;
  }
  87.5% {
    -webkit-box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 0 #fff;
            box-shadow: 0 -18px 0 0 #fff, 12.727926px -12.727926px 0 0 #fff, 18px 0 0 -5px rgba(152,128,255,0), 12.727926px 12.727926px 0 -5px rgba(152,128,255,0), 0 18px 0 -5px rgba(152,128,255,0), -12.727926px 12.727926px 0 -5px rgba(152,128,255,0), -18px 0 0 -5px rgba(152,128,255,0), -12.727926px -12.727926px 0 0 #fff;
  }
}
body {
  background-image: url("../images/bg01.jpg");
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.dragging * {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
body.is-orientation-locked #flipbook-wrapper {
  visibility: hidden;
}
.site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 4.6875vw 0 14.0625vw;
  width: 100vw;
  height: 100svh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 769px) {
  .site-main {
    padding: 0 0 14.0625vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .site-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 45px 0 55px;
  }
}
#flipbook-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook-container {
    display: block;
  }
}
#flipbook-panzoom {
  position: relative;
  width: auto;
  height: 100%;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook-panzoom {
    width: 100% !important;
  }
}
#flipbook-panzoom.is-zoom {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}
#flipbook-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  -webkit-filter: drop-shadow(0 10px 15px rgba(0,0,0,0.5));
          filter: drop-shadow(0 10px 15px rgba(0,0,0,0.5));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook-wrapper.single-center.single-first {
    -webkit-transform: translate3d(25%, 0, 0) !important;
            transform: translate3d(25%, 0, 0) !important;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook-wrapper.single-center.single-last {
    -webkit-transform: translate3d(-25%, 0, 0) !important;
            transform: translate3d(-25%, 0, 0) !important;
  }
}
#flipbook {
  position: relative;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}
#flipbook .page {
  background: #faf8f2;
  -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.06);
          box-shadow: inset 0 0 20px rgba(0,0,0,0.06);
  overflow: hidden;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  border-radius: 0.625vw 0 0 0.625vw;
}
#flipbook .page:not(.is-cover) {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  will-change: opacity;
}
#flipbook .page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 9.375vw;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.15)), color-stop(40%, rgba(0,0,0,0.05)), to(rgba(0,0,0,0)));
  background: linear-gradient(to left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0) 100%);
}
#flipbook .page:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/texture_paper01.jpeg");
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 19;
  opacity: 0.25;
  mix-blend-mode: multiply;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook .page.odd {
    border-radius: 4px 0 0 4px !important;
  }
}
#flipbook .page.odd:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook .page.odd:before {
    right: 0;
    width: 40px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.15)), color-stop(40%, rgba(0,0,0,0.05)), to(rgba(0,0,0,0))) !important;
    background: linear-gradient(to left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0) 100%) !important;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook .page.even {
    border-radius: 0 4px 4px 0;
  }
}
#flipbook .page.even:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook .page.even:before {
    left: 0;
    width: 40px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.15)), color-stop(40%, rgba(0,0,0,0.05)), to(rgba(0,0,0,0))) !important;
    background: linear-gradient(to right, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0) 100%) !important;
  }
}
.turn-page-wrapper .shadow,
.turn-page .shadow {
  background: rgba(0,0,0,0.15) !important;
}
.c-turnBtnSet {
  pointer-events: auto;
}
.c-turnBtnSet.is-pc {
  display: none;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-turnBtnSet.is-pc {
    display: block;
  }
}
.c-turnBtnSet.is-sp {
  display: block;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-turnBtnSet.is-sp {
    display: none;
  }
}
.c-turnBtnSet .componentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-turnBtnSet .componentWrapper {
    display: block;
  }
}
.c-turnBtnSet .componentWrapper .block.is-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-turnBtnSet .componentWrapper .block.is-btn {
    display: block;
  }
}
.c-turnBtnSet .componentWrapper .block.is-btn .btn {
  display: inline-block;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  width: 9.375vw;
  height: 9.375vw;
  background: #5cc9bf;
  border-radius: 3.125vw;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media (min-width: 769px) {
  .c-turnBtnSet .componentWrapper .block.is-btn .btn {
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 2.1875vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-turnBtnSet .componentWrapper .block.is-btn .btn {
    position: absolute;
    width: 30px;
    height: 100%;
    background-color: transparent;
    opacity: 0;
  }
  .c-turnBtnSet .componentWrapper .block.is-btn .btn:hover {
    opacity: 1;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.c-turnBtnSet .componentWrapper .block.is-btn .btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-turnBtnSet .componentWrapper .block.is-btn .btn:after {
    width: 25px;
    height: 25px;
    background-image: url("../images/common_icon_arrow.svg") !important;
  }
}
.c-turnBtnSet .componentWrapper .block.is-btn .btn.is-disabled {
  pointer-events: none;
  background-color: #ccc !important;
  opacity: 1;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-turnBtnSet .componentWrapper .block.is-btn .btn.is-disabled {
    opacity: 0 !important;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-turnBtnSet .componentWrapper .block.is-btn .btn.is-prev {
    right: -30px;
    border-radius: 0 10px 10px 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.1)), color-stop(78%, rgba(0,0,0,0.3)), to(rgba(0,0,0,0.3)));
    background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 78%, rgba(0,0,0,0.3) 100%);
  }
}
.c-turnBtnSet .componentWrapper .block.is-btn .btn.is-prev:after {
  background-image: url("../images/toc-arrow-prev.svg");
}
#flipbook-wrapper.single-last .c-turnBtnSet .componentWrapper .block.is-btn .btn.is-prev {
  -webkit-animation: pageBtnBlinking 2s linear infinite;
          animation: pageBtnBlinking 2s linear infinite;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-turnBtnSet .componentWrapper .block.is-btn .btn.is-next {
    left: -30px;
    border-radius: 10px 0 0 10px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.1)), color-stop(78%, rgba(0,0,0,0.3)), to(rgba(0,0,0,0.3)));
    background: linear-gradient(270deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 78%, rgba(0,0,0,0.3) 100%);
  }
}
.c-turnBtnSet .componentWrapper .block.is-btn .btn.is-next:after {
  background-image: url("../images/toc-arrow-next.svg");
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-turnBtnSet .componentWrapper .block.is-btn .btn.is-next:after {
    background-image: none;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#flipbook-wrapper.single-first .c-turnBtnSet .componentWrapper .block.is-btn .btn {
  -webkit-animation: pageBtnBlinking 2s linear infinite;
          animation: pageBtnBlinking 2s linear infinite;
}
#flipbook-ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625vw;
  pointer-events: none /* 基本は下の要素を操作できるように */;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.5625vw;
  padding: 0 15.625vw 0 3.125vw;
  max-width: 100%;
  width: 100%;
  height: 9.375vw;
  z-index: 900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 769px) {
  #flipbook-ui {
    height: 7.8125vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook-ui {
    display: block;
    bottom: 10px;
    padding: 0;
    width: calc(100% - 160px);
    max-width: 600px;
    height: auto;
  }
}
.c-pageSlideSet {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-pageSlideSet .componentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625vw;
  width: 100%;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-pageSlideSet .componentWrapper {
    gap: 20px;
  }
}
.c-pageSlideSet .componentWrapper .block.is-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625vw;
  padding: 1.5625vw 1.5625vw;
  min-width: 15.625vw;
  border-radius: 0.9375vw;
  background-color: #e6325f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-pageSlideSet .componentWrapper .block.is-number {
    gap: 5px;
    padding: 5px 10px;
    min-width: 75px;
    border-radius: 5px;
  }
}
.c-pageSlideSet .componentWrapper .block.is-number .num {
  color: #fff;
  font-size: 10px;
  font-size: 3.125vw;
  font-family: "Fugaz One";
  line-height: 1;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-pageSlideSet .componentWrapper .block.is-number .num {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-pageSlideSet .componentWrapper .block.is-number span {
  display: inline-block;
  color: #fff;
  font-size: 8px;
  font-size: 2.5vw;
  font-family: "Fugaz One";
  line-height: 1;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-pageSlideSet .componentWrapper .block.is-number span {
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-pageSlideSet .componentWrapper .block.is-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-pageSlideSet .componentWrapper .block.is-bar {
    max-width: 600px;
  }
}
.c-pageSlideSet .componentWrapper .block.is-bar .bar {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 0.9375vw;
  background: #999;
  outline: none;
  direction: rtl;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.25vw;
/* ================================
						Chrome / Edge / Safari のつまみ
					================================ */
/* ================================
						Firefox のバー
					================================ */
/* ================================
						Firefox のつまみ
					================================ */
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-pageSlideSet .componentWrapper .block.is-bar .bar {
    height: 5px;
    border-radius: 4px;
  }
}
.c-pageSlideSet .componentWrapper .block.is-bar .bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3.75vw;
  height: 3.75vw;
  background: #fff;
  border: 0.46875vw solid #e6325f;
  cursor: pointer;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.625vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-pageSlideSet .componentWrapper .block.is-bar .bar::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    border-width: 2px;
    border-radius: 2px;
  }
}
.c-pageSlideSet .componentWrapper .block.is-bar .bar::-moz-range-track {
  height: 0.9375vw;
  background: #999;
  border-radius: 1.25vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-pageSlideSet .componentWrapper .block.is-bar .bar::-moz-range-track {
    height: 5px;
    border-radius: 4px;
  }
}
.c-pageSlideSet .componentWrapper .block.is-bar .bar::-moz-range-thumb {
  width: 3.75vw;
  height: 3.75vw;
  background: #fff;
  border: 0.46875vw solid #e6325f;
  cursor: pointer;
  transform-origin: center;
  transform: rotate(45deg);
  box-sizing: border-box;
  border-radius: 0.625vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-pageSlideSet .componentWrapper .block.is-bar .bar::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-width: 2px;
    border-radius: 2px;
  }
}
.c-zoomSet {
  display: none;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 1000;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-zoomSet {
    display: block;
  }
}
.c-zoomSet .componentWrapper .block.is-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  pointer-events: auto;
}
.c-zoomSet .componentWrapper .block.is-contents .btn {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.18);
          box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  font-size: 20px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-zoomSet .componentWrapper .block.is-contents .btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.c-zoomSet .componentWrapper .block.is-contents .btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-zoomSet .componentWrapper .block.is-contents .btn.is-up {
  background-color: #e6325f;
}
.c-zoomSet .componentWrapper .block.is-contents .btn.is-up:after {
  background-image: url("../images/common_icon_scale-up.svg");
}
.c-zoomSet .componentWrapper .block.is-contents .btn.is-down {
  background-color: #5cc9bf;
}
.c-zoomSet .componentWrapper .block.is-contents .btn.is-down:after {
  background-image: url("../images/common_icon_scale-down.svg");
}
.c-zoomSet .componentWrapper .block.is-contents .btn.is-reset {
  background-color: #69656d;
}
.c-zoomSet .componentWrapper .block.is-contents .btn.is-reset:after {
  background-image: url("../images/common_icon_scale-reset.svg");
}
.c-zoomSet .componentWrapper .block.is-contents .btn.is-disabled {
  background-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
  pointer-events: none;
}
.c-imageCoverSet {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-imageCoverSet .contentsWrapper {
  width: 100%;
  height: 100%;
}
.c-imageCoverSet .contentsWrapper .block.is-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-imageCoverSet .contentsWrapper .block.is-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@-webkit-keyframes pageBtnBlinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pageBtnBlinking {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-tocNavSet01 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  border-radius: 3.125vw 3.125vw 0 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-tocNavSet01 {
    border-radius: 10px 0 0 0;
    width: auto;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.c-tocNavSet01.is-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.c-tocNavSet01.is-active .componentWrapper .block.is-nav .box.is-item.is-menu {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  opacity: 0;
}
.c-tocNavSet01 .componentWrapper {
  padding: 1.5625vw 3.125vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-tocNavSet01 .componentWrapper {
    padding: 20px 10px;
  }
}
.c-tocNavSet01 .componentWrapper .block.is-nav .area.is-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375vw;
  position: relative;
}
@media (min-width: 769px) {
  .c-tocNavSet01 .componentWrapper .block.is-nav .area.is-list {
    gap: 2.9375vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-tocNavSet01 .componentWrapper .block.is-nav .area.is-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 2;
  width: 100%;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
  .c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item:hover {
    opacity: 0.7;
  }
}
.c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item span.icon {
  display: inline-block;
  width: 9.375vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #5cc9bf;
  overflow: hidden;
}
@media (min-width: 769px) {
  .c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item span.icon {
    width: 7.8125vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item span.icon {
    width: 30px;
  }
}
.c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item span.icon img {
  display: inline-block;
  width: 100%;
}
.c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item span.text {
  display: none;
  color: #333;
  font-weight: 500;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item span.text {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item.is-close {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item.is-close span.icon {
  background-color: #e6325f;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item.is-close {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item.is-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 9.375vw;
  -webkit-transform: translate3d(0, -12.5vw, 0);
          transform: translate3d(0, -12.5vw, 0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
@media (min-width: 769px) {
  .c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item.is-menu {
    width: 7.8125vw;
    -webkit-transform: translate3d(0, -10.9375vw, 0);
            transform: translate3d(0, -10.9375vw, 0);
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item.is-menu {
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    width: auto;
    -webkit-transform: translate3d(-50px, 10px, 0) scale(2);
            transform: translate3d(-50px, 10px, 0) scale(2);
  }
}
.c-tocNavSet01 .componentWrapper .block.is-nav .box.is-item.is-menu span.icon {
  background-color: #e6325f;
}
.fancybox__container {
  background: transparent;
  text-align: center;
}
.fancybox__container .carousel__button {
  display: none !important;
}
.fancybox__backdrop {
  background-color: rgba(0,0,0,0.3);
}
.fancybox__caption {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.6;
}
.fancybox__slide {
  padding: 3.125vw 3.125vw 3.125vw 3.125vw;
  cursor: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .fancybox__slide {
    padding: 20px 100px;
  }
}
.fancybox__slide::-webkit-scrollbar {
  width: 2.1875vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .fancybox__slide::-webkit-scrollbar {
    width: 10px;
  }
}
.fancybox__slide::-webkit-scrollbar-thumb {
  background: #e93061;
  border-right-width: 0.625vw;
  border-left-width: 0.625vw;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: transparent;
  border-left-color: transparent;
  background-clip: padding-box;
  border-radius: 3.125vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .fancybox__slide::-webkit-scrollbar-thumb {
    border-right-width: 2px;
    border-left-width: 2px;
    border-radius: 0;
  }
}
.fancybox__slide * {
  outline: none !important;
}
.fancybox__thumbs .carousel__slide {
  padding: 0 0.9375vw 1.5625vw;
  width: 18.75vw;
}
@media (min-width: 769px) {
  .fancybox__thumbs .carousel__slide {
    width: 10.9375vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .fancybox__thumbs .carousel__slide {
    padding: 0px 3px 8px;
    width: 60px;
  }
}
.fancybox__thumbs .carousel__slide .fancybox__thumb {
  padding-top: 0;
  aspect-ratio: 1/1;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border-color: #e93061;
  border-width: 0.625vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .fancybox__thumbs .carousel__slide .fancybox__thumb:after {
    border-width: 2px;
  }
}
.c-illustModalSet01,
.c-cosplayModalSet01 {
  padding: 0;
  width: 100%;
  max-width: 1000px;
  max-height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1.25vw 1.25vw rgba(0,0,0,0.25);
          box-shadow: 0 1.25vw 1.25vw rgba(0,0,0,0.25);
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01,
  .c-cosplayModalSet01 {
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.25);
            box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  }
}
.c-illustModalSet01 .closeBtn,
.c-cosplayModalSet01 .closeBtn {
  display: inline-block;
  position: absolute;
  top: 1.5625vw;
  right: 1.5625vw;
  width: 7.8125vw;
  height: 7.8125vw;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .closeBtn,
  .c-cosplayModalSet01 .closeBtn {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.c-illustModalSet01 .closeBtn:before,
.c-cosplayModalSet01 .closeBtn:before,
.c-illustModalSet01 .closeBtn:after,
.c-cosplayModalSet01 .closeBtn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 6.25vw;
  height: 0.3125vw;
  background-color: #000;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .closeBtn:before,
  .c-cosplayModalSet01 .closeBtn:before,
  .c-illustModalSet01 .closeBtn:after,
  .c-cosplayModalSet01 .closeBtn:after {
    width: 30px;
    height: 1px;
  }
}
.c-illustModalSet01 .closeBtn:before,
.c-cosplayModalSet01 .closeBtn:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.c-illustModalSet01 .closeBtn:after,
.c-cosplayModalSet01 .closeBtn:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.c-illustModalSet01 .componentWrapper,
.c-cosplayModalSet01 .componentWrapper {
  padding: 9.375vw 4.6875vw 4.6875vw;
  max-height: 100%;
  overflow-y: auto;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .componentWrapper,
  .c-cosplayModalSet01 .componentWrapper {
    padding: 50px 35px 30px;
  }
}
.c-illustModalSet01 .componentWrapper::-webkit-scrollbar,
.c-cosplayModalSet01 .componentWrapper::-webkit-scrollbar {
  width: 2.1875vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .componentWrapper::-webkit-scrollbar,
  .c-cosplayModalSet01 .componentWrapper::-webkit-scrollbar {
    width: 10px;
  }
}
.c-illustModalSet01 .componentWrapper::-webkit-scrollbar-thumb,
.c-cosplayModalSet01 .componentWrapper::-webkit-scrollbar-thumb {
  background: #e93061;
  border-top-width: 0.625vw;
  border-right-width: 0.625vw;
  border-left-width: 0.625vw;
  border-bottom-width: 0.625vw;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  background-clip: padding-box;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .componentWrapper::-webkit-scrollbar-thumb,
  .c-cosplayModalSet01 .componentWrapper::-webkit-scrollbar-thumb {
    border-top-width: 15px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }
}
.c-illustModalSet01 .componentWrapper .block.is-image,
.c-cosplayModalSet01 .componentWrapper .block.is-image {
  position: relative;
}
.c-illustModalSet01 .componentWrapper .block.is-image:after,
.c-cosplayModalSet01 .componentWrapper .block.is-image:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: -3.125vw;
  bottom: -3.125vw;
  width: 7.8125vw;
  height: 7.8125vw;
  background-image: url("../images/pages/common/modal_heart01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .componentWrapper .block.is-image:after,
  .c-cosplayModalSet01 .componentWrapper .block.is-image:after {
    left: -36px;
    bottom: -33px;
    width: 93px;
    height: 93px;
  }
}
.c-illustModalSet01 .componentWrapper .block.is-image .area.is-image .image img,
.c-cosplayModalSet01 .componentWrapper .block.is-image .area.is-image .image img {
  max-width: 100%;
  vertical-align: bottom;
}
.c-illustModalSet01 .componentWrapper .block.is-image .area.is-sns,
.c-cosplayModalSet01 .componentWrapper .block.is-image .area.is-sns {
  display: inline-block;
  position: absolute;
  right: 1.5625vw;
  bottom: 1.5625vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .componentWrapper .block.is-image .area.is-sns,
  .c-cosplayModalSet01 .componentWrapper .block.is-image .area.is-sns {
    right: 11px;
    bottom: 14px;
  }
}
.c-illustModalSet01 .componentWrapper .block.is-image .area.is-sns .sns .inner,
.c-cosplayModalSet01 .componentWrapper .block.is-image .area.is-sns .sns .inner {
  display: inline-block;
  padding: 0 1.5625vw 0.3125vw;
  min-width: 18.75vw;
  background-color: #fff;
  border: 0.46875vw solid #a1d8e7;
  text-align: center;
  text-decoration: none;
  border-radius: 31.25vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .componentWrapper .block.is-image .area.is-sns .sns .inner,
  .c-cosplayModalSet01 .componentWrapper .block.is-image .area.is-sns .sns .inner {
    padding: 0 20px 1px;
    min-width: 110px;
    border: 2px solid #a1d8e7;
    border-radius: 100px;
  }
}
.c-illustModalSet01 .componentWrapper .block.is-image .area.is-sns .sns .inner span,
.c-cosplayModalSet01 .componentWrapper .block.is-image .area.is-sns .sns .inner span {
  color: #a1d8e7;
  font-size: 12px;
  font-size: 3.75vw;
  font-family: "Dongle", sans-serif;
  line-height: 1;
  vertical-align: middle;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .componentWrapper .block.is-image .area.is-sns .sns .inner span,
  .c-cosplayModalSet01 .componentWrapper .block.is-image .area.is-sns .sns .inner span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-illustModalSet01 .componentWrapper .block.is-name,
.c-cosplayModalSet01 .componentWrapper .block.is-name {
  margin-top: 3.125vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .componentWrapper .block.is-name,
  .c-cosplayModalSet01 .componentWrapper .block.is-name {
    margin-top: 20px;
  }
}
.c-illustModalSet01 .componentWrapper .block.is-name .name,
.c-cosplayModalSet01 .componentWrapper .block.is-name .name {
  color: #c4b2ce;
  font-size: 16px;
  font-size: 5vw;
  font-weight: 500;
}
@media (min-width: 769px) {
  .c-illustModalSet01 .componentWrapper .block.is-name .name,
  .c-cosplayModalSet01 .componentWrapper .block.is-name .name {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .componentWrapper .block.is-name .name,
  .c-cosplayModalSet01 .componentWrapper .block.is-name .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-illustModalSet01 .componentWrapper .block.is-comment,
.c-cosplayModalSet01 .componentWrapper .block.is-comment {
  margin-top: 1.5625vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .componentWrapper .block.is-comment,
  .c-cosplayModalSet01 .componentWrapper .block.is-comment {
    margin-top: 20px;
  }
}
.c-illustModalSet01 .componentWrapper .block.is-comment .area.is-comment .comment,
.c-cosplayModalSet01 .componentWrapper .block.is-comment .area.is-comment .comment {
  color: #c4b2ce;
  font-size: 10px;
  font-size: 3.125vw;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 769px) {
  .c-illustModalSet01 .componentWrapper .block.is-comment .area.is-comment .comment,
  .c-cosplayModalSet01 .componentWrapper .block.is-comment .area.is-comment .comment {
    font-size: 8px;
    font-size: 2.5vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-illustModalSet01 .componentWrapper .block.is-comment .area.is-comment .comment,
  .c-cosplayModalSet01 .componentWrapper .block.is-comment .area.is-comment .comment {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-nijiibaModalSet01 {
  padding: 6.25vw 6.25vw 6.25vw;
  max-width: 100%;
  width: 100%;
  background-color: #e1fffa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-nijiibaModalSet01 {
    padding: 40px 40px 40px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .c-nijiibaModalSet01 {
    max-width: 100%;
  }
}
.c-nijiibaModalSet01:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  border: 0.625vw solid #e088a0;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-nijiibaModalSet01:before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 2px solid #e088a0;
  }
}
.c-nijiibaModalSet01 .closeBtn {
  display: inline-block;
  position: absolute;
  top: 6.25vw;
  right: 6.25vw;
  width: 6.25vw;
  height: 6.25vw;
  background-color: #e088a0;
  cursor: pointer;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-nijiibaModalSet01 .closeBtn {
    top: 40px;
    right: 40px;
    width: 25px;
    height: 25px;
  }
}
.c-nijiibaModalSet01 .closeBtn:before,
.c-nijiibaModalSet01 .closeBtn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.75vw;
  height: 0.3125vw;
  border-radius: 3.125vw;
  background-color: #fff;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-nijiibaModalSet01 .closeBtn:before,
  .c-nijiibaModalSet01 .closeBtn:after {
    width: 17px;
    height: 2px;
    border-radius: 10px;
  }
}
.c-nijiibaModalSet01 .closeBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-nijiibaModalSet01 .closeBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-nijiibaModalSet01 .componentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.6875vw;
  text-align: left;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-nijiibaModalSet01 .componentWrapper {
    gap: 30px;
  }
}
.c-nijiibaModalSet01 .componentWrapper .block.is-title .title {
  font-size: 20px;
  font-size: 6.25vw;
  font-weight: 500;
}
@media (min-width: 769px) {
  .c-nijiibaModalSet01 .componentWrapper .block.is-title .title {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-nijiibaModalSet01 .componentWrapper .block.is-title .title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.c-nijiibaModalSet01 .componentWrapper .block.is-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.6875vw;
  width: 100%;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop {
    gap: 20px;
    width: calc((100% - 90px) / 3);
  }
}
.c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-image {
  width: 100%;
}
.c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-image .image {
  width: 100%;
  border-radius: 3.125vw;
  overflow: hidden;
  -webkit-box-shadow: 1.5625vw 1.5625vw 0 rgba(230,50,95,0.45);
          box-shadow: 1.5625vw 1.5625vw 0 rgba(230,50,95,0.45);
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-image .image {
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 0 rgba(230,50,95,0.45);
            box-shadow: 5px 5px 0 rgba(230,50,95,0.45);
  }
}
.c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-image .image img {
  width: 100%;
  vertical-align: bottom;
}
.c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-text .name {
  margin-bottom: 1.5625vw;
  font-size: 18px;
  font-size: 5.625vw;
  font-weight: 500;
}
@media (min-width: 769px) {
  .c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-text .name {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-text .name {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-text dl dt {
  position: relative;
  width: 18.75vw;
  font-size: 13px;
  font-size: 4.0625vw;
}
@media (min-width: 769px) {
  .c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-text dl dt {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-text dl dt {
    width: 75px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-text dl dt:after {
  content: ':';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-text dl dd {
  width: calc(100% - 20.125vw);
  font-size: 13px;
  font-size: 4.0625vw;
}
@media (min-width: 769px) {
  .c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-text dl dd {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-nijiibaModalSet01 .componentWrapper .block.is-list .area.is-shop .box.is-text dl dd {
    width: calc(100% - 80px);
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-chronoModalSet01 {
  padding: 12.5vw 6.25vw 6.25vw;
  max-width: 100%;
  width: 100%;
  background-color: #e1fffa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 {
    padding: 40px 40px 40px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .c-chronoModalSet01 {
    max-width: 100%;
  }
}
.c-chronoModalSet01:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 4vw);
  height: calc(100% - 4vw);
  border: 0.625vw solid #e088a0;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01:before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 2px solid #e088a0;
  }
}
.c-chronoModalSet01 .closeBtn {
  display: inline-block;
  position: absolute;
  top: 6.25vw;
  right: 6.25vw;
  width: 6.25vw;
  height: 6.25vw;
  background-color: #e088a0;
  cursor: pointer;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .closeBtn {
    top: 40px;
    right: 40px;
    width: 25px;
    height: 25px;
  }
}
.c-chronoModalSet01 .closeBtn:before,
.c-chronoModalSet01 .closeBtn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.75vw;
  height: 0.3125vw;
  border-radius: 3.125vw;
  background-color: #fff;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .closeBtn:before,
  .c-chronoModalSet01 .closeBtn:after {
    width: 17px;
    height: 2px;
    border-radius: 10px;
  }
}
.c-chronoModalSet01 .closeBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-chronoModalSet01 .closeBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-chronoModalSet01 .componentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.25vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .componentWrapper {
    gap: 20px;
  }
}
.c-chronoModalSet01 .block.is-slider {
  width: 100%;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-slider {
    width: calc(50% - 10px);
  }
}
.c-chronoModalSet01 .block.is-slider .swiper-button {
  display: inline-block;
  width: 6.25vw;
  height: 6.25vw;
  background-color: #61cec9;
  border-radius: 1.5625vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-slider .swiper-button {
    width: 20px;
    height: 20px;
    border-radius: 5px;
  }
}
.c-chronoModalSet01 .block.is-slider .swiper-button:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/pages/chronology/chronology_icon_arrow.svg");
}
.c-chronoModalSet01 .block.is-slider .swiper-button:after {
  display: none;
}
.c-chronoModalSet01 .block.is-slider .swiper-button-prev {
  left: 1.5625vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-slider .swiper-button-prev {
    left: 10px;
  }
}
.c-chronoModalSet01 .block.is-slider .swiper-button-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-chronoModalSet01 .block.is-slider .swiper-button-next {
  right: 1.5625vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-slider .swiper-button-next {
    right: 10px;
  }
}
.c-chronoModalSet01 .block.is-slider .swiper-button.swiper-button-lock,
.c-chronoModalSet01 .block.is-slider .swiper-button.swiper-pagination-lock {
  display: none !important;
}
.c-chronoModalSet01 .block.is-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 1.5625vw;
  bottom: 1.5625vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-slider .swiper-pagination {
    gap: 10px;
    bottom: 10px;
  }
}
.c-chronoModalSet01 .block.is-slider .swiper-pagination-bullet {
  margin: 0;
  width: 1.5625vw;
  height: 1.5625vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.c-chronoModalSet01 .block.is-slider .swiper-pagination-bullet-active {
  background-color: #61cec9;
}
.c-chronoModalSet01 .block.is-slider .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.c-chronoModalSet01 .block.is-slider .swiper .swiper-wrapper .swiper-slide a {
  position: relative;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-slider .swiper .swiper-wrapper .swiper-slide a:hover:before,
  .c-chronoModalSet01 .block.is-slider .swiper .swiper-wrapper .swiper-slide a:hover:after {
    opacity: 1;
  }
}
.c-chronoModalSet01 .block.is-slider .swiper .swiper-wrapper .swiper-slide a:before,
.c-chronoModalSet01 .block.is-slider .swiper .swiper-wrapper .swiper-slide a:after {
  content: '';
  display: inline-block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-chronoModalSet01 .block.is-slider .swiper .swiper-wrapper .swiper-slide a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(224,136,160,0.8);
}
.c-chronoModalSet01 .block.is-slider .swiper .swiper-wrapper .swiper-slide a:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25vw;
  height: 25vw;
  background-image: url("../images/pages/chronology/chronology_icon_link.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-slider .swiper .swiper-wrapper .swiper-slide a:after {
    width: 80px;
    height: 80px;
  }
}
.c-chronoModalSet01 .block.is-slider .swiper .swiper-wrapper .swiper-slide .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.c-chronoModalSet01 .block.is-slider .swiper .swiper-wrapper .swiper-slide .inner img {
  display: inline-block;
  width: 100%;
}
.c-chronoModalSet01 .block.is-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.125vw;
  padding-top: 0;
  width: 100%;
  text-align: left;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-text {
    gap: 15px;
    padding-top: 15px;
    width: calc(50% - 10px);
  }
}
.c-chronoModalSet01 .block.is-text .area.is-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-chronoModalSet01 .block.is-text .area.is-title .date {
  font-size: 11px;
  font-size: 3.4375vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.5625vw;
}
@media (min-width: 769px) {
  .c-chronoModalSet01 .block.is-text .area.is-title .date {
    font-size: 8px;
    font-size: 2.5vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-text .area.is-title .date {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-chronoModalSet01 .block.is-text .area.is-title .title {
  font-size: 16px;
  font-size: 5vw;
  font-weight: bold;
}
@media (min-width: 769px) {
  .c-chronoModalSet01 .block.is-text .area.is-title .title {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-text .area.is-title .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-chronoModalSet01 .block.is-text .area.is-comment {
  padding-top: 3.125vw;
  border-top: 0.625vw solid #e088a0;
  width: 100%;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-text .area.is-comment {
    padding-top: 20px;
    border-top: 2px solid #e088a0;
  }
}
.c-chronoModalSet01 .block.is-text .area.is-comment .comment {
  text-align: left;
}
.c-chronoModalSet01 .block.is-text .area.is-comment .comment p {
  font-size: 12px;
  font-size: 3.75vw;
  font-weight: 500;
}
@media (min-width: 769px) {
  .c-chronoModalSet01 .block.is-text .area.is-comment .comment p {
    font-size: 9px;
    font-size: 2.8125vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-text .area.is-comment .comment p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-chronoModalSet01 .block.is-text .area.is-comment .comment a {
  color: #d36382;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-chronoModalSet01 .block.is-text .area.is-comment .comment a:hover {
    text-decoration: underline;
  }
}
.c-messageModalSet01 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0;
  max-width: calc(100% - 6.25vw);
  width: 187.5vw;
  aspect-ratio: 1/1;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 {
    max-width: 570px;
    width: 100%;
  }
}
.c-messageModalSet01 .closeBtn {
  display: inline-block;
  position: absolute;
  top: 1.5625vw;
  right: 1.5625vw;
  width: 7.8125vw;
  height: 7.8125vw;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 .closeBtn {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.c-messageModalSet01 .closeBtn:before,
.c-messageModalSet01 .closeBtn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 6.25vw;
  height: 0.3125vw;
  background-color: #000;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 .closeBtn:before,
  .c-messageModalSet01 .closeBtn:after {
    width: 30px;
    height: 1px;
  }
}
.c-messageModalSet01 .closeBtn:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.c-messageModalSet01 .closeBtn:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.c-messageModalSet01.is-type01 .componentWrapper:after {
  background-image: url("../images/pages/message/message_modal_deco01.png");
}
.c-messageModalSet01.is-type02 .componentWrapper:after {
  background-image: url("../images/pages/message/message_modal_deco02.png");
}
.c-messageModalSet01 .componentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 6.25vw 7.8125vw 6.25vw;
  background-color: #f2ffff;
  background-image: url("../images/pages/message/message_modal_bg01.png");
  background-size: cover;
  background-position: center;
  -webkit-filter: drop-shadow(2.1875vw 2.1875vw 2.5vw #8db5b5);
          filter: drop-shadow(2.1875vw 2.1875vw 2.5vw #8db5b5);
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 .componentWrapper {
    gap: 22px;
    padding: 30px 50px 30px;
    -webkit-filter: drop-shadow(7px 7px 8px #8db5b5);
            filter: drop-shadow(7px 7px 8px #8db5b5);
  }
}
.c-messageModalSet01 .componentWrapper:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -9.375vw;
  bottom: -9.375vw;
  width: 18.75vw;
  height: 25.9375vw;
  background-size: contain;
  background-position: center;
  -webkit-filter: drop-shadow(2.1875vw 2.1875vw 2.5vw #8db5b5);
          filter: drop-shadow(2.1875vw 2.1875vw 2.5vw #8db5b5);
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 .componentWrapper:after {
    right: -105px;
    bottom: -50px;
    width: 160px;
    height: 220px;
    -webkit-filter: drop-shadow(7px 7px 8px #8db5b5);
            filter: drop-shadow(7px 7px 8px #8db5b5);
  }
}
.c-messageModalSet01 .componentWrapper .block.is-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-messageModalSet01 .componentWrapper .block.is-name .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.6875vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 .componentWrapper .block.is-name .name {
    gap: 25px;
  }
}
.c-messageModalSet01 .componentWrapper .block.is-name .name:before,
.c-messageModalSet01 .componentWrapper .block.is-name .name:after {
  content: '';
  display: inline-block;
  width: 2.1875vw;
  height: 2.1875vw;
  background-color: #43a2a2;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 .componentWrapper .block.is-name .name:before,
  .c-messageModalSet01 .componentWrapper .block.is-name .name:after {
    width: 10px;
    height: 10px;
  }
}
.c-messageModalSet01 .componentWrapper .block.is-name .name span {
  color: #43a2a2;
  font-size: 20px;
  font-size: 6.25vw;
  font-size: clamp(25px, 6.25vw, 6.25vw);
  font-family: "DotGothic16";
}
@media (min-width: 769px) {
  .c-messageModalSet01 .componentWrapper .block.is-name .name span {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 .componentWrapper .block.is-name .name span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.c-messageModalSet01 .componentWrapper .block.is-message {
  width: 100%;
  height: 84.375vw;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch /* iOSでの慣性スクロールを有効化 */;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 .componentWrapper .block.is-message {
    height: 440px;
  }
}
.c-messageModalSet01 .componentWrapper .block.is-message::-webkit-scrollbar {
  width: 2.1875vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 .componentWrapper .block.is-message::-webkit-scrollbar {
    width: 10px;
  }
}
.c-messageModalSet01 .componentWrapper .block.is-message::-webkit-scrollbar-thumb {
  background: #43a2a2;
  border-right-width: 0.625vw;
  border-left-width: 0.625vw;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: transparent;
  border-left-color: transparent;
  background-clip: padding-box;
  border-radius: 3.125vw;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 .componentWrapper .block.is-message::-webkit-scrollbar-thumb {
    border-right-width: 2px;
    border-left-width: 2px;
    border-radius: 0;
  }
}
.c-messageModalSet01 .componentWrapper .block.is-message .area.is-message {
  width: 100%;
  min-height: 100%;
  background-image: url("../images/pages/message/message_modal_line01_sp.png");
  background-size: clamp(3px, 0.625vw, 0.625vw);
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 .componentWrapper .block.is-message .area.is-message {
    background-image: url("../images/pages/message/message_modal_line01.png");
    background-size: 2px;
  }
}
.c-messageModalSet01 .componentWrapper .block.is-message .area.is-message p {
  color: #43a2a2;
  font-size: clamp(17px, 4.0625vw, 4.0625vw);
  font-family: "DotGothic16";
  line-height: clamp(45px, 9.375vw, 9.375vw);
  text-align: left;
}
@media (min-width: 769px) {
  .c-messageModalSet01 .componentWrapper .block.is-message .area.is-message p {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-messageModalSet01 .componentWrapper .block.is-message .area.is-message p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
  }
}
#flipbook .page.is-toc .c-tocPageSet01 {
  display: block;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images/pages/toc/toc_bg01.png");
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 8px solid #b7f2ec;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-title {
  width: 100%;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-title .title {
  width: 100%;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-title .title img {
  display: inline-block;
  width: 100%;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-nav {
  display: inline-block;
  width: 410px;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-nav .area.is-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-nav .area.is-nav .box.is-item {
  width: 100%;
  height: 54px;
  cursor: pointer;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-nav .area.is-nav .box.is-item:hover span img.normal {
    opacity: 0;
  }
  #flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-nav .area.is-nav .box.is-item:hover span img.hover {
    opacity: 1;
  }
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-nav .area.is-nav .box.is-item span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-nav .area.is-nav .box.is-item img {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-nav .area.is-nav .box.is-item img.normal {
  opacity: 1;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-nav .area.is-nav .box.is-item img.hover {
  opacity: 0;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 60px 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-bottom .area.is-left {
  width: 260px;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-bottom .area.is-left .item {
  width: 100%;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-bottom .area.is-left .item img {
  display: inline-block;
  width: 100%;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-bottom .area.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 134px;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-bottom .area.is-right .qr {
  width: 62px;
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-bottom .area.is-right .qr a {
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-bottom .area.is-right .qr a:hover {
    opacity: 0.7;
  }
}
#flipbook .page.is-toc .c-tocPageSet01 .componentWrapper .block.is-bottom .area.is-right .qr a img {
  display: inline-block;
  width: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01 {
  position: relative;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 {
  background-image: url("../images/pages/illustrations/illustrations_type01_bg01.jpg");
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6.is-first-loop .componentWrapper .block.is-copy {
  display: inline-block;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-decoration .area.is-deco {
  display: inline-block;
  position: absolute;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-decoration .area.is-deco.is-type01 {
  top: 0;
  right: 0;
  width: 500px;
  height: 400px;
  background-image: url("../images/pages/illustrations/illustrations_type01_deco01.png");
  background-size: cover;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-decoration .area.is-deco.is-type02 {
  bottom: 208px;
  left: 96px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 360px;
  height: 30px;
  background-image: url("../images/pages/illustrations/illustrations_type01_deco03.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-decoration .area.is-deco.is-type03 {
  bottom: 0;
  left: 0;
  width: 520px;
  height: 435px;
  background-image: url("../images/pages/illustrations/illustrations_type01_deco02.png");
  background-position: left bottom;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-copy {
  display: none;
  position: absolute;
  top: 50px;
  left: 40px;
  width: 440px;
  z-index: 10;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-copy .copy {
  width: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-copy .copy img {
  display: inline-block;
  width: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-text {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 285px;
  z-index: 2;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-text .text {
  color: #bcb1c1;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-contents {
  padding: 104px 70px;
  width: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-contents .area.is-item {
  margin-right: 20px;
  width: calc((100% - 40px) / 3);
  float: left;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-contents .area.is-item:nth-child(3n + 2) {
  -webkit-transform: translateY(180px);
          transform: translateY(180px);
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-contents .area.is-item:nth-child(3n) {
  margin-right: 0;
  -webkit-transform: translateY(360px);
          transform: translateY(360px);
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-contents .area.is-item:nth-child(n + 4) {
  margin-top: 20px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-6 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .image {
  aspect-ratio: 34/55;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 {
  background-color: #ffe4f2;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 15px solid #e6325f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-title {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-title .title {
  width: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-title .title img {
  display: inline-block;
  width: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(1) {
  top: 120px;
  left: 50px;
  width: 260px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-sns {
  margin-bottom: 4px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-thumb .image {
  aspect-ratio: 13/18;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-comment {
  margin-top: 15px;
  width: 175px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(2) {
  top: 40px;
  left: 374px;
  width: 260px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-sns {
  margin-bottom: 4px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-thumb .image {
  aspect-ratio: 52/79;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-comment {
  margin-top: -20px;
  margin-right: -7px;
  width: 175px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(3) {
  top: 60px;
  right: 60px;
  padding-top: 120px;
  width: 260px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-sns {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 4px;
  text-align: right;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-thumb .image {
  aspect-ratio: 13/19;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-comment {
  position: absolute;
  top: 0;
  right: -20px;
  width: 175px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(4) {
  bottom: 68px;
  left: 67px;
  width: 300px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(4) .box.is-sns {
  margin-bottom: 4px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(4) .box.is-thumb .image {
  aspect-ratio: 11/17;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(4) .box.is-comment {
  position: absolute;
  bottom: 28px;
  right: -120px;
  width: 175px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(5) {
  right: 58px;
  bottom: 32px;
  padding-bottom: 36px;
  width: 285px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(5) .box.is-sns {
  margin-bottom: 4px;
  text-align: right;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(5) .box.is-thumb .image {
  aspect-ratio: 3/4;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(5) .box.is-comment {
  position: absolute;
  left: -106px;
  bottom: 0;
  width: 167px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item .box {
  position: relative;
  z-index: 1;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item .box.is-sns {
  width: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item .box.is-sns .sns .inner {
  border-color: #4996b1;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item .box.is-sns .sns .inner span {
  color: #4996b1;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item .box.is-comment {
  pointer-events: none;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item .box.is-comment p {
  color: #8e8493;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 {
  background-image: url("../images/pages/illustrations/illustrations_type03_bg01.jpg");
  background-size: cover;
  background-position: center;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 60px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  display: inline-block;
  width: 275px;
  border-radius: 16px;
  overflow: hidden;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-title .title {
  width: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-title .title img {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: calc((383px * 3) + (27px * 2));
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents:before {
  content: '';
  display: inline-block;
  width: calc((100% - 54px) / 3);
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents:after {
  content: '';
  display: inline-block;
  width: 100%;
  aspect-ratio: 879/383;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item {
  position: relative;
  width: calc((100% - 54px) / 3);
  border-radius: 16px;
  overflow: hidden;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item:nth-child(5) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item:nth-child(6) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item:nth-child(7) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item:nth-child(8) {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .image {
  aspect-ratio: 275/383;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item .box.is-sns {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 6px;
  text-align: center;
  z-index: 1;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item .box.is-sns .sns .inner {
  border-color: #a1d8e7;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-8 .componentWrapper .block.is-contents .area.is-item .box.is-sns .sns .inner span {
  color: #a1d8e7;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 {
  background-image: url("../images/pages/illustrations/illustrations_type04_bg01.jpg");
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  pointer-events: none;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url("../images/pages/illustrations/illustrations_type04_deco03.png");
  z-index: 10;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents:before {
  content: '';
  display: inline-block;
  width: 633px;
  height: 487px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/pages/illustrations/illustrations_type04_deco01.png");
  z-index: 4;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item {
  position: absolute;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(1) {
  top: 0;
  left: 0;
  width: 500px;
  aspect-ratio: 500/720;
  padding-bottom: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(1) {
    aspect-ratio: 500/740;
  }
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(1):before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 510px;
  height: 27px;
  background-color: #6b575e;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-sns {
  position: absolute;
  right: 15px;
  bottom: 47px;
  z-index: 1;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-thumb {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-thumb .image {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(2) {
  top: 0;
  right: 0;
  width: 500px;
  aspect-ratio: 500/720;
  padding-bottom: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(2) {
    aspect-ratio: 500/740;
  }
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(2):before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 510px;
  height: 27px;
  background-color: #6b575e;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-sns {
  position: absolute;
  right: 15px;
  bottom: 47px;
  z-index: 1;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-thumb {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-thumb .image {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(3) {
  bottom: 55px;
  left: 85px;
  width: 373px;
  z-index: 5;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(3) {
    bottom: 64px;
  }
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-sns {
  margin-bottom: 7px;
  margin-left: -38px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-thumb {
  position: relative;
  width: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(21.6deg);
          transform: rotate(21.6deg);
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-thumb:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -50px;
  right: 0;
  width: 93px;
  height: 34px;
  background-image: url("../images/pages/illustrations/illustrations_type04_deco02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-thumb .image {
  aspect-ratio: 373/558;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(4) {
  bottom: 50px;
  right: 100px;
  width: 373px;
  z-index: 3;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(4) .box.is-sns {
  position: absolute;
  right: -72px;
  bottom: -8px;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(4) .box.is-thumb {
  width: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-11.12deg);
          transform: rotate(-11.12deg);
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(4) .box.is-thumb .image {
  aspect-ratio: 395/460;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 {
  background-image: url("../images/pages/illustrations/illustrations_type05_bg01.png");
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3.is-first-loop .componentWrapper:after {
  background-image: url("../images/pages/illustrations/illustrations_type05_deco01_first.png");
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/pages/illustrations/illustrations_type05_deco01.png");
  background-size: contain;
  background-position: bottom left;
  pointer-events: none;
  z-index: 10;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item {
  position: absolute;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(1) {
  top: 0;
  left: 0;
  width: 500px;
  aspect-ratio: 500/715;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-sns {
  position: absolute;
  right: 18px;
  bottom: 25px;
  z-index: 1;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-thumb {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-thumb .image {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(2) {
  top: 0;
  right: 0;
  width: 500px;
  aspect-ratio: 500/715;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-sns {
  position: absolute;
  right: 18px;
  bottom: 25px;
  z-index: 1;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-thumb {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-thumb .image {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(3) {
  bottom: 120px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 763px;
  aspect-ratio: 763/458;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(5.79deg);
          transform: rotate(5.79deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-sns {
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 1;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-thumb {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-thumb .image {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01 .componentWrapper .block.is-contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-illustrations .c-illustrationsPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-sns {
  display: inline-block;
}
.page.is-illustrations .c-illustrationsPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-sns .sns .inner {
  display: inline-block;
  padding: 0 20px 0;
  min-width: 125px;
  background-color: #fff;
  border: 2px solid #e93061;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-illustrations .c-illustrationsPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-sns .sns .inner span {
  color: #e93061;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Dongle", sans-serif;
  line-height: 1;
  vertical-align: middle;
}
.page.is-illustrations .c-illustrationsPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-thumb {
  width: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-illustrations .c-illustrationsPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .inner:hover:after {
    opacity: 0.2;
  }
}
.page.is-illustrations .c-illustrationsPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .inner:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.page.is-illustrations .c-illustrationsPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .image {
  width: 100%;
  height: 100%;
}
.page.is-illustrations .c-illustrationsPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .image img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.page.is-mediawork .c-mediaworksPageSet01 {
  background-image: url("../images/pages/mediawork/mediawork_type01_bg01.jpg");
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper {
  padding: 80px 65px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-title {
  margin-bottom: 120px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-title .block.is-title {
  position: relative;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-title .block.is-title:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -40px;
  right: 118px;
  width: 150px;
  height: 300px;
  background-image: url("../images/pages/mediawork/mediawork_type01_deco01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-title .block.is-title .title {
  position: relative;
  color: #9fdcea;
  font-size: 80px;
  font-size: 8rem;
  font-family: "Fugaz One", sans-serif;
  line-height: 1.5;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-title .block.is-lead {
  position: relative;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-title .block.is-lead .lead {
  color: #8e8493;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-copy {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 27px;
  width: 120px;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 0 #c5efeb;
          box-shadow: 8px 8px 0 #c5efeb;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-copy .block.is-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0 160px;
  width: 100%;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-copy .block.is-copy .copy {
  width: 70px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-copy .block.is-copy .copy img {
  display: inline-block;
  width: 100%;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-contents .block {
  gap: 70px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-contents .block.is-item:nth-child(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 735px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-contents .block.is-item:nth-child(1) .area.is-media .box.is-num {
  bottom: -13px;
  right: -5px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-contents .block.is-item:nth-child(2) {
  width: 735px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-contents .block.is-item:nth-child(2) .area.is-media .box.is-num {
  top: -5px;
  left: -19px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-contents .block.is-item:nth-child(2) .area.is-info .box.is-head .item.is-info {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-contents .block.is-item:nth-child(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 800px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-contents .block.is-item:nth-child(3) .area.is-media .box.is-num {
  bottom: -3px;
  right: -13px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-contents .block.is-item .area.is-media {
  width: 445px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-contents .block.is-item .area.is-info .box.is-head {
  width: 100%;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-contents .block.is-item .area.is-info .box.is-head .item.is-info {
  width: 100%;
}
.page.is-mediawork .c-mediaworksPageSet01.is-first .componentWrapper .group.is-contents .block.is-item .area.is-info .box.is-head .item.is-info .title {
  width: 100%;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  padding: 35px 0 80px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 60px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 45px 10px 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
  min-height: 0;
  background-color: #fffbe8;
  -webkit-box-shadow: 5px 7px 0 #a5e6e0;
          box-shadow: 5px 7px 0 #a5e6e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 17px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-title .label {
  display: inline-block;
  position: absolute;
  top: -96px;
  left: 0;
  width: 243px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-title .label img {
  width: 100%;
  vertical-align: bottom;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-title .title {
  margin-left: 275px;
  color: #6c3f40;
  font-size: 33px;
  font-size: 3.3rem;
  font-family: "Emblema One";
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 10px;
  width: calc(50% - 5px);
  border: 2px solid #6c3f40;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box::-webkit-scrollbar {
  width: 10px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box::-webkit-scrollbar-thumb {
  background: #a5e6e0;
  border-top: 10px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 2px solid transparent;
  background-clip: padding-box;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-title .title {
  padding: 5px 10px;
  width: 150px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "DM Serif Display";
  font-style: italic;
  text-align: center;
  background-color: #65cea6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: calc(50% - 10px);
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content:first-child {
  width: 100%;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content:first-child .num {
  width: 87px;
  height: 87px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content:first-child .num span {
  font-size: 60px;
  font-size: 6rem;
  line-height: 87px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content:first-child .title:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/pages/mediawork/mediawork_goods_icon01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content:first-child .title span {
  font-size: 23px;
  font-size: 2.3rem;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content .num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content .num span {
  color: #6c3f40;
  font-size: 40px;
  font-size: 4rem;
  font-family: "DM Serif Display";
  font-style: italic;
  line-height: 60px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content .title span {
  color: #35c78e;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 900;
  text-shadow: 2px 2px #b7fff8;
  text-align: center;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content .commentList {
  width: 100%;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content .commentList li {
  display: none;
  color: #bababa;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.3;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content .commentList li:not(:first-child) {
  margin-top: 15px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content .commentList li:first-child {
  display: list-item;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content .more {
  padding: 3px 10px;
  min-width: 100px;
  border-radius: 8px;
  background-color: #fa5682;
  text-align: center;
  cursor: pointer;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .group.is-goods .block.is-contents .area.is-box .box.is-list .item.is-content .more span {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Inter";
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item:nth-child(1) {
  margin-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item:nth-child(1) .area.is-media .box.is-num {
  right: -20px;
  bottom: -15px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item:nth-child(1) .area.is-icon {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item:nth-child(2) .area.is-media .box.is-num {
  left: -9px;
  bottom: -18px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item:nth-child(3) {
  margin-left: 88px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item:nth-child(3) .area.is-media .box.is-num {
  right: -9px;
  bottom: -13px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item:nth-child(3) .area.is-icon {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item:nth-child(4) .area.is-media .box.is-num {
  right: -7px;
  bottom: -11px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item:nth-child(5) .area.is-media .box.is-num {
  left: -22px;
  bottom: -16px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item:nth-child(5) .area.is-icon {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item .area.is-icon .box.is-icon {
  width: 60px;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item .area.is-icon .box.is-icon .icon {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.page.is-mediawork .c-mediaworksPageSet01.is-normal .componentWrapper .block.is-item .area.is-icon .box.is-icon .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item:nth-child(1) {
  width: 845px;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item:nth-child(2) {
  width: 870px;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item:nth-child(3) {
  width: 780px;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item:nth-child(4) {
  width: 820px;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item:nth-child(5) {
  width: 825px;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-media {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 383px;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-media .box.is-num {
  position: absolute;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-media .box.is-num .num {
  color: #6d6372;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
  font-family: "DM Serif Display";
  font-style: italic;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-media .box.is-iframe {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-media .box.is-iframe iframe {
  width: 100%;
  height: 100%;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-info .box.is-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-info .box.is-head .item.is-icon {
  width: 60px;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-info .box.is-head .item.is-icon .icon {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-info .box.is-head .item.is-icon .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-info .box.is-head .item.is-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-info .box.is-head .item.is-info .title {
  padding: 5px 20px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Kosugi";
  line-height: 1.3;
  background-color: #fa5682;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-info .box.is-head .item.is-info .name {
  color: #fa5682;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Kosugi";
  line-height: 1.5;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-info .box.is-head .item.is-info .name:before {
  content: '/';
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-contents .block.is-item .area.is-info .box.is-contents .comment {
  color: #8e8493;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background-color: #d8f5f2;
}
.page.is-mediawork .c-mediaworksPageSet01 .componentWrapper .group.is-footer .block.is-text .text {
  color: #6d6372;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.page.is-novel .c-novelPageSet01 {
  background-image: url("../images/pages/novel/novel_bg01.jpg");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.page.is-novel .c-novelPageSet01.is-first .componentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.page.is-novel .c-novelPageSet01.is-first .componentWrapper .block.is-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 13px;
}
.page.is-novel .c-novelPageSet01.is-first .componentWrapper .block.is-head .area.is-title {
  margin-right: -73px;
  margin-bottom: -110px;
  width: 623px;
}
.page.is-novel .c-novelPageSet01.is-first .componentWrapper .block.is-head .area.is-title .title {
  width: 100%;
}
.page.is-novel .c-novelPageSet01.is-first .componentWrapper .block.is-head .area.is-title .title img {
  display: inline-block;
  width: 100%;
}
.page.is-novel .c-novelPageSet01.is-first .componentWrapper .block.is-head .area.is-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
  min-width: 530px;
}
.page.is-novel .c-novelPageSet01.is-first .componentWrapper .block.is-head .area.is-tag .tag {
  color: #da3672;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  line-height: 1;
}
.page.is-novel .c-novelPageSet01.is-first .componentWrapper .block.is-head .area.is-creator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 3px 40px;
  min-width: 530px;
  background-color: #5cc9bf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
}
.page.is-novel .c-novelPageSet01.is-first .componentWrapper .block.is-head .area.is-creator .creator {
  min-width: 110px;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
}
.page.is-novel .c-novelPageSet01.is-first .componentWrapper .block.is-head .area.is-creator .title {
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
}
.page.is-novel .c-novelPageSet01.is-normal .componentWrapper .block.is-contents {
  height: 100%;
}
.page.is-novel .c-novelPageSet01 .componentWrapper {
  padding: 50px 60px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-novel .c-novelPageSet01 .componentWrapper .block.is-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
.page.is-novel .c-novelPageSet01 .componentWrapper .block.is-contents .area.is-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  width: 100%;
  background-color: rgba(247,247,247,0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-novel .c-novelPageSet01 .componentWrapper .block.is-contents .area.is-text .text {
  width: 100%;
}
.page.is-novel .c-novelPageSet01 .componentWrapper .block.is-contents .area.is-text .text img {
  width: 100%;
  vertical-align: bottom;
}
.page.is-cosplay .c-cosplayPageSet01 {
  position: relative;
/* =====================================================
				template-5
			===================================================== */
/* =====================================================
				template-4
			===================================================== */
/* =====================================================
				template-3
			===================================================== */
/* =====================================================
				共通
			===================================================== */
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 {
  background-image: url("../images/pages/cosplay/cosplay_type06_bg01.jpg");
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6.is-first-loop .componentWrapper .block.is-copy {
  display: inline-block;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-decoration .area.is-deco {
  display: inline-block;
  position: absolute;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-decoration .area.is-deco.is-type01 {
  top: 0;
  right: 0;
  width: 500px;
  height: 400px;
  background-image: url("../images/pages/cosplay/cosplay_type06_deco01.png");
  background-size: cover;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-decoration .area.is-deco.is-type02 {
  bottom: 208px;
  left: 96px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 360px;
  height: 30px;
  background-image: url("../images/pages/cosplay/cosplay_type06_deco03.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-decoration .area.is-deco.is-type03 {
  bottom: 0;
  left: 0;
  width: 520px;
  height: 435px;
  background-image: url("../images/pages/cosplay/cosplay_type06_deco02.png");
  background-position: left bottom;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-copy {
  position: absolute;
  top: 50px;
  left: 40px;
  width: 440px;
  z-index: 10;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-copy .copy {
  width: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-copy .copy img {
  display: inline-block;
  width: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-text {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 285px;
  z-index: 2;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-text .text {
  color: #bcb1c1;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-contents {
  padding: 104px 70px;
  width: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-contents::after {
  content: "";
  display: block;
  clear: both;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-contents .area.is-item {
  margin-right: 20px;
  width: calc((100% - 40px) / 3);
  float: left;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-contents .area.is-item:nth-child(3n + 2) {
  -webkit-transform: translateY(180px);
          transform: translateY(180px);
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-contents .area.is-item:nth-child(3n) {
  margin-right: 0;
  -webkit-transform: translateY(360px);
          transform: translateY(360px);
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-contents .area.is-item:nth-child(n + 4) {
  margin-top: 20px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-6 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .image {
  aspect-ratio: 34/55;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 {
  background-color: #ffe4f2;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 15px solid #e6325f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-title {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-title .title {
  width: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-title .title img {
  display: inline-block;
  width: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(1) {
  top: 120px;
  left: 50px;
  width: 260px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-sns {
  margin-bottom: 4px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-thumb .image {
  aspect-ratio: 13/18;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-comment {
  margin-top: 15px;
  width: 175px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(2) {
  top: 40px;
  left: 374px;
  width: 260px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-sns {
  margin-bottom: 4px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-thumb .image {
  aspect-ratio: 52/79;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-comment {
  margin-top: -20px;
  margin-right: -7px;
  width: 175px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(3) {
  top: 60px;
  right: 60px;
  padding-top: 120px;
  width: 260px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-sns {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 4px;
  text-align: right;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-thumb .image {
  aspect-ratio: 13/19;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-comment {
  position: absolute;
  top: 0;
  right: -20px;
  width: 175px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(4) {
  bottom: 68px;
  left: 67px;
  width: 300px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(4) .box.is-sns {
  margin-bottom: 4px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(4) .box.is-thumb .image {
  aspect-ratio: 11/17;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(4) .box.is-comment {
  position: absolute;
  bottom: 28px;
  right: -120px;
  width: 175px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(5) {
  right: 58px;
  bottom: 32px;
  padding-bottom: 36px;
  width: 285px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(5) .box.is-sns {
  margin-bottom: 4px;
  text-align: right;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(5) .box.is-thumb .image {
  aspect-ratio: 3/4;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item:nth-child(5) .box.is-comment {
  position: absolute;
  left: -106px;
  bottom: 0;
  width: 167px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item .box {
  position: relative;
  z-index: 1;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item .box.is-sns {
  width: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item .box.is-sns .sns .inner {
  border-color: #4996b1;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item .box.is-sns .sns .inner span {
  color: #4996b1;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item .box.is-comment {
  pointer-events: none;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-5 .componentWrapper .block.is-contents .area.is-item .box.is-comment p {
  color: #8e8493;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 {
  background-image: url("../images/pages/cosplay/cosplay_type04_bg01.jpg");
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  pointer-events: none;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url("../images/pages/cosplay/cosplay_type04_deco03.png");
  z-index: 10;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents:before {
  content: '';
  display: inline-block;
  width: 633px;
  height: 487px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/pages/cosplay/cosplay_type04_deco01.png");
  z-index: 4;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item {
  position: absolute;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(1) {
  top: 0;
  left: 0;
  width: 500px;
  aspect-ratio: 500/720;
  padding-bottom: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(1) {
    aspect-ratio: 500/740;
  }
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(1):before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 510px;
  height: 27px;
  background-color: #6b575e;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-sns {
  position: absolute;
  right: 15px;
  bottom: 47px;
  z-index: 1;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-thumb {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-thumb .image {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(2) {
  top: 0;
  right: 0;
  width: 500px;
  aspect-ratio: 500/720;
  padding-bottom: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(2) {
    aspect-ratio: 500/740;
  }
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(2):before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 510px;
  height: 27px;
  background-color: #6b575e;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-sns {
  position: absolute;
  right: 15px;
  bottom: 47px;
  z-index: 1;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-thumb {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-thumb .image {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(3) {
  bottom: 55px;
  left: 85px;
  width: 373px;
  z-index: 5;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(3) {
    bottom: 64px;
  }
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-sns {
  margin-bottom: 7px;
  margin-left: -38px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-thumb {
  position: relative;
  width: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(21.6deg);
          transform: rotate(21.6deg);
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-thumb:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -50px;
  right: 0;
  width: 93px;
  height: 34px;
  background-image: url("../images/pages/illustrations/illustrations_type04_deco02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-thumb .image {
  aspect-ratio: 373/558;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(4) {
  bottom: 50px;
  right: 100px;
  width: 373px;
  z-index: 3;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(4) .box.is-sns {
  position: absolute;
  right: -72px;
  bottom: -8px;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(4) .box.is-thumb {
  width: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-11.12deg);
          transform: rotate(-11.12deg);
}
.page.is-cosplay .c-cosplayPageSet01.is-template-4 .componentWrapper .block.is-contents .area.is-item:nth-child(4) .box.is-thumb .image {
  aspect-ratio: 395/460;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 {
  background-image: url("../images/pages/cosplay/cosplay_type05_bg01.png");
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/pages/cosplay/cosplay_type05_deco01.png");
  background-size: contain;
  background-position: bottom left;
  pointer-events: none;
  z-index: 10;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item {
  position: absolute;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(1) {
  top: 0;
  left: 0;
  width: 500px;
  aspect-ratio: 500/715;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-sns {
  position: absolute;
  right: 18px;
  bottom: 25px;
  z-index: 1;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-thumb {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(1) .box.is-thumb .image {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(2) {
  top: 0;
  right: 0;
  width: 500px;
  aspect-ratio: 500/715;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-sns {
  position: absolute;
  right: 18px;
  bottom: 25px;
  z-index: 1;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-thumb {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(2) .box.is-thumb .image {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(3) {
  bottom: 120px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 763px;
  aspect-ratio: 763/458;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(5.79deg);
          transform: rotate(5.79deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-sns {
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 1;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-thumb {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01.is-template-3 .componentWrapper .block.is-contents .area.is-item:nth-child(3) .box.is-thumb .image {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01 .componentWrapper .block.is-contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-cosplay .c-cosplayPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-sns {
  display: inline-block;
}
.page.is-cosplay .c-cosplayPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-sns .sns .inner {
  display: inline-block;
  padding: 0 20px 0;
  min-width: 125px;
  background-color: #fff;
  border: 2px solid #e93061;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-cosplay .c-cosplayPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-sns .sns .inner span {
  color: #e93061;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Dongle", sans-serif;
  line-height: 1;
  vertical-align: middle;
}
.page.is-cosplay .c-cosplayPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-thumb {
  width: 100%;
}
.page.is-cosplay .c-cosplayPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-cosplay .c-cosplayPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .inner:hover:after {
    opacity: 0.2;
  }
}
.page.is-cosplay .c-cosplayPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .inner:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.page.is-cosplay .c-cosplayPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .image {
  width: 100%;
  height: 100%;
}
.page.is-cosplay .c-cosplayPageSet01 .componentWrapper .block.is-contents .area.is-item .box.is-thumb .image img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
#flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper {
  position: relative;
}
#flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-image {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-image .image {
  width: 100%;
  height: 100%;
}
#flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-image .image img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
#flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-link {
  position: absolute;
  top: 533px;
  left: 474px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-link .link {
  width: 250px;
}
#flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-link .link a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-link .link a:hover {
    opacity: 0.7;
  }
}
#flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-link .link a img {
  width: 100%;
  vertical-align: bottom;
}
#flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-btn {
  position: absolute;
  bottom: 47px;
  left: 20px;
}
#flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-btn .btn {
  width: 170px;
}
#flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-btn .btn a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-btn .btn a:hover {
    opacity: 0.7;
  }
}
#flipbook .page.is-nijiiba .c-nijiibaSet .contentsWrapper .block.is-btn .btn a img {
  width: 100%;
  vertical-align: bottom;
}
.page.is-chronology .c-chronologyPageSet01 {
  background-image: url("../images/pages/chronology/chronology_bg01.jpg");
  background-size: cover;
  background-position: center;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 690px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-chronology .c-chronologyPageSet01 .componentWrapper {
    max-width: 590px;
  }
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-head {
  display: block;
  padding-top: 40px;
  margin-bottom: 15px;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-head {
    display: none;
  }
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-head .block.is-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-head .block.is-title .title {
  width: 100%;
  max-width: 570px;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-head .block.is-title .title img {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-head .block.is-text .text {
  font-weight: 500;
  text-align: center;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-head .block.is-text .text.is-large {
  font-size: 27px;
  font-size: 2.7rem;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-head .block.is-text .text.is-small {
  font-size: 22px;
  font-size: 2.2rem;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabParent {
  display: none;
  margin-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabParent {
    display: block;
  }
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabParent .block.is-tab .area.is-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabParent .block.is-tab .area.is-tab .box.is-btn {
  padding: 10px 5px;
  cursor: pointer;
  width: 100%;
  font-family: 'Allerta';
  border-radius: 100px;
  color: #e088a0;
  background-color: #fff7fc;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 27px;
  font-size: 2.7rem;
  border: 2px solid #e088a0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  word-break: break-all;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabParent .block.is-tab .area.is-tab .box.is-btn {
    padding: 20px 5px;
  }
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabParent .block.is-tab .area.is-tab .box.is-btn:nth-child(odd) {
  color: #fff;
  background-color: #e088a0;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabParent .block.is-tab .area.is-tab .box.is-btn.is-active {
  background-color: #aef4e9;
  border-color: #aef4e9;
  color: #e088a0;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-link {
  margin-bottom: 15px;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-link .block.is-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 100%;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-link .area.is-btn {
  width: 100%;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-link .area.is-btn .btn {
  width: 100%;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-link .area.is-btn .btn a {
  display: block;
  padding: 4px 5px;
  color: #e088a0;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Akshar";
  background-color: #aef4e9;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-link .area.is-btn .btn a:hover {
    color: #fff;
    background-color: #e088a0;
  }
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 25px 20px;
  margin-bottom: 15px;
  height: 895px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(255,247,252,0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild {
    height: 1145px;
  }
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e088a0;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-title .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-title .arrow {
    opacity: 0;
    pointer-events: none;
  }
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-title .arrow.is-prev span.icon {
  background-image: url("../images/pages/chronology/chronology_arrow_prev.png");
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-title .arrow.is-next span.icon {
  background-image: url("../images/pages/chronology/chronology_arrow_next.png");
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-title .arrow span.icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-title .arrow span.text {
  color: #e9658b;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Emblema One";
  line-height: 1;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-title .title .large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  color: #e088a0;
  font-size: 47px;
  font-size: 4.7rem;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-title .title .large:before,
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-title .title .large:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #e088a0;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-title .title .small {
  color: #86d1d1;
  font-size: 25px;
  font-size: 2.5rem;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100% - 85px);
  overflow-y: scroll;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list::-webkit-scrollbar {
  width: 10px;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list::-webkit-scrollbar-thumb {
  background: #e088a0;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  background-clip: padding-box;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .area.is-list {
  padding: 20px 0;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .area.is-list:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .area.is-list a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .area.is-list a:hover {
    opacity: 0.7;
  }
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-thumb {
  display: none;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-top .date {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #666;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-top .categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-top .categoryList .category {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  background-color: #e088a0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-top .categoryList .category.is-talk {
  background-image: url("../images/pages/chronology/chronology_icon_talk.svg");
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-top .categoryList .category.is-video {
  background-image: url("../images/pages/chronology/chronology_icon_video.svg");
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-top .categoryList .category.is-official {
  background-image: url("../images/pages/chronology/chronology_icon_official.svg");
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-top .categoryList .category.is-collaboration {
  background-image: url("../images/pages/chronology/chronology_icon_collaboration.svg");
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-top .categoryList .category.is-game {
  background-image: url("../images/pages/chronology/chronology_icon_game.svg");
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-top .categoryList .category.is-goods {
  background-image: url("../images/pages/chronology/chronology_icon_goods.svg");
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-top .categoryList .category.is-x {
  background-image: url("../images/pages/chronology/chronology_icon_x.svg");
}
.page.is-chronology .c-chronologyPageSet01 .componentWrapper .group.is-tabChild .block.is-list .box.is-bottom .title {
  margin-top: 4px;
  color: #333;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
.page.is-message .c-messagePageSet01 {
  position: relative;
  background-image: url("../images/pages/message/message_bg01.png");
  background-size: cover;
  background-position: center;
}
.page.is-message .c-messagePageSet01:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/pages/message/message_deco01_sp.png");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-message .c-messagePageSet01:before {
    background-image: url("../images/pages/message/message_deco01.png");
  }
}
.page.is-message .c-messagePageSet01 .componentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  padding: 80px 45px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-message .c-messagePageSet01 .componentWrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 55px;
  }
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-title {
  position: absolute;
  top: 0;
  right: 25px;
  width: 145px;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-title .title {
  width: 100%;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-title .title span {
  display: inline-block;
  width: 100%;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-title .title span img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-lead {
  display: none;
  width: 500px;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-message .c-messagePageSet01 .componentWrapper .block.is-lead {
    display: block;
  }
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-lead .text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  text-align: justify;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 170px;
  width: 470px;
  height: 155px;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-message .c-messagePageSet01 .componentWrapper .block.is-anchor {
    margin-right: auto;
    height: 175px;
  }
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-anchor .area.is-link {
  width: calc((100% - 30px) / 3);
  height: 54px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "DotGothic16";
  text-align: center;
  line-height: 52px;
  border-radius: 17px;
  border: 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-anchor .area.is-link:nth-child(1) {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-left: 0;
  color: #116e69;
  background-color: #bff1f1;
  border-color: #bff1f1;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-anchor .area.is-link:nth-child(2) {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #d6406b;
  background-color: #fccfdc;
  border-color: #fccfdc;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-anchor .area.is-link:nth-child(3) {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  color: #116d61;
  background-color: #b4e9e2;
  border-color: #b4e9e2;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-message .c-messagePageSet01 .componentWrapper .block.is-anchor .area.is-link:hover {
    background-color: #fff;
  }
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents {
  position: relative;
  padding: 15px 35px 0;
  height: 730px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents {
    height: 760px;
  }
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents::-webkit-scrollbar {
  width: 10px;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents::-webkit-scrollbar-thumb {
  background: #e088a0;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  background-clip: padding-box;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .area.is-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  width: 100%;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem {
  width: calc((100% - 75px) / 4);
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem a:hover {
    opacity: 0.7;
  }
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem a .imageBlock {
  width: 190px;
  aspect-ratio: 190/250;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem a .nameBlock .name {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "DotGothic16";
  text-align: center;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem:nth-child(2n) {
  margin-top: 65px;
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem:nth-child(8n + 1) a .imageBlock,
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem:nth-child(8n + 3) a .imageBlock,
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem:nth-child(8n + 6) a .imageBlock,
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem:nth-child(8n + 8) a .imageBlock {
  background-image: url("../images/pages/message/message_candy01.png");
}
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem:nth-child(8n + 2) a .imageBlock,
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem:nth-child(8n + 4) a .imageBlock,
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem:nth-child(8n + 5) a .imageBlock,
.page.is-message .c-messagePageSet01 .componentWrapper .block.is-contents .listItem:nth-child(8n + 7) a .imageBlock {
  background-image: url("../images/pages/message/message_candy02.png");
}
.page.is-members .c-membersPageSet01 {
  background-image: url("../images/pages/members/members_bg01.jpg");
  background-size: cover;
  background-position: center right;
}
.page.is-members .c-membersPageSet01 .componentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 55px 65px 75px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-right: 30px;
  border-right: 2px solid #000;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-title .box.is-title .title {
  width: 300px;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-title .box.is-title .title img {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-title .box.is-text .text {
  font-size: 22px;
  font-size: 2.2rem;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-pick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-pick .box.is-image {
  width: 135px;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-pick .box.is-image a {
  display: block;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-pick .box.is-image .image {
  width: 100%;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-pick .box.is-image .image img {
  width: 100%;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-pick .box.is-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110px;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-pick .box.is-info .name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-pick .box.is-info .name.is-left {
  text-align: left;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-pick .box.is-info .name.is-right {
  text-align: right;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-pick .box.is-info .name span {
  font-weight: 500;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-pick .box.is-info .name span.title {
  font-size: 18px;
  font-size: 1.8rem;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-top .area.is-pick .box.is-info .name span.name {
  font-size: 22px;
  font-size: 2.2rem;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 60px;
  margin-bottom: 60px;
  padding: 0 15px;
  max-height: 730px;
  overflow: auto;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-contents::-webkit-scrollbar {
  width: 10px;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-contents::-webkit-scrollbar-thumb {
  background: #6c3f40;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  background-clip: padding-box;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-contents .area.is-title {
  width: 210px;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-contents .area.is-title .title {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-contents .area.is-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 24px;
  width: calc(100% - 210px);
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-contents .area.is-list .list .name a,
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-contents .area.is-list .list .name span {
  color: inherit;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-members .c-membersPageSet01 .componentWrapper .block.is-contents .area.is-list .list .name a:hover {
    text-decoration: underline;
  }
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-organizer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 0 15px 25px;
  width: 580px;
  border-bottom: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-organizer .area.is-title {
  width: 210px;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-organizer .area.is-title .title {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-organizer .area.is-name .name a,
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-organizer .area.is-name .name span {
  color: inherit;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-members .c-membersPageSet01 .componentWrapper .block.is-organizer .area.is-name .name a:hover {
    text-decoration: underline;
  }
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-bottom {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-bottom .area.is-link .box.is-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-bottom .area.is-link .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .page.is-members .c-membersPageSet01 .componentWrapper .block.is-bottom .area.is-link .link a:hover {
    opacity: 0.7;
  }
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-bottom .area.is-link .link .text {
  font-size: 14px;
  font-size: 1.4rem;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-bottom .area.is-link .link .image {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-bottom .area.is-link .link .image img {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-bottom .area.is-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 500px;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-bottom .area.is-text .image {
  width: 100%;
}
.page.is-members .c-membersPageSet01 .componentWrapper .block.is-bottom .area.is-text .image img {
  width: 100%;
}
