@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: -48px;
  text-align: center;
}
#PageTop > a {
  display: inline-block;
}
#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;
  }
}

@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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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: 20%;
    width: 45px;
    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: 100%;
  }
}
.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;
}

body {
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #521A05;
  position: relative;
}
body:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff url(../images/body-bg-1.jpg) no-repeat 0 0;
  content: "";
  z-index: -1;
  -webkit-transform: translate(0, 0, 0);
          transform: translate(0, 0, 0);
}
body a {
  color: #521A05;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

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: 2000;
}

.header-logo > a {
  display: inline-block;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .header-logo > a {
    width: 150px;
  }
}
.header-logo > a:hover {
  opacity: 0.6;
}

.section {
  padding: 86px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 40px 20px;
  }
}
.section > .section-inner {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.section.section-card {
  padding-bottom: 200px;
}
.section.section-hero {
  padding: 150px 20px 75px;
  background: #406F23 url("../images/hero-bg−1.jpg") no-repeat center center/cover;
}
.section.section-hero .btn-wrap {
  margin-top: 300px;
}
@media screen and (max-width: 1000px) {
  .section.section-hero {
    padding: 92% 20px 30px;
  }
  .section.section-hero .btn-wrap {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .section.section-hero {
    background-color: #194524;
    background-image: url("../images/hero-bg−1_sp.jpg");
    background-position: top center;
    background-size: 100% auto;
  }
  .section.section-hero .btn-wrap {
    margin-top: 20px;
  }
}
.section.section-map {
  padding: 0;
}
.section.section-map > .section-inner {
  max-width: 100%;
  position: relative;
}
.section.section-map .head-section {
  position: absolute;
  top: 8vw;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.section.section-map .head-section img {
  max-width: 70vw;
}

.hero-main-head {
  width: 100%;
}
.hero-main-head img {
  width: 100%;
  max-width: 456px;
}
@media screen and (max-width: 1000px) {
  .hero-main-head {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .hero-main-head {
    max-width: 100%;
  }
}

.nav-global {
  height: 78px;
}
@media screen and (max-width: 1000px) {
  .nav-global {
    height: 7.6vw;
  }
}
@media screen and (max-width: 768px) {
  .nav-global {
    min-height: inherit;
    height: 18vw;
  }
}
.nav-global.is-fixed .nav-global-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2500;
}
.nav-global-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #521A05 url(../images/gnav-bg.png) repeat-x 0 0/contain;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-global-inner > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.nav-global-inner > li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 75%;
  border-left: 1px dotted #FDF3DF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.nav-global-inner > li:first-child:before {
  display: none;
}
.nav-global-inner > li > a {
  display: block;
  position: relative;
}
.nav-global-inner > li > a:hover {
  opacity: 0.6;
}
.nav-global-inner > li > a .nav-global-new {
  display: block;
  text-align: center;
  position: relative;
  bottom: -20px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .nav-global-inner > li > a .nav-global-new {
    margin-top: -1vw;
    bottom: -4vw;
  }
}
@media screen and (max-width: 768px) {
  .nav-global-inner > li > a .icon-new {
    width: 14.9vw;
  }
}
@media screen and (max-width: 768px) {
  .nav-global-inner > li:first-child:before {
    display: none;
  }
  .nav-global-inner > li:last-child:after {
    display: none;
  }
}

.map-image {
  text-align: center;
}
.map-image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .map-image {
    padding-top: 25vw;
    position: relative;
  }
  .map-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 30vw;
    background: url(../images/map-bg-1.png) repeat-y 0 0/contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .map-image img {
    position: relative;
    z-index: 1;
  }
}

.box-paper {
  background: url(../images/box-paper-bg-1.png) no-repeat 0 0/100% auto;
  margin-top: 80px;
  padding-top: 1.6%;
  padding-bottom: 90px;
  position: relative;
}
.box-paper:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/box-paper-bg-3.png) no-repeat 0 0/100% auto;
}
.box-paper-inner {
  background: url(../images/box-paper-bg-2.png) repeat-y 0 0/100% auto;
  padding: 60px 130px 80px 120px;
  position: relative;
}
.box-paper-inner > *:first-child {
  margin-top: 0;
}
.box-paper--modal {
  padding-bottom: 22px;
  background-image: url(../images/box-paper-bg-4.png);
}
.box-paper--modal:after {
  background-image: url(../images/box-paper-bg-6.png);
  height: 22px;
}
.box-paper--modal .box-paper-inner {
  background-image: url(../images/box-paper-bg-5.png);
  padding: 60px 120px 80px;
  z-index: 2;
}
.box-paper--modal .box-paper-inner:before {
  content: "";
  display: inline-block;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: url(../images/box-paper-bg-7.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.box-paper--modal .box-paper-inner > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .box-paper-inner {
    padding-right: 80px;
    padding-left: 70px;
  }
  .box-paper--modal .box-paper-inner {
    padding: 30px 70px;
  }
}
@media screen and (max-width: 768px) {
  .box-paper {
    padding-bottom: 7.2vw;
  }
  .box-paper:after {
    height: 7.2vw;
  }
  .box-paper-inner {
    padding-right: 32px;
    padding-left: 25px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .box-paper--modal {
    padding: 30px 25px !important;
    background: url(../images/box-paper-bg-8.png) no-repeat 0 0/100% 100%;
  }
  .box-paper--modal:after {
    display: none;
  }
  .box-paper--modal .box-paper-inner {
    padding: 0 !important;
    background: none;
  }
  .box-paper--modal .box-paper-inner:before {
    display: none;
  }
}

.box-paper2 {
  background: url(../images/box-paper-bg-1.png) no-repeat 0 0/100% auto;
  margin-top: 50px;
  padding-top: 1.6%;
  padding-bottom: 90px;
  position: relative;
}
.box-paper2:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/box-paper-bg-3.png) no-repeat 0 0/100% auto;
}
.box-paper2-inner {
  background: url(../images/box-paper-bg-2.png) repeat-y 0 0/100% auto;
  padding: 60px 130px 0 120px;
  position: relative;
}
.box-paper2-head {
  text-align: center;
  display: block;
}
.box-paper2-head:hover {
  opacity: 0.6;
}
.box-paper2-head.is-open .box-paper2-head-icon {
  background-image: url(../images/deck-icon-2.png);
}
.box-paper2-head-icon {
  width: 40px;
  height: 40px;
  background: url(../images/deck-icon-1.png) no-repeat 0 0/cover;
  position: absolute;
  top: 40px;
  right: 70px;
}
@media screen and (max-width: 768px) {
  .box-paper2-head-icon {
    width: 35px;
    height: 35px;
    top: 20px;
    right: 35px;
  }
}
.box-paper2-head-text {
  margin-top: 30px;
}
.box-paper2-content {
  display: none;
}
.box-paper2-head2 {
  font-size: 26px;
  text-align: center;
  margin-top: 30px;
}
.box-paper2-text {
  margin-top: 1em;
  text-align: center;
}
.box-paper2-close {
  margin-top: 60px;
  border-top: 1px solid #521A05;
  padding-top: 30px;
  text-align: center;
}
.box-paper2-close > a {
  display: inline-block;
}
.box-paper2-close > a:hover {
  opacity: 0.6;
}
.box-paper2 + .lyt-image {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .box-paper2-inner {
    padding-right: 80px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .box-paper2 {
    padding-bottom: 7.2vw;
  }
  .box-paper2:after {
    height: 7.2vw;
  }
  .box-paper2-inner {
    padding-right: 29px;
    padding-left: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .box-paper2-head-image img {
    max-width: 100px;
  }
  .box-paper2-head2 {
    margin-top: 15px;
    font-size: 22px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .box-paper2-text {
    text-align: left;
  }
  .box-paper2-close {
    margin-top: 30px;
  }
}

.lyt-image {
  text-align: center;
  margin-top: 80px;
}
.lyt-image > a {
  display: inline-block;
}
.lyt-image > a:hover {
  opacity: 0.6;
}
.lyt-image-caption {
  display: inline-block;
  margin-top: 10px;
}

.art-image {
  margin-top: 60px;
  text-align: center;
}
.art-image:first-child {
  margin-top: 0;
}
.art-image > span,
.art-image > a {
  display: inline-block;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
}
.art-image > a:hover {
  opacity: 0.6 !important;
}
.art-image.is-show > span,
.art-image.is-show > a {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 768px) {
  .art-image {
    margin-top: 30px;
  }
  .art-image + .img-card {
    margin-top: 30px;
  }
}

.box-pack {
  text-align: center;
}
.box-pack-head {
  font-size: 22px;
}
.box-pack-image {
  margin-top: 5px;
}
.box-pack-btn {
  margin-top: 10px;
}
.box-pack-btn > a {
  display: inline-block;
}
.box-pack-btn > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .box-pack-head {
    font-size: 16px;
  }
}

.lyt-logo {
  margin-top: 20px;
  text-align: center;
}
.lyt-logo > a {
  display: inline-block;
  margin: 10px;
}
.lyt-logo > a:hover {
  opacity: 0.6;
}

.box-modal {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #062B41;
}
.box-modal > a {
  display: block;
  position: relative;
}
.box-modal > a:before {
  content: "";
  display: inline-block;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 0;
  left: 0;
}
.box-modal > a:hover {
  opacity: 0.6;
}
.box-modal-img img {
  width: 100%;
}
.box-modal-text {
  padding: 30px 10px;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-modal > a:before {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  .box-modal-text {
    padding: 20px 3px;
    font-size: 13px;
  }
}

.img-pack,
.img-logo {
  margin-top: 30px;
  text-align: center;
}
.img-pack > img,
.img-logo > img {
  display: inline-block;
}

.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--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: 35.8%;
}
.lyt-column--evo .lyt-column-item:nth-child(2) {
  width: 28.4%;
  padding: 15% 0 0;
  text-align: center;
}
.lyt-column--evo .lyt-column-item:nth-child(2) img {
  position: relative;
}
@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--about .lyt-column-item {
    width: 50%;
  }
  .lyt-column--about .lyt-column-item:nth-child(2) {
    margin-top: 0;
  }
  .lyt-column--about .lyt-column-item:nth-child(n+3) {
    margin-top: 16px;
  }
  .lyt-column--evo .lyt-column-item {
    width: 100% !important;
    padding: 0;
  }
  .lyt-column--evo .lyt-column-item:nth-child(2) {
    margin: 10px 0 !important;
    padding-top: 0;
  }
  .lyt-column--evo .lyt-column-item:nth-child(2) img {
    width: 97px;
  }
  .lyt-column--evo .lyt-column-item:nth-child(2) + .lyt-column-item {
    margin-top: 0 !important;
  }
}

.lyt-product {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 850px;
}
.lyt-product-image {
  width: 230px;
}
.lyt-product-content {
  width: calc(100% - 230px);
  padding-left: 40px;
}
.lyt-product-head {
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .lyt-product-head {
    font-size: 20px;
  }
}
.lyt-product-content2 {
  margin-top: 20px;
  border: 1px solid #521A05;
  border-width: 1px 0;
  padding: 30px 0;
  text-align: center;
}
.lyt-product-list {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.lyt-product-list > dt {
  float: left;
  clear: both;
  margin-top: 5px;
}
.lyt-product-list > dd {
  margin-top: 5px;
  text-align: left;
  font-weight: 700;
  overflow: hidden;
}
.lyt-product-list ul > li {
  padding-left: 1em;
  position: relative;
}
.lyt-product-list ul > li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .lyt-product-list {
    font-size: 14px;
  }
}
.lyt-product-notes {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 1em;
  display: inline-block;
}
.lyt-product-notes > span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.lyt-product-button {
  margin-top: 20px;
  text-align: center;
}
.lyt-product-button > a {
  display: inline-block;
}
.lyt-product-button > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .lyt-product {
    margin-top: 30px;
  }
  .lyt-product-image {
    width: 100%;
    text-align: center;
  }
  .lyt-product-content {
    width: 100%;
    font-size: 14px;
    padding-left: 0;
    margin-top: 20px;
  }
  .lyt-product-content small {
    font-size: 12px;
  }
  .lyt-product-content2 {
    padding: 20px 0;
  }
  .lyt-product-head {
    font-size: 20px;
    line-height: 1.3;
  }
  .lyt-product + .btn-wrap {
    margin-top: 20px;
  }
}

