@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: 6px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  vertical-align: bottom;
  font-size: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 2px 8px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 2px 5px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background: #ccc;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}
.slick-dots li.slick-active button:before {
  background: #ff0000;
  -webkit-box-shadow: 0px 0px 10px #FFF361;
          box-shadow: 0px 0px 10px #FFF361;
}

/* リセット
---------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
  -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%;
}

.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: 400px;
  }
  .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
  ----------------------------------------*/

  .footer {
    line-height: 14px;
    font-size: 14px;
    background: #000;
    color: #fff;
    font-family: Noto Sans JP
  }
  
  @media (max-width: 768px) {
    .footer {
      font-size: 16px
  }
}
  
  .footer .footerWrapper {
    max-width: 1010px;
    margin: 0 auto;
    padding: 40px 0 30px
  }
  
  @media (max-width: 768px) {
    .footer .footerWrapper {
      padding: 30px 0 50px
  }
}
  
  .footer .footerWrapper .siteLink {
    margin-bottom: 30px
}
  
  @media (max-width: 768px) {
    .footer .footerWrapper .siteLink {
      margin-bottom: 18px
  }
}
  
  .footer .footerWrapper .siteLink ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
    color: #adadad
}
  
  @media (max-width: 768px) {
    .footer .footerWrapper .siteLink ul {
      flex-wrap: wrap
  }
}
  
  .footer .footerWrapper .siteLink .siteLinkItem {
    margin: 0 22px
}
  
  @media (max-width: 768px) {
    .footer .footerWrapper .siteLink .siteLinkItem {
      margin: 0 22px 22px
  }
}
  
  .footer .footerWrapper .siteLink .siteLinkItem a {
    color: inherit;
    text-decoration: none
  }
  
  @media (max-width: 768px) {
    .footer .footerWrapper .siteLink .siteLinkItem a {
      color: #adadad !important;
      display: block
  }
}
  
  .footer .footerWrapper .siteLink .siteLinkItem a:hover {
    text-decoration: underline
}

  .footer .footerWrapper .outerSiteLink {
    margin-bottom: 40px
  }
  
  @media (max-width: 768px) {
    .footer .footerWrapper .outerSiteLink {
      margin-bottom: 20px
    }
  }
  
  .footer .footerWrapper .outerSiteLink ul {
  display: -webkit-box;
  display: flex;
    -webkit-box-pack: center;
    justify-content: center
  }
  
  @media (max-width: 768px) {
    .footer .footerWrapper .outerSiteLink ul {
      display: block;
      text-align: center
  }
}
  
  .footer .footerWrapper .outerSiteLink ul .siteLinkItem {
    margin: 0 33px;
    position: relative;
    font-size: 16px
  }
  
  @media (max-width: 768px) {
    .footer .footerWrapper .outerSiteLink ul .siteLinkItem {
      border-top: 1px solid #696969;
      margin: auto
    }
  }
  
  .footer .footerWrapper .outerSiteLink ul .siteLinkItem a {
    color: #fff;
    text-decoration: none
  }
  
  @media (max-width: 768px) {
    .footer .footerWrapper .outerSiteLink ul .siteLinkItem a {
      display: block;
      padding: 32px 0
  }
}
  
  .footer .footerWrapper .outerSiteLink ul .siteLinkItem a:hover {
    color: #adadad
  }
  
  .footer .footerWrapper .outerSiteLink ul .siteLinkItem a:hover svg {
    fill: #adadad
  }
  
  .footer .footerWrapper .outerSiteLink ul .siteLinkItem a svg {
    margin-left: 28px;
  display: inline-block;
    width: 8px;
    height: 12px;
    fill: #fff
  }
  
  @media (max-width: 768px) {
    .footer .footerWrapper .outerSiteLink ul .siteLinkItem:nth-last-of-type(1) {
      border-bottom: 1px solid #696969
    }
  }
  
  .footer .footerWrapper .note {
    font-size: 10px;
    color: #676767
  }
  
  @media (max-width: 768px) {
    .footer .footerWrapper .note {
      padding: 0 20px
    }
  }
  
  .footer .footerWrapper .note p {
    margin-bottom: 3px;
    margin-top: 0
  }
  
  @media (max-width: 768px) {
    .footer .footerWrapper .note p {
      line-height: 16px
}
}

