* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

.din, section.comic .comic-head-title, section.movie .movie-head-title {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.hina, section.lead .lead-head-title, section.comic .comic-content-title, section.item .item-head-title, section.item .point-box-num, section.detail .detail-title, section.voice .voice-head-title, section.voice .voice-box-title, section.about .about-title {
  font-family: "Hina Mincho", serif;
}

html {
  overflow-y: scroll;
}

body {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  color: #333333;
}

ol, ul, li {
  padding-left: 0;
  list-style: none;
}

picture {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

a {
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease;
}
a::before, a::after {
  transition: all 0.3s ease;
}
a:hover {
  color: #9D3839;
  text-decoration: none;
}

button {
  transition: all 0.3s ease;
}
button::before, button::after {
  transition: all 0.3s ease;
}

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

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 1400.98px) {
  .maxxxl {
    display: none;
  }
}

@media (max-width: 1200.98px) {
  .maxxl {
    display: none;
  }
}

@media (max-width: 992.98px) {
  .maxlg {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .maxmd {
    display: none;
  }
}

@media (max-width: 576.98px) {
  .maxsm {
    display: none;
  }
}

@media (min-width: 1401px) {
  .minxxl {
    display: none;
  }
}

@media (min-width: 1201px) {
  .minxl {
    display: none;
  }
}

@media (min-width: 993px) {
  .minlg {
    display: none;
  }
}

@media (min-width: 769px) {
  .minmd {
    display: none;
  }
}

@media (min-width: 577px) {
  .minsm {
    display: none;
  }
}

h1, h2, h3, h4, h5,
p, ul, ol, dl, dt, dd {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5 {
  font-size: 1rem;
  font-weight: normal;
}

*:focus {
  outline: none !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #FFF;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease 0.25s;
}

.loader {
  width: 1.5em;
  height: 1.5em;
  position: relative;
}
.loader span, .loader::before, .loader::after {
  display: block;
  content: "";
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  transform-origin: center center;
  background-color: #9D3839;
  animation-name: loader;
  animation-duration: 1.6s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.loader::before, .loader::after {
  position: absolute;
  top: 0;
}
.loader::before {
  left: -2em;
  animation-delay: -0.16s;
}
.loader::after {
  left: 2em;
  animation-delay: 0.16s;
}

@keyframes loader {
  0%, 80%, 100% {
    scale: 100%;
  }
  40% {
    scale: 0%;
  }
}
.container {
  max-width: 1030px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.is-scroll {
  transition: opacity 1s ease, transform 1s ease;
  opacity: 0;
  transform: translateY(100px);
}
.is-scroll.is-active {
  opacity: 1;
  transform: translateY(0px);
}

header#header {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 768.98px) {
  header#header {
    padding-top: 31px;
    padding-bottom: 31px;
  }
}
header#header .logo {
  max-width: 216px;
}
@media (max-width: 768.98px) {
  header#header .logo {
    max-width: 108px;
    width: 100%;
    margin: auto;
  }
}

section.kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1350/702;
}
@media (max-width: 768.98px) {
  section.kv {
    aspect-ratio: 750/826;
  }
}
section.kv .kv-img {
  width: 100%;
  height: 100%;
}

.ex-btn {
  margin-top: -42px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 548px;
  width: 100%;
  background-color: #9D3839;
  position: relative;
  z-index: 2;
  color: #FFF;
  font-size: 37px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 13px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  border: 2px solid #9D3839;
}
@media (max-width: 768.98px) {
  .ex-btn {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 92vw;
    font-size: 23px;
    padding-top: 7px;
    padding-bottom: 8px;
  }
}
.ex-btn:hover {
  background-color: #FFF;
  color: #9D3839;
  letter-spacing: 0.25em;
}
.ex-btn::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  rotate: 45deg;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto 0;
}
@media (max-width: 768.98px) {
  .ex-btn::after {
    width: 11px;
    height: 11px;
    border-width: 1px;
  }
}
.ex-btn:hover::after {
  border-top-color: #9D3839;
  border-right-color: #9D3839;
}

