@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  background: none;
  width: 60px;
  height: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  background-size: cover;
  position: absolute;
  top: 100px;
  right: -55px;
  margin-top: -11px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  width: 34px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -32px;
  transition: 0.3s;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  transform: scaleX(-1);
  right: auto;
  left: -70px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 6px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  vertical-align: bottom;
  font-size: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 2px 8px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 2px 5px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  line-height: 8px;
  border-radius: 50%;
  text-align: center;
  background: #ccc;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #ff0000;
}

/* リセット
---------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, strong, sub, sup, tt, var,
b, 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;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*pokemon-card-common*/
@font-face {
  font-family: "pokemoncard-font";
  src: url("../fonts/pokemoncard-font.eot");
  src: url("../fonts/pokemoncard-font.eot?#iefix") format("eot"), url("../fonts/pokemoncard-font.woff") format("woff"), url("../fonts/pokemoncard-font.ttf") format("truetype"), url("../fonts/pokemoncard-font.svg#pokemoncard-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
main {
  display: block;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

body {
  color: #000;
  background: #fff;
}
body a {
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  img.ani-zoom {
    transition: 0.3s;
  }
  img.ani-zoom:hover {
    transform: scale(1.3);
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  img.ani-zoom.sp:hover {
    cursor: default;
    transform: scale(1);
  }
}
#PageTop {
  position: relative;
  z-index: 700;
}

#PageTop2 {
  position: fixed;
  bottom: 60px;
  right: 60px;
  opacity: 0;
  z-index: 700;
  transition: 0.3s;
}
#PageTop2 > a {
  display: block;
}
#PageTop2 > a:hover {
  opacity: 0.6;
}
#PageTop2.is-show {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  #PageTop2 {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  #PageTop2 {
    width: 58px;
    height: 58px;
  }
}

#PageTop {
  margin-top: 2em;
  text-align: center;
}
#PageTop > a {
  display: inline-block;
  cursor: pointer;
}
#PageTop > a:hover {
  opacity: 0.8;
}
#PageTopSP {
  display: none;
}
@media screen and (max-width: 768px) {
  #PageTopSP {
    display: block;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 24px;
    font-family: "Fjalla One", sans-serif;
  }
}

#PageTopSP a {
  color: #363636;
  text-decoration: none;
}

#PageTopSP a:before {
  font-family: pokemoncard-font;
  content: "\f700";
  margin-right: 11.2px;
  margin-right: 0.7rem;
  font-size: 90%;
}

.modal-card {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-card {
    transition: opacity 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 10vh 20px 0;
    display: block;
    text-align: center;
    opacity: 0;
  }
  .modal-card > img {
    width: 100%;
    max-width: 400px;
  }
  .modal-card.is-show {
    opacity: 1;
    z-index: 9999;
  }
}

.share-list {
  justify-content: center;
}
.share-list > li {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
@media screen and (max-width: 768px) {
  .share-list li {
    padding: 13% 0;
    width: 53px;
  }
  .share-list li > a {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    width: 53px;
    height: 53px;
  }
}

br.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp-only {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  br.pc-only {
    display: none;
  }
}

/*footer
  ----------------------------------------*/
.footer {
  line-height: 14px;
  font-size: 14px;
  background: #000;
  color: #fff;
  font-family: Noto Sans JP
}

@media (max-width: 768px) {
  .footer {
    font-size: 16px
  }
}

.footer .footerWrapper {
  max-width: 1010px;
  margin: 0 auto;
  padding: 40px 0 30px
}

@media (max-width: 768px) {
  .footer .footerWrapper {
    padding: 30px 0 50px
  }
}

.footer .footerWrapper .siteLink {
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .footer .footerWrapper .siteLink {
    margin-bottom: 18px
  }
}

.footer .footerWrapper .siteLink ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  color: #adadad
}

@media (max-width: 768px) {
  .footer .footerWrapper .siteLink ul {
    flex-wrap: wrap
  }
}

.footer .footerWrapper .siteLink .siteLinkItem {
  margin: 0 22px
}

@media (max-width: 768px) {
  .footer .footerWrapper .siteLink .siteLinkItem {
    margin: 0 22px 22px
  }
}

.footer .footerWrapper .siteLink .siteLinkItem a {
  color: inherit;
  text-decoration: none
}

@media (max-width: 768px) {
  .footer .footerWrapper .siteLink .siteLinkItem a {
    color: #adadad !important;
    display: block
  }
}

.footer .footerWrapper .siteLink .siteLinkItem a:hover {
  text-decoration: underline
}

.footer .footerWrapper .outerSiteLink {
  margin-bottom: 40px
}

@media (max-width: 768px) {
  .footer .footerWrapper .outerSiteLink {
    margin-bottom: 20px
  }
}

.footer .footerWrapper .outerSiteLink ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center
}

@media (max-width: 768px) {
  .footer .footerWrapper .outerSiteLink ul {
    display: block;
    text-align: center
  }
}

.footer .footerWrapper .outerSiteLink ul .siteLinkItem {
  margin: 0 33px;
  position: relative;
  font-size: 16px
}

@media (max-width: 768px) {
  .footer .footerWrapper .outerSiteLink ul .siteLinkItem {
    border-top: 1px solid #696969;
    margin: auto
  }
}

.footer .footerWrapper .outerSiteLink ul .siteLinkItem a {
  color: #fff;
  text-decoration: none
}

@media (max-width: 768px) {
  .footer .footerWrapper .outerSiteLink ul .siteLinkItem a {
    display: block;
    padding: 32px 0
  }
}

.footer .footerWrapper .outerSiteLink ul .siteLinkItem a:hover {
  color: #adadad
}

.footer .footerWrapper .outerSiteLink ul .siteLinkItem a:hover svg {
  fill: #adadad
}

.footer .footerWrapper .outerSiteLink ul .siteLinkItem a svg {
  margin-left: 28px;
  display: inline-block;
  width: 8px;
  height: 12px;
  fill: #fff
}

@media (max-width: 768px) {
  .footer .footerWrapper .outerSiteLink ul .siteLinkItem:nth-last-of-type(1) {
    border-bottom: 1px solid #696969
  }
}

.footer .footerWrapper .note {
  font-size: 10px;
  color: #676767
}

@media (max-width: 768px) {
  .footer .footerWrapper .note {
    padding: 0 20px
  }
}

.footer .footerWrapper .note p {
  margin-bottom: 3px;
  margin-top: 0
}

@media (max-width: 768px) {
  .footer .footerWrapper .note p {
    line-height: 16px
  }
}

header.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}

.header-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5000;
  transition: 0.3s;
}
.header-menu-button {
  position: relative;
  background: #E0D01E;
}

.header-menu-button:after, .header-menu-button:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 4px;
  background: #201F11;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 18px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .header-menu-button:after, .header-menu-button:before {
    width: 20px;
    height: 2px;
    margin-top: -9px;
    left: 15px;
  }
}
.header-menu-button:after {
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .header-menu-button:after {
    margin-top: 7px;
  }
}
.header-menu-button > a {
  width: 80px;
  height: 80px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}

.header-menu-button > a:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 4px;
  background: #201F11;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 18px;
  transition: 0.3s;
}

.header-menu-button > a > .text {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 200%;
}

@media screen and (max-width: 768px) {
  .header-menu-button > a {
    width: 50px;
    height: 50px;
  }
  .header-menu-button > a:before {
    width: 20px;
    height: 2px;
    margin-top: -1px;
    left: 15px;
  }
}
.header-menu-button.is-open {
  background: transparent;
  box-shadow: none;
}

.header-menu-button.is-open:after, .header-menu-button.is-open:before {
  margin-top: -2px;
  transform: rotate(45deg);
  background: #E0D01E;
}

