@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: 20px;
  width: 20px;
  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: 20px;
  width: 20px;
  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: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background: #ccc;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}
.slick-dots li.slick-active button:before {
  background: #ff0000;
  box-shadow: 0px 0px 10px #FFF361;
}

/* リセット
---------------------------------------------------------- */
/* 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.6);
    position: relative;
    z-index: 100;
  }
  img.ani-zoom.sp:hover {
    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%;
}

.footer {
  padding: 68px 0;
}
.footer .copyright {
  margin-top: 25px;
}
.footer .copyright > small {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 100px;
  }
  .footer .copyright {
    margin-top: 14px;
  }
  .footer .copyright > small {
    font-size: 8px;
  }
  .footer .trainer-web {
    max-width: 70%;
  }
}

.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
  ----------------------------------------*/
.share {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
}
.share-list {
  display: flex;
  width: 64.84375%;
  margin: 0 auto;
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .share-list {
    width: 60%;
    overflow: hidden;
    padding: 0;
  }
}
.share-list li {
  width: 30.1204819277%;
  border: solid 1px #fff;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .share-list li {
    width: 55px;
    border: none;
    border-radius: 0;
    padding: 10% 0;
  }
}
.share-list li:hover {
  opacity: 0.6;
}
.share-list li:nth-child(2) a img {
  margin-top: 1%;
}
@media screen and (max-width: 768px) {
  .share-list li:nth-child(2) a img {
    margin-top: 8%;
  }
}
.share-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .share-list li a {
    padding: 5% 0;
  }
}
.share-list li a img {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .share-list li a img {
    width: 50%;
  }
}
.share-list li a span {
  font-size: 16px;
  padding-left: 3%;
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  .share-list li a span {
    padding-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .share-list li a span {
    display: none;
  }
}
.share-list li a:hover {
  text-decoration: none !important;
}

.footer {
  position: relative;
  z-index: 100;
  background-color: #000;
  font-size: 10px;
  padding: 5% 0;
  box-sizing: border-box;
  color: #999;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 140px;
  }
}
.footer a {
  color: #aaa;
}
.footer a:visited {
  color: #aaa;
}
.footer .footer-inner {
  max-width: 1280px;
  margin: 0 5%;
}
.footer .trainer_web {
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1.4px;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .footer .trainer_web {
    font-size: 1.2em;
  }
}
.footer .trainer_web a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
.footer .trainer_web a:before {
  content: "";
  display: block;
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.footer .note {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 0.1px;
  margin-top: 18px;
}
.footer .note a {
  text-decoration: underline;
}
.footer .note a:hover {
  text-decoration: none;
}
.footer .copyright {
  line-height: 1.4;
}
.footer .copyright small {
  letter-spacing: 0.3px;
}

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: #1D1D1D;
  box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
}

.header-menu-button:after, .header-menu-button:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 4px;
  background: #F36E22;
  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: #F36E22;
  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 {
  box-shadow: none;
}

.header-menu-button.is-open:after, .header-menu-button.is-open:before {
  margin-top: -2px;
  transform: rotate(45deg);
}

.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: 120px 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(243, 110, 34, 0.7);
  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 40px 15px 0;
  }
  .modal-menu-list > li > a img {
    max-height: 20px;
  }
}

.modal-menu-list > li > a:hover {
  color: #F36E22;
}