section.lead {
  padding-top: 88px;
}
@media (max-width: 768.98px) {
  section.lead {
    padding-top: 73px;
  }
}
section.lead .lead-head {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 768.98px) {
  section.lead .lead-head {
    margin-bottom: 77px;
  }
}
section.lead .lead-head-title {
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
@media (max-width: 768.98px) {
  section.lead .lead-head-title {
    font-size: 23px;
  }
}
section.lead .lead-head-img {
  width: 202px;
  position: absolute;
  left: 524px;
  top: 0;
}
@media (max-width: 768.98px) {
  section.lead .lead-head-img {
    width: 135px;
    left: auto;
    top: -37px;
    right: 9px;
  }
}
section.lead .lead-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 768.98px) {
  section.lead .lead-content {
    flex-direction: column;
  }
}
section.lead .lead-text-wrap {
  width: 471px;
  margin-top: -11px;
}
@media (max-width: 768.98px) {
  section.lead .lead-text-wrap {
    margin-top: 0;
    width: 100%;
    margin-bottom: 37px;
  }
}
section.lead .lead-text {
  font-size: 22px;
  line-height: 1.82;
}
@media (max-width: 768.98px) {
  section.lead .lead-text {
    font-size: 15px;
    line-height: 1.86666;
  }
}
section.lead .lead-text:nth-child(7) {
  margin-bottom: 1.82em;
}
section.lead .lead-img-wrap {
  position: relative;
}
@media (min-width: 769px) {
  section.lead .lead-img-wrap {
    width: 451px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 768.98px) {
  section.lead .lead-img01 {
    width: 252px;
    position: relative;
    z-index: 3;
    margin-left: -15px;
    margin-bottom: 21px;
  }
}
section.lead .lead-img02 {
  max-width: 384px;
}
@media (max-width: 768.98px) {
  section.lead .lead-img02 {
    max-width: 254px;
    position: relative;
    z-index: 1;
    margin: auto;
  }
}
section.lead .lead-img03 {
  max-width: 254px;
}
@media (max-width: 768.98px) {
  section.lead .lead-img03 {
    max-width: 148px;
    position: absolute;
    top: 121px;
    right: -15px;
    z-index: 2;
  }
}
section.lead .lead-img04 {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 128px;
  height: 170px;
  transition-delay: 0.5s;
}
@media (max-width: 768.98px) {
  section.lead .lead-img04 {
    display: none;
  }
}

section.comic {
  padding-top: 51px;
  padding-bottom: 97px;
}
@media (max-width: 768.98px) {
  section.comic {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
section.comic .comic-head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  section.comic .comic-head {
    padding-bottom: 0;
    margin-bottom: 14px;
  }
}
section.comic .comic-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../img/comic_head_dot.png);
  background-repeat: repeat-x;
  background-size: 9px 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768.98px) {
  section.comic .comic-head::after {
    display: none;
  }
}
section.comic .comic-head-title {
  font-size: 39px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (max-width: 768.98px) {
  section.comic .comic-head-title {
    font-size: 23px;
  }
}
section.comic .comic-head-img {
  width: 93px;
  margin-bottom: 6px;
  margin-left: 21px;
}
@media (max-width: 768.98px) {
  section.comic .comic-head-img {
    width: 55px;
  }
}
section.comic .comic-content-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 17px;
}
@media (max-width: 768.98px) {
  section.comic .comic-content-title {
    font-size: 27px;
    margin-bottom: 32px;
  }
}
@media (min-width: 769px) {
  section.comic .comic-content-title ruby rt {
    translate: 0 3px;
  }
}
section.comic .comic-content-img {
  margin-right: -15px;
  margin-left: -15px;
}