.header-menu-button.is-open:after {
  transform: rotate(-45deg);
}

.header-menu-button.is-open > a:before {
  opacity: 0;
}

.modal-menu {
  position: fixed;
  top: 0;
  right: -110%;
  width: 536px;
  height: 100%;
  z-index: 3000;
  padding: 0;
  transition: 0.3s;
  display: block;
}

@media screen and (max-width: 768px) {
  .modal-menu {
    width: 100%;
  }
}
.modal-menu.is-open {
  right: 0;
}
.modal-menu.is-open + main {
  filter: blur(10px);
}
.modal-menu.is-open .modal-menu-overlay {
  display: block;
  opacity: 1;
  width: 100vw;
  height: 100%;
}

.modal-menu-overlay {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background: rgba(29, 29, 29, 0.6);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}

.modal-menu-inner {
  background: #1d1d1d;
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  padding: 80px 100px 80px;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal-menu-inner {
    background-position: center 80%;
    background-size: 220px auto;
    max-width: inherit;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu-inner {
    padding: 80px 40px;
  }
}
.modal-menu-list {
  color: #fff;
}

.modal-menu-list a {
  color: #fff;
}

.modal-menu-list > li {
  border-bottom: 1px solid rgba(32, 31, 17, 0.7);
  -o-border-image: linear-gradient(to right, rgba(224, 208, 30, 0.7) 0%, rgba(244, 134, 167, 0.7) 25%, rgba(138, 114, 179, 0.7) 50%, rgba(160, 208, 129, 0.7) 100%) 1;
     border-image: linear-gradient(to right, rgba(224, 208, 30, 0.7) 0%, rgba(244, 134, 167, 0.7) 25%, rgba(138, 114, 179, 0.7) 50%, rgba(160, 208, 129, 0.7) 100%) 1;
  margin-top: 0;
}

.modal-menu-list > li > a {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .modal-menu-list > li > a {
    font-size: 18px;
    padding: 15px 0;
  }
  .modal-menu-list > li > a img {
    max-height: 20px;
  }
}

.modal-menu-list > li > a:hover {
  color: #E0D01E;
}

#PageTop {
  margin: 0;
  height: 0;
  margin-top: -48px;
  margin-bottom: 48px;
}
body {
  background: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  line-height: 1.5;
}
body:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/bg-body-01.jpg") repeat center bottom/cover;
  content: "";
  z-index: -2;
  transform: translate(0, 0, 0);
}
body:after {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 340px;
  content: "";
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  transform: translate(0, 0, 0);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  body:before {
    background-image: url("../images/bg-body-01_sp.png");
  }
}
body.is-modal-open main {
  filter: blur(10px);
}

main {
  overflow: hidden;
}

header.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4000;
}

.header-logo > a {
  display: inline-block;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .header-logo > a {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo > a {
    width: 170px;
  }
}
.header-logo > a:hover {
  opacity: 0.6;
}

.section {
  padding: 0 20px;
  position: relative;
}
.section .section-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.section .section-inner > *:first-child {
  margin-top: 0 !important;
}
.section .section-inner--full {
  max-width: inherit;
}
.section.section-hero {
  padding-top: 56px;
  background: url(../images/bg-hero-01.png) no-repeat center top/contain;
}
@media screen and (max-width: 768px) {
  .section.section-hero {
    background-image: url(../images/bg-hero-01_sp.png);
  }
}
.section.section-mega {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .section.section-mega {
    padding-top: 72px;
  }
}
.section.section-rerecording {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .section.section-rerecording {
    padding-top: 80px;
  }
}
.section.section-mirror {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .section.section-mirror {
    padding-top: 40px;
  }
}
.section.section-movie {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .section.section-movie {
    padding-top: 72px;
  }
}
.section.section-product {
  padding-top: 120px;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .section.section-product {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.hero-h1 {
  text-align: center;
  position: relative;
}
.hero-h1-star {
  display: inline-block;
  width: 100%;
  max-width: 620px;
  height: 240px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .hero-h1-star {
    max-width: 390px;
  }
}
.hero-h1-star > img {
  position: absolute;
  top: 45px;
  transform: scale(1);
  animation: flash 4s ease-in-out infinite;
}
.hero-h1-star > img:nth-child(1) {
  left: 50px;
  animation-delay: -1.2s;
}
.hero-h1-star > img:nth-child(2) {
  right: 50px;
  animation-delay: 1.5s;
}
.hero-h1-star > img:nth-child(3) {
  left: 20px;
  top: 125px;
  animation-delay: -0.3s;
}
.hero-h1-star > img:nth-child(4) {
  right: 20px;
  top: 125px;
  animation-delay: 0s;
}
.hero-h1-star > img:nth-child(5) {
  left: -20px;
  top: 90px;
  animation-delay: 1.5s;
}
.hero-h1-star > img:nth-child(6) {
  right: -20px;
  top: 90px;
  animation-delay: -2.4s;
}
@media screen and (max-width: 768px) {
  .hero-h1-star > img {
    position: absolute;
    top: 50px;
    transform: scale(1);
    animation: flash 4s ease-in-out infinite;
  }
  .hero-h1-star > img:nth-child(1) {
    left: 40px;
    width: 70px;
  }
  .hero-h1-star > img:nth-child(2) {
    right: 40px;
    width: 70px;
  }
  .hero-h1-star > img:nth-child(3) {
    left: 25px;
    top: 100px;
    width: 55px;
  }
  .hero-h1-star > img:nth-child(4) {
    right: 25px;
    top: 100px;
    width: 55px;
  }
  .hero-h1-star > img:nth-child(5) {
    left: 10px;
    top: 75px;
    width: 50px;
  }
  .hero-h1-star > img:nth-child(6) {
    right: 10px;
    top: 75px;
    width: 50px;
  }
}
.hero-h1-head {
  display: inline-block;
}

@keyframes flash {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.hero-pkg {
  position: absolute;
  width: 100%;
  top: 182px;
  right: 40px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .hero-pkg {
    display: none;
  }
}
.hero-pkg_sp {
  display: none;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .hero-pkg_sp {
    display: block;
  }
}

.hero-slide {
  margin-top: 130px;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .hero-slide {
    margin-top: 44px;
  }
}
.hero-slide .hero-slide-item {
  padding: 20px;
  width: 360px;
  position: relative;
  top: 0;
  transform: translateX(40px);
  transition: 1s;
}
.hero-slide .hero-slide-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/slide-bg-01.png) no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.hero-slide .hero-slide-item.slick-current {
  top: -80px;
}
.hero-slide .hero-slide-item.slick-current:before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.hero-slide .hero-slide-item.is-animate {
  animation: slick_item 6s linear forwards;
}
@media screen and (max-width: 768px) {
  .hero-slide .hero-slide-item {
    width: 240px;
    padding: 15px 8px;
    transform: translateX(8px);
  }
  .hero-slide .hero-slide-item.slick-current {
    top: -35px;
  }
  .hero-slide .hero-slide-item.slick-current:before {
    width: calc(100% + 14px);
  }
  .hero-slide .hero-slide-item.is-animate {
    animation: slick_item_sp 6s linear forwards;
  }
}
.hero-slide .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 32px;
  width: auto;
  height: 28px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .hero-slide .slick-dots {
    bottom: 32px;
  }
}
.hero-slide .slick-dots li {
  width: auto;
  height: 8px;
  margin: 0 5.5px;
}
@media screen and (max-width: 768px) {
  .hero-slide .slick-dots li {
    height: 6px;
    margin: 0 4px;
  }
}
.hero-slide .slick-dots li button {
  display: block;
  position: relative;
  width: 8px;
  height: 100%;
  padding: 0;
  border-radius: 4px;
  background: #fff;
  transition: 1s;
}
.hero-slide .slick-dots li button:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero-slide .slick-dots li button {
    width: 6px;
  }
}
.hero-slide .slick-dots li.slick-active button {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .hero-slide .slick-dots li.slick-active button {
    width: 50px;
  }
}
.hero-slide .slick-dots li.slick-active button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background: #29292A;
  background: linear-gradient(to right, #F486A7, #8A72B3, #02ADDD, #A0D081);
  overflow: hidden;
  animation: slick_dot 5s 1s linear forwards;
}

@keyframes slick_item {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(-40px);
  }
}
@keyframes slick_item_sp {
  0% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(-8px);
  }
}
@keyframes slick_dot {
  0% {
    width: 8px;
  }
  100% {
    width: 100%;
  }
}
.cardlist-wrap {
  margin-top: 70px;
  text-align: center;
}
.cardlist-wrap a {
  display: inline-block;
}
.cardlist-wrap a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .cardlist-wrap {
    margin-top: 30px;
  }
}