header.header {
  display: -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: 0;
  right: 0;
  z-index: 5000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-menu-button {
  position: relative;
  background: #303030;
  -webkit-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
          box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
}

.header-menu-button:after, .header-menu-button:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(#DADADA), color-stop(30%, #fff), color-stop(70%, #fff), to(#DADADA));
  background: linear-gradient(0deg, #DADADA 0%, #fff 30%, #fff 70%, #DADADA 100%);
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .header-menu-button:after, .header-menu-button:before {
    width: 31px;
    height: 3px;
    margin-top: -12px;
    left: 10px;
  }
}
.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: 80px;
  height: 80px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}

.header-menu-button > a:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(#DADADA), color-stop(30%, #fff), color-stop(70%, #fff), to(#DADADA));
  background: linear-gradient(0deg, #DADADA 0%, #fff 30%, #fff 70%, #DADADA 100%);
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-menu-button > a > .text {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 200%;
}

@media screen and (max-width: 768px) {
  .header-menu-button > a {
    width: 50px;
    height: 50px;
  }

  .header-menu-button > a:before {
    width: 31px;
    height: 3px;
    margin-top: -2px;
    left: 10px;
  }
}
.header-menu-button.is-open {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.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: 536px;
  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.is-open + main {
  -webkit-filter: blur(13px);
          filter: blur(13px);
}
.modal-menu.is-open .modal-menu-overlay {
  display: block;
}

.modal-menu-overlay {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.modal-menu-inner {
  background: rgba(0, 0, 0, 0.8);
  background: #000 url("../images/menu-bg-1.jpg") repeat 0 0;
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  padding: 120px 100px 80px;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal-menu-inner {
    background-position: center 80%;
    background-size: 220px auto;
    max-width: inherit;
  }
}

.modal-menu.modal-menu--gentei .modal-menu-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.modal-menu.modal-menu--gentei .modal-menu-inner {
  background: #fff url("../images/gentei/menu-bg-1.jpg") repeat 0 0;
  color: #17181A;
}
.modal-menu.modal-menu--gentei .modal-menu-list a {
  color: #17181A;
}
.modal-menu.modal-menu--gentei .modal-menu-list > li {
  border-bottom: 1px solid #17181A;
}

@media screen and (max-width: 768px) {
  .modal-menu-inner {
    padding: 60px 20px 80px;
  }
}
.modal-menu-list {
  color: #fff;
}

.modal-menu-list a {
  color: #fff;
}

.modal-menu-list > li {
  border-bottom: 1px solid #fff;
  margin-top: 0;
}

.modal-menu-list > li > a {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 40px 20px 0;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .modal-menu-list > li > a {
    font-size: 18px;
    padding: 15px 40px 15px 0;
  }
  .modal-menu-list > li > a img {
    max-height: 20px;
  }
}

.modal-menu-list > li > a:hover {
  opacity: 0.7;
}

#PageTop {
  margin: 0;
  height: 0;
  margin-top: -48px;
  margin-bottom: 48px;
}

body {
  background: #17181A;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

main {
  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: 170px;
  }
}
.header-logo > a:hover {
  opacity: 0.6;
}

.section {
  padding: 100px 20px;
  position: relative;
}
.section:last-child {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 50px 20px;
  }
}
.section > .section-inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.section > .section-inner > *:first-child {
  margin-top: 0 !important;
}
.section > .section-inner--full {
  max-width: inherit;
}
.section.section-hero {
  padding: 0;
}
.section.section-topic {
  padding-top: 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .section.section-topic {
    padding-bottom: 60px;
  }
}
.section.section-2pack {
  padding: 150px 20px;
  background: url("../images/2pack-bg-1.jpg") no-repeat center center/cover;
  text-align: center;
  margin-bottom: -2px;
}
.section.section-point01 {
  background: #fff url("../images/point01-bg-1.jpg") no-repeat center top/cover;
}
.section.section-point01 > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section.section-point01 {
    padding-bottom: 0;
  }
}
.section.section-point01-2 {
  background: #17181A url("../images/point01-bg-3.jpg") no-repeat center top/cover;
  position: relative;
}
.section.section-point01-2:before {
  content: "";
  display: block;
  width: 100vw;
  height: 48vw;
  background: url("../images/point01-bg-2.png") no-repeat center center/cover;
  position: absolute;
  top: -24vw;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section.section-point01-2:before {
    top: -46vw;
  }
}
.section.section-point02 {
  background: #fbfbfb;
  color: #17181A;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section.section-point02 {
    padding-bottom: 20px;
  }
}
.section.section-point02-3 {
  background: #17181A url("../images/point02-bg-2.png") no-repeat center center/cover;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section.section-point02-3 {
    padding-top: 0;
    padding-bottom: 80px;
    background-image: url("../images/point02-bg-2_sp.png");
  }
}
.section.section-point02-3 p.text {
  color: #17181A;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section.section-point02-3 p.text {
    margin-bottom: 60px;
  }
}
.section.section-point02-3:before, .section.section-point02-3:after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(rgba(251, 251, 251, 0)));
  background: linear-gradient(180deg, #fbfbfb 0%, rgba(251, 251, 251, 0) 100%);
}
@media screen and (max-width: 768px) {
  .section.section-point02-3:before, .section.section-point02-3:after {
    height: 60px;
  }
}
.section.section-point02-3:before {
  top: 0;
}
.section.section-point02-3:after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 24, 26, 0)), to(#17181A));
  background: linear-gradient(180deg, rgba(23, 24, 26, 0) 0%, #17181A 100%);
}
.section.section-point02-3 .sv11-layout {
  position: relative;
  z-index: 2;
  gap: 40px 100px;
}
.section.section-point02-3 .sv11-layout .sv11-layout-item {
  width: calc(45% - 50px);
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .section.section-point02-3 .sv11-layout .sv11-layout-item {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
.section.section-point02-3 .sv11-layout .sv11-layout-item:first-child {
  width: calc(55% - 50px);
}
@media screen and (max-width: 768px) {
  .section.section-point02-3 .sv11-layout .sv11-layout-item:first-child {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
@media screen and (max-width: 768px) {
  .section.section-point02-3 .sv11-layout .sv11-layout-item {
    width: 100% !important;
    gap: 40px;
  }
}
.section.section-point02-3 .sv11-layout.sv11-layout--reverse .sv11-layout-item:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.section.section-point02-3 .sv11-layout.sv11-layout--reverse .sv11-layout-item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.section.section-point02-3 .sv11-layout + .sv11-layout {
  margin-top: 200px;
}
.section.section-point02-2 {
  background: #17181A url("../images/point02-bg-3.jpg") no-repeat center center/cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section.section-point02-2 {
    margin-bottom: -2px;
  }
}
.section.section-point03, .section.section-point05, .section.section-bwr {
  padding: 115px 20px 0 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), color-stop(20%, #fff), to(#373737));
  background: linear-gradient(180deg, #fbfbfb 0%, #fff 20%, #373737 100%);
}
@media screen and (max-width: 1200px) {
  .section.section-point03, .section.section-point05, .section.section-bwr {
    padding: 100px 20px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .section.section-point03, .section.section-point05, .section.section-bwr {
    padding: 80px 0 0 20px;
  }
}
.section.section-point03 .section-inner, .section.section-point05 .section-inner, .section.section-bwr .section-inner {
  padding: 0 100px 100px;
  max-width: 1340px;
  position: relative;
  z-index: 1;
}
.section.section-point03 .section-inner:before, .section.section-point05 .section-inner:before, .section.section-bwr .section-inner:before {
  content: "";
  display: block;
  height: calc(100% - 35px);
  width: 100vw;
  background: #000 url("../images/point03-bg-1.jpg") repeat 0 0;
  position: absolute;
  top: 35px;
  left: 0;
}
.section.section-point03 .section-inner:before {
    top: 29px;
}
@media screen and (max-width: 768px) {
  .section.section-point03 .section-inner:before {
  top: 35px;
  }
}
.section.section-point03 .section-inner > *, .section.section-point05 .section-inner > *, .section.section-bwr .section-inner > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section.section-point03 .section-inner, .section.section-point05 .section-inner, .section.section-bwr .section-inner {
    padding: 0 60px 80px;
  }
}
@media screen and (max-width: 768px) {
  .section.section-point03 .section-inner, .section.section-point05 .section-inner, .section.section-bwr .section-inner {
    padding: 0 20px 40px;
  }
}
.section.section-point03 {
  padding-bottom: 100px;
  background: linear-gradient(180deg, #fbfbfb 0%, #fff 20%, #17181a 100%);
}
@media screen and (max-width: 1200px) {
  .section.section-point03 {
    padding-top: 20px;
  }
}
.section.section-point03:after {
  content: "";
  width: 488px;
  height: 533px;
  background: url("../images/point03-bg-1.png") no-repeat 0 0/cover;
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section.section-point03:after {
    width: calc(488px / 2);
    height: calc(553px / 2);
  }
}
.section.section-bwr {
  background: -webkit-gradient(linear, left top, left bottom, from(#181818), color-stop(10%, #fff), color-stop(20%, #fff), to(#373737));
  background: linear-gradient(180deg, #181818 0%, #fff 10%, #fff 20%, #373737 100%);
}
.section.section-point04, .section.section-prize {
  color: #17181A;
  padding: 115px 120px 115px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#9d9d9d));
  background: linear-gradient(180deg, #373737 0%, #9d9d9d 100%);
}
@media screen and (max-width: 1200px) {
  .section.section-point04, .section.section-prize {
    padding: 100px 20px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .section.section-point04, .section.section-prize {
    padding: 80px 20px 140px 0;
  }
}
.section.section-point04:before, .section.section-prize:before {
  content: "";
  width: 488px;
  height: 533px;
  background: url("../images/point04-bg-2.png") no-repeat 0 0/cover;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section.section-point04:before, .section.section-prize:before {
    width: calc(488px / 2);
    height: calc(553px / 2);
  }
}
.section.section-point04:after, .section.section-prize:after {
  content: "";
  width: 527px;
  height: 327px;
  background: url("../images/point04-bg-3.png") no-repeat 0 0/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section.section-point04:after, .section.section-prize:after {
    width: calc(527px / 2);
    height: calc(327px / 2);
    bottom: 40px;
  }
}
.section.section-point04 .section-inner, .section.section-prize .section-inner {
  padding: 0 100px 100px;
  max-width: 1340px;
  position: relative;
  z-index: 1;
}
.section.section-point04 .section-inner:before, .section.section-prize .section-inner:before {
  content: "";
  display: block;
  height: calc(100% - 35px);
  width: 100vw;
  background: #fff url("../images/point04-bg-1.jpg") repeat 0 0;
  position: absolute;
  top: 35px;
  right: 0;
}
.section.section-point04 .section-inner > *, .section.section-prize .section-inner > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section.section-point04 .section-inner, .section.section-prize .section-inner {
    padding: 0 60px 80px;
  }
}
@media screen and (max-width: 768px) {
  .section.section-point04 .section-inner, .section.section-prize .section-inner {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .section.section-point04 {
    padding-bottom: 20px;
    margin-bottom: -2px;
  }
}
.section.section-bwr .section-inner, .section.section-prize .section-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section.section-bwr .section-inner, .section.section-prize .section-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section.section-bwr .section-inner:before, .section.section-prize .section-inner:before {
  top: 0;
  height: 100%;
}
.section.section-bwr .section-inner .sv11-layout-item, .section.section-prize .section-inner .sv11-layout-item {
  padding-top: 0;
}
.section.section-bwr .sv11-layout-item, .section.section-prize .sv11-layout-item {
  width: calc(45% - 20px);
}
.section.section-bwr .sv11-layout-item:first-child, .section.section-prize .sv11-layout-item:first-child {
  width: calc(55% - 20px);
}
@media screen and (max-width: 768px) {
  .section.section-bwr .sv11-layout-item, .section.section-prize .sv11-layout-item {
    width: 100% !important;
  }
}
.section.section-prize {
  background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#17181a));
  background: linear-gradient(180deg, #373737 0%, #17181a 100%);
}
@media screen and (max-width: 768px) {
  .section.section-prize {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section.section-prize:before, .section.section-prize:after {
  display: none;
}
.section.section-point05 {
  padding-top: 0;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9d9d9d), color-stop(40%, #fff), to(#17181a));
  background: linear-gradient(180deg, #9d9d9d 0%, #fff 40%, #17181a 100%);
}
.section.section-point05:after {
  content: "";
  width: 343px;
  height: 308px;
  background: url("../images/point05-bg-1.png") no-repeat 0 0/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section.section-point05:after {
    width: calc(527px / 2);
    height: calc(327px / 2);
    bottom: 40px;
  }
}
.section.section-point05 .head-h3 {
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .section.section-point05 .head-h3 {
    width: 100%;
  }
}
.section.section-point05 .sv11-layout-item:nth-child(2) {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .section.section-point05 .sv11-layout-item:nth-child(2) {
    padding-top: 0;
  }
}
.section.section-product .section-inner {
  max-width: 980px;
}
.section.section-product:before {
  content: "";
  width: 527px;
  height: 327px;
  background: url("../images/product-bg-1.png") no-repeat 0 0/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.section.section-product:after {
  content: "";
  width: 343px;
  height: 308px;
  background: url("../images/product-bg-2.png") no-repeat 0 0/cover;
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .section.section-product:before {
    width: calc(527px / 2);
    height: calc(327px / 2);
  }
  .section.section-product:after {
    width: calc(527px / 2);
    bottom: 0;
  }
}
.section.section-about {
  background: #17181a url("../images/gentei/about-bg-1.jpg") no-repeat center top/cover;
}
.section.section-about > * {
  position: relative;
  z-index: 1;
}
.section.section-promo {
  background: #fbfbfb;
  position: relative;
}
.section.section-promo:before {
  content: "";
  display: block;
  width: 100vw;
  height: 20vw;
  background: url("../images//gentei/promo-bg-2.png") no-repeat center center/100% 100%;
  position: absolute;
  top: -10vw;
  left: 0;
  z-index: 0;
}
.section.section-promo > * {
  position: relative;
  z-index: 1;
}
.section.section-genteicard {
  padding-top: 160px;
  padding-bottom: 160px;
  color: #17181a;
  position: relative;
}
.section.section-genteicard:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #17181a url("../images/gentei/genteicard-bg-1.jpg") no-repeat center top/cover;
  content: "";
  z-index: -1;
  -webkit-transform: translate(0, 0, 0);
          transform: translate(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .section.section-genteicard {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section.section-entry {
  padding-top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#17181a), to(#e4e4e4));
  background: linear-gradient(180deg, #17181a 0%, #e4e4e4 100%);
}
.section.section-entry .section-inner {
  max-width: 1140px;
}
.section.section-rule {
  background: #17181A url("../images/gentei/rule-bg-1.jpg") no-repeat center top/cover;
}
.section.section-rule > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section.section-rule {
    background-size: contain;
  }
}
.section.section-rule-2 {
  background: #fbfbfb;
  position: relative;
}
.section.section-rule-2:before {
  content: "";
  display: block;
  width: 100vw;
  height: 20vw;
  background: url("../images/gentei/rule-bg-2.png") no-repeat center center/100% 100%;
  position: absolute;
  top: -10vw;
  left: 0;
  z-index: 0;
}

.hero-visual {
  text-align: center;
  position: relative;
}
.hero-visual:before {
  display: none;
  content: "";
  height: 200px;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background: 238ac4;
  background: -webkit-gradient(linear, left top, left bottom, from(#238ac4), to(rgba(35, 138, 196, 0)));
  background: linear-gradient(to bottom, #238ac4, rgba(35, 138, 196, 0));
}
.hero-visual > img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .hero-visual:before {
    display: none;
  }
}

.head-h1 {
  text-align: center;
}
.head-h1 + p {
  text-align: center;
  margin-top: 1.5em;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .head-h1 + p {
    font-size: 16px;
  }
}

.head-h2 {
  margin-top: 100px;
  text-align: center;
}
.head-h2 + .head-h3 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .head-h2 {
    margin-top: 60px;
  }
  .head-h2 + .head-h3 {
    margin-top: 40px;
  }
}

.head-h3 {
  margin-top: 70px;
  text-align: center;
  width: 100%;
}
.head-h3 > span {
  color: #004F9C;
  font-size: 28px;
  display: inline-block;
  font-weight: 900;
}
.head-h3 + .lyt-movie {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .head-h3 {
    margin-top: 40px;
  }
  .head-h3 > span {
    font-size: 20px;
  }
}

.head-h4 {
  margin-top: 40px;
}

.block-section {
  margin-top: 80px;
}
.block-section > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .block-section {
    margin-top: 60px;
  }
}

.block-section2 {
  margin-top: 20px;
}
.block-section2 > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .block-section2 {
    margin-top: 40px;
  }
}

.block-topic a {
  display: block;
  color: inherit;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.block-topic a:hover {
  opacity: 0.6;
}
.block-topic-text {
  margin-top: 1em;
}

.list-deck {
  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;
  gap: 20px;
  margin-top: 40px;
}
.list-deck > li {
  width: calc(33.333% - (40px / 3));
}
.list-deck > li img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .list-deck {
    gap: 10px;
    margin-top: 36px;
  }
  .list-deck > li {
    width: calc(50% - 5px);
  }
}

.list-card {
  display: -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;
  gap: 20px;
  margin-top: 40px;
}
.list-card > li {
  width: calc(33.333% - (40px / 3));
}
.list-card > li img {
  max-width: 100%;
}
.list-card--col4 > li {
  width: calc(25% - (60px / 4));
}
@media screen and (max-width: 768px) {
  .list-card--col4 > li {
    width: calc(33.333% - (20px / 3));
  }
}
@media screen and (max-width: 768px) {
  .list-card {
    gap: 10px;
    margin-top: 36px;
  }
  .list-card > li {
    width: calc(33.333% - (20px / 3));
  }
}

.box-border {
  background: #FEF9C6;
  padding: 14px;
  border-radius: 30px;
  margin: 60px auto 0;
  max-width: 928px;
}
.box-border-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#0055A1), to(#5C9BAE));
  background: linear-gradient(to bottom, #0055A1, #5C9BAE);
  border-radius: 16px;
  padding: 60px;
  color: #fff;
}
.box-border-inner > *:first-child {
  margin-top: 0;
}
.box-border + .box-border {
  margin-top: 80px;
}
.box-border--color {
  background: #F4B5D2;
}
.box-border--color .box-border-inner {
  background: #CDF5F8;
  color: #000;
}
.box-border--color2 {
  background: #EBDAFF;
}
.box-border--color2 .box-border-inner {
  background: -webkit-gradient(linear, left top, right bottom, from(#bcc7d3), color-stop(#afc3d0), color-stop(#b8c5d1), color-stop(#eaeff4), color-stop(#dce3ea), to(#d2dbe4));
  background: linear-gradient(to right bottom, #bcc7d3, #afc3d0, #b8c5d1, #eaeff4, #dce3ea, #d2dbe4);
  color: #000;
}
.box-border .lyt-block + .lyt-block {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .box-border {
    margin-top: 30px !important;
    max-width: 500px;
    padding: 8px;
  }
  .box-border-inner {
    padding: 30px 22px;
    border-radius: 22px;
  }
  .box-border .lyt-block + .lyt-block {
    margin-top: 60px;
  }
}

.box-fill {
  background: #FFFBD1;
  border-radius: 30px;
  margin: 75px auto 0;
  padding: 100px 60px;
  max-width: 928px;
}
.box-fill > *:first-child {
  margin-top: 0;
}
.box-fill + .box-fill {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .box-fill {
    border-radius: 12px;
    padding: 40px 22px;
    margin-top: 40px;
    max-width: 500px;
  }
  .box-fill + .box-fill {
    margin-top: 25px;
  }
}

.bnr-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
  max-width: 230px;
}
.bnr-float > a {
  display: inline-block;
}
.bnr-float > a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr-float > a:hover img {
  opacity: 0.6;
}
.bnr-float-text {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fdfdfd;
  -webkit-text-stroke: 3px #82838A;
  text-stroke: 3px #82838A;
  paint-order: stroke;
}
@media screen and (max-width: 768px) {
  .bnr-float {
    bottom: 10px;
    right: 10px;
  }
}

ul.list-bullet {
  margin-top: 2em;
}
ul.list-bullet > li {
  padding-left: 1em;
  position: relative;
}
ul.list-bullet > li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  top: 0.6em;
  left: 0;
  border-radius: 10em;
}
ul.list-bullet > li:not(:first-child) {
  margin-top: 0.3em;
}

p.text {
  margin-top: 2em;
  line-height: 1.7;
}
p.text > b {
  font-weight: bold;
}
p.text--notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
p.text--lead {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  p.text {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  p.text + p.text {
    margin-top: 1em;
  }
  p.text--notice {
    font-size: 14px;
  }
  p.text--lead {
    font-size: 18px;
  }
}

.lyt-movie {
  text-align: center;
  margin: 40px auto 0;
  max-width: 840px;
  background: rgba(0, 0, 0, 0.1);
}
.lyt-movie-inner {
  padding-top: 56.25%;
  position: relative;
}
.lyt-movie-inner > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lyt-movie {
    margin-top: 20px;
  }
}

.lyt-cardlist {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1208px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  gap: 0 16px;
}
.lyt-cardlist-item {
  width: calc(50% - 8px);
  text-align: center;
}
.lyt-cardlist-item > a {
  display: inline-block;
}
.lyt-cardlist-item > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .lyt-cardlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5px;
  }
  .lyt-cardlist-item {
    width: 100%;
  }
  .lyt-cardlist-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.lyt-image {
  text-align: center;
  margin: 4em auto 0;
}
.lyt-image-item {
  display: inline-block;
}
.lyt-image a {
  display: inline-block;
}
.lyt-image a:hover {
  opacity: 0.6;
}
.lyt-image-caption {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lyt-image {
    margin-top: 3em;
    max-width: 500px;
  }
  .lyt-image-caption {
    font-size: 16px;
  }
}

.lyt-image2 {
  text-align: center;
}
.lyt-image2 > img {
  width: 100%;
  max-width: inherit;
}

.lyt-news {
  margin: 50px auto 0;
  text-align: center;
  position: relative;
}
.lyt-news-item {
  display: inline-block;
  vertical-align: top;
  max-width: 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;
  }
}

.product-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-dl dt {
  white-space: nowrap;
}

.product-list > li {
  padding-left: 1.5em;
  position: relative;
  line-break: anywhere;
}
.product-list > li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0.6em;
  left: 0.5em;
}

.text-product {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1em;
}
.text-product + p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .text-product {
    font-size: 20px;
    margin-top: 1em;
  }
  .text-product + p {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .data-product {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.button-product {
  margin-top: 2em;
}
.button-product > a {
  display: inline-block;
}
.button-product > a img {
  width: 100%;
}
.button-product > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .button-product {
    text-align: center;
  }
}

.wrap-btn {
  margin-top: 80px;
  text-align: center;
}
.wrap-btn > a {
  display: inline-block;
}
.wrap-btn > a:hover {
  opacity: 0.6;
}
.wrap-btn + .wrap-btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .wrap-btn {
    margin-top: 40px;
  }
  .wrap-btn + .wrap-btn {
    margin-top: 15px;
  }
}

.lyt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 810px;
  margin: 60px auto 0;
  position: relative;
}
.lyt-block:first-child {
  margin-top: 0;
}
.lyt-block-image {
  width: 47%;
  text-align: center;
}
.lyt-block-content {
  width: 47%;
  position: relative;
  z-index: 1;
}
.lyt-block-content p {
  margin-top: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lyt-block-content > *:first-child {
  margin-top: 0 !important;
}
.lyt-block-head2 {
  font-size: 18px;
  margin-top: 1em;
  line-height: 1.3;
  font-weight: 700;
}
.lyt-block--evo {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px !important;
}
.lyt-block--evo .lyt-block-image .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo .lyt-block-evo {
  width: 47.5%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lyt-block--evo .lyt-block-evo {
    width: 100%;
  }
}
.lyt-block--evo2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0 !important;
  gap: 3%;
}
.lyt-block--evo2 .lyt-block-image {
  width: 47%;
}
.lyt-block--evo2 .lyt-block-image .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo2 .lyt-block-image2 {
  width: 33%;
  padding-top: 25px;
}
.lyt-block--evo2 .lyt-block-image2 .img-card {
  margin-left: auto;
  margin-right: auto;
}
.lyt-block--evo2 .lyt-block-image2 .img-card-head {
  margin-top: 45px;
}
.lyt-block--evo2 .lyt-block-evo {
  width: 20%;
  margin-left: -5%;
  margin-right: -1%;
  text-align: center;
  padding-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .lyt-block--evo2 .lyt-block-evo {
    width: 100%;
  }
}
.lyt-block--evo2.lyt-block--reverse .lyt-block-image {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.lyt-block--evo2.lyt-block--reverse .lyt-block-evo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: -5%;
  margin-left: -1%;
}
.lyt-block--evo2.lyt-block--reverse .lyt-block-image2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.lyt-block--evo2 .img-card-head {
  margin-left: -34px;
  margin-right: -34px;
}
.lyt-block--campaign {
  gap: 6% 4%;
  margin: 20px auto !important;
}
.lyt-block--campaign .lyt-block-image {
  width: 45%;
}
.lyt-block--campaign .lyt-block-content {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .lyt-block--campaign {
    margin: 0 auto !important;
    gap: 40px 4%;
  }
  .lyt-block--campaign .lyt-block-image {
    width: 100%;
  }
  .lyt-block--campaign .lyt-block-content {
    width: 100%;
  }
}
.lyt-block--reverse .lyt-block-image {
  -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;
}
.lyt-block--reverse .lyt-block-evo {
  margin-left: auto;
}
.lyt-block--card .lyt-block-image {
  width: 35%;
}
.lyt-block--card .lyt-block-content {
  width: 59%;
}
.lyt-block--card + .lyt-block--card {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lyt-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    max-width: 300px;
  }
  .lyt-block-content {
    width: 100%;
    margin-top: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
    display: block;
  }
  .lyt-block-content small {
    font-size: 14px;
  }
  .lyt-block-head {
    padding-top: 15px;
    text-align: center;
  }
  .lyt-block-head img {
    width: auto;
    height: 40px;
  }
  .lyt-block-head2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0.8em;
  }
  .lyt-block-image {
    -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;
  }
  .lyt-block + .lyt-block {
    margin-top: 40px;
  }
  .lyt-block--evo2 .lyt-block-evo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 0;
    padding-top: 10%;
  }
  .lyt-block--evo2 .lyt-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-top: 0;
  }
  .lyt-block--evo2 .lyt-block-image2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding: 0;
  }
  .lyt-block--evo2 .lyt-block-image2 .img-card-head {
    margin-top: 16px;
  }
  .lyt-block--evo2.lyt-block--reverse .lyt-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lyt-block--evo2.lyt-block--reverse .lyt-block-evo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .lyt-block--evo2.lyt-block--reverse .lyt-block-image2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lyt-block--card .lyt-block-image,
  .lyt-block--card .lyt-block-content {
    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;
  gap: 24px;
}
.lyt-column-item {
  position: relative;
}
.lyt-column-item > *:first-child {
  margin-top: 0 !important;
}
.lyt-column--col2 {
  gap: 60px;
}
.lyt-column--col2 .lyt-column-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 60px) / 2);
          flex: 0 0 calc((100% - 60px) / 2);
}
.lyt-column--col3 {
  gap: 40px;
}
.lyt-column--col3 .lyt-column-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 80px) / 3);
          flex: 0 0 calc((100% - 80px) / 3);
}
.lyt-column--col4 {
  gap: 24px;
}
.lyt-column--col4 .lyt-column-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 72px) / 4);
          flex: 0 0 calc((100% - 72px) / 4);
}
.lyt-column--product {
  gap: 0;
}
.lyt-column--product .lyt-column-item:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(45% - 25px);
          flex: 0 0 calc(45% - 25px);
}
.lyt-column--product .lyt-column-item:nth-child(2) {
    margin: 0 auto 0 50px;
    width: calc(55% - 25px);
        max-width: 401px;
  }