section.item {
  background-color: #DEE4D2;
  padding-top: 100px;
  padding-bottom: 90px;
}
@media (max-width: 768.98px) {
  section.item {
    padding-top: 42px;
    padding-bottom: 27px;
  }
}
section.item .item-head {
  margin-bottom: 51px;
}
@media (max-width: 768.98px) {
  section.item .item-head {
    margin-bottom: 32px;
  }
}
section.item .item-head-title {
  font-size: 38px;
  text-align: center;
}
@media (max-width: 768.98px) {
  section.item .item-head-title {
    font-size: 23px;
  }
}
section.item .item-logo {
  max-width: 340px;
  width: 100%;
  margin: auto;
  margin-bottom: 27px;
}
@media (max-width: 768.98px) {
  section.item .item-logo {
    max-width: 170px;
    margin-bottom: 10px;
  }
}
section.item .item-img-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 62px;
}
@media (max-width: 768.98px) {
  section.item .item-img-wrap {
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-evenly;
    margin-bottom: 32px;
  }
}
section.item .item-img {
  max-width: 308px;
  width: 100%;
  margin: 0 24px;
}
@media (max-width: 768.98px) {
  section.item .item-img {
    max-width: 154px;
    margin: 0;
  }
}
section.item .item-img:nth-child(2) {
  transition-delay: 0.25s;
}
section.item .item-text {
  font-size: 30px;
  line-height: 1.8666;
  text-align: center;
  margin-bottom: 68px;
}
@media (max-width: 768.98px) {
  section.item .item-text {
    font-size: 15px;
    margin-bottom: 48px;
  }
}
section.item .item-present {
  max-width: 501px;
  width: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  section.item .item-present {
    margin-bottom: 18px;
  }
}
@media (max-width: 768.98px) {
  section.item .item-present {
    margin-top: 23px;
    margin-bottom: 18px;
  }
}
section.item .item-present-title {
  color: #9D3839;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 10px;
  border: 1px solid #9D3839;
  font-size: 18px;
}
@media (max-width: 768.98px) {
  section.item .item-present-title {
    font-size: 16px;
    padding: 6px 0;
    margin-bottom: 6px;
  }
}
section.item .item-btn {
  display: block;
  max-width: 548px;
  width: 100%;
  margin: auto;
  background-color: #9D3839;
  color: #FFF;
  font-size: 32px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 13px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  position: relative;
  border: 2px solid #9D3839;
}
@media (max-width: 768.98px) {
  section.item .item-btn {
    font-size: 23px;
    padding-top: 7px;
    padding-bottom: 8px;
  }
}
section.item .item-btn:hover {
  background-color: #FFF;
  color: #9D3839;
  letter-spacing: 0.25em;
}
section.item .item-btn::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  rotate: 45deg;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto 0;
}
@media (max-width: 768.98px) {
  section.item .item-btn::after {
    width: 11px;
    height: 11px;
    border-width: 1px;
  }
}
section.item .item-btn:hover::after {
  border-top-color: #9D3839;
  border-right-color: #9D3839;
}
section.item .point {
  margin-bottom: 53px;
}
@media (max-width: 768.98px) {
  section.item .point {
    margin-bottom: 30px;
  }
}
section.item .point-head {
  background-color: #FFF;
  border-radius: 100px;
  text-align: center;
  font-size: 36px;
  margin-bottom: 52px;
}
@media (max-width: 768.98px) {
  section.item .point-head {
    font-size: 23px;
    margin-bottom: 28px;
  }
}
section.item .point-box-wrap {
  display: flex;
  flex-wrap: wrap;
}
section.item .point-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 768.98px) {
  section.item .point-box {
    width: 100%;
  }
}
section.item .point-box-head {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
@media (max-width: 768.98px) {
  section.item .point-box-head {
    margin-bottom: 8px;
  }
}
section.item .point-box-num {
  font-size: 81px;
  margin-right: 16px;
  line-height: 1;
}
@media (max-width: 768.98px) {
  section.item .point-box-num {
    font-size: 51px;
  }
}
section.item .point-box-title {
  font-size: 24px;
}
@media (min-width: 769px) {
  section.item .point-box-title {
    padding-top: 9px;
  }
}
@media (max-width: 768.98px) {
  section.item .point-box-title {
    font-size: 16px;
  }
}
section.item .point-box-img {
  max-width: 240px;
}
@media (max-width: 768.98px) {
  section.item .point-box-img {
    max-width: 150px;
  }
}
section.item .point-box-link {
  position: absolute;
  bottom: 17px;
  left: calc(50% + 104px + 18px);
  right: 0;
  display: inline-block;
  font-size: 22px;
  line-height: 1.1;
  width: 196px;
}
@media (max-width: 768.98px) {
  section.item .point-box-link {
    left: auto;
    font-size: 14px;
    border: 1px solid #333333;
    padding: 4px 16px;
    border-radius: 100px;
    position: relative;
    display: block;
    bottom: 0;
    margin-top: 10px;
    width: 200px;
    text-align: center;
  }
}
section.item .point-box-link::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  rotate: 45deg;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media (max-width: 768.98px) {
  section.item .point-box-link::after {
    width: 11px;
    height: 11px;
    border-width: 1px;
    right: 16px;
  }
}
section.item .point-box-link:hover::after {
  border-top-color: #9D3839;
  border-right-color: #9D3839;
}
section.item .point-box01 {
  width: 100%;
  margin-bottom: 57px;
}
@media (max-width: 768.98px) {
  section.item .point-box01 {
    margin-bottom: 37px;
  }
}
@media (min-width: 769px) {
  section.item .point-box01 .point-box-img {
    max-width: 208px;
  }
}
@media (max-width: 768.98px) {
  section.item .point-box02 {
    margin-bottom: 37px;
  }
}
@media (min-width: 769px) {
  section.item .point-box03 {
    transition-delay: 0.25s;
  }
}
@media (max-width: 768.98px) {
  section.item.item02 {
    padding-bottom: 49px;
  }
}
@media (max-width: 768.98px) {
  section.item.item02 .item-img-wrap {
    margin-bottom: 21px;
  }
}
@media (max-width: 768.98px) {
  section.item.item02 .item-present {
    margin-bottom: 36px;
  }
}

section.detail {
  padding-top: 100px;
  padding-bottom: 162px;
}
@media (max-width: 768.98px) {
  section.detail {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
section.detail .detail-box {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768.98px) {
  section.detail .detail-box {
    flex-direction: column;
  }
}
section.detail .detail02, section.detail .detail04 {
  flex-direction: row-reverse;
}
@media (max-width: 768.98px) {
  section.detail .detail02, section.detail .detail04 {
    flex-direction: column;
  }
}
section.detail .detail-head {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  section.detail .detail-head {
    position: relative;
    margin-left: 15px;
    margin-bottom: 0;
  }
}
section.detail .detail-title {
  font-size: 38px;
  line-height: 1.57;
  margin-right: 53px;
  padding-left: 45px;
  border-left: 2px solid #333333;
}
@media (max-width: 768.98px) {
  section.detail .detail-title {
    font-size: 23px;
    line-height: 1.52;
    padding-left: 22px;
    margin-right: 0;
  }
}
section.detail .detail-icon {
  width: 175px;
}
@media (max-width: 768.98px) {
  section.detail .detail-icon {
    width: 106px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
section.detail .detail-img {
  width: 50%;
}
@media (max-width: 768.98px) {
  section.detail .detail-img {
    width: 100%;
    padding: 0 15px;
  }
}
section.detail .detail-text {
  width: 50%;
  font-size: 25px;
  line-height: 2;
  font-feature-settings: "palt" 1;
  margin-top: -12px;
}
@media (max-width: 768.98px) {
  section.detail .detail-text {
    width: 100%;
    font-size: 15px;
    margin-top: 0;
    padding: 0 12px;
    line-height: 1.8666;
  }
}
section.detail .detail01, section.detail .detail02, section.detail .detail03 {
  position: relative;
  padding-bottom: 74px;
  margin-bottom: 72px;
}
@media (max-width: 768.98px) {
  section.detail .detail01, section.detail .detail02, section.detail .detail03 {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
}
section.detail .detail01::after, section.detail .detail02::after, section.detail .detail03::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../img/comic_head_dot.png);
  background-repeat: repeat-x;
  background-size: 9px 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768.98px) {
  section.detail .detail01 .detail-head {
    margin-bottom: 21px;
  }
}
@media (min-width: 769px) {
  section.detail .detail01 .detail-img {
    margin-left: 24px;
    width: 410px;
  }
}
@media (max-width: 768.98px) {
  section.detail .detail01 .detail-img {
    width: 100%;
    margin: auto;
    margin-bottom: 21px;
  }
}
@media (min-width: 769px) {
  section.detail .detail01 .detail-text {
    width: calc(100% - 434px);
    padding-left: 76px;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    transition-delay: 0.25s;
  }
}
section.detail .detail01 .detail-text p:nth-child(2) {
  line-height: 1;
  margin-bottom: 7px;
}
section.detail .detail01 .detail-text .text1 {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  section.detail .detail01 .detail-text .text1 {
    font-size: 20px;
  }
}
section.detail .detail01 .detail-text .text2 {
  font-size: 56px;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  section.detail .detail01 .detail-text .text2 {
    font-size: 32px;
  }
}
@media (min-width: 769px) {
  section.detail .detail02 .detail-head {
    margin-bottom: 64px;
  }
}
@media (max-width: 768.98px) {
  section.detail .detail02 .detail-head {
    margin-bottom: 45px;
  }
}
@media (min-width: 769px) {
  section.detail .detail02 .detail-img {
    width: 538px;
    transition-delay: 0.25s;
  }
}
@media (max-width: 768.98px) {
  section.detail .detail02 .detail-img {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  section.detail .detail02 .detail-text {
    width: calc(100% - 538px);
    padding-right: 53px;
  }
}
@media (min-width: 769px) {
  section.detail .detail03 .detail-head {
    margin-bottom: 67px;
  }
}
@media (max-width: 768.98px) {
  section.detail .detail03 .detail-head {
    margin-bottom: 39px;
  }
}
@media (min-width: 769px) {
  section.detail .detail03 .detail-img {
    width: 392px;
  }
}
@media (max-width: 768.98px) {
  section.detail .detail03 .detail-img {
    margin-bottom: 22px;
  }
}
@media (min-width: 769px) {
  section.detail .detail03 .detail-text {
    width: calc(100% - 392px);
    padding-left: 34px;
    transition-delay: 0.25s;
  }
}
@media (min-width: 769px) {
  section.detail .detail04 .detail-head {
    margin-bottom: 78px;
  }
}
@media (max-width: 768.98px) {
  section.detail .detail04 .detail-head {
    margin-bottom: 29px;
  }
}
@media (min-width: 769px) {
  section.detail .detail04 .detail-img {
    width: 397px;
    transition-delay: 0.25s;
  }
}
@media (max-width: 768.98px) {
  section.detail .detail04 .detail-img {
    margin-bottom: 26px;
  }
}
@media (min-width: 769px) {
  section.detail .detail04 .detail-text {
    width: calc(100% - 397px);
    padding-right: 29px;
  }
}

section.concept {
  margin-bottom: 133px;
}
@media (max-width: 768.98px) {
  section.concept {
    margin-bottom: 22px;
  }
}
@media (max-width: 768.98px) {
  section.concept .container {
    padding-right: 0;
    padding-left: 0;
  }
}
section.concept .concept-head {
  margin-bottom: 5px;
}
@media (max-width: 768.98px) {
  section.concept .concept-head {
    margin-bottom: 4px;
  }
}
section.concept .concept-head-img {
  margin-bottom: 51px;
}
@media (max-width: 768.98px) {
  section.concept .concept-head-img {
    margin-bottom: 38px;
  }
}
section.concept .concept-head-title {
  max-width: 606px;
  margin: auto;
}
@media (max-width: 768.98px) {
  section.concept .concept-head-title {
    max-width: 237px;
  }
}
section.concept .concept-content {
  position: relative;
  width: 100%;
  aspect-ratio: 1000/485;
}
@media (max-width: 768.98px) {
  section.concept .concept-content {
    aspect-ratio: 750/824;
  }
}
section.concept .concept-img {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
section.concept .concept-img01 {
  transition-delay: 0s;
}
section.concept .concept-img02 {
  transition-delay: 0.2s;
}
section.concept .concept-img03 {
  transition-delay: 0.4s;
}
section.concept .concept-img04 {
  transition-delay: 0.6s;
}
section.concept .concept-img05 {
  transition-delay: 0.8s;
}
section.concept .concept-img06 {
  transition-delay: 1.2s;
}
section.concept .concept-img07 {
  transition-delay: 1.4s;
}
section.concept .concept-img08 {
  transition-delay: 1.6s;
}

section.voice {
  padding-top: 68px;
  padding-bottom: 68px;
}
@media (max-width: 768.98px) {
  section.voice {
    padding-top: 64px;
    padding-bottom: 30px;
  }
}
section.voice .voice-head {
  border-bottom: 1px solid #333;
  padding-bottom: 14px;
  margin-bottom: 48px;
}
@media (max-width: 768.98px) {
  section.voice .voice-head {
    padding-bottom: 7px;
  }
}
section.voice .voice-head-title {
  font-size: 38px;
  text-align: center;
}
@media (max-width: 768.98px) {
  section.voice .voice-head-title {
    font-size: 23px;
  }
}
section.voice .voice-box {
  padding: 42px 30px 52px 36px;
  background-color: #EBEBEB;
  margin-bottom: 28px;
}
@media (max-width: 768.98px) {
  section.voice .voice-box {
    padding: 14px 20px 20px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
  }
}
section.voice .voice-box-title {
  font-size: 30px;
  line-height: 1.3333;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  section.voice .voice-box-title {
    font-size: 19px;
    padding-left: 18px;
    margin-bottom: 11px;
  }
}
@media (min-width: 769px) {
  section.voice .voice-box-img-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
  }
}
@media (max-width: 768.98px) {
  section.voice .voice-box-img-wrap {
    margin-bottom: 12px;
  }
}
section.voice .voice-box-img {
  max-width: 535px;
}
@media (max-width: 768.98px) {
  section.voice .voice-box-img {
    max-width: 100%;
    margin-bottom: 4px;
  }
}
section.voice .voice-box-img-caption {
  font-size: 26px;
  line-height: 1.53;
  margin-left: 28px;
}
@media (max-width: 768.98px) {
  section.voice .voice-box-img-caption {
    font-size: 16px;
    margin-left: 0;
    line-height: 1.5625;
    padding-left: 18px;
  }
}
section.voice .voice-box-text {
  font-size: 24px;
  line-height: 1.8666;
}
@media (max-width: 768.98px) {
  section.voice .voice-box-text {
    display: none;
    padding: 20px 0;
    font-size: 15px;
  }
}
section.voice .voice-box-text-btn {
  border: 1px solid #333;
  padding: 11px 23px 12px;
  position: relative;
}
@media (min-width: 769px) {
  section.voice .voice-box-text-btn {
    display: none;
  }
}
section.voice .voice-box-text-btn::before, section.voice .voice-box-text-btn::after {
  content: "";
  display: block;
  background-color: #9D3839;
  position: absolute;
  top: 0;
  right: 0;
}
section.voice .voice-box-text-btn::before {
  width: 3px;
  height: 19px;
  top: 15px;
  right: 23px;
}
section.voice .voice-box-text-btn::after {
  width: 19px;
  height: 3px;
  top: 23px;
  right: 15px;
}
section.voice .voice-box-text-btn.is-active::before {
  height: 3px;
  top: 23px;
}
section.voice .vbtb-a, section.voice .vbtb-b {
  display: none;
}
section.voice .vbtb-a.is-active, section.voice .vbtb-b.is-active {
  display: block;
}

section.movie .movie-head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 52px;
}
@media (max-width: 768.98px) {
  section.movie .movie-head {
    padding-bottom: 0;
    margin-bottom: 6px;
  }
}
section.movie .movie-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../img/comic_head_dot.png);
  background-repeat: repeat-x;
  background-size: 9px 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768.98px) {
  section.movie .movie-head::after {
    display: none;
  }
}
section.movie .movie-head-title {
  font-size: 39px;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
}
@media (max-width: 768.98px) {
  section.movie .movie-head-title {
    font-size: 23px;
    padding-bottom: 7px;
  }
}
section.movie .movie-head-img {
  width: 76px;
  margin-right: 17px;
}
@media (max-width: 768.98px) {
  section.movie .movie-head-img {
    width: 45px;
  }
}
section.movie .movie-content {
  margin: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
section.movie .movie-content video, section.movie .movie-content iframe {
  width: 100%;
  height: 100%;
}

section.faq {
  padding-top: 89px;
  padding-bottom: 110px;
}
@media (max-width: 768.98px) {
  section.faq {
    padding-top: 45px;
    padding-bottom: 72px;
  }
}
@media (max-width: 768.98px) {
  section.faq .container {
    padding-right: 0;
    padding-left: 0;
  }
}
section.faq .faq-head-title {
  font-size: 40px;
  color: #AA2100;
  text-align: center;
  border-bottom: 1px solid #333333;
  letter-spacing: 0.1em;
  margin-bottom: 73px;
  padding-bottom: 12px;
}
@media (max-width: 768.98px) {
  section.faq .faq-head-title {
    font-size: 35px;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
}
section.faq .faq-row {
  position: relative;
}
@media (min-width: 769px) {
  section.faq .faq-row {
    display: flex;
    padding-bottom: 38px;
    margin-bottom: 36px;
  }
}
@media (max-width: 768.98px) {
  section.faq .faq-row {
    border-bottom: 1px solid #333;
    padding-top: 18px;
    padding-bottom: 0;
  }
}
section.faq .faq-row::after {
  content: "";
  display: block;
}
@media (min-width: 769px) {
  section.faq .faq-row::after {
    width: 100%;
    height: 2px;
    background-image: url(../img/comic_head_dot.png);
    background-repeat: repeat-x;
    background-size: 9px 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 768.98px) {
  section.faq .faq-row::before, section.faq .faq-row::after {
    content: "";
    display: block;
    background-color: #9D3839;
    position: absolute;
  }
}
@media (max-width: 768.98px) {
  section.faq .faq-row::before {
    width: 3px;
    height: 19px;
    top: 20px;
    right: 26px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768.98px) {
  section.faq .faq-row::after {
    width: 19px;
    height: 3px;
    top: 28px;
    right: 18px;
  }
}
@media (max-width: 768.98px) {
  section.faq .faq-row.on::before {
    height: 3px;
    top: 28px;
  }
}
@media (min-width: 769px) {
  section.faq .faq-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  section.faq .faq-row:last-child::after {
    display: none;
  }
}
section.faq .faq-q, section.faq .faq-a {
  position: relative;
  width: 50%;
  font-size: 22px;
  line-height: 1.59;
  padding-left: 45px;
}
@media (max-width: 768.98px) {
  section.faq .faq-q, section.faq .faq-a {
    width: 100%;
    font-size: 14px;
    padding-left: 60px;
    padding-right: 24px;
  }
}
section.faq .faq-q::before, section.faq .faq-a::before {
  content: "";
  display: block;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: -2px;
  left: 0;
  line-height: 1;
}
@media (max-width: 768.98px) {
  section.faq .faq-q::before, section.faq .faq-a::before {
    font-size: 20px;
    left: 32px;
    top: 0;
  }
}
@media (max-width: 768.98px) {
  section.faq .faq-q {
    padding-bottom: 18px;
  }
}
section.faq .faq-q::before {
  content: "Q.";
  color: #AA2100;
}
@media (max-width: 768.98px) {
  section.faq .faq-a {
    display: none;
    padding-bottom: 18px;
  }
}
section.faq .faq-a::before {
  content: "A.";
  color: #6DA858;
}

@media (max-width: 768.98px) {
  section.item.item03 {
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  section.item .item-item-wrap {
    display: flex;
    margin-top: 87px;
    margin-right: -32px;
    margin-left: -32px;
  }
}
@media (max-width: 768.98px) {
  section.item .item-item-wrap {
    margin-top: 37px;
  }
}
section.item .item-item {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  section.item .item-item {
    width: 50%;
    padding: 0 32px;
  }
}
section.item .item-item:nth-child(2) {
  transition-delay: 0.25s;
}
section.item .item-item-img {
  width: 100%;
}
@media (min-width: 769px) {
  section.item .item-item-img {
    width: 234px;
  }
}
@media (max-width: 768.98px) {
  section.item .item-item-img {
    width: 154px;
  }
}
section.item .item-item-data {
  font-feature-settings: "palt" 1;
  width: 100%;
}
@media (min-width: 769px) {
  section.item .item-item-data {
    width: calc(100% - 234px);
    padding-left: 22px;
  }
}
@media (max-width: 768.98px) {
  section.item .item-item-data {
    width: calc(100% - 154px);
    padding-left: 17px;
  }
}
section.item .item-item-copy {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2666;
  margin-bottom: 28px;
}
@media (max-width: 768.98px) {
  section.item .item-item-copy {
    font-size: 21px;
    margin-bottom: 11px;
  }
}
section.item .item-item-title {
  font-size: 24px;
  margin-bottom: 16px;
}
@media (max-width: 768.98px) {
  section.item .item-item-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
section.item .item-item-kibbles {
  max-width: 220px;
}
@media (max-width: 768.98px) {
  section.item .item-item-kibbles {
    max-width: 110px;
  }
}
section.item .item-item-text {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.3333;
}
@media (max-width: 768.98px) {
  section.item .item-item-text {
    margin-top: 14px;
    margin-bottom: 28px;
    font-size: 13px;
  }
}
section.item .item-item-present {
  width: 100%;
}
section.item .item-item-present-title {
  color: #9D3839;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 769px) {
  section.item .item-item-present-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768.98px) {
  section.item .item-item-present-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
section.item .item-item-present-img {
  width: min(464px, 100%);
}
@media (min-width: 769px) {
  section.item .item-item-present-img {
    margin-bottom: 16px;
  }
}
@media (max-width: 768.98px) {
  section.item .item-item-present-img {
    margin-bottom: 8px;
  }
}
section.item .item-item-present .item-btn {
  width: min(414px, 100%);
  width: 100%;
  margin: auto;
  font-size: 24px;
}
@media (max-width: 768.98px) {
  section.item .item-item-present .item-btn {
    font-size: 20px;
  }
}
section.item .item-item-store {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 768.98px) {
  section.item .item-item-store {
    margin-top: 20px;
  }
}
section.item .item-btn-shop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 8px);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.24);
  padding: 16px 0;
  background-color: #FFF;
  position: relative;
}
@media (max-width: 768.98px) {
  section.item .item-btn-shop {
    margin-top: 8px;
    padding: 12px 0;
  }
}
section.item .item-btn-shop:hover {
  opacity: 0.6;
}
section.item .item-btn-shop::after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background-image: url(../img/exlink.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
}
@media (max-width: 768.98px) {
  section.item .item-btn-shop::after {
    width: 16px;
    height: 14px;
    right: 10px;
  }
}
section.item .item-btn-shop picture {
  width: 90px;
  margin: auto;
}
@media (max-width: 768.98px) {
  section.item .item-btn-shop picture {
    width: 68px;
  }
}
@media (min-width: 769px) {
  section.item .item-item02 {
    transition-delay: 0.25s;
  }
}
@media (max-width: 768.98px) {
  section.item .item-item02 {
    margin-top: 78px;
  }
}

section.about {
  padding-top: 78px;
}
section.about .about-title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 48px;
}
@media (max-width: 768.98px) {
  section.about .about-title {
    font-size: 23px;
    margin-bottom: 22px;
  }
}
section.about .about-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  section.about .about-wrap {
    flex-direction: column;
  }
}
section.about .about-img {
  width: 100%;
}
@media (min-width: 769px) {
  section.about .about-img {
    width: 46.2%;
    transition-delay: 0.25s;
  }
}
section.about .about-text-wrap {
  width: 100%;
}
@media (min-width: 769px) {
  section.about .about-text-wrap {
    width: 53.8%;
    padding-right: 40px;
  }
}
section.about .about-text {
  font-size: 22px;
  line-height: 1.81818;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  section.about .about-text {
    padding-top: 30px;
    font-size: 15px;
    line-height: 1.86666;
    margin-bottom: 33px;
  }
}
section.about .about-sign {
  width: 193px;
  margin-left: auto;
}
@media (max-width: 768.98px) {
  section.about .about-sign {
    width: 119px;
  }
}
section.about .about-link {
  display: block;
  max-width: 548px;
  width: 100%;
  margin: auto;
  background-color: #E0E1E1;
  color: #333333;
  font-size: 37px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 13px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  position: relative;
  border: 2px solid #e0e1e1;
}
@media (max-width: 768.98px) {
  section.about .about-link {
    font-size: 23px;
    padding-top: 7px;
    padding-bottom: 8px;
  }
}
section.about .about-link:hover {
  background-color: #9D3839;
  border-color: #9D3839;
  color: #FFF;
  letter-spacing: 0.25em;
}
section.about .about-link::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  rotate: 45deg;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto 0;
}
@media (max-width: 768.98px) {
  section.about .about-link::after {
    width: 11px;
    height: 11px;
    border-width: 1px;
  }
}
section.about .about-link:hover::after {
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
}
section.about .about-bnr-list {
  margin-top: 105px;
  margin-bottom: 111px;
  max-width: 900px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768.98px) {
  section.about .about-bnr-list {
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
  }
}
section.about .about-bnr-item {
  width: 300px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}
section.about .about-bnr:hover {
  opacity: 0.4;
}

#float {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 126px;
  height: 126px;
  z-index: 1000;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  border-radius: 200px;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  transition: all 1s ease;
}
#float.is-active {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}
#float a {
  display: block;
}

footer#footer {
  background-color: #DEE4D2;
}
footer#footer .footer-cr {
  font-size: 20px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 768.98px) {
  footer#footer .footer-cr {
    font-size: 12px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#modal.is-active {
  opacity: 1;
  visibility: visible;
}
#modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#modal .modal-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal .modal-img {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

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