.dummy {
  background: rgba(255, 0, 255, 0.2);
  text-align: center;
  padding: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .dummy {
    margin-top: 30px;
  }
}

.js-fadein {
  position: relative;
  top: 30px;
  opacity: 0;
  transition: 0.5s;
}
.js-fadein.is-show {
  top: 0;
  opacity: 1;
}

.mega-head {
  text-align: center;
}

.mega-menu {
  display: flex;
  justify-content: center;
}
.mega-menu a {
  display: inline-block;
}
.mega-menu a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .mega-menu {
    margin-top: 25px;
    display: block;
  }
  .mega-menu a {
    display: block;
    text-align: center;
    margin-top: -4px;
  }
}

.mega-bg {
  padding-top: 120px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
.mega-bg:before, .mega-bg:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/bg-mega-01.png) no-repeat center top;
}
.mega-bg:after {
  z-index: -2;
  background: #040000;
  top: 208px;
  height: calc(100% + 208px);
}
@media screen and (max-width: 768px) {
  .mega-bg {
    padding-top: 55px;
  }
  .mega-bg:before {
    top: 55px;
    background-image: url(../images/bg-mega-01_sp.png);
  }
  .mega-bg:after {
    top: 98px;
    height: calc(100% + 98px);
  }
  .mega-bg .section-inner {
    padding: 0 20px;
    max-width: 500px;
  }
}
.mega-bg.mega-bg--02:before {
  background-image: url(../images/bg-mega-02.png);
}
.mega-bg.mega-bg--02:after {
  background: linear-gradient(to bottom, #040000 calc(100% - 208px), rgba(4, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .mega-bg.mega-bg--02:before {
    background-image: url(../images/bg-mega-02_sp.png);
  }
}
.mega-bg.mega-bg--03:before {
  background-image: url(../images/bg-mega-03.png);
}
.mega-bg.mega-bg--03:after {
  background: linear-gradient(to bottom, #040000 calc(100% - 208px), rgba(4, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .mega-bg.mega-bg--03:before {
    background-image: url(../images/bg-mega-03_sp.png);
  }
}

.mega-head2 {
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .mega-head2 {
    padding-top: 12px;
  }
}
.mega-head2-icon {
  display: block;
}
.mega-head2-text {
  display: block;
  margin-top: 15px;
}
.mega-head2 + .mega-head3 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mega-head2 + .mega-head3 {
    margin-top: 30px;
  }
}

.mega-head3 {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mega-head3 {
    margin-top: 56px;
  }
  .mega-head3 + .text--lead {
    margin-top: 1em;
  }
}