@media screen and (max-width: 768px) {
  .lyt-column--product .lyt-column-item:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(55% - 25px);
          flex: 0 0 calc(55% - 25px);
          margin: 0;
  }
}
.lyt-column--rule {
  gap: 0;
}
.lyt-column--rule .lyt-column-item:nth-child(2n-1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
}
@media screen and (max-width: 768px) {
  .lyt-column--rule .lyt-column-item:nth-child(2n-1) {
    padding-right: 20px;
  }
}
.lyt-column--rule .lyt-column-item:nth-child(2n) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
}
.lyt-column--rule .lyt-column-item:nth-child(n+3) {
  border-top: 1px solid #fff;
  padding-top: 40px;
  margin-top: 40px;
}
.lyt-column--rule .lyt-column-item h4 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .lyt-column--rule .lyt-column-item h4 {
    font-size: 18px;
  }
}
.lyt-column--jcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lyt-column--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lyt-column + .lyt-column {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .lyt-column {
    margin-top: 30px;
  }
  .lyt-column--col2 {
    gap: 40px 16px;
  }
  .lyt-column--col2 .lyt-column-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .lyt-column--col3 {
    gap: 16px;
  }
  .lyt-column--col3 .lyt-column-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 32px) / 3);
            flex: 0 0 calc((100% - 32px) / 3);
  }
  .lyt-column--col4 {
    gap: 12px;
  }
  .lyt-column--col4 .lyt-column-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 24px) / 3);
            flex: 0 0 calc((100% - 24px) / 3);
  }
  .lyt-column--product {
    gap: 0;
  }
  .lyt-column--product .lyt-column-item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
  .lyt-column + .lyt-column {
    margin-top: 160px;
  }
  .lyt-column + .lyt-column.lyt-column--product {
    margin-top: 60px;
  }
  .lyt-column--sp-col1 {
    gap: 30px;
  }
  .lyt-column--sp-col1 .lyt-column-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .lyt-column--sp-col2 .lyt-column-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
  }
  .lyt-column--sp-reverse .lyt-column-item:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lyt-column--sp-reverse .lyt-column-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.lyt-evo {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6%;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.lyt-evo-item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .lyt-evo {
    max-width: 300px;
  }
  .lyt-evo-item {
    width: 100%;
  }
}