#PageTop {
  margin: 0;
  height: 0;
  margin-top: -48px;
  margin-bottom: 48px;
}
body {
  background: #1c1c1c;
  font-size: 18px;
  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 center/cover;
  content: "";
  z-index: -1;
  transform: translate(0, 0, 0);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
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: 100px 20px;
  position: relative;
}
.section:last-child {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 50px 20px;
  }
}
.section .section-inner {
  max-width: 1060px;
  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: 0;
  background: #1c1c1c;
}
@media screen and (max-width: 1200px) {
  .section.section-hero {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section.section-hero {
    padding-bottom: 0;
  }
}
.section.section-cardlist {
  padding: 0 20px;
  height: 0;
  margin-top: -160px;
  margin-bottom: 160px;
}
.section.section-cardlist > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section.section-cardlist {
    margin-top: -90px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1441px) {
  .section.section-cardlist {
    margin-top: -12vw;
    margin-bottom: 12vw;
  }
}
.section.section-mega {
  position: relative;
  padding: 0;
  background: #1c1c1c;
  margin-bottom: -20px;
}
.section.section-mega > .section-inner {
  max-width: 1440px;
  position: relative;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .section.section-mega {
    padding: 20px 0 0;
    margin-top: -1px;
    margin-bottom: -10px;
  }
}
.section.section-mega2 {
  padding: 100px 20px;
  background: #1c1c1c url(../images/bg-mega2-01.png) no-repeat center top;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section.section-mega2 {
    background-image: url("../images/bg-mega2-01_sp.png");
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .section.section-mega2 {
    padding: 0 20px;
  }
}
@media screen and (min-width: 2001px) {
  .section.section-mega2 {
    background-size: 100% auto;
  }
}
.section.section-zoom {
  padding-top: 0;
  margin-bottom: -1px;
  background: #1c1c1c;
}
.section.section-mega3 {
  padding-top: 230px;
  background: url("../images/bg-mega3-01.png") no-repeat center top;
}
@media screen and (max-width: 768px) {
  .section.section-mega3 {
    padding-top: 100px;
    background-size: 100% auto;
    background-image: url("../images/bg-mega3-01_sp.png");
  }
}
@media screen and (min-width: 2001px) {
  .section.section-mega3 {
    background-size: 100% auto;
  }
}
.section.section-product {
  padding-top: 280px;
  background: url("../images/bg-product-01.png") no-repeat center top;
}
@media screen and (max-width: 768px) {
  .section.section-product {
    background-image: url("../images/bg-product-01_sp.png");
    background-size: 100% auto;
    padding-top: 20vw;
  }
}
@media screen and (min-width: 2001px) {
  .section.section-product {
    background-size: 100% auto;
  }
}

.hero-visual {
  text-align: center;
  position: relative;
}
.hero-visual:before {
  display: none;
  content: "";
  height: 200px;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background: 238ac4;
  background: linear-gradient(to bottom, #238ac4, rgba(35, 138, 196, 0));
}
.hero-visual img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero-visual:before {
    display: none;
  }
}

.head-h1 {
  text-align: center;
}
.head-h1 + p {
  text-align: center;
  margin-top: 1.5em;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .head-h1 + p {
    font-size: 16px;
  }
}

.head-h2 {
  margin-top: 100px;
  text-align: center;
}
.head-h2 + .head-h3 {
  margin-top: 60px;
}
.head-h2.sr, .head-h2.ar {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .head-h2 {
    margin-top: 60px;
  }
  .head-h2 + .head-h3 {
    margin-top: 40px;
  }
  .head-h2.sr, .head-h2.ar {
    margin-top: 100px;
  }
}

.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;
}

.block-section {
  margin-top: 80px;
}
.block-section > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .block-section {
    margin-top: 60px;
  }
}

.block-section2 {
  margin-top: 20px;
}
.block-section2 > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .block-section2 {
    margin-top: 40px;
  }
}

.block-topic a {
  display: block;
  color: inherit;
  max-width: 293px;
  margin-left: auto;
  margin-right: auto;
}
.block-topic a:hover {
  opacity: 0.6;
}
.block-topic-text {
  margin-top: 1em;
}

.list-deck {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.list-deck > li {
  width: calc(33.333% - 13.3333333333px);
}
.list-deck > li img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .list-deck {
    gap: 10px;
    margin-top: 36px;
  }
  .list-deck > li {
    width: calc(50% - 5px);
  }
}

.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-border {
  background: #FEF9C6;
  padding: 14px;
  border-radius: 30px;
  margin: 60px auto 0;
  max-width: 928px;
}
.box-border-inner {
  background: linear-gradient(to bottom, #0055A1, #5C9BAE);
  border-radius: 16px;
  padding: 60px;
  color: #fff;
}
.box-border-inner > *:first-child {
  margin-top: 0;
}
.box-border + .box-border {
  margin-top: 80px;
}
.box-border--color {
  background: #F4B5D2;
}
.box-border--color .box-border-inner {
  background: #CDF5F8;
  color: #000;
}
.box-border--color2 {
  background: #EBDAFF;
}
.box-border--color2 .box-border-inner {
  background: linear-gradient(to right bottom, #bcc7d3, #afc3d0, #b8c5d1, #eaeff4, #dce3ea, #d2dbe4);
  color: #000;
}
.box-border .lyt-block + .lyt-block {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .box-border {
    margin-top: 30px !important;
    max-width: 500px;
    padding: 8px;
  }
  .box-border-inner {
    padding: 30px 22px;
    border-radius: 22px;
  }
  .box-border .lyt-block + .lyt-block {
    margin-top: 60px;
  }
}

.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: 24px;
  font-weight: bold;
}
@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: 18px;
  }
}

