@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
/* リセット
---------------------------------------------------------- */
/* 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;
  -webkit-box-sizing: border-box;
          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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

body {
  color: #000;
  background: #fff;
}
body a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  img.ani-zoom {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  img.ani-zoom:hover {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    position: relative;
    z-index: 100;
  }
  img.ani-zoom.sp:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#PageTop {
  position: relative;
  z-index: 700;
}

#PageTop2 {
  position: fixed;
  bottom: 60px;
  right: 60px;
  opacity: 0;
  z-index: 700;
  -webkit-transition: 0.3s;
  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;
    -webkit-box-sizing: border-box;
    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: .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 {
    -webkit-transition: opacity 0.3s;
    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: 335px;
  }
  .modal-card.is-show {
    opacity: 1;
    z-index: 9999;
  }
}

.share-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .note {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: .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: .3px;
}

header.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}

.header-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 5000;
}

@media screen and (max-width: 768px) {
  .header-menu {
    top: 10px;
    right: 10px;
  }
}
.header-menu-button {
  position: relative;
  background: #000;
  border-radius: 6px;
  border: 1px solid #fff;
}

.header-menu-button:after, .header-menu-button:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 11px;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .header-menu-button:after, .header-menu-button:before {
    width: 26px;
    height: 3px;
    margin-top: -10px;
    left: 9px;
  }
}
.header-menu-button:after {
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  .header-menu-button:after {
    margin-top: 8px;
  }
}
.header-menu-button > a {
  width: 62px;
  height: 62px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}

.header-menu-button > a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 11px;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  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: 44px;
    height: 44px;
  }

  .header-menu-button > a:before {
    width: 26px;
    height: 3px;
    margin-top: -1px;
    left: 9px;
  }
}
.header-menu-button.is-open:after, .header-menu-button.is-open:before {
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-menu-button.is-open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-menu-button.is-open > a:before {
  opacity: 0;
}

.modal-menu {
  position: fixed;
  top: 0;
  right: -110%;
  width: 525px;
  height: 100%;
  z-index: 3000;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

@media screen and (max-width: 768px) {
  .modal-menu {
    width: 100%;
  }
}
.modal-menu.is-open {
  right: 0;
}

.modal-menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.modal-menu-inner {
  max-width: 525px;
  background: #FFFCE8;
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  padding: 120px 60px 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .modal-menu-inner {
    padding: 60px 20px 80px;
  }
}
.modal-menu-list {
  color: #000;
}

.modal-menu-list a {
  color: #000;
}

.modal-menu-list > li {
  border-bottom: 4px dotted #CBCBCB;
  margin-top: 0;
}

.modal-menu-list > li > a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 40px 20px 20px;
  position: relative;
  line-height: 1.5;
}

.modal-menu-list > li > a:before {
  content: "";
  width: .6em;
  height: .6em;
  border: 2px solid #CBCBCB;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  -webkit-transition: .3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-menu-list > li > a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .modal-menu-list > li > a {
    font-size: 14px;
    padding-left: 10px;
  }

  .modal-menu-list > li > a > .icon {
    width: 30px;
    left: -25px;
  }
}
body {
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  position: relative;
  line-height: 1.5;
}
body:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff url("../images/body-bg-1.jpg") no-repeat center center/cover;
  content: "";
  z-index: -1;
  -webkit-transform: translate(0, 0, 0);
          transform: translate(0, 0, 0);
}
body a {
  color: #4A1708;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  body:before {
    background-image: url("../images/body-bg-1_sp.jpg");
  }
}

main {
  line-height: 1.5;
  overflow: hidden;
}

header.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: 150px;
  }
}
.header-logo > a:hover {
  opacity: 0.6;
}

.nav-global {
  background: #000;
}
.nav-global-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1736px;
  margin: 0 auto;
}
.nav-global-inner > li > a {
  display: block;
}
.nav-global-inner > li > a:hover {
  opacity: 0.6;
}
.nav-global.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 900;
}

.section {
  padding: 80px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 40px 20px;
  }
}
.section > .section-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.section > .section-inner > *:first-child {
  margin-top: 0;
}

.section-hero {
  padding: 0;
}

.hero-visual > img {
  width: 100%;
}

.section-about {
  padding-top: 0;
}
.section-about .about-head {
  text-align: center;
}
.section-about .about-head + .about-head {
  margin-top: 40px;
}
.section-about p {
  margin-top: 2em;
}

.section-deck .list-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 38px;
}
.section-deck .list-deck-item {
  width: 25%;
  padding: 0 12px;
  margin-top: 24px;
  text-align: center;
}
.section-deck .list-deck-item > a {
  display: inline-block;
}
.section-deck .list-deck-item > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .section-deck .list-deck {
    margin-top: 15px;
  }
  .section-deck .list-deck-item {
    width: 50%;
    margin-top: 15px;
  }
}

.head-section {
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.head-section:first-child {
  margin-top: 0;
}
.head-section img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.head-section + .head-section {
  margin-top: 50px;
}
.head-section--border {
  border: 1px solid #fff;
  border-width: 1px 0;
  padding: 25px 20px;
}
@media screen and (max-width: 768px) {
  .head-section {
    margin-top: 40px;
  }
  .head-section + .head-section {
    margin-top: 32px;
  }
  .head-section--border {
    padding: 18px 10px;
  }
}

@media screen and (max-width: 768px) {
  h2.head-section {
    margin-top: 80px;
  }
}

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

.head-image {
  margin-top: 60px;
  text-align: center;
}
.head-image + * {
  margin-top: 20px !important;
}

p.text {
  margin-top: 2em;
}

p.text2 {
  font-size: 16px;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  p.text2 {
    margin-top: 1.5em;
  }
}

.line-dot {
  border: 4px dotted #959595;
  border-width: 4px 0 0;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .line-dot {
    margin: 45px 0;
  }
}

.line-solid {
  border: 1px solid #959595;
  border-width: 1px 0 0;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .line-solid {
    margin: 30px 0;
  }
}

p + .lyt-movie {
  margin-top: 1.5em;
}

.lyt-movie {
  text-align: center;
  margin: 100px auto 0;
  max-width: 980px;
}
.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: 32px;
  }
}

.lyt-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}
.lyt-modal-item {
  width: 50%;
  padding: 0 24px;
}
.lyt-modal-item > *:first-child {
  margin-top: 0;
}
.lyt-modal-head {
  font-weight: bold;
  font-size: 26px;
  margin-top: 30px;
}
.lyt-modal-head2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.lyt-modal-box {
  background: #fff;
  padding: 30px 24px;
  margin-top: 30px;
}
.lyt-modal p {
  font-size: 16px;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .lyt-modal {
    display: block;
    margin-top: 30px;
  }
  .lyt-modal-item {
    width: 100%;
    padding: 0;
  }
  .lyt-modal-item:not(:first-child) {
    margin-top: 30px;
  }
  .lyt-modal-item:nth-child(2) {
    padding: 0 10px;
  }
  .lyt-modal-item:nth-child(2) .lyt-modal2 {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .lyt-modal-item:nth-child(2) .wrap-btn {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .lyt-modal-head {
    font-size: 16px;
  }
  .lyt-modal-head2 {
    font-size: 16px;
  }
  .lyt-modal-box {
    padding: 20px 16px;
  }
  .lyt-modal-box .img-card-head > img {
    max-height: 16px;
  }
}

.lyt-modal2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 30px;
}
.lyt-modal2-item {
  width: 50%;
  padding: 0 8px;
}
.lyt-modal2-item:nth-child(n+3) {
  margin-top: 30px;
}
.lyt-modal2-item--wide {
  width: 100%;
}
.lyt-modal2-item--wide + .lyt-modal2-item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .lyt-modal2 {
    margin-top: 15px;
  }
  .lyt-modal2-item {
    padding: 0;
  }
  .lyt-modal2-item .img-card {
    padding: 0 10px;
  }
}

.lyt-modal3 {
  max-width: 500px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lyt-modal3-item {
  width: 50%;
  padding: 0;
}
.lyt-modal3-item:first-child {
  text-align: center;
}
.lyt-modal3-head {
  font-weight: bold;
  font-size: 26px;
}
.lyt-modal3-banner {
  margin-top: 10px;
}
.lyt-modal3-banner > a {
  display: inline-block;
}
.lyt-modal3-banner > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .lyt-modal3 {
    margin-top: 32px;
    display: block;
  }
  .lyt-modal3-item {
    margin-top: 20px;
    width: 100%;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-right: 0 !important;
  }
  .lyt-modal3-head {
    font-size: 16px;
  }
}

.lyt-banner {
  margin-top: 50px;
  text-align: center;
}
.lyt-banner a {
  display: block;
}
.lyt-banner a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .lyt-banner {
    margin-top: 32px;
  }
}

.lyt-cardlist {
  text-align: center;
}
.lyt-cardlist-item:nth-child(n+2) {
  margin-top: 40px;
}
.lyt-cardlist-item > a {
  display: inline-block;
}
.lyt-cardlist-item > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .lyt-cardlist-item:nth-child(n+2) {
    margin-top: 24px;
  }
}

.lyt-image {
  text-align: center;
  margin: 50px 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: 32px;
  }
  .lyt-image-caption {
    font-size: 16px;
  }
}

.lyt-news {
  margin: 50px auto 0;
  text-align: center;
  position: relative;
}
.lyt-news-item {
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
  padding: 0 15px;
}
.lyt-news a {
  display: inline-block;
}
.lyt-news a:hover {
  opacity: 0.6;
}
.lyt-news-caption {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.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;
  -webkit-transform: scaleX(-1);
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lyt-news-item {
    max-width: 50%;
    padding: 0 10px;
  }
  .lyt-news-item > a {
    max-width: 150px;
  }
  .lyt-news-caption {
    font-size: 16px;
  }
}

.deco-notes {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.box-fill {
  margin-top: 60px;
  background: url(../images/box-bg-4.png) no-repeat 0 0/100% 100%;
  padding: 90px;
}
.box-fill > *:first-child {
  margin-top: 0;
}
.box-fill-head {
  text-align: center;
}
.box-fill p {
  margin-top: 2em;
}
.box-fill p + p {
  margin-top: 1em;
}
.box-fill p.txt-notes {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .box-fill {
    padding: 40px 30px;
    margin-top: 30px;
  }
  .box-fill p.txt-notes {
    font-size: 12px;
  }
}

.box-fill2 {
  margin-top: 60px;
  background: url(../images/box-bg-4.png) no-repeat 0 0/100% 100%;
  padding: 6px;
}
.box-fill2-inner {
  padding: 90px;
  background: #fff;
}
.box-fill2-inner > *:first-child {
  margin-top: 0;
}
.box-fill2-head {
  text-align: center;
}
.box-fill2 .line-dot {
  margin-left: -86px;
  margin-right: -86px;
}
@media screen and (max-width: 1000px) {
  .box-fill2-inner {
    padding: 60px;
  }
  .box-fill2 .line-dot {
    margin-left: -56px;
    margin-right: -56px;
  }
}
@media screen and (max-width: 768px) {
  .box-fill2 {
    margin-top: 32px;
  }
  .box-fill2-inner {
    padding: 40px 32px;
  }
  .box-fill2 .line-dot {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.box-ball {
  margin-top: 60px;
  background: #fff;
  padding: 90px;
  border: 5px solid #959595;
}
.box-ball > *:first-child {
  margin-top: 0;
}
.box-ball--narrow {
  padding: 60px;
}
.box-ball .lyt-block {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .box-ball {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .box-ball {
    margin-top: 30px;
    padding: 32px;
    border-width: 3px;
  }
  .box-ball .lyt-block-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.box-ball2 {
  margin-top: 60px;
  background: #F0F0F0;
  padding: 88px 100px;
}
.box-ball2 > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .box-ball2 {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .box-ball2 {
    margin-top: 30px;
    padding: 32px;
  }
  .box-ball2 .lyt-block-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.text-product {
  font-size: 24px;
  font-weight: 700;
  margin-top: 1em;
}
.text-product:first-child {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .text-product {
    font-size: 16px;
  }
  .text-product:first-child {
    margin-top: 1.5em;
  }
}

.list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 60px;
}
.list-card > li {
  padding: 0 12px;
  width: 33.33333%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-card {
    width: calc(100% + 18px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .list-card > li {
    width: 50%;
    padding: 0 8px;
  }
  .list-card > li:nth-child(n+3) {
    margin-top: 24px;
  }
  .list-card .img-card {
    padding-left: 0;
    padding-right: 0;
  }
  .list-card .img-card-head {
    margin-top: 5px;
  }
  .list-card + .list-card {
    margin-top: 24px;
  }
}

.list-product {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.8;
}
.list-product dt {
  width: 8em;
  padding-right: 1em;
  position: relative;
}
.list-product dt:before {
  content: "：";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.list-product dd {
  width: calc(100% - 8em);
}
.list-product-notes {
  display: inline-block;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .list-product dt {
    width: inherit;
  }
  .list-product dd {
    width: inherit;
  }
}

.list-image-inline {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-image-inline > li {
  display: inline-block;
  text-align: center;
}
.list-image-inline--col3 > li {
  width: 33.33333%;
}
@media screen and (max-width: 768px) {
  .list-image-inline--sp-col1 > li {
    width: 100%;
  }
  .list-image-inline--sp-col1 > li img {
    max-width: 172px;
  }
  .list-image-inline--sp-col1 > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .list-image-inline--sp-col2 > li {
    width: 50%;
  }
}

.wrap-btn {
  margin-top: 32px;
}
.wrap-btn + .wrap-btn {
  margin-top: 16px;
}
.wrap-btn > a {
  display: inline-block;
}
.wrap-btn > a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .wrap-btn {
    margin-top: 25px;
  }
}

.btn-image > a {
  display: inline-block;
}
.btn-image > a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-image > a:hover img {
  opacity: 0.6;
}
.btn-image + .btn-image {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .btn-image + .btn-image {
    margin-top: 20px;
  }
}

.lyt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 980px;
  margin: 60px auto 0;
}
.lyt-block:first-child {
  margin-top: 0;
}
.lyt-block-image {
  width: 44%;
  text-align: center;
}
.lyt-block-content {
  width: calc(100% - 44%);
  padding-left: 50px;
  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: 24px;
  margin-top: 1em;
  line-height: 1.2;
  font-weight: 700;
}
.lyt-block--reverse .lyt-block-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.lyt-block--reverse .lyt-block-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .lyt-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .lyt-block-content {
    width: 100%;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
    padding-right: 20px;
    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;
  }
  .lyt-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .lyt-block--reverse .lyt-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lyt-block--reverse .lyt-block-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lyt-arrow {
  margin: -30px 0 -20px;
  text-align: center;
}
.lyt-arrow + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .lyt-arrow {
    margin: 20px 0;
  }
  .lyt-arrow img {
    width: 55px;
  }
}

.lyt-arrow2 {
  margin: 20px 0;
  text-align: center;
  width: 44%;
}
.lyt-arrow2 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .lyt-arrow2 {
    width: 100%;
  }
}

.lyt-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 60px;
}
.lyt-column-item {
  padding: 0 24px;
}
.lyt-column--product {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
@media screen and (max-width: 1000px) {
  .lyt-column--product {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.lyt-column--product .lyt-column-item {
  width: 52%;
  padding: 0 20px;
}
.lyt-column--product .lyt-column-item:first-child {
  width: 48%;
}
.lyt-column--col2 {
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100% + 100px);
}
.lyt-column--col2 .lyt-column-item {
  width: 50%;
  padding: 0 50px;
}
.lyt-column--col2 .lyt-column-item:nth-child(n+3) {
  margin-top: 48px;
}
.lyt-column--col3 .lyt-column-item {
  width: 33.33333%;
}
.lyt-column--col3 .lyt-column-item:nth-child(n+4) {
  margin-top: 48px;
}
.lyt-column--evo .lyt-column-item {
  width: 50%;
  padding: 0;
}
.lyt-column--evo .lyt-column-item:nth-child(1), .lyt-column--evo .lyt-column-item:nth-child(3) {
  width: 41%;
}
.lyt-column--evo .lyt-column-item:nth-child(2) {
  width: 18%;
  padding: 22% 0 0;
  text-align: center;
}
.lyt-column--evo .lyt-column-item:nth-child(2) img {
  position: relative;
}
.lyt-column--evo2 .lyt-column-item {
  width: 50%;
  padding: 0;
  position: relative;
}
.lyt-column--evo2 .lyt-column-item > .new {
  text-align: right;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  right: 0;
  widows: 100%;
}
.lyt-column--evo2 .lyt-column-item:nth-child(n+4) {
  padding-top: 47px;
}
.lyt-column--evo2 .lyt-column-item:nth-child(1), .lyt-column--evo2 .lyt-column-item:nth-child(3) {
  width: 42%;
}
.lyt-column--evo2 .lyt-column-item:nth-child(2) {
  width: 16%;
  padding: 24% 0 0;
  text-align: center;
}
.lyt-column--evo2 .lyt-column-item:nth-child(2) img {
  position: relative;
}
.lyt-column--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lyt-column div.text2 {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .lyt-column {
    margin-top: 30px;
  }
  .lyt-column--col2 {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .lyt-column--col2 .lyt-column-item {
    width: 100%;
    padding: 0 8px;
  }
  .lyt-column--col2 .lyt-column-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .lyt-column--col3 {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .lyt-column--col3 .lyt-column-item {
    width: 50%;
    padding: 0 8px;
  }
  .lyt-column--col3 .lyt-column-item:nth-child(n+3) {
    margin-top: 40px;
  }
  .lyt-column--product {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .lyt-column--product .lyt-column-item {
    width: 100%;
    padding: 0;
  }
  .lyt-column--product .lyt-column-item:first-child {
    width: 100%;
  }
  .lyt-column--evo .lyt-column-item {
    width: 100% !important;
    padding: 0;
  }
  .lyt-column--evo .lyt-column-item:nth-child(2) {
    margin: 20px 0 !important;
    padding-top: 0;
  }
  .lyt-column--evo .lyt-column-item:nth-child(2) img {
    width: 56px;
  }
  .lyt-column--evo .lyt-column-item:nth-child(2) + .lyt-column-item {
    margin-top: 0 !important;
  }
  .lyt-column--evo2 .lyt-column-item {
    width: 100% !important;
    padding: 0;
  }
  .lyt-column--evo2 .lyt-column-item:nth-child(2) {
    margin: 20px 0 !important;
    padding-top: 0;
  }
  .lyt-column--evo2 .lyt-column-item:nth-child(2) img {
    width: 55px;
  }
  .lyt-column--evo2 .lyt-column-item:nth-child(2) + .lyt-column-item {
    margin-top: 0 !important;
  }
  .lyt-column--evo2 .lyt-column-item:nth-child(2) + .lyt-column-item.va-middle {
    margin-top: -30px !important;
  }
  .lyt-column--evo2 + .lyt-column--evo2 {
    margin-top: 34px;
  }
}

.lyt-column2 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}
.lyt-column2-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lyt-column2-item:nth-child(n+3) {
  margin-top: 50px;
}
.lyt-column2-item--evo {
  width: 100%;
  margin: 0 0 -30px !important;
}
.lyt-column2-item--evo > span {
  display: inline-block;
  width: 55%;
  text-align: center;
}
.lyt-column2-item--evo2 {
  width: 0;
}
.lyt-column2-item--evo2 > span img {
  width: inherit;
  max-width: inherit;
  position: relative;
  left: -50%;
  top: 310px;
}
.lyt-column2-item--evo2 + .lyt-column2-item:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .lyt-column2-item {
    width: 100%;
  }
  .lyt-column2-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .lyt-column2-item--evo {
    margin: 20px 0 -20px !important;
  }
  .lyt-column2-item--evo > span {
    width: 100%;
  }
  .lyt-column2-item--evo2 {
    margin: 20px 0 -20px !important;
    width: 100%;
    text-align: center;
  }
  .lyt-column2-item--evo2 > span {
    display: inline-block;
    width: 100%;
  }
  .lyt-column2-item--evo2 > span img {
    position: static;
    width: 56px;
  }
  .lyt-column2-item--evo2 + .lyt-column2-item:nth-child(3) {
    margin-top: 40px;
  }
}
.lyt-column2-card {
  width: 50%;
  padding: 0 12px;
}
.lyt-column2-card-head {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lyt-column2-card {
    padding: 0;
  }
  .lyt-column2-card .img-card {
    padding: 0 4px;
  }
}
.lyt-column2-content {
  width: 100%;
  padding: 0 12px;
  margin-top: 1.4em;
}
.lyt-column2-content p {
  margin-top: 1.4em;
}
.lyt-column2-head {
  text-align: center;
}

.img-card {
  text-align: center;
  line-height: 1;
}
.img-card > * {
  position: relative;
}
.img-card > *:first-child {
  margin-top: 0;
}
.img-card p {
  text-align-last: left;
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.img-card p small {
  font-size: 16px;
}
.img-card-image {
  text-align: center;
}
.img-card-head {
  text-align: center;
  margin-top: 20px;
}
.img-card-head + .img-card-text {
  margin-top: 1em;
}
.img-card-head2 {
  text-align: center;
  font-size: 26px;
  margin-top: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .img-card-head2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .img-card {
    padding: 0 20px;
    text-align: center;
  }
  .img-card p {
    margin-top: 1em;
  }
  .img-card p small {
    font-size: 14px;
  }
  .img-card-head {
    margin-top: 10px;
  }
  .img-card-head + .img-card-text {
    margin-top: 10px;
  }
  .img-card-head2 {
    font-size: 22px;
  }
}

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

@media screen and (min-width: 769px) {
  .ani-zoom:hover {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    z-index: 2000;
  }
  .ani-zoom.sp:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .lyt-modal2-item--wide .ani-zoom:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .ani-zoom {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 1000;
  padding: 2em 20px;
  display: none;
}
.modal-content.modal-deck1 .modal-content-inner {
  background: #FAFFCC;
  border: 8px solid #53A949;
}
.modal-content.modal-deck2 .modal-content-inner {
  background: #FFEACC;
  border: 8px solid #DD5E4A;
}
.modal-content.modal-deck3 .modal-content-inner {
  background: #D5EFF7;
  border: 8px solid #4CA8E1;
}
.modal-content.modal-deck4 .modal-content-inner {
  background: #FFF6DB;
  border: 8px solid #FFE433;
}
.modal-content.modal-deck5 .modal-content-inner {
  background: #FCF2F8;
  border: 8px solid #8C7FBA;
}
.modal-content.modal-deck6 .modal-content-inner {
  background: #FFEECC;
  border: 8px solid #E1A359;
}
.modal-content.modal-deck7 .modal-content-inner {
  background: #D5EFF7;
  border: 8px solid #5996A9;
}
.modal-content.modal-deck8 .modal-content-inner {
  background: #F2F2F2;
  border: 8px solid #938C8B;
}
.modal-content.modal-deck9 .modal-content-inner {
  background: #fff;
  border: 8px solid #C5A040;
}
.modal-content.modal-deck9 .lyt-modal-box {
  background: #F0F0F0;
}
.modal-content.modal-deck10 .modal-content-inner {
  background: #fff;
  border: 8px solid #81422D;
}
.modal-content.modal-deck10 .lyt-modal-box {
  background: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .modal-content.modal-deck1 .modal-content-inner, .modal-content.modal-deck2 .modal-content-inner, .modal-content.modal-deck3 .modal-content-inner, .modal-content.modal-deck4 .modal-content-inner, .modal-content.modal-deck5 .modal-content-inner, .modal-content.modal-deck6 .modal-content-inner, .modal-content.modal-deck7 .modal-content-inner, .modal-content.modal-deck8 .modal-content-inner, .modal-content.modal-deck9 .modal-content-inner, .modal-content.modal-deck10 .modal-content-inner {
    border-width: 5px;
  }
  .modal-content.modal-deck1 .modal-content-head, .modal-content.modal-deck2 .modal-content-head, .modal-content.modal-deck3 .modal-content-head, .modal-content.modal-deck4 .modal-content-head, .modal-content.modal-deck5 .modal-content-head, .modal-content.modal-deck6 .modal-content-head, .modal-content.modal-deck7 .modal-content-head, .modal-content.modal-deck8 .modal-content-head, .modal-content.modal-deck9 .modal-content-head, .modal-content.modal-deck10 .modal-content-head {
    min-height: 52px;
  }
}
.modal-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.modal-content-inner {
  position: relative;
  z-index: 2;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 40px;
  max-height: calc(100vh - 4em);
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .modal-content-inner {
    padding: 60px 20px;
  }
}
.modal-content-close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.modal-content-close > a {
  display: inline-block;
}
.modal-content-close > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .modal-content-close {
    top: 16px;
    right: 16px;
  }
  .modal-content-close > a {
    width: 30px;
    height: 30px;
  }
}
.modal-content-close2 {
  margin-top: 50px;
  text-align: center;
}
.modal-content-close2 > a {
  display: inline-block;
}
.modal-content-close2 > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .modal-content-close2 {
    margin-top: 32px;
  }
}
.modal-content-head {
  text-align: center;
}
.modal-content-box {
  background: #F2F2F2;
  border: 3px solid #CBCBCB;
  padding: 30px;
  margin-top: 50px;
}
.modal-content-box > *:first-child {
  margin-top: 0;
}
.modal-content-box > p {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .modal-content-box {
    margin-top: 32px;
    padding: 16px;
  }
}

span.ex {
  font-size: 1.25em;
  display: inline-block;
  line-height: 1;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.ta-center {
  text-align: center !important;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.va-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .pc-ta-center {
    text-align: center;
  }
}
.mt-0 {
  margin-top: 0;
}

.mt-15 {
  margin-top: 15px !important;
}

@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-15 {
    margin-top: 15px !important;
  }

  .sp-width-100 {
    width: 100%;
  }

  .sp-height-16 > img {
    max-height: 16px;
  }

  .sp-height-20 > img {
    max-height: 20px;
  }

  .sp-height-22 > img {
    max-height: 22px;
  }

  .sp-height-30 > img {
    max-height: 30px;
  }

  .sp-height-32 > img {
    max-height: 32px;
  }

  .sp-height-40 > img {
    max-height: 40px;
  }

  .sp-height-46 > img {
    max-height: 46px;
  }

  .sp-height-58 > img {
    max-height: 58px;
  }

  .sp-height-68 > img {
    max-height: 68px;
  }

  .sp-height-70 > img {
    max-height: 70px;
  }

  .sp-height-94 > img {
    max-height: 94px;
  }

  .sp-maw-150 {
    max-width: 150px;
  }

  .sp-maw-180 {
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .sp-style-1 {
    padding: 0 20px !important;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.style-1 {
  margin-top: 3.5em !important;
}
@media screen and (max-width: 768px) {
  .style-1 {
    margin-top: 2em !important;
  }
}

.style-2 {
  margin-top: 1.4em !important;
}

.section-special_deck{
  padding-top: 200px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .section-special_deck{
    padding-top: 140px;
    margin-top: -70px;
  }
}