.lyt-evoChild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.lyt-evoChild-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
}
.lyt-evoChild-item .img-card,
.lyt-evoChild-item .lyt-evoChild-arrow {
  width: 48%;
  text-align: center;
}
.lyt-evoChild-item .img-card picture,
.lyt-evoChild-item .lyt-evoChild-arrow picture {
  display: block;
}
@media screen and (max-width: 768px) {
  .lyt-evoChild {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8%;
    height: inherit;
  }
  .lyt-evoChild-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 46%;
    gap: 0;
  }
  .lyt-evoChild-item .img-card,
  .lyt-evoChild-item .lyt-evoChild-arrow {
    width: 100%;
  }
  .lyt-evoChild-item .lyt-evoChild-arrow {
    height: 110px;
    display: -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;
  }
}

.img-card {
  text-align: center;
  position: relative;
}
.img-card > * {
  position: relative;
}
.img-card > *:first-child {
  margin-top: 0;
}
.img-card p {
  text-align: left;
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.img-card p small {
  font-size: 16px;
}
.img-card p > a {
  text-decoration: underline;
}
.img-card p > a:hover {
  text-decoration: none;
}
.img-card-image {
  text-align: center;
}
.img-card-logo {
  margin-top: 1.4em;
}
.img-card-head {
  text-align: center;
  margin-top: 20px;
}
.img-card-head + .img-card-text {
  margin-top: 1.5em;
}
.img-card-btn {
  text-align: center;
  margin-top: 2em;
}
.img-card-head2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .img-card-head2 {
    font-size: 18px;
  }
}
.img-card-bg {
  mix-blend-mode: screen;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 800px;
  height: 751px;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .img-card {
    text-align: center;
  }
  .img-card p {
    margin-top: 1em;
  }
  .img-card p small {
    font-size: 14px;
  }
  .img-card-head {
    margin-top: 16px;
  }
  .img-card-head + .img-card-text {
    margin-top: 15px;
  }
  .img-card-bg {
    width: 550px;
    height: 500px;
  }
}