.lyt-card {
  display: flex;
}
@media screen and (max-width: 768px) {
  .lyt-card {
    flex-wrap: wrap;
  }
}
.lyt-card--box, .lyt-card--box2 {
  margin: 0 auto 0;
  max-width: 1080px;
  gap: 3%;
}
.lyt-card--box .lyt-card-item, .lyt-card--box2 .lyt-card-item {
  width: 38%;
  margin-top: 35px;
  text-align: center;
}
.lyt-card--box .lyt-card-box, .lyt-card--box2 .lyt-card-box {
  width: 59%;
}
.lyt-card--box .lyt-card-box .box-card, .lyt-card--box2 .lyt-card-box .box-card {
  margin-top: 60px;
}
.lyt-card--box .lyt-card-box .box-card p, .lyt-card--box2 .lyt-card-box .box-card p {
  margin-top: 20px;
}
.lyt-card--box .lyt-card-box .box-card-card, .lyt-card--box2 .lyt-card-box .box-card-card {
  width: 100%;
  text-align: center;
}
.lyt-card--box .lyt-card-box .box-card-inner, .lyt-card--box2 .lyt-card-box .box-card-inner {
  padding-top: 20px;
  display: flex;
  gap: 6%;
}
.lyt-card--box .lyt-card-box .box-card-inner .box-card-item, .lyt-card--box2 .lyt-card-box .box-card-inner .box-card-item {
  width: 47%;
}
.lyt-card--box .lyt-card-name, .lyt-card--box2 .lyt-card-name {
  text-align: center;
}
.lyt-card--box .box-card-name, .lyt-card--box2 .box-card-name {
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .lyt-card--box, .lyt-card--box2 {
    margin-top: 15px;
    gap: 20px 4%;
  }
  .lyt-card--box .lyt-card-item, .lyt-card--box2 .lyt-card-item {
    width: 100%;
    margin-top: 0;
  }
  .lyt-card--box .lyt-card-item .lyt-card-name, .lyt-card--box2 .lyt-card-item .lyt-card-name {
    margin-top: 0;
  }
  .lyt-card--box .lyt-card-item .lty-card-card, .lyt-card--box2 .lyt-card-item .lty-card-card {
    max-width: 300px;
    margin: 0 auto;
  }
  .lyt-card--box .lyt-card-box, .lyt-card--box2 .lyt-card-box {
    width: 100%;
  }
  .lyt-card--box .lyt-card-box .box-card, .lyt-card--box2 .lyt-card-box .box-card {
    margin-top: 30px;
  }
  .lyt-card--box .lyt-card-box .box-card-inner, .lyt-card--box2 .lyt-card-box .box-card-inner {
    padding-top: 10px !important;
    display: block;
  }
  .lyt-card--box .lyt-card-box .box-card-item, .lyt-card--box2 .lyt-card-box .box-card-item {
    width: 100% !important;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .lyt-card--box .lyt-card-box .box-card-item:not(:first-child), .lyt-card--box2 .lyt-card-box .box-card-item:not(:first-child) {
    margin-top: 10px;
  }
  .lyt-card--box .lyt-card-box .box-card-item .box-card-card, .lyt-card--box2 .lyt-card-box .box-card-item .box-card-card {
    width: calc(50% - 10px);
  }
  .lyt-card--box .lyt-card-box .box-card-item .box-card-contents, .lyt-card--box2 .lyt-card-box .box-card-item .box-card-contents {
    width: calc(50% - 10px);
  }
  .lyt-card--box .lyt-card-box .box-card-item .box-card-name, .lyt-card--box2 .lyt-card-box .box-card-item .box-card-name {
    margin-top: 0;
  }
  .lyt-card--box .lyt-card-box .box-card-item p, .lyt-card--box2 .lyt-card-box .box-card-item p {
    margin-top: 10px;
  }
}
.lyt-card--box2 {
  gap: 4%;
  justify-content: center;
}
.lyt-card--box2 .lyt-card-item {
  width: 38%;
}
.lyt-card--box2 .lyt-card-box {
  width: 38%;
}
.lyt-card--box2 .lyt-card-box .box-card {
  margin-top: 60px;
  max-width: 350px;
}
.lyt-card--box2 .lyt-card-box .box-card-inner {
  padding-top: 20px;
  display: flex;
  gap: 6%;
}
.lyt-card--box2 .lyt-card-box .box-card-inner .box-card-item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lyt-card--box2 {
    gap: 20px 0;
  }
  .lyt-card--box2 .lyt-card-box {
    width: 100%;
    order: 2;
  }
  .lyt-card--box2 .lyt-card-box .box-card {
    margin-top: 20px;
  }
  .lyt-card--box2 .lyt-card-item {
    width: 100%;
    order: 1;
  }
}
.lyt-card--evo1, .lyt-card--evo2 {
  margin: 60px auto 0;
  max-width: 1080px;
  gap: 3%;
  align-items: flex-end;
  justify-content: center;
}
.lyt-card--evo1 .lyt-card-item, .lyt-card--evo2 .lyt-card-item {
  width: 28%;
  text-align: center;
}
.lyt-card--evo1 .lyt-card-item:first-child, .lyt-card--evo2 .lyt-card-item:first-child {
  width: 38%;
}
.lyt-card--evo1 .lyt-card-item:first-child .lyt-card-name, .lyt-card--evo2 .lyt-card-item:first-child .lyt-card-name {
  margin-top: -6px;
}
.lyt-card--evo1 .lyt-card-item:first-child .lyt-card-name img, .lyt-card--evo2 .lyt-card-item:first-child .lyt-card-name img {
  position: relative;
  left: 12px;
}
@media screen and (max-width: 768px) {
  .lyt-card--evo1 .lyt-card-item:first-child .lyt-card-name img, .lyt-card--evo2 .lyt-card-item:first-child .lyt-card-name img {
    left: 7px;
  }
}
.lyt-card--evo1 .lyt-card-item:nth-child(2) .lty-card-evo, .lyt-card--evo1 .lyt-card-item:nth-child(3) .lty-card-evo, .lyt-card--evo2 .lyt-card-item:nth-child(2) .lty-card-evo, .lyt-card--evo2 .lyt-card-item:nth-child(3) .lty-card-evo {
  text-align: left;
  margin-left: -17%;
  margin-bottom: 2px;
}
.lyt-card--evo1 .lyt-card-name, .lyt-card--evo2 .lyt-card-name {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .lyt-card--evo1, .lyt-card--evo2 {
    margin-top: 15px;
    gap: 20px 4%;
  }
  .lyt-card--evo1 .lyt-card-item:first-child, .lyt-card--evo2 .lyt-card-item:first-child {
    width: 100%;
    order: 1;
  }
  .lyt-card--evo1 .lyt-card-item:first-child .lyt-card-name, .lyt-card--evo2 .lyt-card-item:first-child .lyt-card-name {
    margin-top: 0;
  }
  .lyt-card--evo1 .lyt-card-item:first-child .lty-card-card, .lyt-card--evo2 .lyt-card-item:first-child .lty-card-card {
    max-width: 260px;
    margin: 0 auto;
  }
  .lyt-card--evo1 .lyt-card-item:nth-child(2), .lyt-card--evo1 .lyt-card-item:nth-child(3), .lyt-card--evo2 .lyt-card-item:nth-child(2), .lyt-card--evo2 .lyt-card-item:nth-child(3) {
    width: 48%;
  }
  .lyt-card--evo1 .lyt-card-item:nth-child(2), .lyt-card--evo2 .lyt-card-item:nth-child(2) {
    order: 3;
  }
  .lyt-card--evo1 .lyt-card-item:nth-child(2) .lty-card-evo, .lyt-card--evo2 .lyt-card-item:nth-child(2) .lty-card-evo {
    text-align: right;
    margin-left: 0;
    margin-right: -10px;
    margin-bottom: 30px;
    margin-top: -50px;
  }
  .lyt-card--evo1 .lyt-card-item:nth-child(3), .lyt-card--evo2 .lyt-card-item:nth-child(3) {
    order: 2;
  }
  .lyt-card--evo1 .lyt-card-item:nth-child(3) .lty-card-evo, .lyt-card--evo2 .lyt-card-item:nth-child(3) .lty-card-evo {
    text-align: right;
    margin-left: 0;
    margin-right: -70px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .lyt-card--evo1 .lyt-card-item:nth-child(2) .lty-card-evo {
    margin-top: -40px;
    margin-right: -70px;
    margin-bottom: -25px;
  }
}

.box-card {
  margin: 80px auto 0;
  max-width: 860px;
  padding: 2px;
  background: linear-gradient(to right, #A68D11, #E0D01E, #A68D11);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .box-card {
    margin-top: 40px;
  }
}
.box-card-wrap {
  background: #171717 url(../images/bg-box-01.png) no-repeat center center/cover;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .box-card-wrap {
    background-image: url(../images/bg-box-01_sp.png);
  }
}
.box-card-head {
  text-align: center;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .box-card-head {
    top: -13px;
  }
}
.box-card-inner {
  display: flex;
  align-items: center;
  gap: 0 70px;
  padding: 20px 8% 50px;
}
@media screen and (max-width: 768px) {
  .box-card-inner {
    padding: 10px 20px 30px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.box-card-card {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .box-card-card {
    width: 100%;
    text-align: center;
  }
  .box-card-card img {
    max-width: 160px;
  }
}
.box-card-contents {
  width: 65%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .box-card-contents {
    width: 100%;
    padding-bottom: 0;
  }
}
.box-card-contents > p {
  margin-top: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .box-card-contents > p {
    margin-top: 12px;
  }
}
.box-card-head2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-card-head2 img {
    max-height: 16px !important;
  }
}

.new-block {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1106px;
  margin: 60px auto 0;
  background: no-repeat center center/contain;
  position: relative;
  left: 50px;
}
.new-block + .new-block {
  margin-top: -100px;
}
.new-block-head {
  width: 53%;
}
.new-block-head img {
  position: relative;
  left: -8%;
}
.new-block-card {
  position: relative;
  width: 47%;
  left: -5%;
}
.new-block-card-effect {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new-block-card-card {
  position: relative;
  z-index: 2;
}
.new-block-card-card img {
  transform: rotateY(180deg) scaleX(0);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s ease, opacity 1s ease;
}
.new-block--reverse .new-block-card {
  order: 2;
  left: auto;
  right: -5%;
}
.new-block--reverse .new-block-head {
  order: 1;
  text-align: right;
}
.new-block--reverse .new-block-head img {
  left: auto;
}
.new-block.is-show .new-block-card-card img {
  opacity: 1;
  transform: rotateY(0deg) scaleX(1);
}
@media screen and (max-width: 1000px) {
  .new-block {
    margin: 60px auto 0;
    left: 30px;
  }
  .new-block + .new-block {
    margin-top: -30px;
  }
  .new-block-head {
    width: 50%;
    text-align: center;
  }
  .new-block-head img {
    position: static;
    max-height: 50px !important;
  }
  .new-block-card {
    width: 36%;
    left: 0;
  }
  .new-block-card-effect {
    width: 130% !important;
  }
  .new-block--reverse {
    justify-content: flex-end;
  }
  .new-block--reverse .new-block-head {
    text-align: center;
  }
  .new-block--reverse .new-block-card {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .new-block {
    display: block;
    width: 100%;
    max-width: 400px;
    background-position: center 20px;
    background-size: cover;
    padding-bottom: 30%;
    left: 0;
  }
  .new-block + .new-block {
    margin-top: -10px;
  }
  .new-block .new-block-card {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .new-block .new-block-card .new-block-card-effect {
    width: 120% !important;
  }
  .new-block .new-block-head {
    width: 100%;
    margin-top: 5px;
  }
  .new-block .new-block-head img {
    height: 34px;
  }
}
@media screen and (max-width: 460px) {
  .new-block {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
.new-block--01 {
  background-image: url(../images/new-bg-01.png);
}
.new-block--01 .new-block-card-effect {
  width: 628px;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .new-block--01 {
    background-image: url(../images/new-bg-01_sp.png);
  }
  .new-block--01 .new-block-card-effect {
    margin: 0;
  }
}
.new-block--02 {
  background-image: url(../images/new-bg-02.png);
  left: -50px;
}
.new-block--02 .new-block-card-effect {
  width: 457px;
  margin-left: 165px;
}
@media screen and (max-width: 1000px) {
  .new-block--02 {
    left: -30px;
  }
  .new-block--02 .new-block-card-effect {
    margin-left: 100px;
    width: 70% !important;
  }
}
@media screen and (max-width: 768px) {
  .new-block--02 {
    left: 0;
    background-image: url(../images/new-bg-02_sp.png);
  }
  .new-block--02 .new-block-card .new-block-card-effect {
    margin: -45px 0 0 140px;
    width: 70% !important;
  }
}
.new-block--03 {
  background-image: url(../images/new-bg-03.png);
}
.new-block--03 .new-block-card-effect {
  width: 602px;
}
@media screen and (max-width: 768px) {
  .new-block--03 {
    background-image: url(../images/new-bg-03_sp.png);
  }
}

.box-border {
  margin-top: 120px;
  border: 2px solid rgba(166, 141, 17, 0.8);
  background: rgba(55, 54, 48, 0.9);
  padding: 100px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .box-border {
    border-radius: 10px;
    padding: 40px 20px;
  }
}
.box-border-inner {
  margin: 0 auto;
}
.box-border-inner > *:first-child {
  margin-top: 0;
}
.box-border-head {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .box-border-head {
    margin-top: 48px;
  }
}

.js-rerecording-more.is-open .rerecording-list-item:nth-child(n+9) {
  display: block;
}
.js-rerecording-more.is-open .rerecording-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.js-rerecording-more.is-open .rerecording-scroll::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.rerecording-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.rerecording-list-item {
  width: calc(25% - 15px);
}
.rerecording-list-item:nth-child(n+9) {
  display: none;
}
@media screen and (max-width: 768px) {
  .rerecording-list {
    gap: 12px;
  }
  .rerecording-list-item {
    width: calc(33.333% - 8px);
  }
  .rerecording-list-item:nth-child(9) {
    display: block;
  }
  .rerecording-list-item:nth-child(n+10) {
    display: none;
  }
}

.rerecording-scroll {
  max-height: 650px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .rerecording-scroll {
    margin-top: 30px;
    max-height: 500px;
  }
}

.rerecording-btn {
  text-align: center;
  margin-top: 40px;
}
.rerecording-btn a {
  display: inline-block;
}
.rerecording-btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .rerecording-btn {
    margin-top: 20px;
  }
}

.mirror-list {
  margin: 40px auto 0;
  max-width: 626px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.mirror-list-item {
  width: calc(50% - 10px);
}
.mirror-list-name {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mirror-list {
    gap: 12px 0;
    margin-top: 30px;
  }
  .mirror-list-item {
    width: 50%;
  }
}

.ar-slide {
  margin-top: 40px;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .ar-slide {
    width: 220px;
    margin-top: 30px;
  }
}
.ar-slide .slick-list {
  overflow: hidden;
}
.ar-slide .slick-arrow {
  width: 70px;
  height: 63px;
  top: 193px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ar-slide .slick-arrow {
    width: 50px;
    height: 45px;
    top: 118px;
  }
}
.ar-slide .slick-arrow:hover {
  opacity: 0.6;
}
.ar-slide .slick-arrow:before {
  width: 100%;
  height: 100%;
  background: url(../images/icon-slide-01.png) no-repeat 0 0/cover;
  margin: 0;
  top: 0;
  left: 0;
}
.ar-slide .slick-arrow.slick-next {
  right: -100px;
}
@media screen and (max-width: 768px) {
  .ar-slide .slick-arrow.slick-next {
    right: -60px;
  }
}
.ar-slide .slick-arrow.slick-prev {
  left: -100px;
}
@media screen and (max-width: 768px) {
  .ar-slide .slick-arrow.slick-prev {
    left: -60px;
  }
}
.ar-slide-item {
  padding: 0 10px;
}
.ar-slide-card {
  text-align: center;
}
.ar-slide-name {
  text-align: center;
  margin-top: 20px;
}
.ar-slide-name img {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .ar-slide-name {
    margin-top: 10px;
  }
  .ar-slide-name img {
    height: 23px;
  }
}

.ar-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ar-nav {
    margin-top: 20px;
  }
}
.ar-nav-item {
  margin: 0 -2px;
}
@media screen and (max-width: 768px) {
  .ar-nav-item {
    margin: 0;
    max-width: 57px;
  }
}
.ar-nav-item:hover {
  cursor: pointer;
}

.head-h2 {
  margin-top: 100px;
  text-align: center;
}
.head-h2 + .head-h3 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .head-h2 {
    margin-top: 60px;
  }
  .head-h2 + .head-h3 {
    margin-top: 40px;
  }
}

.head-h3 {
  margin-top: 70px;
  text-align: center;
  width: 100%;
}
.head-h3 > span {
  color: #004F9C;
  font-size: 28px;
  display: inline-block;
  font-weight: 900;
}
.head-h3 + .lyt-movie {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .head-h3 {
    margin-top: 40px;
  }
  .head-h3 > span {
    font-size: 20px;
  }
}

.head-h4 {
  margin-top: 40px;
}

.list-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.list-card > li {
  width: calc(33.333% - 13.3333333333px);
}
.list-card > li img {
  max-width: 100%;
}
.list-card--col4 > li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 768px) {
  .list-card--col4 > li {
    width: calc(33.333% - 6.6666666667px);
  }
}
@media screen and (max-width: 768px) {
  .list-card {
    gap: 10px;
    margin-top: 36px;
  }
  .list-card > li {
    width: calc(33.333% - 6.6666666667px);
  }
}

.box-fill {
  background: #FFFBD1;
  border-radius: 30px;
  margin: 75px auto 0;
  padding: 100px 60px;
  max-width: 928px;
}
.box-fill > *:first-child {
  margin-top: 0;
}
.box-fill + .box-fill {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .box-fill {
    border-radius: 12px;
    padding: 40px 22px;
    margin-top: 40px;
    max-width: 500px;
  }
  .box-fill + .box-fill {
    margin-top: 25px;
  }
}

.bnr-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
  max-width: 230px;
}
.bnr-float > a {
  display: inline-block;
}
.bnr-float > a img {
  transition: 0.3s;
}
.bnr-float > a:hover img {
  opacity: 0.6;
}
.bnr-float-text {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fdfdfd;
  -webkit-text-stroke: 3px #82838A;
  text-stroke: 3px #82838A;
  paint-order: stroke;
}
@media screen and (max-width: 768px) {
  .bnr-float {
    bottom: 10px;
    right: 10px;
  }
}

ul.list-bullet {
  margin-top: 2em;
}
ul.list-bullet > li {
  padding-left: 1em;
  position: relative;
}
ul.list-bullet > li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  top: 0.6em;
  left: 0;
  border-radius: 10em;
}
ul.list-bullet > li:not(:first-child) {
  margin-top: 0.3em;
}

p.text {
  margin-top: 2em;
  line-height: 1.7;
}
p.text > b {
  font-weight: bold;
}
p.text--notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
p.text--lead {
  font-size: 20px;
  font-weight: bold;
}
p.text--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  p.text {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  p.text + p.text {
    margin-top: 1em;
  }
  p.text--notice {
    font-size: 14px;
  }
  p.text--lead {
    font-size: 15px;
  }
  p.text--center {
    text-align: center;
  }
}

.lyt-movie {
  text-align: center;
  margin: 40px auto 0;
  max-width: 840px;
  background: rgba(0, 0, 0, 0.1);
}
.lyt-movie-inner {
  padding-top: 56.25%;
  position: relative;
}
.lyt-movie-inner > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lyt-movie {
    margin-top: 20px;
  }
}