.lyt-card-head {
  text-align: center;
  margin-top: 1em;
}
.lyt-card-text {
  margin-top: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 768px) {
  .lyt-card {
    max-width: 252px;
    margin-left: auto;
    margin-right: auto;
  }
  .lyt-card-head {
    margin: 1.5em 0;
  }
}

.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lyt-block-image {
  width: 35.8%;
  text-align: center;
}
.lyt-block-content {
  width: calc(100% - 35.8%);
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
.lyt-block-content p {
  margin-top: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lyt-block-content > *:first-child {
  margin-top: 0 !important;
}
.lyt-block-head + p {
  margin-top: 1em;
}
.lyt-block-head2 {
  font-size: 24px;
  margin-top: 25px;
  line-height: 1.2;
}
.lyt-block-head2 + p {
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .lyt-block-head2 {
    font-size: 20px;
  }
}
.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: 40px;
}
@media screen and (max-width: 768px) {
  .lyt-block {
    margin-top: 30px;
  }
  .lyt-block-image {
    width: 100%;
  }
  .lyt-block-content {
    margin-top: 15px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .lyt-block-head {
    text-align: center;
  }
  .lyt-block-head > img {
    max-height: 20px;
  }
  .lyt-block-head2 {
    margin-top: 15px;
    font-size: 20px;
    text-align: center;
  }
  .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-right: 0;
  }
}

.lyt-block-arrow-1 {
  text-align: center;
  margin: 20px 0;
}
.lyt-block-arrow-1 + .lyt-block {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .lyt-block-arrow-1 {
    margin: 35px 0 20px;
  }
  .lyt-block-arrow-1 + .lyt-block {
    margin-top: 0;
  }
}

.lyt-block-arrow-2 {
  text-align: center;
  margin: 20px 0;
}
.lyt-block-arrow-2 > img {
  max-width: 240px;
}
.lyt-block-arrow-2 + .lyt-block {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .lyt-block-arrow-2 + .lyt-block--style2 {
    margin-top: 0;
  }
  .lyt-block-arrow-2 + .lyt-block {
    margin-top: 0;
  }
}

.lyt-block-arrow-3 {
  margin: 20px auto 10px;
}
.lyt-block-arrow-3 > span {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.lyt-block-arrow-3 + .lyt-column {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .lyt-block-arrow-3 {
    margin: 20px 0 10px;
    text-align: center;
  }
}

.btn-wrap {
  margin-top: 58px;
  text-align: center;
  width: 100%;
}
.btn-wrap > a {
  display: inline-block;
}
.btn-wrap > a:hover {
  opacity: 0.6;
}
.btn-wrap + .head-section4 {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .btn-wrap .btn-image img {
    max-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    margin-top: 30px;
  }
  .btn-wrap > a {
    max-width: 320px;
  }
  .btn-wrap .btn-image img {
    max-height: 53px;
  }
}

.head-section {
  text-align: center;
  margin-top: 80px;
}
.head-section:first-child {
  margin-top: 0;
}
.head-section img {
  max-width: 100%;
}
.head-section + .box-paper {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .head-section + .box-paper {
    margin-top: 30px;
  }
}

.head-section2 {
  margin-top: 60px;
  text-align: center;
}
.head-section2 + .head-section3 {
  margin-top: 25px;
}

.head-section3 {
  margin-top: 60px;
  text-align: center;
  font-size: 28px;
  overflow: hidden;
}
.head-section3 > span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
.head-section3 > span:before, .head-section3 > span:after {
  content: "";
  display: inline-block;
  width: 50vw;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.head-section3 > span:before {
  left: 100%;
}
.head-section3 > span:after {
  right: 100%;
}
.head-section3 + .lyt-image {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .head-section3 {
    font-size: 25px;
  }
}

.head-section4 {
  font-size: 28px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .head-section4 {
    font-size: 24px;
    margin-top: 20px;
  }
}

.head-section5 {
  font-size: 26px;
  text-align: center;
  margin: 40px 0 -20px;
}
@media screen and (max-width: 768px) {
  .head-section5 {
    font-size: 20px;
    margin: 20px 0;
  }
}

.u-txt-shadow {
  text-shadow: #B6E6FD 1.5px 0, #B6E6FD -1.5px 0, #B6E6FD 0 1.5px, #B6E6FD 0 -1.5px;
}

.u-maw-730 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.tbl-event {
  background: #fff;
  margin-top: 30px;
  width: 100%;
}
.tbl-event th,
.tbl-event td {
  padding: 20px 30px;
  font-size: 16px;
}
.tbl-event th {
  text-align: left;
  background: #062B41;
  color: #fff;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
.tbl-event td {
  border: 1px solid #062B41;
  border-width: 0 1px 1px 0;
  color: #062B41;
}
.tbl-event tr:first-child th,
.tbl-event tr:first-child td {
  border-top: 1px solid #062B41;
}
.tbl-event tr:last-child th {
  border-bottom: 1px solid #062B41;
}
.tbl-event small {
  font-size: 14px;
}
.tbl-event-indent {
  padding-left: 1em;
  position: relative;
  display: inline-block;
}
.tbl-event-indent:not(:first-child) {
  margin-top: 10px;
}
.tbl-event-indent > span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.tbl-event-text {
  margin-top: 10px;
  display: inline-block;
}
.tbl-event-text a {
  display: inline-block;
  color: #256AE0;
}
.tbl-event-text a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .tbl-event {
    margin-top: 20px;
  }
  .tbl-event th,
  .tbl-event td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .tbl-event th {
    white-space: nowrap;
    padding-right: 20px;
  }
  .tbl-event td small {
    font-size: 12px;
  }
}

.modal-content {
  position: absolute;
  z-index: 3000;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0);
          transform: translate3d(0);
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  top: 0;
  left: 0;
  display: none;
}
.modal-content-close {
  text-align: center;
  margin-top: 20px;
}
.modal-content-close > a {
  display: inline-block;
}
.modal-content-close > a:hover {
  opacity: 0.6;
}
.modal-content-inner {
  padding: 20px;
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.modal-content-image {
  text-align: center;
  overflow: hidden;
}
.modal-content-image > span {
  display: inline-block;
  position: relative;
}
.modal-content-image > span > img {
  width: auto;
  max-height: 100vh;
}
.modal-content-point {
  width: 20%;
  height: 28.3%;
  position: absolute;
}
.modal-content-point > span {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: #FFEB00;
  -webkit-box-shadow: 0 0 20px 0px #ffeb00,0 0 20px 0px #ffeb00,0 0 20px 0px #ffeb00,0 0 20px 0px #ffeb00,0 0 20px 0px #ffeb00;
          box-shadow: 0 0 20px 0px #ffeb00,0 0 20px 0px #ffeb00,0 0 20px 0px #ffeb00,0 0 20px 0px #ffeb00,0 0 20px 0px #ffeb00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.modal-content-point.is-fade > span {
  -webkit-animation-name: fadePoint;
          animation-name: fadePoint;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .modal-content-point > span {
    width: 40px;
    height: 40px;
  }
}
.modal-content--art1 .modal-content-point {
  width: 18%;
  height: 90%;
  top: -6%;
  left: 18%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.modal-content--art1 .modal-content-point > span {
  top: 48%;
  left: 46%;
}
.modal-content--art3 .modal-content-point {
  bottom: 12%;
  right: 17%;
}
.modal-content--art4 .modal-content-point {
  top: 12%;
  right: 7.5%;
  width: 32%;
  height: 25%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.modal-content--art4 .modal-content-point > span {
  top: 66%;
  left: 44%;
}
.modal-content--art5 .modal-content-point {
  bottom: 11.5%;
  left: 29%;
  width: 31%;
  height: 15%;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}
.modal-content--art5 .modal-content-point > span {
  top: 50%;
  left: 50%;
}
.modal-content--art6 .modal-content-point {
  bottom: 30%;
  left: 31.7%;
  width: 9%;
  height: 13%;
}
.modal-content--art6 .modal-content-point > span {
  top: 50%;
  left: 50%;
}
.modal-content-head {
  text-align: center;
  font-size: 28px;
}
.modal-content-card {
  margin: 40px auto;
  text-align: center;
  max-width: 300px;
  position: relative;
  cursor: pointer;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-tap-highlight-color: transparent;
}
.modal-content-card:before {
  content: "";
  display: inline-block;
  padding-top: 140%;
}
.modal-content-card-back, .modal-content-card-front {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modal-content-card-back img, .modal-content-card-front img {
  width: 100%;
}
.modal-content-card-front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.modal-content-card.is-show .modal-content-card-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.modal-content-card.is-show .modal-content-card-front {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.modal-content p {
  margin-top: 2em;
  line-height: 1.5;
  text-align: center;
}
.modal-content .box-paper {
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.modal-content .box-paper-inner {
  padding-bottom: 20px;
}
.modal-content .box-paper p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal-content .box-paper {
    margin: 0 20px;
    padding-top: 1.7%;
  }
  .modal-content .box-paper .modal-content-card img {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 0;
  }
  .modal-content-close img {
    max-width: 100px;
  }
  .modal-content-inner {
    padding: 0;
  }
  .modal-content-head {
    font-size: 24px;
  }
  .modal-content-image {
    margin-top: 20px;
  }
  .modal-content-card {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .modal-content-card:before {
    padding-top: 135%;
    max-width: 250px;
  }
  .modal-content .img-card {
    padding: 0;
  }
  .modal-content-image {
    margin-top: 50px;
  }
  .modal-content p {
    margin-top: 1em;
  }
  .modal-content .box-paper {
    margin-top: 20px;
  }
}

@-webkit-keyframes fadePoint {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadePoint {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
.img-card > * {
  position: relative;
}
.img-card p {
  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-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 small {
    font-size: 14px;
  }
  .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;
}

@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);
  }
}
@media screen and (max-width: 768px) {
  .ani-zoom {
    max-width: 252px;
    margin-left: auto;
    margin-right: auto;
  }
}
.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;
}

.mt-0 {
  margin-top: 0;
}

.mt-M {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt-M {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sp-maw-150 {
    max-width: 150px;
  }

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

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

  .sp-head-1 > img {
    max-height: 80px;
  }

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

  .sp-head-3 > img {
    max-height: 124px;
  }

  .sp-head-4 > img {
    max-height: 25px;
  }

  .sp-head-xxx > img {
    max-height: 00px;
  }
}
#PageTop {
  margin-bottom: -1px;
}
#PageTop > a > img {
  border: 1px solid #fff;
  border-width: 1px 1px 0;
  border-radius: 20px 20px 0 0;
}

.share {
  border-top: 1px solid #fff;
}

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