.ani-zoom {
  -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 {
    cursor: default;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    z-index: 2000;
  }
  .ani-zoom.sp:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.modal-content {
  position: fixed;
  z-index: 8000;
  width: 100%;
  height: 122%;
  -webkit-transform: translate3d(0);
          transform: translate3d(0);
  background: #000;
  padding: 40px 20px 20px;
  top: 0;
  left: 0;
  color: #000;
  display: none;
}
.modal-content:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 110%;
  top: -10%;
  left: 0;
  background: url("../images/modal/bg-1.jpg") no-repeat center center/100% 100%;
}
@media screen and (max-width: 768px) {
  .modal-content:before {
    background-image: url("../images/modal/bg-1_sp.jpg");
  }
}
.modal-content-close {
  text-align: center;
  margin-top: 30px;
}
.modal-content-close > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.modal-content-close > a:hover {
  opacity: 0.6;
}
.modal-content-inner {
  position: relative;
  width: 100%;
  max-width: 852px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal-content {
    height: 100%;
    padding-top: 30px;
  }
  .modal-content-close {
    margin-top: 25px;
  }
}

.modal-head {
  text-align: center;
}

.modal-box {
  border: 4px solid #17181A;
  border-radius: 16px;
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modal-box {
    margin-top: 20px;
  }
}
.modal-box-head {
  padding: 30px 20px;
  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;
  gap: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#17181A), to(#41444A));
  background: linear-gradient(180deg, #17181A 0%, #41444A 100%);
}
.modal-box-head a {
  display: block;
}
@media screen and (max-width: 768px) {
  .modal-box-head {
    padding: 15px;
    gap: 10px;
  }
}
.modal-box-contents {
  background: rgba(255, 255, 255, 0.9);
  padding: 60px;
  max-height: calc(100vh - 370px);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal-box-contents {
    padding: 20px;
    max-height: calc(100vh - 280px);
  }
}

.modal-cardlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .modal-cardlist {
    gap: 10px;
  }
}
.modal-cardlist > li {
  width: calc((100% / 4) - (60px / 4));
}
@media screen and (max-width: 768px) {
  .modal-cardlist > li {
    width: calc((100% / 3) - (20px / 3));
  }
}
.modal-cardlist > li.coming {
  text-align: center;
  padding: 3% 3.4% 13.4%;
  background: url("../images/modal/card-bg-1.png") no-repeat top center/100% auto;
}
@media screen and (max-width: 768px) {
  .modal-cardlist > li.coming {
    padding: 4% 4.5% 19%;
  }
}