.lyt-cardlist {
  text-align: center;
  display: flex;
  max-width: 1208px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  gap: 0 16px;
}
.lyt-cardlist-item {
  width: calc(50% - 8px);
  text-align: center;
}
.lyt-cardlist-item > a {
  display: inline-block;
}
.lyt-cardlist-item > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .lyt-cardlist {
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .lyt-cardlist-item {
    width: 100%;
  }
  .lyt-cardlist-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.lyt-image {
  text-align: center;
  margin: 4em auto 0;
}
.lyt-image-item {
  display: inline-block;
}
.lyt-image a {
  display: inline-block;
}
.lyt-image a:hover {
  opacity: 0.6;
}
.lyt-image-caption {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lyt-image {
    margin-top: 3em;
    max-width: 500px;
  }
  .lyt-image-caption {
    font-size: 15px;
  }
}

.lyt-image2 {
  text-align: center;
}
.lyt-image2 > img {
  width: 100%;
  max-width: inherit;
}
.product-dl {
  display: flex;
}
.product-dl dt {
  white-space: nowrap;
}

.product-list > li {
  padding-left: 1.5em;
  position: relative;
}
.product-list > li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0.6em;
  left: 0.5em;
}

.text-product {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1em;
}
.text-product + p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .text-product {
    font-size: 20px;
    margin-top: 1em;
  }
  .text-product + p {
    font-size: 14px !important;
  }
}