.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;
}
.lyt-news {
  margin: 50px auto 0;
  text-align: center;
  position: relative;
}
.lyt-news-item {
  display: inline-block;
  vertical-align: top;
  max-width: 330px;
  padding: 0 15px;
}
.lyt-news a {
  display: inline-block;
}
.lyt-news a:hover {
  opacity: 0.6;
}
.lyt-news-caption {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.lyt-news-caption + .lyt-news-caption {
  margin-top: 8px;
}
.lyt-news .slick-arrow {
  position: absolute;
  bottom: -2px;
  border: none;
  background: transparent url(../images/icon-arrow-1.png) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: 12px 24px;
  color: transparent;
  overflow: hidden;
}
.lyt-news .slick-arrow.slick-disabled {
  display: none !important;
}
.lyt-news .slick-arrow.slick-prev {
  left: 20px;
  transform: scaleX(-1);
}
.lyt-news .slick-arrow.slick-next {
  right: 20px;
}
.lyt-news .slick-dots {
  margin-top: 40px;
  text-align: center;
}
.lyt-news .slick-dots > li {
  display: inline-block;
  padding: 0 4px;
}
.lyt-news .slick-dots > li button {
  color: transparent;
  font-size: 10px;
  background: #fff;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  overflow: hidden;
  padding: 0;
}
.lyt-news .slick-dots > li.slick-active button {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .lyt-news {
    margin-top: 32px;
    display: flex;
    justify-content: center;
  }
  .lyt-news-item {
    max-width: 290px;
    padding: 0 10px;
  }
  .lyt-news-caption {
    font-size: 15px;
  }
}

.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--evo2 {
  flex-wrap: wrap;
  margin-top: 0 !important;
  gap: 3%;
}
.lyt-block--evo2 .lyt-block-image {
  width: 47%;
}
.lyt-block--evo2 .lyt-block-image .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo2 .lyt-block-image2 {
  width: 33%;
  padding-top: 25px;
}
.lyt-block--evo2 .lyt-block-image2 .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo2 .lyt-block-image2 .img-card-head {
  margin-top: 45px;
}
.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--evo2 .lyt-block-evo {
    width: 100%;
  }
}
.lyt-block--evo2.lyt-block--reverse .lyt-block-image {
  order: 3;
}
.lyt-block--evo2.lyt-block--reverse .lyt-block-evo {
  order: 2;
  margin-right: -5%;
  margin-left: -1%;
}
.lyt-block--evo2.lyt-block--reverse .lyt-block-image2 {
  order: 1;
}
.lyt-block--evo2 .img-card-head {
  margin-left: -34px;
  margin-right: -34px;
}
.lyt-block--campaign {
  gap: 6% 4%;
  margin: 20px auto !important;
}
.lyt-block--campaign .lyt-block-image {
  width: 45%;
}
.lyt-block--campaign .lyt-block-content {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .lyt-block--campaign {
    margin: 0 auto !important;
    gap: 40px 4%;
  }
  .lyt-block--campaign .lyt-block-image {
    width: 100%;
  }
  .lyt-block--campaign .lyt-block-content {
    width: 100%;
  }
}
.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--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: 40px;
}
@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;
}
@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-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;
  }
}