span.ex {
  font-size: 1.25em;
  display: inline-block;
  line-height: 1;
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.ta-center {
  text-align: center !important;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.va-middle {
  display: -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;
  }
}
.pt-0 {
  padding-top: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-7 {
  margin-top: 7px;
}

.mt-1em {
  margin-top: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mt-8em {
  margin-top: 8em !important;
}
@media screen and (max-width: 768px) {
  .mt-8em {
    margin-top: 5em !important;
  }
}

.min-height-67 {
  min-height: 67px;
  display: -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;
}
@media screen and (max-width: 768px) {
  .min-height-67 {
    min-height: inherit;
    display: block;
  }
}

.min-height-85 {
  min-height: 85px;
  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;
}
@media screen and (max-width: 768px) {
  .min-height-85 {
    min-height: inherit;
    display: block;
  }
}

.min-height-90 {
  min-height: 90px;
  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;
}
@media screen and (max-width: 768px) {
  .min-height-90 {
    min-height: inherit;
    display: block;
  }
}

.maw-240 {
  max-width: 240px;
}

.maw-200 {
  max-width: 200px;
}

.maw-335 {
  max-width: 335px;
}

.maw-440 {
  max-width: 440px;
}

.maw-550 {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}

.maw-610 {
  margin-left: auto;
  margin-right: auto;
  max-width: 610px;
}

.maw-680 {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.maw-720 {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.maw-850 {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.min-height-100 {
  min-height: 100px;
  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;
}
@media screen and (max-width: 768px) {
  .min-height-100 {
    min-height: inherit;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-ta-left {
    text-align: left !important;
  }

  .sp-ta-center {
    text-align: center !important;
  }

  .sp-mt-10 {
    margin-top: 10px !important;
  }

  .sp-mt-60 {
    margin-top: 60px !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 !important;
  }

  .sp-height-22 > img {
    max-height: 22px !important;
  }

  .sp-height-26 > img {
    max-height: 26px !important;
  }

  .sp-height-30 > img {
    max-height: 30px;
  }

  .sp-height-32 > img {
    max-height: 32px;
  }

  .sp-height-36 > img {
    max-height: 36px !important;
  }

  .sp-height-38 > img {
    max-height: 38px;
  }

  .sp-height-40 > img {
    height: 40px !important;
  }

  .sp-height-42 > img {
    max-height: 42px;
  }

  .sp-height-44 > img {
    max-height: 44px !important;
  }

  .sp-height-46 > img {
    max-height: 46px !important;
  }

  .sp-height-48 > img {
    max-height: 48px !important;
  }

  .sp-height-49 > img {
    max-height: 49px !important;
  }

  .sp-height-52 > img {
    max-height: 52px;
  }

  .sp-height-58 > img {
    max-height: 58px;
  }

  .sp-height-60 > img {
    max-height: 60px;
  }

  .sp-height-64 > img {
    max-height: 64px;
  }

  .sp-height-70 > img {
    max-height: 70px !important;
  }

  .sp-height-72 > img {
    max-height: 72px !important;
  }

  .sp-height-74 > img {
    max-height: 74px;
  }

  .sp-height-80 > img {
    max-height: 80px !important;
  }

  .sp-height-81 > img {
    max-height: 81px;
  }

  .sp-height-92 > img {
    max-height: 92px;
  }

  .sp-height-98 > img {
    max-height: 98px !important;
  }

  .sp-height-102 > img {
    height: 102px !important;
  }

  .sp-height-105 > img {
    height: 105px;
  }

  .sp-height-108 > img {
    max-height: 108px;
  }

  .sp-height-109 > img {
    max-height: 109px !important;
  }

  .sp-height-112 > img {
    max-height: 112px;
  }

  .sp-height-115 > img {
    max-height: 115px;
  }

  .sp-height-120 > img {
    max-height: 120px;
  }

  .sp-height-125 > img {
    max-height: 125px !important;
  }

  .sp-height-127 > img {
    max-height: 127px;
  }

  .sp-height-137 > img {
    max-height: 137px !important;
  }

  .sp-height-139 > img {
    max-height: 139px !important;
  }

  .sp-height-140 > img {
    max-height: 140px;
  }

  .sp-height-170 > img {
    max-height: 170px !important;
  }

  .sp-height-152 > img {
    max-height: 152px !important;
  }

  .sp-height-174 > img {
    max-height: 174px !important;
  }

  .sp-height-208 > img {
    max-height: 208px !important;
  }

  .sp-height-225 > img {
    max-height: 225px !important;
  }

  .sp-height-235 > img {
    max-height: 235px !important;
  }

  .sp-height-242 > img {
    max-height: 242px !important;
  }

  .sp-height-245 > img {
    max-height: 245px !important;
  }

  .sp-height-300 > img {
    max-height: 300px !important;
  }

  .sp-height-353 > img {
    max-height: 353px !important;
  }

  .sp-maw-150 {
    max-width: 150px;
  }

  .sp-maw-180 {
    max-width: 180px;
  }

  .sp-maw-200 {
    max-width: 200px !important;
  }

  .sp-maw-210 {
    max-width: 210px !important;
  }

  .sp-maw-230 {
    max-width: 230px;
  }

  .sp-maw-270 {
    max-width: 270px !important;
  }

  .sp-maw-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-maw-346 {
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
  }
}
.style-1 {
  margin-top: -20px;
  text-align: right;
}
.style-1 + * {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .style-1 {
    margin-top: 40px;
    text-align: center;
  }
  .style-1 + * {
    margin-top: 30px;
  }
}

.sv11-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sv11-layout-item {
  width: calc(50% - 20px);
}
.sv11-layout-item > *:first-child {
  margin-top: 0;
}
.sv11-layout-item:nth-child(2) {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .sv11-layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sv11-layout-item {
    width: 100%;
  }
  .sv11-layout-item:nth-child(2) {
    padding-top: 0;
  }
}

.js-card-sort .cardlist-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.js-card-sort .cardlist-tab img {
  max-height: 56px;
}
@media screen and (max-width: 768px) {
  .js-card-sort .cardlist-tab {
    gap: 10px;
  }
  .js-card-sort .cardlist-tab img {
    max-height: 40px;
  }
}
.js-card-sort .cardlist-nocard {
  margin-top: 60px;
  font-size: 18px;
}
.js-card-sort .lyt-column-item:not([data-cat="no"]):hover {
  cursor: pointer;
}

.box-topic-head {
  margin-bottom: -20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .box-topic-head {
    margin-bottom: -10px;
  }
}
.box-topic-contents {
  border: 1px solid #fff;
  padding: 60px 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .box-topic-contents {
    padding: 40px 10px 0 20px;
  }
}
.box-topic-inner {
  overflow-y: auto;
  height: 200px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .box-topic-inner {
    padding-right: 10px;
    height: inherit;
    max-height: 250px;
  }
}

.list-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .list-topic {
    gap: 15px 0;
  }
}
.list-topic-item {
  width: 100%;
  padding-bottom: 40px;
}
.list-topic-item:not(:last-child) {
  border-bottom: 2px solid #606263;
}
.list-topic-item > a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.list-topic-item > a:hover {
  opacity: 0.6;
}
.list-topic-image {
  width: clamp(111px, 10.83vw, 156px);
}
@media screen and (max-width: 768px) {
  .list-topic-image {
    width: 111px;
  }
}
.list-topic-contents {
  width: calc(100% - clamp(111px, 10.83vw, 156px));
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .list-topic-contents {
    width: calc(100% - 111px);
    padding-left: 16px;
  }
}
.list-topic-date {
  font-size: 12px;
}
.list-topic-text {
  margin-top: 0.2em;
}

.btn-wrap {
  margin-top: 60px;
  text-align: center;
}
.btn-wrap a {
  display: inline-block;
}
.btn-wrap a:hover {
  opacity: 0.6;
}
.btn-wrap-caption {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    margin-top: 40px;
  }
}

.slide-full {
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: -20px;
  margin-right: -20px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .slide-full {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.slide-full .infiniteslide_wrap + .infiniteslide_wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .slide-full .infiniteslide_wrap + .infiniteslide_wrap {
    margin-top: 20px;
  }
}

.slide-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-card-item {
  width: 220px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .slide-card-item {
    width: 116px;
    padding: 0 8px;
  }
}

.box-toggle {
  border: 6px #969696 solid;
  border-radius: 10px;
  margin: 60px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .box-toggle {
    border-width: 2px;
    border-radius: 8px;
    margin-top: 30px;
  }
}
.box-toggle-head {
  background: -webkit-gradient(linear, left top, left bottom, from(#17181A), to(#3d4045));
  background: linear-gradient(180deg, #17181A 0%, #3d4045 100%);
}
.box-toggle-head > a {
  display: block;
  text-align: center;
  padding: 34px 60px 34px 16px;
  background: url("../images/gentei/icon-toggle-2.png") no-repeat calc(100% - 20px) center;
}
@media screen and (max-width: 768px) {
  .box-toggle-head > a {
    padding: 20px 70px 20px 20px;
    background-size: 40px 40px;
    text-align: left;
  }
}
.box-toggle-contents {
  background: rgba(255, 255, 255, 0.9);
  padding: 60px;
}
.box-toggle-contents > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .box-toggle-contents {
    padding: 40px 20px;
  }
  .box-toggle-contents .img-card {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .box-toggle-contents .img-card-head {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.box-toggle.is-open .box-toggle-head > a {
  background-image: url("../images/gentei/icon-toggle-1.png");
}

.box-entry,
.box-home {
  margin-top: 60px;
  padding: 60px;
  background: url("../images/gentei/box-bg-1.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 768px) {
  .box-entry,
  .box-home {
    padding: 40px 20px;
  }
}
.box-entry > *:first-child,
.box-home > *:first-child {
  margin-top: 0;
}
.box-entry .lyt-column,
.box-home .lyt-column {
  max-width: 840px;
}
.box-entry .btn-wrap,
.box-home .btn-wrap {
  margin-top: 1em;
  text-align: left;
}

.box-home {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .box-home {
    margin-top: 60px;
  }
}
.box-home-head {
  text-align: center;
  position: relative;
}
.box-home-head > span {
  display: inline-block;
  position: absolute;
  top: -85px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .box-home-head > span {
    top: -60px;
  }
}