.data-product {
  font-size: 16px;
}
.data-product > *:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .data-product {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
}

.button-product {
  margin-top: 2em;
}
.button-product > a {
  display: inline-block;
}
.button-product > a img {
  width: 100%;
}
.button-product > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .button-product {
    text-align: center;
  }
}

.lyt-block {
  display: flex;
  gap: 6%;
  align-items: center;
  max-width: 810px;
  margin: 60px auto 0;
  position: relative;
}
.lyt-block:first-child {
  margin-top: 0;
}
.lyt-block-image {
  width: 47%;
  text-align: center;
}
.lyt-block-content {
  width: 47%;
  position: relative;
  z-index: 1;
}
.lyt-block-content p {
  margin-top: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lyt-block-content > *:first-child {
  margin-top: 0 !important;
}
.lyt-block-head2 {
  font-size: 18px;
  margin-top: 1em;
  line-height: 1.3;
  font-weight: 700;
}
.lyt-block--evo {
  flex-wrap: wrap;
  margin-top: 30px !important;
}
.lyt-block--evo .lyt-block-image .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo .lyt-block-evo {
  width: 47.5%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lyt-block--evo .lyt-block-evo {
    width: 100%;
  }
}
.lyt-block--evo1, .lyt-block--evo2 {
  flex-wrap: wrap;
  margin-top: 0 !important;
  gap: 3%;
}
.lyt-block--evo1 .lyt-block-image, .lyt-block--evo2 .lyt-block-image {
  width: 47%;
}
.lyt-block--evo1 .lyt-block-image .img-card, .lyt-block--evo2 .lyt-block-image .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo1 .lyt-block-image2, .lyt-block--evo2 .lyt-block-image2 {
  width: 33%;
  padding-top: 25px;
}
.lyt-block--evo1 .lyt-block-image2 .img-card, .lyt-block--evo2 .lyt-block-image2 .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo1 .lyt-block-image2 .img-card-head, .lyt-block--evo2 .lyt-block-image2 .img-card-head {
  margin-top: 45px;
}
.lyt-block--evo1 .lyt-block-evo, .lyt-block--evo2 .lyt-block-evo {
  width: 20%;
  margin-left: -5%;
  margin-right: -1%;
  text-align: center;
  padding-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .lyt-block--evo1 .lyt-block-evo, .lyt-block--evo2 .lyt-block-evo {
    width: 100%;
  }
}
.lyt-block--evo1.lyt-block--reverse .lyt-block-image, .lyt-block--evo2.lyt-block--reverse .lyt-block-image {
  order: 3;
}
.lyt-block--evo1.lyt-block--reverse .lyt-block-evo, .lyt-block--evo2.lyt-block--reverse .lyt-block-evo {
  order: 2;
  margin-right: -5%;
  margin-left: -1%;
}
.lyt-block--evo1.lyt-block--reverse .lyt-block-image2, .lyt-block--evo2.lyt-block--reverse .lyt-block-image2 {
  order: 1;
}
.lyt-block--evo1 .img-card-head, .lyt-block--evo2 .img-card-head {
  margin-left: -34px;
  margin-right: -34px;
}
.lyt-block--reverse .lyt-block-image {
  order: 2;
}
.lyt-block--reverse .lyt-block-content {
  order: 1;
}
.lyt-block--reverse .lyt-block-evo {
  margin-left: auto;
}
.lyt-block--card .lyt-block-image {
  width: 35%;
}
.lyt-block--card .lyt-block-content {
  width: 59%;
}
.lyt-block--card + .lyt-block--card {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lyt-block {
    flex-wrap: wrap;
    margin-top: 30px;
    max-width: 300px;
  }
  .lyt-block-content {
    width: 100%;
    margin-top: 16px;
    order: 2;
    text-align: left;
    display: block;
  }
  .lyt-block-content small {
    font-size: 14px;
  }
  .lyt-block-head {
    padding-top: 15px;
    text-align: center;
  }
  .lyt-block-head img {
    width: auto;
    height: 40px;
  }
  .lyt-block-head2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0.8em;
  }
  .lyt-block-image {
    order: 1;
    width: 100%;
  }
  .lyt-block--reverse .lyt-block-image {
    order: 1;
  }
  .lyt-block--reverse .lyt-block-content {
    order: 2;
  }
  .lyt-block + .lyt-block {
    margin-top: 40px;
  }
  .lyt-block--evo2 .lyt-block-evo {
    order: 2;
    width: 100%;
    margin: 0;
    padding-top: 10%;
  }
  .lyt-block--evo2 .lyt-block-image {
    order: 1;
    width: 100%;
    padding-top: 0;
  }
  .lyt-block--evo2 .lyt-block-image2 {
    order: 3;
    width: 100%;
    padding: 0;
  }
  .lyt-block--evo2 .lyt-block-image2 .img-card-head {
    margin-top: 16px;
  }
  .lyt-block--evo2.lyt-block--reverse .lyt-block-image {
    order: 1;
  }
  .lyt-block--evo2.lyt-block--reverse .lyt-block-evo {
    order: 2;
    margin: 0;
  }
  .lyt-block--evo2.lyt-block--reverse .lyt-block-image2 {
    order: 3;
  }
  .lyt-block--card .lyt-block-image,
  .lyt-block--card .lyt-block-content {
    width: 100%;
  }
}