.ani-zoom {
  transition: 0.3s;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1000;
}
.ani-zoom:hover {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .ani-zoom:hover {
    cursor: default;
    transform: scale(1.4);
    z-index: 2000;
  }
  .ani-zoom.sp:hover {
    transform: scale(1);
  }
}
.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-close2 {
  width: 1052px;
  position: fixed;
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  text-align: right;
}
.modal-content-close2 > a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .modal-content-close2 {
    width: 100%;
    position: static;
    transform: none;
    z-index: inherit;
    margin-top: -30px;
  }
}
.modal-content-wrap {
  position: relative;
  padding: 40px 20px 20px;
}
.modal-content-wrap:before, .modal-content-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: -42px;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(21, 34, 64, 0.5), rgba(21, 34, 64, 0));
}
.modal-content-wrap:after {
  top: auto;
  bottom: -22px;
  background: linear-gradient(to bottom, rgba(21, 34, 64, 0), rgba(21, 34, 64, 0.5));
}
.modal-content-wrap > * {
  position: relative;
  z-index: 2;
}
.modal-content-inner {
  position: relative;
  width: 100%;
  max-width: 852px;
  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: 10px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-box {
    margin-top: 10px;
  }
}
.modal-box:before, .modal-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #F26E22;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .modal-box:before, .modal-box:after {
    height: 6px;
  }
}
.modal-box:before {
  top: 0;
  border-radius: 10px 10px 0 0;
}
.modal-box:after {
  bottom: 0;
  border-radius: 0 0 10px 10px;
}
.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);
  }
}

