@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  right: auto;
  left: -70px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  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: 0 5px;
  padding: 0;
  cursor: pointer;
}
.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;
}
.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #E3EFFF;
  line-height: 20px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #E3EFFF;
}

/* リセット
---------------------------------------------------------- */
/* 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: #D9BD64;
  font-size: 20px;
  font-weight: 500;
  color: #4A1708;
  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/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: 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: 100px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 80px 20px;
  }
}
.section > .section-inner {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.section > .section-inner > *:first-child {
  margin-top: 0;
}
.section.section-hero {
  padding: 64px 0;
  background: #D9BD64 url("../images/hero-bg−1.jpg") no-repeat center center/cover;
}
.section.section-hero > .section-inner {
  max-width: inherit;
}
@media screen and (max-width: 1000px) {
  .section.section-hero {
    padding: 50px 0 30px;
    background-image: url("../images/hero-bg−1_sp.jpg");
  }
}
.section.section-cardlist {
  background: #5A1212;
  padding: 40px 20px;
  text-align: center;
}
.section.section-cardlist .btn-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section.section-cardlist {
    padding: 28px 20px;
  }
  .section.section-cardlist .btn-wrap a {
    max-width: 296px;
  }
}
.section.section-new {
  padding-top: 0;
}
.section.section-gallery {
  background: #5A1212;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section.section-gallery .btn-wrap a {
    max-width: 350px;
  }
}

.hero-main {
  margin: 40px 0 30px;
  text-align: center;
  padding: 0 20px;
}

.slideCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slideCard[data-style] {
  opacity: 1;
}
.slideCard > .item {
  width: 150px;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .slideCard > .item {
    width: 90px;
    padding: 0 5px;
  }
}

.slide-gallery .slick-list {
  overflow: hidden;
}
.slide-gallery .ani-zoom:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slide-gallery .slick-arrow {
  width: 53px;
  height: 45px;
  background: url(../images/icon-arrow-1.png) no-repeat 0 0/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: auto;
  bottom: -131px;
}
@media screen and (max-width: 768px) {
  .slide-gallery .slick-arrow {
    bottom: -110px;
  }
}
.slide-gallery .slick-arrow:before {
  display: none;
}
.slide-gallery .slick-arrow:hover {
  opacity: 0.6;
}
.slide-gallery .slick-arrow.slick-prev {
  left: 30px;
}
@media screen and (max-width: 768px) {
  .slide-gallery .slick-arrow.slick-prev {
    left: -40px;
  }
}
.slide-gallery .slick-arrow.slick-next {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .slide-gallery .slick-arrow.slick-next {
    right: -40px;
  }
}
.slide-gallery .slick-dots {
  bottom: -116px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .slide-gallery .slick-dots {
    bottom: -95px;
  }
}
.slide-gallery .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
.slide-gallery .slick-dots li.slick-active button:before {
  background: #D9BD64;
}
.slide-gallery .slick-dots li button {
  width: 14px;
  height: 14px;
}
.slide-gallery .slick-dots li button:before {
  border: none;
  background: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
}

.slide-name .slick-list {
  overflow: hidden;
}
.slide-name .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .slide-name.ar .slide-name-item img {
    height: 27px;
  }
  .slide-name.sar .slide-name-item img {
    height: 71px;
  }
  .slide-name .pc-only {
    display: none;
  }
  .slide-name .sp-only {
    display: block;
  }
}

.nav-global {
  height: 89px;
}
@media screen and (max-width: 1000px) {
  .nav-global {
    height: 7.8vw;
  }
}
@media screen and (max-width: 768px) {
  .nav-global {
    min-height: inherit;
    height: inherit;
  }
}
.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 center center/contain;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-global-inner > li {
  position: relative;
}
.nav-global-inner > li:after, .nav-global-inner > li:before {
  content: "";
  display: inline-block;
  width: 1px;
  background: #b54646;
  height: 75%;
  border-left: 1px dotted #870f0e;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.nav-global-inner > li:after {
  display: none;
}
.nav-global-inner > li:last-child:after {
  display: inline-block;
  left: auto;
  right: 0;
}
.nav-global-inner > li > a {
  display: block;
}
.nav-global-inner > li > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .nav-global-inner > li:before, .nav-global-inner > li:after {
    height: 50%;
  }
  .nav-global-inner > li:first-child:before {
    display: none;
  }
  .nav-global-inner > li:last-child:after {
    display: none;
  }
}

.box-gallery {
  max-width: 520px;
  margin: 30px auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .box-gallery-inner {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .box-gallery-inner:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  .box-gallery {
    max-width: 335px;
  }
  .box-gallery .img-card {
    padding: 0;
  }
}
.box-gallery-inner {
  background: url(../images/gallery-bg-1.png) no-repeat 0 0/contain;
  padding: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .box-gallery-inner {
    padding: 44px 40px;
  }
}
.box-gallery:before {
  content: "";
  display: inline-block;
  width: 520px;
  height: 273px;
  background: url(../images/gallery-bg-3.png) no-repeat 0 0/contain;
  position: absolute;
  top: -170px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .box-gallery:before {
    width: 100%;
    height: 150px;
    top: -100px;
    background-size: 100% 100%;
  }
}
.box-gallery img:hover {
  cursor: default;
}
.box-gallery-ctrl {
  margin-top: 30px;
  text-align: center;
  position: relative;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
.box-gallery-arrow {
  display: inline-block;
  position: absolute;
  top: -8px;
}
.box-gallery-arrow a {
  color: #fff;
}
.box-gallery-arrow.prev > a, .box-gallery-arrow.next > a {
  display: inline-block;
  width: 53px;
  height: 45px;
  background: url(../images/icon-arrow-1.png) no-repeat 0 0/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: transparent;
  overflow: hidden;
}
.box-gallery-arrow.prev > a:hover, .box-gallery-arrow.next > a:hover {
  opacity: 0.6;
}
.box-gallery-arrow.prev {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.box-gallery-arrow.next {
  right: 0;
}
.box-gallery-num {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.slide-name {
  max-width: 520px;
  margin: 23px auto 0;
  background: url(../images/gallery-bg-2.png) no-repeat 0 0/100% 100%;
  padding: 30px 0;
  text-align: center;
}
.slide-name img {
  margin: 0 auto;
}
.slide-name img:hover {
  cursor: default;
}
@media screen and (max-width: 768px) {
  .slide-name {
    padding: 42px 0;
    background-image: url(../images/gallery-bg-2_sp.png);
  }
}
@media screen and (max-width: 768px) {
  .slide-name.sar {
    padding: 20px 0;
  }
}

.box-frame {
  background: url(../images/box-frame-bg-1.png) no-repeat 0 0/100% auto;
  margin-top: 80px;
  padding-top: 1.7%;
  padding-bottom: 21px;
  position: relative;
  color: #fff;
}
.box-frame:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 21px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/box-frame-bg-3.png) no-repeat 0 0/100% auto;
}
.box-frame-inner {
  background: url(../images/box-frame-bg-2.png) repeat-y 0 0/100% auto;
  padding: 60px 114px 80px;
  position: relative;
}
.box-frame-inner > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .box-frame-inner {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .box-frame {
    padding-bottom: 7.2vw;
  }
  .box-frame:after {
    height: 7.2vw;
  }
  .box-frame-inner {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.lyt-image {
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.lyt-image > a {
  display: inline-block;
}
.lyt-image > a:hover {
  opacity: 0.6;
}
.lyt-image-caption {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}
.lyt-image.maw-240 {
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .lyt-image-caption {
    font-size: 16px;
  }
  .lyt-image.sp-maw-170 {
    max-width: 170px;
  }
  .lyt-image .sp-maw-158 {
    max-width: 158px;
  }
}

.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;
}
.lyt-column--evo2 .lyt-column-item {
  width: 50%;
  padding: 47px 0 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(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;
}
@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-column--evo2 .lyt-column-item {
    width: 100% !important;
    padding: 0;
  }
  .lyt-column--evo2 .lyt-column-item:nth-child(2) {
    margin: 10px 0 !important;
    padding-top: 0;
  }
  .lyt-column--evo2 .lyt-column-item:nth-child(2) img {
    width: 97px;
  }
  .lyt-column--evo2 .lyt-column-item:nth-child(2) + .lyt-column-item {
    margin-top: 0 !important;
  }
  .lyt-column--evo2 .lyt-column-item .new {
    position: static;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .lyt-column--evo2 .lyt-column-item .new img {
    width: 130px;
  }
  .lyt-column--evo2 + .lyt-column--evo2 {
    margin-top: 60px;
  }
}

.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: 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: 26px;
  margin-top: 10px;
  line-height: 1.2;
  color: #D9BD64;
}
.lyt-block-head2 + p {
  margin-top: 1em;
}
.lyt-block--style1 {
  max-width: 820px;
}
.lyt-block--style1 .lyt-block-image {
  width: 42.7%;
}
.lyt-block--style1 .lyt-block-content {
  width: calc(100% - 42.7%);
  padding-left: 60px;
}
.lyt-block--style2 {
  max-width: 820px;
}
.lyt-block--style2 .lyt-block-image {
  width: 42.7%;
}
.lyt-block--style2 .lyt-block-content {
  width: calc(100% - 42.7%);
  padding-left: 40px;
}
.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;
}
.lyt-block--reverse.lyt-block--style2 .lyt-block-content {
  padding-right: 40px;
}
@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: 24px;
  }
  .lyt-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .lyt-block--style1 {
    margin-top: 60px;
  }
  .lyt-block--style1 .lyt-block-image {
    width: 100%;
  }
  .lyt-block--style1 .lyt-block-content {
    width: 100%;
    padding: 0 20px !important;
  }
  .lyt-block--style2 {
    margin-top: 40px;
  }
  .lyt-block--style2 .lyt-block-image {
    width: 100%;
  }
  .lyt-block--style2 .lyt-block-content {
    width: 100%;
    padding: 0 20px !important;
  }
  .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-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-3 {
  margin: 10px auto;
  max-width: 820px;
}
.lyt-block-arrow-3 > span {
  display: inline-block;
  width: 100%;
  max-width: 335px;
  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;
  }
  .lyt-block-arrow-3 > span {
    text-align: left;
  }
}

.list-card {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: calc(100% + 22px);
  margin-left: -11px;
  margin-right: -11px;
}
.list-card > li {
  width: 25%;
  padding: 0 11px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-card > li.more {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.list-card > li > .new {
  text-align: right;
  margin-bottom: 10px;
}
.list-card > li .img-card {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .list-card > li {
    width: 33.33333%;
    padding: 0 4px;
    margin-bottom: 5px;
  }
  .list-card > li .img-card {
    padding: 0;
  }
  .list-card > li > .new img {
    width: 68px;
  }
}

.lyt-product {
  margin: 40px 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: 292px;
}
.lyt-product-content {
  width: calc(100% - 292px);
  padding-left: 40px;
}
.lyt-product-head {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .lyt-product-head {
    font-size: 20px;
  }
}
.lyt-product-content2 {
  padding: 30px 0;
  text-align: center;
}
.lyt-product-list {
  font-size: 22px;
}
.lyt-product-list > dt {
  float: left;
  clear: both;
  padding-top: 10px;
}
.lyt-product-list > dd {
  padding-top: 10px;
  text-align: left;
  font-weight: 700;
  overflow: hidden;
  padding-left: 10px;
}
.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-image > img {
    max-width: 230px;
  }
  .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: 0;
    margin-top: 10px;
    text-align: center;
  }
  .lyt-product-content2 .lyt-product-list {
    display: inline-block;
    text-align: left;
  }
  .lyt-product-head {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }
  .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;
  }
}

.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%;
  position: relative;
  z-index: 2;
}
.head-section + .box-frame {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .head-section + .box-frame {
    margin-top: 30px;
  }
}

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

.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;
  }
}
.modal-slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 9999;
  display: none;
}
.modal-slide:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.modal-slide-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: inherit;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-slide-inner {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  .modal-slide-image {
    width: 100%;
    max-width: 335px;
    position: relative;
    margin: 0 auto;
  }
}
.modal-slide-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .modal-slide-image img {
    position: initial;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    max-width: 100%;
  }
}
.modal-slide-cursor {
  display: inline-block;
  position: absolute;
  top: 55px;
  left: 58.5%;
  width: 60px;
  height: 60px;
  background: url("../images/modal-cursor.png") no-repeat 0 0/cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-slide-cursor {
    top: 155px;
    left: 75%;
    background-image: url("../images/modal-cursor_sp.png");
  }
}
.modal-slide-cursor.ani-move {
  -webkit-animation-name: moveCursor;
          animation-name: moveCursor;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@media screen and (max-width: 768px) {
  .modal-slide-cursor.ani-move {
    -webkit-animation-name: moveCursorSP;
            animation-name: moveCursorSP;
  }
}
.modal-slide-cursor.ani-point > span {
  -webkit-animation-name: movePoint;
          animation-name: movePoint;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.modal-slide-cursor > span {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #BE1412;
  border-radius: 50%;
  position: absolute;
  top: -27px;
  left: -27px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media screen and (max-width: 768px) {
  .modal-slide-cursor > span {
    left: -1px;
  }
}

@-webkit-keyframes moveCursor {
  0% {
    top: 55px;
    left: 58.5%;
  }
  100% {
    top: calc(50% - 33px);
    left: calc(50% + 168px);
  }
}

@keyframes moveCursor {
  0% {
    top: 55px;
    left: 58.5%;
  }
  100% {
    top: calc(50% - 33px);
    left: calc(50% + 168px);
  }
}
@-webkit-keyframes moveCursorSP {
  0% {
    top: 155px;
    left: 75%;
  }
  100% {
    top: 34%;
    left: 87%;
  }
}
@keyframes moveCursorSP {
  0% {
    top: 155px;
    left: 75%;
  }
  100% {
    top: 34%;
    left: 87%;
  }
}
@-webkit-keyframes movePoint {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes movePoint {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(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;
}

p.ta-center {
  margin-top: 2em;
}

@media screen and (min-width: 769px) {
  .pc-ta-center {
    text-align: center;
  }
}
.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: 100px;
  }

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

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

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

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

  .sp-head-6 > img {
    max-height: 64px;
  }

  .sp-head-7 > img {
    max-height: 35px;
  }

  .sp-head-8 {
    height: 29px !important;
    margin-top: 21px !important;
  }
}
#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;
  }
}