.lyt-column {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 60px;
  gap: 24px;
}
.lyt-column-item {
  position: relative;
}
.lyt-column-item > *:first-child {
  margin-top: 0 !important;
}
.lyt-column-item .lyt-column-card {
  text-align: center;
}
.lyt-column-item .lyt-column-name {
  text-align: center;
  margin-top: 10px;
}
.lyt-column--col2 {
  gap: 60px;
}
.lyt-column--col2 .lyt-column-item {
  flex: 0 0 calc((100% - 60px) / 2);
}
.lyt-column--col3 {
  gap: 40px;
}
.lyt-column--col3 .lyt-column-item {
  flex: 0 0 calc((100% - 80px) / 3);
}
.lyt-column--col4 {
  gap: 24px;
}
.lyt-column--col4 .lyt-column-item {
  flex: 0 0 calc((100% - 72px) / 4);
}
.lyt-column--product {
  gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lyt-column--product {
    margin-top: 20px !important;
  }
}
.lyt-column--product .lyt-column-item:first-child {
  flex: 0 0 calc(45% - 25px);
}
.lyt-column--product .lyt-column-item:nth-child(2) {
  flex: 0 0 calc(55% - 25px);
}
.lyt-column--rule {
  gap: 0;
}
.lyt-column--rule .lyt-column-item:nth-child(2n-1) {
  flex: 0 0 38%;
}
@media screen and (max-width: 768px) {
  .lyt-column--rule .lyt-column-item:nth-child(2n-1) {
    padding-right: 20px;
  }
}
.lyt-column--rule .lyt-column-item:nth-child(2n) {
  flex: 0 0 62%;
}
.lyt-column--rule .lyt-column-item:nth-child(n+3) {
  border-top: 1px solid #fff;
  padding-top: 40px;
  margin-top: 40px;
}
.lyt-column--rule .lyt-column-item h4 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .lyt-column--rule .lyt-column-item h4 {
    font-size: 18px;
  }
}
.lyt-column--jcenter {
  justify-content: center;
}
.lyt-column--center {
  align-items: center;
}
.lyt-column + .lyt-column {
  margin-top: 120px;
}
.lyt-column--sp-col2 {
  gap: 30px;
}
.lyt-column--sp-col2 + .lyt-column--sp-col2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lyt-column {
    margin-top: 30px;
  }
  .lyt-column--col2 {
    gap: 40px 16px;
  }
  .lyt-column--col2 .lyt-column-item {
    flex: 0 0 100%;
  }
  .lyt-column--col3 {
    gap: 16px;
  }
  .lyt-column--col3 .lyt-column-item {
    flex: 0 0 calc((100% - 32px) / 3);
  }
  .lyt-column--col4 {
    gap: 12px;
  }
  .lyt-column--col4 .lyt-column-item {
    flex: 0 0 calc((100% - 24px) / 3);
  }
  .lyt-column--product {
    gap: 0;
  }
  .lyt-column--product .lyt-column-item {
    flex: 0 0 100% !important;
  }
  .lyt-column + .lyt-column {
    margin-top: 160px;
  }
  .lyt-column + .lyt-column.lyt-column--product {
    margin-top: 60px;
  }
  .lyt-column--sp-col1 {
    gap: 30px;
  }
  .lyt-column--sp-col1 .lyt-column-item {
    flex: 0 0 100%;
  }
  .lyt-column--sp-col2 + .lyt-column--sp-col2 {
    margin-top: 20px;
  }
  .lyt-column--sp-col2 .lyt-column-item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
  .lyt-column--sp-reverse .lyt-column-item:first-child {
    order: 2;
  }
  .lyt-column--sp-reverse .lyt-column-item:nth-child(2) {
    order: 1;
  }
}

.lyt-evo {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.lyt-evo-item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .lyt-evo {
    max-width: 300px;
  }
  .lyt-evo-item {
    width: 100%;
  }
}

.lyt-evoChild {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.lyt-evoChild-item {
  display: flex;
  align-items: center;
  gap: 4%;
}
.lyt-evoChild-item .img-card,
.lyt-evoChild-item .lyt-evoChild-arrow {
  width: 48%;
  text-align: center;
}
.lyt-evoChild-item .img-card picture,
.lyt-evoChild-item .lyt-evoChild-arrow picture {
  display: block;
}
@media screen and (max-width: 768px) {
  .lyt-evoChild {
    flex-direction: row;
    gap: 8%;
    height: inherit;
  }
  .lyt-evoChild-item {
    flex-direction: column;
    width: 46%;
    gap: 0;
  }
  .lyt-evoChild-item .img-card,
  .lyt-evoChild-item .lyt-evoChild-arrow {
    width: 100%;
  }
  .lyt-evoChild-item .lyt-evoChild-arrow {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.img-card {
  text-align: center;
  position: relative;
}
.img-card > * {
  position: relative;
}
.img-card > *:first-child {
  margin-top: 0;
}
.img-card p {
  text-align: left;
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.img-card p small {
  font-size: 16px;
}
.img-card p > a {
  text-decoration: underline;
}
.img-card p > a:hover {
  text-decoration: none;
}
.img-card-image {
  text-align: center;
}
.img-card-logo {
  margin-top: 1.4em;
}
.img-card-head {
  text-align: center;
  margin-top: 20px;
}
.img-card-head + .img-card-text {
  margin-top: 1.5em;
}
.img-card-btn {
  text-align: center;
  margin-top: 2em;
}
.img-card-head2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .img-card-head2 {
    font-size: 18px;
  }
}
.img-card-bg {
  mix-blend-mode: screen;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 800px;
  height: 751px;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .img-card {
    text-align: center;
  }
  .img-card p {
    margin-top: 1em;
  }
  .img-card p small {
    font-size: 14px;
  }
  .img-card-head {
    margin-top: 16px;
  }
  .img-card-head + .img-card-text {
    margin-top: 15px;
  }
  .img-card-bg {
    width: 550px;
    height: 500px;
  }
}

.modal-content {
  position: absolute;
  z-index: 8000;
  width: calc(100% + 20px);
  height: 100vh;
  overflow-y: scroll;
  background: #1d1d1d;
  color: #000;
  display: none;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 100%;
    position: fixed;
  }
}
.modal-content:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 110%;
  top: -5%;
  left: 0;
  background: url("../images/bg-body-01.jpg") no-repeat center center/cover;
}
.modal-content-close {
  text-align: center;
  margin-top: 40px;
}
.modal-content-close > a {
  transition: 0.3s;
  display: inline-block;
}
.modal-content-close > a:hover {
  opacity: 0.8;
}
.modal-content-close2 {
  width: 1018px;
  position: fixed;
  top: 168px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  text-align: right;
}
.modal-content-close2 > a {
  display: inline-block;
}
.modal-content-close2 > a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .modal-content-close2 {
    width: 100%;
    position: static;
    transform: none;
    z-index: inherit;
    margin-top: -30px;
    margin-bottom: -2px;
  }
}
.modal-content-wrap {
  position: relative;
  padding: 40px 20px 20px;
}
.modal-content-wrap > * {
  position: relative;
  z-index: 2;
}
.modal-content-inner {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal-content {
    height: 100%;
  }
  .modal-content-close {
    margin-top: 25px;
  }
}

.modal-head {
  text-align: center;
}