.modal-content2 {
  position: fixed;
  z-index: 8000;
  width: 100%;
  height: 100vh;
  background: rgba(29, 29, 29, 0.6);
  display: none;
  top: 0;
  left: 0;
}
.modal-content2: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-content2-wrap {
  width: 100%;
  position: relative;
  text-align: center;
  height: 100%;
}
.modal-content2-wrap:before, .modal-content2-wrap:after {
  content: "";
  display: block;
  position: fixed;
  top: -42px;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(21, 34, 64, 0.5), rgba(21, 34, 64, 0));
}
.modal-content2-wrap:after {
  top: auto;
  bottom: -22px;
  background: linear-gradient(to bottom, rgba(21, 34, 64, 0), rgba(21, 34, 64, 0.5));
}
.modal-content2-wrap > * {
  position: relative;
  z-index: 2;
}
.modal-content2-image {
  display: none;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.modal-content2-image img {
  width: auto;
  height: auto;
  max-height: 100vh;
  max-width: 100vw;
}
@media screen and (min-width: 1041px) {
  .modal-content2-image img {
    max-width: 1040px;
  }
}

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-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-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-36 > img {
    max-height: 36px !important;
  }
  .sp-height-38 > img {
    max-height: 38px !important;
  }
  .sp-height-40 > img {
    max-height: 40px !important;
  }
  .sp-height-42 > img {
    max-height: 42px;
  }
  .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-52 > img {
    max-height: 52px !important;
  }
  .sp-height-54 > img {
    max-height: 54px !important;
  }
  .sp-height-58 > img {
    max-height: 58px !important;
  }
  .sp-height-60 > img {
    max-height: 60px;
  }
  .sp-height-62 > img {
    max-height: 62px !important;
  }
  .sp-height-64 > img {
    max-height: 64px !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-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-125 > img {
    max-height: 125px !important;
  }
  .sp-height-127 > img {
    max-height: 127px;
  }
  .sp-height-135 > img {
    max-height: 135px !important;
  }
  .sp-height-137 > img {
    max-height: 137px !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-152 > img {
    max-height: 152px !important;
  }
  .sp-height-174 > img {
    max-height: 174px !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-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;
  }
}

.m2-mega {
  position: relative;
}
.m2-mega-item:nth-child(1), .m2-mega-item:nth-child(2), .m2-mega-item:nth-child(3) {
  opacity: 0;
  transition: 0.3s;
}
.m2-mega-item:nth-child(1), .m2-mega-item:nth-child(3) {
  position: absolute;
  top: 50%;
  right: -50%;
}
@media screen and (max-width: 768px) {
  .m2-mega-item:nth-child(1), .m2-mega-item:nth-child(3) {
    position: relative;
  }
}
.m2-mega-item:nth-child(1) {
  margin-top: -22vw;
}
.m2-mega-item:nth-child(1) img {
  max-width: 87vw;
}
@media screen and (min-width: 1441px) {
  .m2-mega-item:nth-child(1) {
    margin-top: -300px;
  }
  .m2-mega-item:nth-child(1) img {
    max-width: 1250px;
  }
}
@media screen and (max-width: 768px) {
  .m2-mega-item:nth-child(1) {
    margin-top: 0;
    margin-bottom: -48vw;
  }
  .m2-mega-item:nth-child(1) img {
    max-width: 100%;
    max-height: 100% !important;
  }
}
.m2-mega-item:nth-child(3) {
  margin-top: -4vw;
  margin-right: -6vw;
  right: auto;
  left: calc(42vw + 50%);
}
.m2-mega-item:nth-child(3) img {
  max-width: 87vw;
}
@media screen and (min-width: 1441px) {
  .m2-mega-item:nth-child(3) {
    margin-top: -10px;
  }
  .m2-mega-item:nth-child(3) img {
    max-width: 1242px;
    max-height: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .m2-mega-item:nth-child(3) {
    margin-top: 0;
    margin-right: 0;
    right: 0;
    left: auto;
  }
  .m2-mega-item:nth-child(3) img {
    max-width: 100%;
    max-height: 100% !important;
  }
}
.m2-mega-item:nth-child(2) {
  position: relative;
  z-index: 2;
  margin-left: -3vw;
  left: -50%;
}
.m2-mega-item:nth-child(2) img {
  max-width: 61vw;
}
@media screen and (min-width: 1441px) {
  .m2-mega-item:nth-child(2) img {
    max-width: 862px;
  }
}
@media screen and (max-width: 768px) {
  .m2-mega-item:nth-child(2) {
    margin-left: 0;
    margin-bottom: -44vw;
  }
  .m2-mega-item:nth-child(2) img {
    max-width: 100%;
  }
}
.m2-mega.is-show .m2-mega-item:nth-child(1), .m2-mega.is-show .m2-mega-item:nth-child(2), .m2-mega.is-show .m2-mega-item:nth-child(3) {
  opacity: 1;
}
.m2-mega.is-show .m2-mega-item:nth-child(1) {
  right: 0;
}
.m2-mega.is-show .m2-mega-item:nth-child(3) {
  left: 42vw;
}
@media screen and (max-width: 768px) {
  .m2-mega.is-show .m2-mega-item:nth-child(3) {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1441px) {
  .m2-mega.is-show .m2-mega-item:nth-child(3) {
    left: 590px;
  }
}
.m2-mega.is-show .m2-mega-item:nth-child(2) {
  left: 0;
}

.m2-mega2 {
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m2-mega2 {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.m2-mega2-item {
  position: relative;
}
.m2-mega2-item:nth-child(2) {
  order: 2;
}
@media screen and (max-width: 768px) {
  .m2-mega2-item:nth-child(2) {
    order: 1;
    width: 70%;
  }
}
.m2-mega2-item:nth-child(3) {
  order: 1;
}
@media screen and (max-width: 768px) {
  .m2-mega2-item:nth-child(3) {
    order: 2;
    width: 50%;
  }
}
.m2-mega2-item:nth-child(4) {
  order: 3;
}
@media screen and (max-width: 768px) {
  .m2-mega2-item:nth-child(4) {
    width: 50%;
  }
}
.m2-mega2-name {
  margin-top: -5px;
}
.m2-zoom {
  position: relative;
}
.m2-zoom-button, .m2-zoom-image, .m2-zoom-text {
  position: relative;
  z-index: 2;
}
.m2-zoom-image {
  text-align: center;
}
.m2-zoom-image a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m2-zoom-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.m2-zoom-text {
  margin-top: 2em;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m2-zoom-text {
    font-size: 15px;
    margin-top: -40px;
  }
}

.m2-box {
  border-radius: 10px;
  position: relative;
  margin-top: 50px;
  padding: 60px 80px 90px;
  text-align: center;
  background: url("../images/bg-box-01.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 1000px) {
  .m2-box {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .m2-box {
    padding: 40px 19px 66px;
  }
}
.m2-box + .m2-box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .m2-box + .m2-box {
    margin-top: 50px;
  }
}
.m2-box:before, .m2-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #E4007F 10%, #01A1E3 50%, #6FB92C 90%);
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .m2-box:before, .m2-box:after {
    height: 6px;
  }
}
.m2-box:before {
  top: 0;
  border-radius: 10px 10px 0 0;
}
.m2-box:after {
  bottom: 0;
  border-radius: 0 0 10px 10px;
}

.m2-mega3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 20px 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .m2-mega3 {
    margin-top: 20px;
    gap: 10px 0;
  }
}
.m2-mega3--reverse .m2-mega3-left {
  order: 2;
}
@media screen and (max-width: 768px) {
  .m2-mega3--reverse .m2-mega3-left {
    order: 1;
  }
}
.m2-mega3--reverse .m2-mega3-right {
  order: 1;
}
@media screen and (max-width: 768px) {
  .m2-mega3--reverse .m2-mega3-right {
    order: 2;
  }
}
.m2-mega3-left {
  width: calc(37% - 5px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .m2-mega3-left {
    width: 70%;
  }
}
.m2-mega3-left .m2-mega3-card {
  margin: 0 -16px;
}
@media screen and (max-width: 768px) {
  .m2-mega3-left .m2-mega3-card {
    margin: 0;
  }
}
.m2-mega3-right {
  width: calc(63% - 5px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 5px 0;
}
.m2-mega3-right .m2-mega3-name {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .m2-mega3-right {
    width: 100%;
  }
  .m2-mega3-right .m2-mega3-name img {
    vertical-align: baseline;
  }
}
.m2-mega3-head2 {
  text-align: center;
  width: 100%;
}
.m2-mega3-item {
  width: 50%;
}
.m2-mega3-item .m2-mega3-card {
  margin: 0 -16px;
}
@media screen and (max-width: 768px) {
  .m2-mega3-item .m2-mega3-card {
    margin: 0 -6px;
  }
}
.m2-mega3-card, .m2-mega3-name {
  position: relative;
  z-index: 2;
}
.m2-mega3-name {
  margin-top: 5px;
}

.m2-mega4 {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m2-mega4 {
    margin-top: 10px;
  }
}
.m2-mega4-item {
  position: relative;
  z-index: 2;
  width: 22.6%;
}
@media screen and (max-width: 768px) {
  .m2-mega4-item {
    display: none;
  }
}
.m2-mega4-item:nth-child(3) {
  width: 54.8%;
}
@media screen and (max-width: 768px) {
  .m2-mega4-item:nth-child(3) {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.m2-mega4-item > div + div {
  margin-top: 30px;
}
.m2-mega4-name {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .m2-mega4-name {
    margin-top: 0;
  }
}
.m2-mega4-text {
  margin-top: 12px;
  font-size: 10px;
  text-align: left;
  padding-left: 1em;
  margin-left: -1em;
  margin-right: -1em;
}
@media screen and (max-width: 768px) {
  .m2-mega4--sp {
    margin-top: 20px;
    overflow-x: scroll;
    width: calc(100% + 78px);
    margin-right: -39px;
    margin-left: -39px;
    padding: 0 39px 20px;
    -webkit-overflow-scrolling: touch;
  }
  .m2-mega4--sp::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .m2-mega4--sp .m2-mega4-scroll {
    display: inline-flex !important;
    gap: 10px;
  }
  .m2-mega4--sp .m2-mega4-scroll > div {
    width: 145px;
  }
  .m2-mega4--sp .m2-mega4-name {
    margin-top: 12px;
  }
  .m2-mega4--sp .m2-mega4-text {
    text-align: center;
    font-size: 9.5px;
    padding-left: 0;
  }
  .m2-mega4--sp .m2-mega4-text > span {
    text-indent: inherit !important;
  }
  .m2-mega4--sp .m2-mega4-swipe {
    margin-top: 20px;
    text-align: center;
  }
}

.m2-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 789px;
}
@media screen and (max-width: 768px) {
  .m2-effect {
    width: calc(100% + 40px);
    transform: translateX(-50%);
    top: 5vw;
  }
}

.m2-effect2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1450px;
}

.m2-effect3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 474px;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .m2-effect3 {
    margin-left: 1vw;
    width: 96vw;
    top: -8vw;
    transform: translateX(-50%);
  }
}

.m2-effect4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 542px;
  margin-left: 30px;
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .m2-effect4 {
    margin-left: 1vw;
    width: 96vw;
    top: -3vw;
    transform: translateX(-50%);
  }
}

.m2-effect5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 493px;
  margin-left: -32px;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .m2-effect5 {
    margin-left: 1vw;
    width: 96vw;
    top: -3vw;
    transform: translateX(-50%);
  }
}

.m2-effect6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 510px;
  margin-left: -15px;
  margin-top: -26px;
}
@media screen and (max-width: 768px) {
  .m2-effect6 {
    margin-left: 1vw;
    width: 104vw;
    top: -3vw;
    margin-left: -1vw;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=style.css.map */