/**
 * @author	MONSTER DIVE
 * @data	2015.03.10
 */
@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src:
    url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
}
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "FontAwesome";
  src:
    url("../fonts/fa-brands-400.woff2") format("woff"),
    url("../fonts/fa-brands-400.woff") format("woff")
}

:root {
  --modal-index: 100;
  --fixedBnr-index: 70;
  --page-index: 60;
}

.fa {
  display: inline-block;
  font: 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  vertical-align: -15%;
  font-size: 1.33333em;
  line-height: 0.75em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  margin-left: 2.14286em;
  padding-left: 0;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  top: 0.14286em;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  line-height: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.snsBox .btn a {
  color: #000;
}
.fa-square-x-twitter:before {
  content: "\e61a";
  color: inherit;
  font-size: 48px;
  translate: 0px -3px;
  display: block;
  line-height: 1;
}
.navi-main-social-list .fa-square-x-twitter {
  margin-top: 3px;
  line-height: 1;
}
.navi-main-social-list .fa-square-x-twitter:before {
  /* color: #6F6F6F; */
  font-size: 37px;
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
th,
td {
  padding: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
ul,
li,
ol,
dl,
dt,
dd,
p,
fieldset,
pre,
code,
legend,
blockquote,
figure {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
}
li {
  list-style: none;
}
pre {
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
a:focus {
  outline: thin dotted;
}
strong,
b {
  font-weight: 700;
}
q {
  quotes: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
code,
samp,
kbd {
  font-family: monospace, sans-serif;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  vertical-align: top;
  line-height: 1;
}
svg:not(:root) {
  overflow: hidden;
}
caption {
  padding: 0;
}
th,
td {
  padding: 0;
}
form {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
html {
  height: 100%;
  background: #fff;
}
body {
  background: #000;
  color: #000;
  font-size: 15px;
  /* font-size: 0.8125rem; */
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
.page {
  position: relative;
  z-index: 20;
}
.is-hide {
  display: none !important;
}
.is-show {
  display: block !important;
}
.is-static {
  position: static !important;
}
.is-fixed {
  position: fixed !important;
}
.is-absolute {
  position: absolute !important;
}
.is-visible {
  visibility: visible !important;
}
.is-hidden {
  visibility: hidden !important;
}
.is-overflow-hidden {
  overflow: hidden !important;
}
.bl-error {
  position: relative;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 50px;
}
.bl-error:last-child {
  margin-bottom: 0;
}
.bl-error-head {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: center;
}
.bl-error-head-ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.58rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-error-head-txt {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.bl-error-head:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #de0202;
  content: "";
}
.bl-error-body {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.bl-error-txt {
  line-height: 2;
}
.bl-error a {
  padding: 5px;
  background: #de0202;
}
.error-js,
.error-browser {
  width: 100%;
  background: #de0202;
}
.error-js .inner,
.error-browser .inner {
  padding: 0 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
.l-global-header {
  position: relative;
  box-sizing: border-box;
  padding: 15px 0;
  width: 100%;
  background: #de0202;
}
.siteLogo {
  margin: 0 auto;
  width: 112px;
  height: auto;
  text-align: center;
}
.l-contents {
  box-sizing: border-box;
}
.l-main {
  position: relative;
  z-index: 10;
  background: #fff;
}
.l-dte-articles {
  box-sizing: border-box;
  margin-bottom: 50px;
}
.l-global-footer {
  box-sizing: border-box;
  padding-bottom: 15px;
  width: 100%;
  background: #222;
}
.bl-footer-main {
  margin-bottom: 15px;
}
.logo-list {
  margin-bottom: 15px;
  text-align: center;
}
.logo-list > .item,
.logo-list > .item-power,
.logo-list > .item-dome {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.logo-list > .item-power {
  width: 54px;
}
.logo-list > .item-dome {
  width: 120px;
}
.logo-list > .item:last-child,
.logo-list > .item-power:last-child,
.logo-list > .item-dome:last-child {
  margin-right: 0;
}
.logo-list a {
  display: block;
}
.nav-footer-sub {
  margin-bottom: 20px;
  text-align: center;
}
.nav-footer-sub > .item,
.logo-list.nav-footer-sub > .item-power,
.logo-list.nav-footer-sub > .item-dome {
  display: inline-block;
  border-right: 1px solid #fff;
  font-size: 11px;
  font-size: 0.6875rem;
}
.nav-footer-sub > .item > .link,
.logo-list.nav-footer-sub > .item-power > .link,
.logo-list.nav-footer-sub > .item-dome > .link {
  padding: 3px 10px;
  color: #fff;
}
.nav-footer-sub > .item:last-child,
.logo-list.nav-footer-sub > .item-power:last-child,
.logo-list.nav-footer-sub > .item-dome:last-child {
  border: none;
}
.copyright {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Roboto", sans-serif;
}
.news-item,
.dte-item,
.lineup-product-item {
  border-bottom: 1px solid #d7d7d7;
  background: #fafafa;
}
.news-item:first-child,
.dte-item:first-child,
.lineup-product-item:first-child {
  border-top: 1px solid #d7d7d7;
}
.news-item:nth-child(2n),
.dte-item:nth-child(2n),
.lineup-product-item:nth-child(2n) {
  background: #fff;
}
.news-item-link,
.dte-item-link,
.lineup-product-item-link {
  display: table;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  color: #000 !important;
}
.news-item-img,
.dte-item-img,
.lineup-product-item-img {
  display: table-cell;
  width: 90px;
  vertical-align: top;
}
.news-item-content,
.dte-item-content,
.lineup-product-item-content {
  display: table-cell;
  box-sizing: border-box;
  padding: 0 12px 0 10px;
  background: url("../images/common/ico_arr_red.svg") no-repeat right center;
  background-size: 10px auto;
  vertical-align: top;
}
.news-item-category,
.dte-item-category {
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
  /* font-size: 0.75rem; */
  font-family: "Roboto", sans-serif;
}
.news-item-category > span,
.dte-item-category > span,
.newsBlock .catTitle {
  padding: 2px 5px;
  color: #fff;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  background: #000;
}
.news-item-ttl,
.dte-item-ttl {
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 15px;
  /* font-size: 0.8125rem */
}
.news-item-time,
.dte-item-time {
  font-size: 13px;
  /* font-size: 0.75rem; */
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.news-item {
  box-sizing: border-box;
}
.movie-item {
  box-sizing: border-box;
}
.movie-item iframe {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  height: 200px;
}
.bl-dte-articles-head {
  background: #222;
  color: #fff;
  text-align: center;
}
.bl-dte-articles-head-ttl {
  padding: 15px 0;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.dte-item {
  box-sizing: border-box;
}
.dte-item-category {
  text-transform: uppercase;
}
.lineup-product-item {
  box-sizing: border-box;
}
.lineup-product-item-link {
  padding: 10px 5px;
}
.lineup-product-item-img {
  width: 25%;
  vertical-align: middle;
  text-align: center;
}
.lineup-product-item-img .oblongH {
  width: 50%;
}
.lineup-product-item-img .rectangle {
  width: 80%;
}
.lineup-product-item-content {
  padding: 0 15px 0 10px;
  width: 75%;
  vertical-align: middle;
}
.lineup-product-item-en {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
.lineup-product-item-jp {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
.lineup-product-item-category {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #666;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
}
.l-search {
  position: fixed;
  top: 0;
  z-index: 20;
  min-height: 600px;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.search-main {
  box-sizing: border-box;
  padding: 8px 10px;
  height: 64px;
  background: #626262;
  text-align: center;
}
.search-box-txt {
  box-sizing: border-box;
  padding: 5px;
  width: 75%;
  height: 35px;
  border: none;
  border-radius: 5px;
  background: none !important;
  background-color: #fff !important;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
  color: #000;
}
.search-box-btn {
  border: none;
  background: 0 0;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Midashi Go MB1", sans-serif;
}
#srchBox {
  text-align: left;
}
#srchBox * {
  margin: 0;
  padding: 0;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}
#srchBox a img {
  border: none;
}
#srchBox #srch #srchForm {
  white-space: nowrap;
}
#srchBox #srchInput {
  box-sizing: border-box;
  margin-right: 5px;
  padding: 5px;
  width: 75%;
  height: 33px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
  color: #000;
}
#srchBox #srchBtn {
  padding-top: 2px;
  width: 70px;
  border: none;
  background-color: inherit;
  color: #fff;
}
#srchBox ul {
  margin-top: 6px;
  text-align: left;
}
#srchBox li {
  display: inline;
  padding-right: 10px;
  list-style-type: none;
  zoom: 1;
}
#srchBox li input {
  margin-right: 2px;
  border: 0;
  vertical-align: middle;
  zoom: 1;
  _margin: -4px 0 -4px -4px;
}
#srchBox li input {
  margin: -4px 0 -4px -4px;
}
#srchBox #srchLogo {
  margin-top: 4px;
  text-align: right;
  line-height: 1;
}
#srchBox #srchLogo a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 8px;
}
#srchBox #srchLogo a:hover {
  text-decoration: underline;
}
#srchBox #srchLogo + img {
  display: none;
}
.bl-dte {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.bl-dte:last-child {
  margin-bottom: 0;
}
.bl-dte-head {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: center;
}
.bl-dte-head-ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-dte-head-txt {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.bl-dte-head:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #de0202;
  content: "";
}
.bl-dte-body {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.bl-lineup {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
  border-bottom: 2px solid #949494;
  background: #eee;
}
.bl-lineup:last-child {
  margin-bottom: 0;
}
.bl-lineup-head {
  padding: 10px 0;
  border-top: 2px solid #949494;
  border-bottom: 2px solid #949494;
  background: #222;
  color: #fff;
  text-align: center;
}
.bl-lineup-head-ttl > .main {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Roboto", sans-serif;
}
.bl-lineup-head-ttl > .sub {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
}
.bl-lineup-body {
  position: relative;
  padding: 25px 10px;
}
.el-lineup {
  display: table;
  margin-bottom: 25px;
  width: 100%;
  zoom: 1;
}
.el-lineup:after {
  display: table;
  clear: both;
  content: "";
}
.el-lineup:before {
  display: table;
  content: "";
}
.el-lineup-img {
  display: table-cell;
  box-sizing: border-box;
  padding: 35px 20px;
  width: 130px;
  border: 2px solid #bfbfbf;
  border-radius: 100px;
  background: #fff;
  vertical-align: middle;
}
.el-lineup-txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Midashi Go MB1", sans-serif;
}
.bl-news {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.bl-news:last-child {
  margin-bottom: 0;
}
.bl-news-head {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: center;
}
.bl-news-head-ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-news-head-txt {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.bl-news-head:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #de0202;
  content: "";
}
.bl-news-body {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.bl-news-body {
  padding: 0;
}
.bl-movie {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.bl-movie:last-child {
  margin-bottom: 0;
}
.bl-movie-head {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: center;
}
.bl-movie-head-ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-movie-head-txt {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.bl-movie-head:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #de0202;
  content: "";
}
.bl-movie-body {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.bl-movie-body {
  padding: 0;
}
.bl-education {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.bl-education:last-child {
  margin-bottom: 0;
}
.bl-education-head {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: center;
}
.bl-education-head-ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-education-head-txt {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.bl-education-head:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #de0202;
  content: "";
}
.bl-education-body {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.bl-concept-head-main {
  position: relative;
  margin: 40px 0;
  text-align: center;
}
.bl-concept-head-main-ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-concept-head-main:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #de0202;
  content: "";
}
.bl-concept-head {
  background: #000;
}
.bl-concept-body {
  margin-bottom: 30px;
}
.bl-concept-ttl {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Midashi Go MB1", sans-serif;
}
.bl-concept-box {
  margin-bottom: 30px;
  padding: 15px 10px;
  border-bottom: 1px solid #d4d4d4;
  background: #eee;
}
.bl-concept-txt {
  margin-bottom: 10px;
}
.bl-concept-txt:last-child {
  margin-bottom: 0;
}
.bl-concept-detail {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.bl-concept-detail:last-child {
  margin-bottom: 0;
}
.bl-concept-detail-head {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: center;
}
.bl-concept-detail-head-ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-concept-detail-head-txt {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.bl-concept-detail-head:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #de0202;
  content: "";
}
.bl-concept-detail-body {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.bl-concept-detail-box {
  margin-bottom: 30px;
}
.bl-concept-detail-box:last-child {
  margin-bottom: 0;
}
.bl-concept-detail-box .txt {
  margin-bottom: 15px;
}
.bl-concept-detail-box .txt em {
  color: #de0202;
}
.bl-concept-detail-box .txt:last-child {
  margin-bottom: 0;
}
.bl-concept-detail-box .img {
  margin-bottom: 15px;
}
.bl-concept-detail-box .img:last-child {
  margin-bottom: 0;
}
.bl-concept-why {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #de0202;
}
.bl-concept-why:last-child {
  margin-bottom: 0;
}
.bl-concept-why-head {
  margin-bottom: 20px;
  border-top: 1px solid #de0202;
}
.bl-concept-why-ttl {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px;
  background-color: #de0202;
  color: #fff;
}
.bl-concept-list > .item,
.logo-list.bl-concept-list > .item-power,
.logo-list.bl-concept-list > .item-dome {
  margin-bottom: 10px;
}
.bl-concept-list > .item > .title,
.logo-list.bl-concept-list > .item-power > .title,
.logo-list.bl-concept-list > .item-dome > .title {
  margin-bottom: 5px;
  color: #de0202;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
.bl-concept-what {
  position: relative;
  margin-bottom: 20px;
}
.bl-concept-what-head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.bl-concept-what-ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
.bl-concept-what-content {
  zoom: 1;
}
.bl-concept-what-content:after {
  display: table;
  clear: both;
  content: "";
}
.bl-concept-what-content:before {
  display: table;
  content: "";
}
.bl-concept-what-img {
  float: right;
  box-sizing: border-box;
  padding: 0 0 3% 5%;
  width: 40%;
}
.bl-concept-what-img > .txt {
  margin-top: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
}
.bl-concept-what-img-bottom {
  margin-top: 15px;
}
.bl-concept-what:last-child {
  margin-bottom: 0;
}
.loading-dte-ttl,
.loading-dte-txt,
.dte-main-head-ttl {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.loading-dte {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 800px;
  background: #000;
}
.loading-dte-in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 300px;
  height: 222px;
  text-align: center;
}
.loading-dte-ttl {
  margin-bottom: 10px;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.2;
}
.loading-dte-ttl span {
  display: inline-block;
}
.loading-dte-txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  opacity: 0;
}
.loading-dte-img {
  background: url("../images/magazine/cover.jpg");
  background-size: cover;
  opacity: 0;
}
.dte-main-head {
  position: relative;
  box-sizing: border-box;
  padding: 30px 0;
  background: url("../images/magazine/img_head_index.jpg");
  background-size: cover;
  text-align: center;
}
.dte-main-head-ttl {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}
.dte-main-head-txt {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
}
.dte-grid {
  position: relative;
  margin: -2% 0 60px;
  zoom: 1;
}
.dte-grid:after {
  display: table;
  clear: both;
  content: "";
}
.dte-grid:before {
  display: table;
  content: "";
}
.dte-article {
  box-sizing: border-box;
  margin: 2.5%;
  width: 46%;
}
.dte-article-link {
  display: block;
  padding: 15px;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-bottom: 4px solid #626262;
  border-left: 1px solid #bfbfbf;
  color: #000 !important;
}
.dte-article-img {
  position: relative;
  margin-bottom: 10px;
}
.dte-article-category {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: inline-block;
  padding: 3px 5px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Midashi Go MB1", sans-serif;
}
.dte-article-forwoman {
  position: absolute;
  top: 0;
  right: 0;
  width: 14vw;
  height: 3.8vw;
  background: url(/share/img/icon_for_woman.png) no-repeat center;
  background-size: cover;
}
.dte-article-ttl {
  font-size: 12px;
  font-size: 0.75rem;
  height: 4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "Midashi Go MB1", sans-serif;
}
.dte-article-time {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.dte-detail-head {
  margin-bottom: 30px;
}
.dte-detail-head-ttl {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.dte-detail-head-ttl-s {
  padding: 15px;
  /* background: #eee; */
  font-size: 17px;
  /* font-size: 0.9375rem; */
  font-family: "Midashi Go MB1", sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
.dte-detail-head-txt {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
}
.dte-detail-head-main {
  padding: 15px 0;
  background: #000;
  color: #fff;
  text-align: center;
}
.dte-detail-body {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0 15px;
}
.dte-detail-body iframe {
  width: 100% !important;
}
.dte-detail-body a {
  color: #000;
  text-decoration: underline;
}
.dte-detail-interview > p {
  margin-bottom: 30px;
}
.dte-detail-interview > p:last-child {
  margin-bottom: 0;
}
.dte-detail-interview table {
  width: 100% !important;
}
.dte-detail-interview th,
.dte-detail-interview td {
  box-sizing: border-box;
  padding: 3px;
}
.dte-web-page {
  box-sizing: border-box;
  padding: 30px 15px;
}
.dte-web-page h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-size: 1rem;
}
.dte-web-page img {
  margin-bottom: 20px;
}
.dte-web-page p {
  margin-bottom: 20px;
}
.dte-web-page p:last-child {
  margin-bottom: 0;
}
.bl-lineup-detail {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.bl-lineup-detail:last-child {
  margin-bottom: 0;
}
.bl-lineup-detail-head {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: center;
}
.bl-lineup-detail-head-ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-lineup-detail-head-txt {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.bl-lineup-detail-head:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #de0202;
  content: "";
}
.bl-lineup-detail-body {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.bl-lineup-detail-txt {
  margin-bottom: 30px;
}
.bl-lineup-detail:first-child {
  margin-top: 40px;
}
.bl-lineup-product {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.bl-lineup-product:last-child {
  margin-bottom: 0;
}
.bl-lineup-product-head {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: center;
}
.bl-lineup-product-head-ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-lineup-product-head-txt {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.bl-lineup-product-head:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #de0202;
  content: "";
}
.bl-lineup-product-body {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.bl-lineup-product-body {
  padding: 0;
}
.bl-lineup-article {
  margin-top: 20px;
}
.lineup-step {
  margin-bottom: 50px;
}
.lineup-step-head {
  margin-bottom: 15px;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.lineup-step-ttl {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
.lineup-step-ttl > .en {
  display: block;
  color: #666;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.lineup-step-ttl > .jp {
  font-family: "Midashi Go MB1", sans-serif;
}
.lineup-step-txt {
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Midashi Go MB1", sans-serif;
}
.lineup-step:last-child {
  margin-bottom: 0;
}
.lineup-category-ttl {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
}
.lineup-img-box-detail {
  margin-bottom: 20px;
}
.lineup-product {
  margin-bottom: 20px;
}
.lineup-product-head {
  padding: 5px 0 5px 50px;
  border-bottom: 4px solid #000;
}
.lineup-product-head-base {
  border-bottom-color: #e84922;
  background: url("../images/lineup/ico_base.png") no-repeat left center;
  background-size: 40px 40px;
  color: #e84922;
  text-transform: uppercase;
}
.lineup-product-head-advantage {
  border-bottom-color: #c5bc05;
  background: url("../images/lineup/ico_advantage.png") no-repeat left center;
  background-size: 40px 40px;
  color: #c5bc05;
  text-transform: uppercase;
}
.lineup-product-head-condition {
  border-bottom-color: #f9a302;
  background: url("../images/lineup/ico_condition.png") no-repeat left center;
  background-size: 40px 40px;
  color: #f9a302;
  text-transform: uppercase;
}
.lineup-product-head-accessories {
  padding-left: 0;
  text-align: center;
  text-transform: uppercase;
}
.lineup-product-ttl {
  margin-bottom: 5px;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.lineup-product-desc {
  font-weight: 700;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.lineup-product:last-child {
  margin-bottom: 0;
}
.lineup-list-step1 > li,
.lineup-list-step2 > li,
.lineup-list-step3 > li {
  margin-bottom: 15px;
}
.lineup-list-step1 > li:last-child,
.lineup-list-step2 > li:last-child,
.lineup-list-step3 > li:last-child {
  margin-bottom: 0;
}
.lineup-list-step1 > li > .ttl,
.lineup-list-step2 > li > .ttl,
.lineup-list-step3 > li > .ttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.lineup-list-step1 {
  margin-bottom: 20px;
}
.lineup-list-step1-base span {
  color: #e84922;
  text-transform: uppercase;
}
.lineup-list-step1-base .ttl {
  border-left-color: #e84922;
}
.lineup-list-step1-advantage span {
  color: #c5bc05;
  text-transform: uppercase;
}
.lineup-list-step1-advantage .ttl {
  border-left-color: #c5bc05;
}
.lineup-list-step1-condition span {
  color: #f9a302;
  text-transform: uppercase;
}
.lineup-list-step1-condition .ttl {
  border-left-color: #f9a302;
}
.lineup-list-step1 > li > .txt > span {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.lineup-list-step1 > li > .ttl {
  padding: 5px 0 5px 5px;
  border-left-width: 4px;
  border-left-style: solid;
}
.lineup-list-step2-basic .ttl {
  background: #900000;
}
.lineup-list-step2-advance .ttl {
  background: #b4b6b5;
}
.lineup-list-step2-elite .ttl {
  background: #af9d5f;
}
.lineup-list-step2 > li > .ttl {
  padding: 10px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.lineup-list-step3 > li > .ttl > .number {
  display: inline-block;
  margin-right: 5px;
  padding: 10px;
  background: #de0202;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.lineup-article {
  box-sizing: border-box;
  padding: 10px;
}
.lineup-article-main {
  display: table;
  margin-bottom: 20px;
}
.lineup-article-athlete {
  display: table-cell;
  width: 45%;
  vertical-align: top;
}
.lineup-article-content {
  display: table-cell;
  padding-left: 5%;
  width: 50%;
  vertical-align: top;
}
.lineup-article-ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.lineup-article-img {
  margin: 0 auto;
  width: 80%;
}
.lineup-article-box-ttl {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.lineup-article-box > p {
  margin-bottom: 20px;
}
.lineup-article-box > p:last-child {
  margin-bottom: 0;
}
.lineup-article-box h3 {
  font-size: 16px;
  font-size: 1rem;
}
.btn-buy {
  margin-bottom: 20px;
}
.btn-buy .link {
  display: table;
  width: 100%;
  color: #fff;
}
.btn-buy .link > span {
  display: table-cell;
  padding: 10px 0;
  vertical-10align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.btn-buy .link .jp {
  width: 55%;
  background: #de0202;
}
.btn-buy .link .en {
  width: 45%;
  background-color: #666;
  background-image: radial-gradient(#999, #999 1px, transparent 1px, transparent);
  background-size: 3px 3px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
}
.bl-team-detail {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.bl-team-detail:last-child {
  margin-bottom: 0;
}
.bl-team-detail-head {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: center;
}
.bl-team-detail-head-ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-team-detail-head-txt {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.bl-team-detail-head:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #de0202;
  content: "";
}
.bl-team-detail-body {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.bl-team-detail-txt {
  margin-bottom: 20px;
}
.bl-team-detail:first-child {
  margin-top: 40px;
}
.team-list {
  margin-top: -2%;
  zoom: 1;
}
.team-list:after {
  display: table;
  clear: both;
  content: "";
}
.team-list:before {
  display: table;
  content: "";
}
.team-article {
  float: left;
  box-sizing: border-box;
  margin-top: 2%;
  border-bottom: 4px solid #626262;
}
.team-article-box {
  box-sizing: border-box;
  padding: 5px;
  background: #eee;
  text-align: center;
}
.team-article-box .en {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
}
.team-article-box .jp {
  font-size: 11px;
  font-size: 0.6875rem;
}
.team-article-box span {
  display: block;
}
.team-article-img {
  position: relative;
}
.team-article-img .article {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  padding: 3px 10px;
  width: 100%;
  background: rgba(222, 2, 2, 0.8);
  color: #fff;
  text-align: right;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.team-article-name {
  margin-bottom: 5px;
}
.team-article:nth-child(2n) {
  float: right;
  margin-left: 2%;
}
.team-article > a {
  display: block;
  color: #000;
}
.education-cover {
  margin-bottom: 40px;
}
.bl-education {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.bl-education:last-child {
  margin-bottom: 0;
}
.bl-education-head {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: center;
}
.bl-education-head-ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-education-head-txt {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.bl-education-head:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #de0202;
  content: "";
}
.bl-education-body {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.bl-education-head-txt {
  padding: 0 5px;
  line-height: 1.4;
}
.bl-education-detail-head {
  margin-bottom: 15px;
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.bl-education-detail-ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
.education-entry {
  margin-bottom: 15px;
}
.education-entry-ttl {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.education-entry-ttl:before {
  padding-right: 5px;
  content: "●";
}
.education-entry p {
  margin-bottom: 15px;
  font-size: 15px;
}
.education-entry .hLine2 {
  margin-bottom: 15px;
  font-size: 16px;
  /* font-size: 0.875rem */
}
.education-entry .hLine3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
.education-entry .hLine3:before {
  padding-right: 5px;
  content: "●";
}
.education-entry .listDisc,
.education-entry ul {
  margin-bottom: 15px;
}
.education-entry .listDisc > li,
.education-entry ul > li {
  margin-bottom: 5px;
}
.education-entry table {
  width: 100% !important;
}
.education-entry th,
.education-entry td {
  box-sizing: border-box;
  padding: 3px;
  font-size: 12px;
  font-size: 0.75rem;
}
.education-entry hr {
  width: 100%;
}
.bl-news-main {
  position: relative;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 50px;
}
.bl-news-main:last-child {
  margin-bottom: 0;
}
.bl-news-main-head {
  position: relative;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.bl-news-main-head-ttl {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-news-main-head-txt {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.bl-news-main-head:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 2px;
  background: #de0202;
  content: "";
}
.bl-news-main-body {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
.bl-news-main-body {
  padding: 0;
}
.bl-news-main .news-item:last-child {
  border-bottom: none;
}
.bl-news-detail {
  padding: 0 10px;
}
.bl-news-detail-head {
  padding: 10px 0;
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
}
.bl-news-detail-body {
  padding: 20px 0;
}

.bl-news-detail-body p {
  font-size: 15px;
}

.bl-news-detail-body a {
  color: #000;
  text-decoration: underline;
}
.bl-news-detail-body .imgUnit {
  margin-bottom: 20px;
}
.bl-news-detail-category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  background: #de0202;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  /* font-size: 0.75rem; */
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.bl-news-detail-ttl {
  margin-bottom: 10px;
  font-size: 15px;
  /* font-size: 0.875rem; */
  font-family: "Midashi Go MB1", sans-serif;
}
.bl-news-detail-time {
  color: #666;
  font-weight: 700;
  font-size: 13px;
  /* font-size: 0.75rem; */
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.newsBlock .newsUnit {
  margin-inline: -20px;
}
.newsBlock .newsUnit a {
  display: flex;
  padding: 15px;
  padding-right: 25px;
  border-top: 1px solid #d7d7d7;
  gap: 10px;
  background: url("../images/common/ico_arr_red.svg") no-repeat right 10px center;
  background-size: 10px auto;
}
.newsBlock .newsUnit:last-of-type a {
  border-bottom: 1px solid #d7d7d7;
}
.newsBlock .newsUnit:nth-of-type(odd) a {
  background-color: #fafafa;
}
.newsBlock .unitImg {
  flex: 0 0 90px;
}
.newsBlock .unitContent {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  color: #000;
  gap: 6px;
}
.newsBlock .unitMeta {
  display: contents;
}
.newsBlock .catTitle {
  display: inline-flex;
  width: fit-content;
  line-height: 1.3;
}
.newsBlock .entTitle {
  font-weight: normal;
}
.newsBlock .entBody {
  display: none;
}
.newsBlock .entDate {
  order: 3;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}

.navi-main-list > .item,
.navi-footer-list > .item,
.navi-dte-list > .item,
.navi-education-list > .item,
.logo-list.navi-main-list > .item-power,
.logo-list.navi-footer-list > .item-power,
.logo-list.navi-dte-list > .item-power,
.logo-list.navi-education-list > .item-power,
.logo-list.navi-main-list > .item-dome,
.logo-list.navi-footer-list > .item-dome,
.logo-list.navi-dte-list > .item-dome,
.logo-list.navi-education-list > .item-dome {
  padding-right: 15px;
  border-bottom: 1px solid #fff;
  background: #000 url("../images/common/ico_arr_white.svg") no-repeat 96% center;
  background-size: 10px auto;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Roboto", sans-serif;
}
.navi-main-list > .item > .link,
.navi-footer-list > .item > .link,
.navi-dte-list > .item > .link,
.navi-education-list > .item > .link,
.logo-list.navi-main-list > .item-power > .link,
.logo-list.navi-footer-list > .item-power > .link,
.logo-list.navi-dte-list > .item-power > .link,
.logo-list.navi-education-list > .item-power > .link,
.logo-list.navi-main-list > .item-dome > .link,
.logo-list.navi-footer-list > .item-dome > .link,
.logo-list.navi-dte-list > .item-dome > .link,
.logo-list.navi-education-list > .item-dome > .link {
  display: block;
  padding: 10px 15px;
}
.navi-main-list > .item .select,
.navi-footer-list > .item .select,
.navi-dte-list > .item .select,
.navi-education-list > .item .select,
.logo-list.navi-main-list > .item-power .select,
.logo-list.navi-footer-list > .item-power .select,
.logo-list.navi-dte-list > .item-power .select,
.logo-list.navi-education-list > .item-power .select,
.logo-list.navi-main-list > .item-dome .select,
.logo-list.navi-footer-list > .item-dome .select,
.logo-list.navi-dte-list > .item-dome .select,
.logo-list.navi-education-list > .item-dome .select {
  color: #717171;
}
.scroller {
  position: static;
  overflow: hidden;
  height: 100%;
}
.scroller-in {
  position: absolute;
  top: 0;
  padding-bottom: 40px;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.l-global-navi {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 80%;
  height: 100%;
  background: #000;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  pointer-events: none;
}
.l-global-navi-in {
  position: static;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
}
.bl-navis {
  box-sizing: border-box;
  width: 100%;
}
.bl-navi-main {
  margin: 0 10px 20px;
}
.bl-navi-main-social {
  margin-top: 20px;
}
.navi-main-social-list {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.navi-main-social-list .item,
.navi-main-social-list .logo-list > .item-power,
.navi-main-social-list .logo-list > .item-dome {
  display: inline-block;
  margin-right: 10px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}
/* .navi-main-social-list .item:last-child, */
.navi-main-social-list .logo-list > .item-power:last-child,
.navi-main-social-list .logo-list > .item-dome:last-child {
  margin-right: 0;
}
.navi-main-social-list .item > .link,
.navi-main-social-list .logo-list > .item-power > .link,
.navi-main-social-list .logo-list > .item-dome > .link {
  display: block;
  color: #6f6f6f;
}
.navi-head-alpha {
  position: absolute;
  top: 0;
  left: 0;
}
.navi-head-beta {
  position: absolute;
  top: 0;
  right: 0;
}
.l-contents-navi {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.navi-content-list {
  text-align: center;
}
.navi-content-list > .item,
.logo-list.navi-content-list > .item-power,
.logo-list.navi-content-list > .item-dome {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
  color: #fff;
  text-align: center;
}
.navi-content-list > .item:last-child,
.logo-list.navi-content-list > .item-power:last-child,
.logo-list.navi-content-list > .item-dome:last-child {
  margin-right: 0;
}
.navi-content-list .icon {
  margin-top: 5px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.navi-content-list .txt {
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Roboto", sans-serif;
}

.pagingNav {
  box-sizing: border-box;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.pagingNav ul {
  display: flex;
  justify-content: space-between;
}

.pagingNav ul li {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.pagingNav :is(.pager-prev,.pager-next) {
  flex: 0 0 25%;
}
.btn-navi-off-prev,
.btn-navi-off-next,
.btn-navi-prev,
.btn-navi-next,
.pagingNav :is(.pager-prev,.pager-next) :is(span,a) {
  box-sizing: border-box;
  width: 25%;
  background: #eee;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.pagingNav :is(.pager-prev,.pager-next) :is(span,a) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  height: 100%;
  width: 100%;
  font-size: 0;
  padding: 17px 2px;
}
.pagingNav :is(.pager-prev,.pager-next) a {
  color: #000;
}
.pagingNav :is(.pager-prev,.pager-next) span {
  color: #d7d7d7;
}
.pagingNav :is(.pager-prev,.pager-next) :is(span,a)::before {
  font-size: 14px;
}
.pagingNav :is(.pager-prev,.pager-next) :is(span,a)::after {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
}
.pagingNav :is(.pager-prev,.pager-next) a::after {
  color: #de0202;
}

.pagingNav .pager-prev {
  border-right: 1px solid #bfbfbf;
}
.pagingNav .pager-prev :is(span,a)::before {
  content: "PREV";
}
.pagingNav .pager-next {
  border-left: 1px solid #bfbfbf;
}
.pagingNav .pager-next :is(span,a)::before {
  content: "NEXT";
}
.pagingNav .pager-prev :is(span,a)::after {
  order: -1;
  transform: scaleX(-1);
}

.btn-navi-off-prev > .link,
.btn-navi-off-next > .link,
.btn-navi-prev > .link,
.btn-navi-next > .link {
  display: block;
  box-sizing: border-box;
  padding: 17px 0;
  color: #000;
}
.btn-navi-off-prev > .link > i,
.btn-navi-off-next > .link > i,
.btn-navi-prev > .link > i,
.btn-navi-next > .link > i {
  color: #de0202;
}
.btn-navi-off-prev > .link,
.btn-navi-off-next > .link {
  color: #d7d7d7;
}
.btn-navi-off-prev > .link > i,
.btn-navi-off-next > .link > i {
  color: #d7d7d7;
}
.navi-entry-foot-list {
  box-sizing: border-box;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  zoom: 1;
}
.navi-entry-foot-list:after {
  display: table;
  clear: both;
  content: "";
}
.navi-entry-foot-list:before {
  display: table;
  content: "";
}
.navi-entry-foot-list > li {
  float: left;
}
.btn-navi-prev {
  border-right: 1px solid #bfbfbf;
}
.btn-navi-next {
  border-left: 1px solid #bfbfbf;
}
.btn-navi-off-prev {
  border-right: 1px solid #bfbfbf;
}
.btn-navi-off-next {
  border-right: 1px solid #bfbfbf;
}

.navi-entry-foot-list:after {
  display: table;
  clear: both;
  content: "";
}
.navi-entry-foot-list:before {
  display: table;
  content: "";
}
.navi-entry-foot-list > li {
  float: left;
}
.btn-navi-prev {
  border-right: 1px solid #bfbfbf;
}
.btn-navi-next {
  border-left: 1px solid #bfbfbf;
}
.btn-navi-off-prev {
  border-right: 1px solid #bfbfbf;
}
.btn-navi-off-next {
  border-right: 1px solid #bfbfbf;
}

.btn-navi-share {
  padding: 15px 0;
  width: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.btn-navi-select {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
.btn-navi-select-txt {
  padding: 15px 0;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.btn-navi-select-txt > i {
  color: #de0202;
}
.btn-navi-select-detail {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  opacity: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  appearance: button;
}
.l-social-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
.l-social-wrap-in {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-social {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  box-sizing: border-box;
  margin: auto;
  padding: 50px 0;
  width: 300px;
  height: 300px;
}
.l-social-in {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  color: #fff;
}
.l-social-in:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
  box-sizing: border-box;
  margin: auto;
  width: 320px;
  height: 320px;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and(orientation:landscape) {
  .l-social-in:after {
    width: 240px;
    height: 240px;
  }
}
@media only screen and(orientation:landscape) {
  .l-social {
    width: 240px;
    height: 240px;
  }
}
.social-main {
  position: relative;
  z-index: 50;
  box-sizing: border-box;
  padding: 40px 0;
  color: #fff;
}
.social-main-ttl {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media only screen and(orientation:landscape) {
  .social-main {
    padding: 10px 0;
  }
}
.btn-social,
.btn-social-fb,
.btn-social-tw,
.btn-social-line {
  box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
}
.btn-social-line span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 47px;
  height: 18px;
  background: url("../images/magazine/ico_line.png") no-repeat;
  background-size: 47px 18px;
}
.btn-social-close {
  position: absolute;
  bottom: -60px;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.btn-social > .link,
.btn-social-fb > .link,
.btn-social-tw > .link,
.btn-social-line > .link {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 18px 0;
  width: 65px;
  height: 65px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.social-list {
  text-align: center;
}
.social-list > li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.social-list > li:last-child {
  margin-right: 0;
}
.bl-navi-dte-txt,
.bl-navi-education-txt {
  padding: 20px 0;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  background: #222;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.l-dte-navi {
  position: fixed;
  top: 0;
  left: 20%;
  box-sizing: border-box;
  width: 80%;
  height: 100%;
  background: #000;
  overflow-y: auto;
}
.l-dte-navi-in {
  position: static;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
}
.bl-navi-dte {
  box-sizing: border-box;
  padding: 0 10px 20px;
}
.bl-navi-dte-txt {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Roboto", sans-serif;
}
.navi-dte-list > .item,
.logo-list.navi-dte-list > .item-power,
.logo-list.navi-dte-list > .item-dome {
  font-weight: 700;
  font-family: "Midashi Go MB1", sans-serif;
}
.navi-dte-month-list {
  box-sizing: border-box;
  margin: -20px auto 0;
  padding: 15px 0;
  width: 205px;
  zoom: 1;
}
.navi-dte-month-list:after {
  display: table;
  clear: both;
  content: "";
}
.navi-dte-month-list:before {
  display: table;
  content: "";
}
.navi-dte-month-list > .item,
.logo-list.navi-dte-month-list > .item-power,
.logo-list.navi-dte-month-list > .item-dome {
  float: left;
  margin: 15px 15px 0 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.navi-dte-month-list > .item:nth-child(4n),
.logo-list.navi-dte-month-list > .item-power:nth-child(4n),
.logo-list.navi-dte-month-list > .item-dome:nth-child(4n) {
  margin-right: 0;
}
.navi-dte-month-list > .item .link,
.logo-list.navi-dte-month-list > .item-power .link,
.logo-list.navi-dte-month-list > .item-dome .link {
  display: block;
  box-sizing: border-box;
  padding: 10px 0;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
}
.navi-dte-month-list > .item .select,
.logo-list.navi-dte-month-list > .item-power .select,
.logo-list.navi-dte-month-list > .item-dome .select {
  background: #717171;
}
.navi-dte,
.navi-dte-detail {
  margin-bottom: 10px;
  padding: 15px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background: #eee;
  text-align: center;
}
.navi-dte-ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Midashi Go MB1", sans-serif;
  line-height: 1;
}
.navi-dte-detail {
  border-top: none;
}
.btn-dte-all {
  margin: 0 10px 20px;
  background: #222 url("../images/common//ico_arr_white.svg") no-repeat 96% center;
  background-size: 10px auto;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
}
.btn-dte-all .link {
  display: block;
  padding: 10px;
}
.btn-dte-all .link > i {
  float: right;
  padding-top: 4px;
}
.l-education-navi {
  position: fixed;
  top: 0;
  left: 20%;
  box-sizing: border-box;
  width: 80%;
  height: 100%;
  background: #000;
  overflow-y: auto;
}
.l-education-navi-in {
  position: static;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
}
.bl-navi-education {
  box-sizing: border-box;
}
.bl-navi-education-txt {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Midashi Go MB1", sans-serif;
}
.navi-education-list > .item,
.logo-list.navi-education-list > .item-power,
.logo-list.navi-education-list > .item-dome {
  font-weight: 700;
  font-family: "Midashi Go MB1", sans-serif;
}
.education-btn-list-sub {
  margin-top: 20px;
  padding: 0 10px;
}
.education-btn-list > .item,
.education-btn-list-sub > .item,
.logo-list.education-btn-list > .item-power,
.logo-list.education-btn-list-sub > .item-power,
.logo-list.education-btn-list > .item-dome,
.logo-list.education-btn-list-sub > .item-dome {
  margin-bottom: 15px;
  border: 2px solid #bfbfbf;
}
.education-btn-list > .item:last-child,
.education-btn-list-sub > .item:last-child,
.logo-list.education-btn-list > .item-power:last-child,
.logo-list.education-btn-list-sub > .item-power:last-child,
.logo-list.education-btn-list > .item-dome:last-child,
.logo-list.education-btn-list-sub > .item-dome:last-child {
  margin-bottom: 0;
}
.btn-shipping-main {
  margin: 0 10px 20px;
  background: #222 url("../images/common//ico_arr_white.svg") no-repeat 96% center;
  background-size: 10px auto;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
}
.btn-shipping-main .link {
  display: block;
  padding: 10px;
}
.btn-shipping-main .link > i {
  float: right;
  padding-top: 4px;
}
.btn-close-navi-main {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.btn-close-navi {
  padding: 10px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.btn-close-search {
  position: relative;
}
.btn-close-search-navi {
  position: absolute;
  bottom: 30px;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.btn-open-navi,
.btn-shopping,
.btn-search {
  display: inline-block;
  padding: 15px 10px;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
}
.btn-page-top {
  border-bottom: 1px solid #fff;
  background: #222;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
}
.btn-page-top span {
  display: block;
  padding: 15px 10px;
  color: #6a6a6a;
}
.btn-dte {
  font-weight: 400;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.btn-dte > .link {
  display: block;
  box-sizing: border-box;
}
.el-dte-img {
  border: 2px solid #000;
  background: #fff;
}
.el-dte-txt {
  box-sizing: border-box;
  padding: 10px 30px 10px 10px;
  width: 100%;
  background: #000 url("../images/common//ico_arr_white.svg") no-repeat 96% center;
  background-size: 10px auto;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
.btn-lineup-l,
.btn-lineup-s,
.btn-lineup-s-full {
  box-sizing: border-box;
  background: #fff url("../images/common/ico_arr_red.svg") no-repeat 98% center;
  background-size: 10px auto;
}
.btn-lineup-l > .link,
.btn-lineup-s > .link,
.btn-lineup-s-full > .link {
  display: table;
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
}
.btn-lineup-l > .link > img,
.btn-lineup-s > .link > img,
.btn-lineup-s-full > .link > img {
  display: table-cell;
  vertical-align: middle;
}
.btn-lineup-l > .link > i,
.btn-lineup-s > .link > i,
.btn-lineup-s-full > .link > i {
  display: table-cell;
  vertical-align: middle;
}
.btn-lineup-m {
  margin-bottom: 20px;
  width: 100%;
  border: 2px solid #000;
  background: #fff url("../images/common/ico_arr_black.svg") no-repeat 98% center;
  background-size: 10px auto;
  zoom: 1;
}
.btn-lineup-m:after {
  display: table;
  clear: both;
  content: "";
}
.btn-lineup-m:before {
  display: table;
  content: "";
}
.btn-lineup-m-img {
  display: table-cell;
  box-sizing: border-box;
  width: 100px;
  background: #fff;
  vertical-align: middle;
}
.btn-lineup-m-txt {
  display: table-cell;
  padding-left: 10px;
  color: #000;
  vertical-align: middle;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Midashi Go MB1", sans-serif;
}
.btn-lineup-m > .link {
  display: table;
  box-sizing: border-box;
  padding: 15px 20px 15px 10px;
  width: 100%;
}
.btn-lineup-l {
  border: 2px solid #de0202;
}
.btn-lineup-l > .link > img {
  width: 242px;
}
.btn-lineup-l > .link > i {
  color: #de0202;
}
.btn-lineup-s,
.btn-lineup-s-full {
  float: left;
  box-sizing: border-box;
  margin-right: 2%;
  width: 49%;
  border: 2px solid #bfbfbf;
  background-position: 96% center;
}
.btn-lineup-s:last-child,
.btn-lineup-s-full:last-child {
  margin-right: 0;
}
.btn-lineup-s > .link > img,
.btn-lineup-s-full > .link > img {
  width: 64px;
}
.btn-lineup-s > .link > i,
.btn-lineup-s-full > .link > i {
  color: #bfbfbf;
}
.btn-lineup-s-full {
  width: 100%;
}
.lineup-btn-list {
  margin-top: 20px;
  zoom: 1;
}
.lineup-btn-list:after {
  display: table;
  clear: both;
  content: "";
}
.lineup-btn-list:before {
  display: table;
  content: "";
}
.btn-dte-warrior {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #7c7c7c;
  background: #222;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Midashi Go MB1", sans-serif;
}
.btn-dte-warrior > .link {
  display: block;
  padding: 15px;
}
.btn-dte-navi {
  display: inline-block;
  box-sizing: border-box;
  width: 49%;
  border: 2px solid #7c7c7c;
  background: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
}
.btn-dte-navi span {
  display: block;
  padding: 10px;
}
#data-btn-dte-navi-contents.select,
#data-btn-dte-navi-month.select {
  background: #7c7c7c;
  color: #fff;
}
.btn-base,
.btn-advantage,
.btn-condition {
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.btn-base > .link,
.btn-advantage > .link,
.btn-condition > .link {
  display: block;
  box-sizing: border-box;
  padding: 25px 10px;
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
.btn-base {
  margin-bottom: 5px;
}
.btn-base > .link {
  background: #e84922;
}
.btn-advantage {
  display: inline-block;
  width: 49%;
}
.btn-advantage > .link {
  background: #c5bc05;
}
.btn-condition {
  display: inline-block;
  width: 49%;
}
.btn-condition > .link {
  background: #f9a302;
}
.btn-product-detail {
  display: inline-block;
}
.btn-product-detail > .inner {
  display: block;
  padding: 5px 10px;
  background: #de0202;
  color: #fff;
  text-align: center;
}
.btn-supplements {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background: #eee url("../images/common/ico_arr_red.svg") no-repeat 98% center;
  background-size: 10px auto;
}
.btn-supplements > .link {
  display: block;
  padding: 25px 10px;
  color: #000;
  line-height: 1;
}
.btn-eduction-open-navi {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  background: #eee;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
.ico-base,
.ico-advantage,
.ico-condition,
.ico-guide {
  display: inline-block;
  vertical-align: middle;
}
.ico-base {
  width: 28px;
  height: 28px;
  background-image: url("../images/lineup/sprite_ico_lineup.png");
  background-position: 0 -28px;
  background-size: 28px 84px;
}
.ico-advantage {
  width: 28px;
  height: 28px;
  background-image: url("../images/lineup/sprite_ico_lineup.png");
  background-position: 0 0;
  background-size: 28px 84px;
}
.ico-condition {
  width: 28px;
  height: 28px;
  background-image: url("../images/lineup/sprite_ico_lineup.png");
  background-position: 0 -56px;
  background-size: 28px 84px;
}
.ico-guide {
  margin-right: 5px;
  width: 60px;
  height: 39px;
  background: #eee url("../images/concept/ico_guide.png");
  background-size: 60px auto;
}
.icoBlankBg {
  background-image: url("../images/common//ico_blank.svg");
  background-size: 20px auto;
}
.carousel {
  overflow: hidden;
  margin-bottom: 50px;
}
/* .carousel-main {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  background: #000;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-main-in {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
} */

.carousel-sub {
  position: relative;
}

.carousel .bx-controls {
  display: flex;
  justify-content: space-between;
}
.carousel .bx-controls-direction {
  display: contents;
}
.carousel .bx-controls-direction {
  flex: 1 1 auto;
}
.carousel .bx-pager {
  display: flex;
  align-items: center;
  gap: 15px;
  order: 2;
  line-height: 1;
}
.carousel .bx-pager-item .bx-pager-link {
  display: inline-flex;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background: #bdbdbd;
  vertical-align: middle;
  font-size: 0;
}
.carousel .bx-pager-item .bx-pager-link.active {
  background: #de0202;
}
.carousel :is(.bx-prev,.bx-next) {
  display: block;
  box-sizing: border-box;
  padding: 15px;
  color: #000;
  line-height: 1;
  font-size: 0;
}
.carousel :is(.bx-prev,.bx-next)::before {
  content: "\f053";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.carousel .bx-prev {
  order: 1;
}
.carousel .bx-next {
  order: 3;
  transform: scaleX(-1);
}
.lineup-carousel {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0;
  width: 100%;
}
.lineup-carousel-in {
  zoom: 1;
}
.lineup-carousel-in:after {
  display: table;
  clear: both;
  content: "";
}
.lineup-carousel-in:before {
  display: table;
  content: "";
}
.lineup-carouse-item {
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100px;
}
.lineup-carouse-item .link {
  display: block;
  color: #000;
}
.lineup-carouse-item .img {
  position: relative;
  padding-bottom: 10px;
  height: 90px;
  vertical-align: middle;
  text-align: center;
}
.lineup-carouse-item .img .oblongH {
  width: auto;
  height: 87px;
}
.lineup-carouse-item .img .oblongW {
  position: absolute;
  top: 25%;
  left: 0;
}
.lineup-carouse-item .img .rectangle {
  width: auto;
  height: 80px;
}
.lineup-carouse-item .ttl-en {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
}
.lineup-carouse-item .ttl-jp {
  font-size: 11px;
  font-size: 0.6875rem;
}
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes globalNaviOn {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(80%, 0, 0);
  }
}
@keyframes globalNaviOn {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
}
@-webkit-keyframes globalNaviOff {
  0% {
    -webkit-transform: translate3d(80%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes globalNaviOff {
  0% {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes globalNaviDetailIn {
  0% {
    opacity: 0.01;
    -webkit-transform: translate3d(-60px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes globalNaviDetailIn {
  0% {
    opacity: 0.01;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#data-main {
  transition: transform 0.4s 0.1s;
}
.is-global-navi-on #data-main {
  /* -webkit-animation-name: globalNaviOn;
  animation-name: globalNaviOn; */
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
.is-global-navi-on .btn-close-navi-main {
  display: block;
}
.is-global-navi-on .navi-main-list > .item:nth-child(1),
.is-global-navi-on .logo-list.navi-main-list > .item-power:nth-child(1),
.is-global-navi-on .logo-list.navi-main-list > .item-dome:nth-child(1) {
  opacity: 0;
  -webkit-animation-name: globalNaviDetailIn;
  animation-name: globalNaviDetailIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-on .navi-main-list > .item:nth-child(2),
.is-global-navi-on .logo-list.navi-main-list > .item-power:nth-child(2),
.is-global-navi-on .logo-list.navi-main-list > .item-dome:nth-child(2) {
  opacity: 0;
  -webkit-animation-name: globalNaviDetailIn;
  animation-name: globalNaviDetailIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-on .navi-main-list > .item:nth-child(3),
.is-global-navi-on .logo-list.navi-main-list > .item-power:nth-child(3),
.is-global-navi-on .logo-list.navi-main-list > .item-dome:nth-child(3) {
  opacity: 0;
  -webkit-animation-name: globalNaviDetailIn;
  animation-name: globalNaviDetailIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-on .navi-main-list > .item:nth-child(4),
.is-global-navi-on .logo-list.navi-main-list > .item-power:nth-child(4),
.is-global-navi-on .logo-list.navi-main-list > .item-dome:nth-child(4) {
  opacity: 0;
  -webkit-animation-name: globalNaviDetailIn;
  animation-name: globalNaviDetailIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-on .navi-main-list > .item:nth-child(5),
.is-global-navi-on .logo-list.navi-main-list > .item-power:nth-child(5),
.is-global-navi-on .logo-list.navi-main-list > .item-dome:nth-child(5) {
  opacity: 0;
  -webkit-animation-name: globalNaviDetailIn;
  animation-name: globalNaviDetailIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-on .navi-main-list > .item:nth-child(6),
.is-global-navi-on .logo-list.navi-main-list > .item-power:nth-child(6),
.is-global-navi-on .logo-list.navi-main-list > .item-dome:nth-child(6) {
  opacity: 0;
  -webkit-animation-name: globalNaviDetailIn;
  animation-name: globalNaviDetailIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-on .navi-main-list > .item:nth-child(7),
.is-global-navi-on .logo-list.navi-main-list > .item-power:nth-child(7),
.is-global-navi-on .logo-list.navi-main-list > .item-dome:nth-child(7) {
  opacity: 0;
  -webkit-animation-name: globalNaviDetailIn;
  animation-name: globalNaviDetailIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-on .navi-main-list > .item:nth-child(8),
.is-global-navi-on .logo-list.navi-main-list > .item-power:nth-child(8),
.is-global-navi-on .logo-list.navi-main-list > .item-dome:nth-child(8) {
  opacity: 0;
  -webkit-animation-name: globalNaviDetailIn;
  animation-name: globalNaviDetailIn;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-on #data-btn-close-navi {
  text-align: right;
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-global-navi-on #data-global-navi {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
}
.is-global-navi-on .btn-shipping-main {
  opacity: 0;
  -webkit-animation-name: globalNaviDetailIn;
  animation-name: globalNaviDetailIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-on .navi-main-social-list > .item:nth-child(1),
.is-global-navi-on .logo-list.navi-main-social-list > .item-power:nth-child(1),
.is-global-navi-on .logo-list.navi-main-social-list > .item-dome:nth-child(1) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-on .navi-main-social-list > .item:nth-child(2),
.is-global-navi-on .logo-list.navi-main-social-list > .item-power:nth-child(2),
.is-global-navi-on .logo-list.navi-main-social-list > .item-dome:nth-child(2) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-on .navi-main-social-list > .item:nth-child(3),
.is-global-navi-on .logo-list.navi-main-social-list > .item-power:nth-child(3),
.is-global-navi-on .logo-list.navi-main-social-list > .item-dome:nth-child(3) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-on .navi-main-social-list > .item:nth-child(4),
.is-global-navi-on .logo-list.navi-main-social-list > .item-power:nth-child(4),
.is-global-navi-on .logo-list.navi-main-social-list > .item-dome:nth-child(4) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-global-navi-off #data-main {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
  -webkit-animation-name: globalNaviOff;
  animation-name: globalNaviOff;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-global-navi-off .btn-close-navi-main {
  display: none;
}
.is-global-navi-off #data-global-navi {
  z-index: -100;
}
@-webkit-keyframes searchOn {
  0% {
    opacity: 0.01;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes searchOn {
  0% {
    opacity: 0.01;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes searchOff {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0.01;
    -webkit-transform: scale(0);
  }
}
@keyframes searchOff {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0.01;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.is-search-on#data-search {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-name: searchOn;
  animation-name: searchOn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-search-off#data-search {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-name: searchOff;
  animation-name: searchOff;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes loadingDteTxtIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@keyframes loadingDteTxtIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
.is-a-loading-dte-txt-in span:nth-child(1) {
  opacity: 0;
  -webkit-animation-name: loadingDteTxtIn;
  animation-name: loadingDteTxtIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-a-loading-dte-txt-in span:nth-child(2) {
  opacity: 0;
  -webkit-animation-name: loadingDteTxtIn;
  animation-name: loadingDteTxtIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-a-loading-dte-txt-in span:nth-child(3) {
  opacity: 0;
  -webkit-animation-name: loadingDteTxtIn;
  animation-name: loadingDteTxtIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes dteNaviAllIn {
  0% {
    opacity: 0.01;
    -webkit-transform: translate3d(-60px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes dteNaviAllIn {
  0% {
    opacity: 0.01;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes is-dte-navi-on {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-80%, 0, 0);
  }
}
@keyframes is-dte-navi-on {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
}
@-webkit-keyframes is-dte-navi-off {
  0% {
    -webkit-transform: translate3d(-80%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes is-dte-navi-off {
  0% {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes globalNaviOn {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(80%, 0, 0);
  }
}
@keyframes globalNaviOn {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
}
@-webkit-keyframes globalNaviOff {
  0% {
    -webkit-transform: translate3d(80%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes globalNaviOff {
  0% {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes dteNaviDetailIn {
  0% {
    opacity: 0.01;
    -webkit-transform: translate3d(-60px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes dteNaviDetailIn {
  0% {
    opacity: 0.01;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.is-dte-navi-contents-on #data-main {
  -webkit-animation-name: is-dte-navi-on;
  animation-name: is-dte-navi-on;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-dte-navi-contents-on #data-dte-navi-contents {
  z-index: 5;
}
.is-dte-navi-contents-on .btn-close-navi-main {
  display: block;
}
.is-dte-navi-contents-on .navi-dte-list > .item:nth-child(1),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-power:nth-child(1),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-dome:nth-child(1) {
  opacity: 0;
  -webkit-animation-name: dteNaviAllIn;
  animation-name: dteNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-on .navi-dte-list > .item:nth-child(2),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-power:nth-child(2),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-dome:nth-child(2) {
  opacity: 0;
  -webkit-animation-name: dteNaviAllIn;
  animation-name: dteNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-on .navi-dte-list > .item:nth-child(3),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-power:nth-child(3),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-dome:nth-child(3) {
  opacity: 0;
  -webkit-animation-name: dteNaviAllIn;
  animation-name: dteNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-on .navi-dte-list > .item:nth-child(4),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-power:nth-child(4),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-dome:nth-child(4) {
  opacity: 0;
  -webkit-animation-name: dteNaviAllIn;
  animation-name: dteNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-on .navi-dte-list > .item:nth-child(5),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-power:nth-child(5),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-dome:nth-child(5) {
  opacity: 0;
  -webkit-animation-name: dteNaviAllIn;
  animation-name: dteNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-on .navi-dte-list > .item:nth-child(6),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-power:nth-child(6),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-dome:nth-child(6) {
  opacity: 0;
  -webkit-animation-name: dteNaviAllIn;
  animation-name: dteNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-on .navi-dte-list > .item:nth-child(7),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-power:nth-child(7),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-dome:nth-child(7) {
  opacity: 0;
  -webkit-animation-name: dteNaviAllIn;
  animation-name: dteNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-on .navi-dte-list > .item:nth-child(8),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-power:nth-child(8),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-dome:nth-child(8) {
  opacity: 0;
  -webkit-animation-name: dteNaviAllIn;
  animation-name: dteNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-on .navi-dte-list > .item:nth-child(9),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-power:nth-child(9),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-dome:nth-child(9) {
  opacity: 0;
  -webkit-animation-name: dteNaviAllIn;
  animation-name: dteNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-on .navi-dte-list > .item:nth-child(10),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-power:nth-child(10),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-dome:nth-child(10) {
  opacity: 0;
  -webkit-animation-name: dteNaviAllIn;
  animation-name: dteNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-on .navi-dte-list > .item:nth-child(11),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-power:nth-child(11),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-dome:nth-child(11) {
  opacity: 0;
  -webkit-animation-name: dteNaviAllIn;
  animation-name: dteNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-on .navi-dte-list > .item:nth-child(12),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-power:nth-child(12),
.is-dte-navi-contents-on .logo-list.navi-dte-list > .item-dome:nth-child(12) {
  opacity: 0;
  -webkit-animation-name: dteNaviAllIn;
  animation-name: dteNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-on #data-btn-dte-contents-close-navi {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-dte-navi-contents-on .btn-dte-all {
  opacity: 0;
  -webkit-animation-name: globalNaviDetailIn;
  animation-name: globalNaviDetailIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-contents-off #data-main {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
  -webkit-animation-name: is-dte-navi-off;
  animation-name: is-dte-navi-off;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-dte-navi-contents-off #data-dte-navi-contents {
  z-index: 5;
}
.is-dte-navi-month-on #data-main {
  -webkit-animation-name: is-dte-navi-on;
  animation-name: is-dte-navi-on;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-dte-navi-month-on #data-dte-navi-month {
  z-index: 5;
}
.is-dte-navi-month-on .btn-close-navi-main {
  display: block;
}
.is-dte-navi-month-on .navi-dte-month-list > .item:nth-child(1),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-power:nth-child(1),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-dome:nth-child(1) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on .navi-dte-month-list > .item:nth-child(2),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-power:nth-child(2),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-dome:nth-child(2) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on .navi-dte-month-list > .item:nth-child(3),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-power:nth-child(3),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-dome:nth-child(3) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on .navi-dte-month-list > .item:nth-child(4),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-power:nth-child(4),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-dome:nth-child(4) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on .navi-dte-month-list > .item:nth-child(5),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-power:nth-child(5),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-dome:nth-child(5) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on .navi-dte-month-list > .item:nth-child(6),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-power:nth-child(6),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-dome:nth-child(6) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on .navi-dte-month-list > .item:nth-child(7),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-power:nth-child(7),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-dome:nth-child(7) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on .navi-dte-month-list > .item:nth-child(8),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-power:nth-child(8),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-dome:nth-child(8) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on .navi-dte-month-list > .item:nth-child(9),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-power:nth-child(9),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-dome:nth-child(9) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on .navi-dte-month-list > .item:nth-child(10),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-power:nth-child(10),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-dome:nth-child(10) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on .navi-dte-month-list > .item:nth-child(11),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-power:nth-child(11),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-dome:nth-child(11) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on .navi-dte-month-list > .item:nth-child(12),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-power:nth-child(12),
.is-dte-navi-month-on .logo-list.navi-dte-month-list > .item-dome:nth-child(12) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on .btn-dte-all {
  opacity: 0;
  -webkit-animation-name: globalNaviDetailIn;
  animation-name: globalNaviDetailIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-navi-month-on #data-btn-dte-month-close-navi {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-dte-navi-month-off #data-main {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
  -webkit-animation-name: is-dte-navi-off;
  animation-name: is-dte-navi-off;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-dte-navi-month-off #data-dte-navi-month {
  z-index: 5;
}
@-webkit-keyframes dteListOn {
  0% {
    opacity: 0.01;
    -webkit-transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes dteListOn {
  0% {
    opacity: 0.01;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.is-dte-list-on #data-dte-grid .dte-article:nth-child(1) {
  opacity: 0;
  -webkit-animation-name: dteListOn;
  animation-name: dteListOn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-list-on #data-dte-grid .dte-article:nth-child(2) {
  opacity: 0;
  -webkit-animation-name: dteListOn;
  animation-name: dteListOn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-list-on #data-dte-grid .dte-article:nth-child(3) {
  opacity: 0;
  -webkit-animation-name: dteListOn;
  animation-name: dteListOn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-list-on #data-dte-grid .dte-article:nth-child(4) {
  opacity: 0;
  -webkit-animation-name: dteListOn;
  animation-name: dteListOn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-list-on #data-dte-grid .dte-article:nth-child(5) {
  opacity: 0;
  -webkit-animation-name: dteListOn;
  animation-name: dteListOn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-list-on #data-dte-grid .dte-article:nth-child(6) {
  opacity: 0;
  -webkit-animation-name: dteListOn;
  animation-name: dteListOn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-list-on #data-dte-grid .dte-article:nth-child(7) {
  opacity: 0;
  -webkit-animation-name: dteListOn;
  animation-name: dteListOn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-dte-list-on #data-dte-grid .dte-article:nth-child(8) {
  opacity: 0;
  -webkit-animation-name: dteListOn;
  animation-name: dteListOn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dte-list-reset .dte-article {
  opacity: 0;
}
@-webkit-keyframes socialOn {
  0% {
    opacity: 0.01;
    -webkit-transform: translate3d(0, 100%, 0) scale(0) rotate(-360deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}
@keyframes socialOn {
  0% {
    opacity: 0.01;
    -webkit-transform: translate3d(0, 100%, 0) scale(0) rotate(-360deg);
    transform: translate3d(0, 100%, 0) scale(0) rotate(-360deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0);
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}
@-webkit-keyframes socialOff {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
  100% {
    opacity: 0.01;
    -webkit-transform: translate3d(0, 100%, 0) scale(0) rotate(-180deg);
  }
}
@keyframes socialOff {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0);
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
  100% {
    opacity: 0.01;
    -webkit-transform: translate3d(0, 100%, 0) scale(0) rotate(-180deg);
    transform: translate3d(0, 100%, 0) scale(0) rotate(-180deg);
  }
}
.is-social-on #data-social-wrap {
  -webkit-animation-name: socialOn;
  animation-name: socialOn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-social-on .dte-social-main {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-social-off #data-social-wrap {
  -webkit-animation-name: socialOff;
  animation-name: socialOff;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-social-off .dte-social-main {
  opacity: 0;
}
@-webkit-keyframes educationNaviOn {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-80%, 0, 0);
  }
}
@keyframes educationNaviOn {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
}
@-webkit-keyframes educationNaviOff {
  0% {
    -webkit-transform: translate3d(-80%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes educationNaviOff {
  0% {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes educationNaviAllIn {
  0% {
    opacity: 0.01;
    -webkit-transform: translate3d(-60px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes educationNaviAllIn {
  0% {
    opacity: 0.01;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.is-education-navi-on #data-main {
  -webkit-animation-name: educationNaviOn;
  animation-name: educationNaviOn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-education-navi-on #data-education-navi {
  z-index: 5;
}
.is-education-navi-on .btn-close-navi-main {
  display: block;
}
.is-education-navi-on .navi-education-list > .item:nth-child(1),
.is-education-navi-on .logo-list.navi-education-list > .item-power:nth-child(1),
.is-education-navi-on .logo-list.navi-education-list > .item-dome:nth-child(1) {
  opacity: 0;
  -webkit-animation-name: educationNaviAllIn;
  animation-name: educationNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-education-navi-on .navi-education-list > .item:nth-child(2),
.is-education-navi-on .logo-list.navi-education-list > .item-power:nth-child(2),
.is-education-navi-on .logo-list.navi-education-list > .item-dome:nth-child(2) {
  opacity: 0;
  -webkit-animation-name: educationNaviAllIn;
  animation-name: educationNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-education-navi-on .navi-education-list > .item:nth-child(3),
.is-education-navi-on .logo-list.navi-education-list > .item-power:nth-child(3),
.is-education-navi-on .logo-list.navi-education-list > .item-dome:nth-child(3) {
  opacity: 0;
  -webkit-animation-name: educationNaviAllIn;
  animation-name: educationNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-education-navi-on .navi-education-list > .item:nth-child(4),
.is-education-navi-on .logo-list.navi-education-list > .item-power:nth-child(4),
.is-education-navi-on .logo-list.navi-education-list > .item-dome:nth-child(4) {
  opacity: 0;
  -webkit-animation-name: educationNaviAllIn;
  animation-name: educationNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-education-navi-on .navi-education-list > .item:nth-child(5),
.is-education-navi-on .logo-list.navi-education-list > .item-power:nth-child(5),
.is-education-navi-on .logo-list.navi-education-list > .item-dome:nth-child(5) {
  opacity: 0;
  -webkit-animation-name: educationNaviAllIn;
  animation-name: educationNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-education-navi-on .navi-education-list > .item:nth-child(6),
.is-education-navi-on .logo-list.navi-education-list > .item-power:nth-child(6),
.is-education-navi-on .logo-list.navi-education-list > .item-dome:nth-child(6) {
  opacity: 0;
  -webkit-animation-name: educationNaviAllIn;
  animation-name: educationNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-education-navi-on .navi-education-list > .item:nth-child(7),
.is-education-navi-on .logo-list.navi-education-list > .item-power:nth-child(7),
.is-education-navi-on .logo-list.navi-education-list > .item-dome:nth-child(7) {
  opacity: 0;
  -webkit-animation-name: educationNaviAllIn;
  animation-name: educationNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-education-navi-on .navi-education-list > .item:nth-child(8),
.is-education-navi-on .logo-list.navi-education-list > .item-power:nth-child(8),
.is-education-navi-on .logo-list.navi-education-list > .item-dome:nth-child(8) {
  opacity: 0;
  -webkit-animation-name: educationNaviAllIn;
  animation-name: educationNaviAllIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.is-education-navi-on #data-btn-education-navi-close {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-education-navi-off #data-main {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
  -webkit-animation-name: educationNaviOff;
  animation-name: educationNaviOff;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-education-navi-off #data-education-navi {
  z-index: 5;
}
.btn-search {
  /*190516sakamoto*/
  display: none;
}

#data-dtePanel .unit .unitImg {
  width: 355px;
}

/*==========================================================================================

  //　パンくず

==========================================================================================*/
#breadcrumb {
  padding: 14px 15px;
  background-color: #eee;
  line-height: 1rem;
  font-size: 13px;
  text-transform: uppercase;
}
#breadcrumb .none {
  text-transform: none;
}
#breadcrumb .home {
}
#breadcrumb .path {
  margin-right: 4px;
}
#breadcrumb .link {
}
#breadcrumb .current {
  font-weight: normal;
}

#breadcrumb a:link,
#breadcrumb a:visited {
  color: #000;
}
#breadcrumb a:hover,
#breadcrumb a:active {
  text-decoration: underline;
}
#pageTop #breadcrumb {
  display: none;
}

/* Cookie */
.nav-footer-sub > .item button {
  font: inherit !important;
  line-height: inherit !important;
  color: #fff !important;
  background: none !important;
  padding: 3px 10px !important;
  border: 0 !important;
}

.page.is-global-navi-on {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}


.modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: var(--modal-index);
  place-items: center;
}
.modal.is-open {
  display: grid;
}
.modal-mask {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
  position: relative;
	z-index: 5;
}
.modal-content.container {
  width: 100%;
  padding-inline: 20px;
  box-sizing: border-box;
}
.modal-movie {
	aspect-ratio: 16 / 9;
}

.modal-movie iframe {
  width: calc(100vw - 40px)!important;
}

.modal-close-btn {
	position: absolute;
  inset: 0 0 auto auto;
  aspect-ratio: 1;
  width: 20px;
  height: auto;
}

.modal-close-btn::before,
.modal-close-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 2px;
  background: #fff;
  width: 18px;
  margin: auto;
}

.modal-close-btn::before {
  rotate: 45deg;
}
.modal-close-btn::after {
  rotate: -45deg;
}

.fixed_bnr {
	position: fixed;
	display: block;
	bottom: 20px;
	right: 20px;
	width: 100px;
	z-index: var(--fixedBnr-index);
}

.fixed_bnr img {
	width: 100%;
	height: auto;
}

.fixed_bnr_img {
	border-radius: 50%;
	overflow: hidden;
}
.fixed_bnr svg {
  position: absolute;
  inset: -12px;
  overflow: visible;
  font-size: 10px;
  rotate: 45deg;
}
.fixed_bnr path {
  mix-blend-mode: difference;
  fill: none;
}
.fixed_bnr text {
  fill: #000;
}
.fixed_bnr.passed_footer text {
  fill: #fff;
}

/* pager
==========================================================================================*/
:is(.modal,.movieSlider,.movie-list) button {
	background-color: transparent;
	border: none;
	padding: 0;
	appearance: none;
	color: var(--text-color);
	font-family: inherit;
}
.movieSlider button:not(:focus) {
  outline: none;
}
:is(#data-mainPanel,.movieSlider) .bx-controls {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-pager .bx-pager-item,
:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-pager {
	padding-top:12px;
}
:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-pager.bx-default-pager a {
	background: #a0a0a0;
	text-indent: -99999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	outline: 0;
	border-radius: 6px;
}
:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-pager.bx-default-pager a:hover,
:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #cc0001;
}

/* prev / next
==========================================================================================*/
:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-prev,
:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-next {
	background-image: url(../img/btn_control_main.png);
	background-repeat: no-repeat;
}

:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-prev {
	left: 10px;
	background-position: 0 0;
}
:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-next {
	right: 10px;
	background-position: -50px 0;
}

:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-prev:hover,
:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-next:hover {
	background-image: url(../img/btn_control_main_on.png);
	background-repeat: no-repeat;
}

:is(#data-mainPanel,.movieSlider) .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 9999;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.movieSlider {
	position: relative;
}

.bnr-link {
  display: block;
}
.bnr-link img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.container {
  padding-inline: 20px;
}
.bnr-link {
  display: block;
}
.bnr-link img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.subTitle {
  text-align: center;
  margin-block: 12px 6px;
}
.block {
  margin: 0 0 30px;
}

.movie-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}
.movie-list.sp-col1 {
  grid-template-columns: 1fr;
}

.movie-item img {
	width: 100%;
	height: auto;
}
.movieSlide_img {
  position: relative;
}
.movieSlide_img::before {
  color: #000;
  content: "\f144";
  position: absolute;
  font-family: FontAwesome;
  font-size: 4rem;
  width: fit-content;
  height: fit-content;
  line-height: 1;
  position: absolute;
  inset: 0;
  margin: auto;
}
.movie-list .movieSlide_img::before {
  font-size: 2rem;
}
.blockTitle {
  font-size: clamp(17px,1.7619047619047556px + 4.761904761904764vw, 22px)
}
.ec.block {
  position: relative;
  z-index: 50;
  background-color: #fff;
  padding-bottom: 5px;
}
.is-global-navi-on + .ec.block {
  z-index: 0;
}

.hLine small {
  font-size: .7em;
}
.abouttUnit_s .unitImage {
  position: relative;
}
.abouttUnit_s .unitImage .notes {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 0.625rem;
}

.u-stack .l-row>.l-col._m4 {
  position: relative;
}
.u-stack .l-row>.l-col._m4 .notes {
  position: absolute;
  right: 16.5px;
  bottom: 11.5px;
  font-size: 0.625rem;
}



#footerOther {
	background: #fff;
	padding-bottom: 46px;
	position: relative;
}

#footerOther .sec-other {
	padding: 40px 40px;
	position: relative;
}

#footerOther .sec-other .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -15px;
}

#footerOther .sec-other li {
	font-size: 13px;
	line-height: 1;
	margin-top: 15px;
}

#footerOther .sec-other li + li {
	border-left: 1px solid #dcdcdc;
	margin-left: 20px;
	padding-left: 20px;
}

#footerOther .sec-other li:nth-child(odd) {
	clear: both;
}

#footerOther .sec-other a {
	color: #555;
	text-decoration: none;
}

#footerOther .sec-other a:hover {
	text-decoration: underline;
}

#footerOther .sec-other button#ot-sdk-btn.ot-sdk-show-settings {
	background-color: #fff;
	border: 0;
	color: #555;
	font-size: 13px;
	line-height: 1;
	padding: 0;
}

#footerOther .sec-other button#ot-sdk-btn.ot-sdk-show-settings:hover {
	background-color: none;
	color: #555;
	text-decoration: underline;
}

#footerOther .sec-logo {
	text-align: center;
}

#footerOther .sec-logo .logo {
	height: 36px;
	margin-inline: auto;
	width: 246px;
}

#footerOther .sec-logo .footer-text {
	margin-bottom: 33px;
}

#footerOther .sec-logo .footer-text img {
	margin-inline: auto;
	width: 246px;
}

#footerOther .sec-copyright {
	color: #555;
	font-size: 12px;
	line-height: 1;
	margin-top: 40px;
	text-align: center;
}

#footerOther .sec-copyright .only-sp,
#footerOther .sec-copyright .only-sp-min {
	display: none;
}

#footerOther::before {
	background: #00b4ed;
	background: linear-gradient(to right, #00b4ed 0%, #89ba17 50%, #ffe900 100%);
	content: "";
	display: block;
	height: 6px;
}


#footerOther .sec-other {
	padding: 32px 0;
}

#footerOther .sec-other .tpl-inner-wrap {
	text-align: center;
}

#footerOther .sec-other .list {
	display: inline-flex;
	margin-top: -20px;
}

#footerOther .sec-other li {
	line-height: 1.4;
	margin-top: 20px;
	width: 45%;
}

#footerOther .sec-other li + li {
	border-left: none;
	margin-left: 15px;
	padding-left: 0;
}

#footerOther .sec-logo .logo {
	height: 25px;
	max-width: 170px;
	width: 100%;
}

#footerOther .sec-logo .footer-text {
	margin-bottom: 25px;
}

#footerOther .sec-logo .footer-text img {
	height: 37px;
	width: auto;
}

#footerOther .sec-copyright {
	line-height: 1.6;
	margin-top: 33px;
}

#footerOther .sec-copyright .only-sp {
	display: block;
}

.main_1 ~ #footerOther {
	margin-top: 9.6vw;
}

#footerOther .sec-logo .footer-text img {
	height: 37px;
	width: auto;
}


@media screen and (max-width: 428px) {

#footerOther .sec-other .list {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 0px;
	text-align: left;
	width: 80%;
}

#footerOther .sec-other li {
	margin-left: 0;
}

#footerOther .sec-other li + li {
	margin-left: 0;
}

#footerOther .sec-other li:nth-of-type(1) {
	width: 100%;
}

}

@media screen and (max-width: 420px) {

#footerOther .sec-copyright .only-sp-min {
	display: block;
}

}

.grid {
  display: grid;
  gap: 5px;
}
.grid.sp-col-1 {  grid-template-columns: 1fr;}
.grid.sp-col-2 {  grid-template-columns: repeat(2, 1fr);}
.grid.sp-col-3 {  grid-template-columns: repeat(3, 1fr);}
.grid.sp-col-4 {  grid-template-columns: repeat(4, 1fr);}
.grid.sp-col-5 {  grid-template-columns: repeat(5, 1fr);}
.grid.sp-col-6 {  grid-template-columns: repeat(6, 1fr);}

.sp-mt-0  { margin-top: 0px; }
.sp-mt-5  { margin-top: 5px; }
.sp-mt-10 { margin-top: 10px; }
.sp-mt-15 { margin-top: 15px; }
.sp-mt-20 { margin-top: 20px; }
.sp-mt-25 { margin-top: 25px; }
.sp-mt-30 { margin-top: 30px; }

.sp-mb-0  { margin-bottom: 0px; }
.sp-mb-5  { margin-bottom: 5px; }
.sp-mb-10 { margin-bottom: 10px; }
.sp-mb-15 { margin-bottom: 15px; }
.sp-mb-20 { margin-bottom: 20px; }
.sp-mb-25 { margin-bottom: 25px; }
.sp-mb-30 { margin-bottom: 30px; }

.sp-ml-0  { margin-left: 0px; }
.sp-ml-5  { margin-left: 5px; }
.sp-ml-10 { margin-left: 10px; }
.sp-ml-15 { margin-left: 15px; }
.sp-ml-20 { margin-left: 20px; }
.sp-ml-25 { margin-left: 25px; }
.sp-ml-30 { margin-left: 30px; }

.sp-mr-0  { margin-right: 0px; }
.sp-mr-5  { margin-right: 5px; }
.sp-mr-10 { margin-right: 10px; }
.sp-mr-15 { margin-right: 15px; }
.sp-mr-20 { margin-right: 20px; }
.sp-mr-25 { margin-right: 25px; }
.sp-mr-30 { margin-right: 30px; }

.sp-mx-0  { margin-inline: 0px; }
.sp-mx-5  { margin-inline: 5px; }
.sp-mx-10 { margin-inline: 10px; }
.sp-mx-15 { margin-inline: 15px; }
.sp-mx-20 { margin-inline: 20px; }
.sp-mx-25 { margin-inline: 25px; }
.sp-mx-30 { margin-inline: 30px; }

.sp-my-0  { margin-block: 0px; }
.sp-my-5  { margin-block: 5px; }
.sp-my-10 { margin-block: 10px; }
.sp-my-15 { margin-block: 15px; }
.sp-my-20 { margin-block: 20px; }
.sp-my-25 { margin-block: 25px; }
.sp-my-30 { margin-block: 30px; }