.modal-box {
  border-radius: 20px 0 20px 20px;
  overflow: hidden;
  position: relative;
  border: 3px solid rgba(166, 141, 17, 0.8);
  background: rgba(55, 54, 48, 0.9);
}
@media screen and (max-width: 768px) {
  .modal-box {
    margin-top: 0;
    border-radius: 10px 0 10px 10px;
    border-width: 2px;
  }
}
.modal-box-head {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: linear-gradient(180deg, #17181A 0%, #41444A 100%);
}
.modal-box-head a {
  display: block;
}
.modal-box-head img {
  max-height: 49px;
}
@media screen and (max-width: 768px) {
  .modal-box-head {
    padding: 15px;
    gap: 10px;
  }
  .modal-box-head img {
    max-height: 55px;
  }
}
.modal-box-contents {
  background: rgba(28, 28, 28, 0.9);
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .modal-box-contents {
    padding: 26px 20px;
  }
}

.modal-cardlist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .modal-cardlist {
    gap: 10px;
  }
}
.modal-cardlist > li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 768px) {
  .modal-cardlist > li {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}

span.ex {
  font-size: 1.25em;
  display: inline-block;
  line-height: 1;
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.ta-center {
  text-align: center !important;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.va-middle {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .pc-ta-center {
    text-align: center;
  }
}
.pt-0 {
  padding-top: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-7 {
  margin-top: 7px;
}

.mt-1em {
  margin-top: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mt-8em {
  margin-top: 8em !important;
}
@media screen and (max-width: 768px) {
  .mt-8em {
    margin-top: 5em !important;
  }
}

.min-height-67 {
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-67 {
    min-height: inherit;
    display: block;
  }
}

.min-height-85 {
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-85 {
    min-height: inherit;
    display: block;
  }
}

.min-height-90 {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-90 {
    min-height: inherit;
    display: block;
  }
}

.maw-240 {
  max-width: 240px;
}

.maw-200 {
  max-width: 200px;
}

.maw-335 {
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
}

.maw-440 {
  max-width: 440px;
}

.maw-550 {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}

.maw-610 {
  margin-left: auto;
  margin-right: auto;
  max-width: 610px;
}

.maw-680 {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.maw-720 {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.maw-850 {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.maw-860 {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.maw-900 {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.min-height-100 {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-100 {
    min-height: inherit;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-ta-left {
    text-align: left !important;
  }
  .sp-ta-center {
    text-align: center !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mt-15 {
    margin-top: 15px !important;
  }
  .sp-mt-2em {
    margin-top: 2em !important;
  }
  .sp-mt-3em {
    margin-top: 3em !important;
  }
  .sp-width-100 {
    width: 100%;
  }
  .sp-height-16 > img {
    max-height: 16px !important;
  }
  .sp-height-17 > img {
    max-height: 17px !important;
  }
  .sp-height-19 > img {
    max-height: 19px !important;
  }
  .sp-height-22 > img {
    max-height: 22px !important;
  }
  .sp-height-23 > img {
    max-height: 23px !important;
  }
  .sp-height-26 > img {
    max-height: 26px !important;
  }
  .sp-height-30 > img {
    max-height: 30px !important;
  }
  .sp-height-32 > img {
    max-height: 32px !important;
  }
  .sp-height-34 > img {
    max-height: 34px !important;
  }
  .sp-height-36 > img {
    max-height: 36px !important;
  }
  .sp-height-38 > img {
    max-height: 38px !important;
  }
  .sp-height-39 > img {
    max-height: 39px !important;
  }
  .sp-height-40 > img {
    max-height: 40px !important;
  }
  .sp-height-42 > img {
    max-height: 42px;
  }
  .sp-height-43 > img {
    max-height: 43px !important;
  }
  .sp-height-44 > img {
    max-height: 44px !important;
  }
  .sp-height-46 > img {
    max-height: 46px !important;
  }
  .sp-height-48 > img {
    max-height: 48px !important;
  }
  .sp-height-49 > img {
    max-height: 49px !important;
  }
  .sp-height-50 > img {
    max-height: 50px !important;
  }
  .sp-height-51 > img {
    max-height: 51px !important;
  }
  .sp-height-52 > img {
    max-height: 52px !important;
  }
  .sp-height-54 > img {
    max-height: 54px !important;
  }
  .sp-height-56 > img {
    max-height: 56px !important;
  }
  .sp-height-58 > img {
    max-height: 58px !important;
  }
  .sp-height-60 > img {
    max-height: 60px;
  }
  .sp-height-61 > img {
    max-height: 61px !important;
  }
  .sp-height-62 > img {
    max-height: 62px !important;
  }
  .sp-height-64 > img {
    max-height: 64px !important;
  }
  .sp-height-67 > img {
    max-height: 67px !important;
  }
  .sp-height-68 > img {
    max-height: 68px !important;
  }
  .sp-height-69 > img {
    max-height: 69px !important;
  }
  .sp-height-70 > img {
    max-height: 70px !important;
  }
  .sp-height-72 > img {
    max-height: 72px !important;
  }
  .sp-height-74 > img {
    max-height: 74px !important;
  }
  .sp-height-75 > img {
    max-height: 75px !important;
  }
  .sp-height-78 > img {
    max-height: 78px !important;
  }
  .sp-height-80 > img {
    max-height: 80px !important;
  }
  .sp-height-81 > img {
    max-height: 81px;
  }
  .sp-height-82 > img {
    max-height: 82px !important;
  }
  .sp-height-90 > img {
    max-height: 90px !important;
  }
  .sp-height-92 > img {
    max-height: 92px;
  }
  .sp-height-93 > img {
    max-height: 93px !important;
  }
  .sp-height-98 > img {
    max-height: 98px !important;
  }
  .sp-height-102 > img {
    height: 102px !important;
  }
  .sp-height-103 > img {
    height: 103px !important;
  }
  .sp-height-105 > img {
    height: 105px !important;
  }
  .sp-height-108 > img {
    max-height: 108px !important;
  }
  .sp-height-109 > img {
    max-height: 109px !important;
  }
  .sp-height-110 > img {
    max-height: 110px !important;
  }
  .sp-height-112 > img {
    max-height: 112px !important;
  }
  .sp-height-115 > img {
    max-height: 115px !important;
  }
  .sp-height-120 > img {
    max-height: 120px !important;
  }
  .sp-height-122 > img {
    max-height: 122px !important;
  }
  .sp-height-125 > img {
    max-height: 125px !important;
  }
  .sp-height-127 > img {
    max-height: 127px !important;
  }
  .sp-height-130 > img {
    max-height: 130px !important;
  }
  .sp-height-135 > img {
    max-height: 135px !important;
  }
  .sp-height-136 > img {
    max-height: 136px !important;
  }
  .sp-height-137 > img {
    max-height: 137px !important;
  }
  .sp-height-138 > img {
    max-height: 138px !important;
  }
  .sp-height-139 > img {
    max-height: 139px !important;
  }
  .sp-height-140 > img {
    max-height: 140px;
  }
  .sp-height-170 > img {
    max-height: 170px !important;
  }
  .sp-height-172 > img {
    max-height: 172px !important;
  }
  .sp-height-152 > img {
    max-height: 152px !important;
  }
  .sp-height-155 > img {
    max-height: 155px !important;
  }
  .sp-height-161 > img {
    max-height: 161px !important;
  }
  .sp-height-164 > img {
    max-height: 164px !important;
  }
  .sp-height-174 > img {
    max-height: 174px !important;
  }
  .sp-height-175 > img {
    max-height: 175px !important;
  }
  .sp-height-182 > img {
    max-height: 182px !important;
  }
  .sp-height-208 > img {
    max-height: 208px !important;
  }
  .sp-height-225 > img {
    max-height: 225px !important;
  }
  .sp-height-235 > img {
    max-height: 235px !important;
  }
  .sp-height-242 > img {
    max-height: 242px !important;
  }
  .sp-height-245 > img {
    max-height: 245px !important;
  }
  .sp-height-300 > img {
    max-height: 300px !important;
  }
  .sp-height-353 > img {
    max-height: 353px !important;
  }
  .sp-height-378 > img {
    max-height: 378px !important;
  }
  .sp-maw-150 {
    max-width: 150px;
  }
  .sp-maw-180 {
    max-width: 180px;
  }
  .sp-maw-200 {
    max-width: 200px !important;
  }
  .sp-maw-210 {
    max-width: 210px !important;
  }
  .sp-maw-230 {
    max-width: 230px;
  }
  .sp-maw-270 {
    max-width: 270px !important;
  }
  .sp-maw-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-maw-346 {
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style-1 {
  margin-top: -20px;
  text-align: right;
}
.style-1 + * {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .style-1 {
    margin-top: 40px;
    text-align: center;
  }
  .style-1 + * {
    margin-top: 30px;
  }
}

.btn-wrap {
  margin-top: 60px;
  text-align: center;
}
.btn-wrap a {
  display: inline-block;
}
.btn-wrap a:hover {
  opacity: 0.6;
}
.btn-wrap-caption {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */