@charset "UTF-8";
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #4B4B4B;
}

section {
  padding: 56px 0;
}

section .inner {
  width: 1328px;
  margin: 0 auto;
}

section h2 {
  color: #4B4B4B;
  margin-bottom: 16px;
  text-align: center;
  font-size: 4.0rem;
  position: relative;
}

/* section h2::before {
  content: "";
  display: block;
  background: url(../images/index2020/icon_ttl_left.svg) no-repeat;
  background-size: cover;
  width: 51px;
  height: 46px;
  position: absolute;
  top: 4px;
  left: 47%;
  margin-left: -3.6em;
}

section h2::after {
  content: "";
  display: block;
  background: url(../images/index2020/icon_ttl_right.svg) no-repeat;
  background-size: cover;
  width: 51px;
  height: 46px;
  position: absolute;
  top: 5px;
  left: 53%;
  margin-left: 2.31em;
} */


@media screen and (max-width: 1366px) {
  section .inner {
    width: 996px;
  }
  section h2 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1020px) {
  section .inner {
    width: 91.7%;
  }
}

#mainpanel {
  background: #272727;
  padding: 24px 0 24px;
}

#mainpanel h2, #mainpanel h3 {
  margin: 0;
}

#mainpanel h2::before, #mainpanel h2::after {
  background: none;
  width: 0;
  height: 0;
}

#mainpanel .inner-panel {
  width: 1498px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainpanel #panel-main {
  width: 50%;
  padding-right: 13px;
}

#mainpanel #panel-main a {
  display: block;
  -webkit-box-shadow: 0px 0px 0px #ffff4d;
          box-shadow: 0px 0px 0px #ffff4d;
  -webkit-transition: 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s transform, 0.3s box-shadow;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  overflow: hidden;
}

#mainpanel #panel-main a img {
  display: block;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

#mainpanel #panel-main a:hover {
  -webkit-box-shadow: 0px 0px 16px rgba(255, 255, 77, 0.6);
          box-shadow: 0px 0px 16px rgba(255, 255, 77, 0.6);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  z-index: 3;
}

#mainpanel #panel-main a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#mainpanel #panel-main img {
  width: 100%;
  vertical-align: bottom;
}

#mainpanel #panel-sub {
  width: 50%;
  padding-left: 9px;
}

#mainpanel #panel-sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#mainpanel #panel-sub li {
  list-style: none;
  width: 48.60%;
}

#mainpanel #panel-sub li img {
  width: 100%;
  vertical-align: bottom;
}

#mainpanel #panel-sub li:nth-child(1) {
  margin: 0 18px 18px 0px;
}

#mainpanel #panel-sub li:nth-child(2) {
  margin: 0 0 18px 0;
}

#mainpanel #panel-sub li:nth-child(3) {
  margin: 0 18px 0px 0px;
}

#mainpanel #panel-sub a {
  display: block;
  -webkit-box-shadow: 0px 0px 0px #ffff4d;
          box-shadow: 0px 0px 0px #ffff4d;
  -webkit-transition: 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  transition: 0.3s transform, 0.3s box-shadow;
  transition: 0.3s transform, 0.3s box-shadow, 0.3s -webkit-transform, 0.3s -webkit-box-shadow;
  overflow: hidden;
}

#mainpanel #panel-sub a img {
  display: block;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  vertical-align: bottom;
}

#mainpanel #panel-sub a:hover {
  -webkit-box-shadow: 0px 0px 24px rgba(255, 255, 77, 0.6);
          box-shadow: 0px 0px 24px rgba(255, 255, 77, 0.6);
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  z-index: 3;
}

#mainpanel #panel-sub a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 1524px) {
  #mainpanel .inner-panel {
    width: 1366px;
  }
  #mainpanel #panel-sub li {
    width: 48.45%;
  }
}

@media screen and (max-width: 1366px) {
  #mainpanel .inner-panel {
    width: 996px;
  }
  #mainpanel #panel-sub li {
    width: 47.84%;
  }
}

@media screen and (max-width: 1020px) {
  #mainpanel .inner-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #mainpanel #panel-main {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2%;
  }
  #mainpanel #panel-main a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #mainpanel #panel-main a:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #mainpanel #panel-sub {
    width: 100%;
    padding-left: 0;
  }
  #mainpanel #panel-sub li {
    width: 50%;
  }
  #mainpanel #panel-sub li:nth-child(1) {
    margin: 0;
    padding-right: 1%;
  }
  #mainpanel #panel-sub li:nth-child(2) {
    margin: 0 0 2% 0;
    padding-left: 1%;
  }
  #mainpanel #panel-sub li:nth-child(3) {
    margin: 0;
    padding-right: 1%;
  }
  #mainpanel #panel-sub li:nth-child(4) {
    padding-left: 1%;
  }
  #mainpanel #panel-sub a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #mainpanel #panel-sub a:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#attention {
  background: #FF4D67;
  padding: 12px 0 20px;
}

#attention h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 2.4rem;
}

#attention ul {
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
}

#attention ul li {
  list-style: none;
  margin-bottom: 4px;
}

#attention ul a {
  color: #FFFFFF;
}

#attention ul a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1020px) {
  #attention h3 {
    font-size: 2.0rem;
  }
  #attention ul {
    font-size: 1.4rem;
  }
}

#new-release {
  padding-top: 38px;
}

#new-release h2 {
  text-align: center;
  margin-bottom: 24px;
}

#new-release h2::after {
    margin-left: 2em
}

#new-release .swiper-container {
  width: 100%;
  margin-bottom: 40px;
}

#new-release .swiper-button-prev, #new-release .swiper-button-next {
  display: none;
}

#new-release h3 {
  margin: 0;
  line-height: 1.2;
  text-align: center;
}

#new-release ul {
  text-align: center;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#new-release .swiper-slide figure {
  margin-bottom: 8px;
  text-align: center;
}

#new-release .swiper-slide img {
  vertical-align: bottom;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  width: 82%;
  max-width: 253px;
}

#new-release .swiper-slide a {
  text-decoration: none;
  display: block;
  color: #4B4B4B;
}

#new-release .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#new-release .swiper-slide span {
  display: block;
  width: 80px;
  margin: 0 auto 12px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px 0;
  text-align: center;
}

#new-release .swiper-slide .new span {
  background: #E81919;
}

#new-release .swiper-slide .working span {
  background: #4053FF;
}

#new-release .btn-detail a {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00CCBA;
  width: 320px;
  margin: 0 auto;
  text-align: center;
  padding: 16px 0;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: 4px 4px 0 #808080;
          box-shadow: 4px 4px 0 #808080;
  font-size: 2.0rem;
  position: relative;
}

#new-release .btn-detail a span {
  position: relative;
  left: -1em;
}

/*#new-release .btn-detail a span::after {
  content: "";
  display: block;
  background: url(../images/index2020/icon_linkarrow.svg) no-repeat;
  width: 48px;
  height: 24px;
  position: absolute;
  top: 2px;
  right: -56px;
}*/

#new-release .btn-detail a span::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
}


#new-release .btn-detail a:hover {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: 0px 0px 0 #808080;
          box-shadow: 0px 0px 0 #808080;
}

@media screen and (max-width: 767px) {
  #new-release .swiper-button-prev, #new-release .swiper-button-next {
    display: block;
  }
  #new-release .inner {
    width: 100%;
    margin: 0;
  }
  #new-release .swiper-slide {
    width: 75%;
  }
  #new-release .swiper-slide a:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #new-release .swiper-slide img {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  #new-release .btn-detail a {
    width: 95%;
  }
}

#youtuber {
  background: #FF3D3D url(../images/index2020/bg_yt_circle.svg) no-repeat center center;
  position: relative;
  overflow: hidden;
}

#youtuber h2 {
  position: relative;
  z-index: 1;
}

#youtuber h2 span {
  display: block;
  width: 512px;
  margin: 0 auto;
  height: 0;
  padding-top: 136px;
  background: url(../images/index2020/ytbr_ttl@2x.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
}

#youtuber h2::before {
  content: "";
  display: block;
  background: none;
}

#youtuber h2::after {
  content: "";
  display: block;
  background: none;
}

#youtuber #yt-iframe {
  width: 712px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 4px #FFFF51;
          box-shadow: 0px 0px 4px #FFFF51;
}

#youtuber #yt-iframe iframe {
  vertical-align: bottom;
}

#youtuber #goYT {
  display: block;
  width: 478px;
  margin: 0 auto;
  text-align: center;
  background: #00ccba;
  -webkit-box-shadow: 4px 4px 0 #808080;
          box-shadow: 4px 4px 0 #808080;
  padding: 18px 0;
  margin-top: 32px;
  z-index: 1;
  position: relative;
}

#youtuber #goYT img {
  vertical-align: bottom;
}

#youtuber #goYT span {
  position: relative;
  left: -1em;
}

#youtuber #goYT span.text-pc {
  display: inline;
}

/*#youtuber #goYT span.text-pc::after {
  content: "";
  display: block;
  background: url(../images/index2020/icon_linkarrow.svg) no-repeat;
  width: 48px;
  height: 24px;
  position: absolute;
  top: -1px;
  right: -56px;
}*/
#youtuber #goYT span.text-pc::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
}


#youtuber #goYT span.text-sp {
  display: none;
}

/*#youtuber #goYT span.text-sp::after {
  content: "";
  display: block;
  background: url(../images/index2020/icon_linkarrow2.svg) no-repeat;
  width: 48px;
  height: 24px;
  position: absolute;
  top: 1px;
  right: -52px;
}*/
#youtuber #goYT span.text-sp::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
}


#youtuber #goYT:hover {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: 0px 0px 0 #FFFF51;
          box-shadow: 0px 0px 0 #FFFF51;
}

#youtuber #bg-yt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#youtuber #bg-yt .explode img {
  position: absolute;
  left: 50%;
}

#youtuber #bg-yt .explode img:nth-child(1) {
  top: -50%;
  margin-left: -1200px;
}

#youtuber #bg-yt .explode img:nth-child(2) {
  top: -50%;
  margin-left: 250px;
}

#youtuber #bg-yt .explode img:nth-child(3) {
  bottom: -45%;
  margin-left: 400px;
}

#youtuber #bg-yt .explode img:nth-child(4) {
  bottom: -45%;
  margin-left: -1000px;
}

#youtuber #bg-yt .dododo img {
  position: absolute;
  left: 50%;
}

#youtuber #bg-yt .dododo img:nth-child(1) {
  top: 25%;
  margin-left: -950px;
}

#youtuber #bg-yt .dododo img:nth-child(2) {
  bottom: 22%;
  margin-left: 200px;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#youtuber #bg-yt .human img {
  position: absolute;
  left: 50%;
}

#youtuber #bg-yt .human img:nth-child(1) {
  bottom: 28%;
  margin-left: -1100px;
}

#youtuber #bg-yt .human img:nth-child(2) {
  top: 51%;
  margin-left: 400px;
}

#youtuber #bg-yt .human img:nth-child(3) {
  bottom: -20%;
  margin-left: 380px;
}

#youtuber #bg-yt .sp-explode {
  display: none;
}

@media screen and (max-width: 1224px) {
  #youtuber #bg-yt .human {
    display: none;
  }
}

@media screen and (max-width: 1020px) {
  #youtuber {
    background: #FF3D3D;
  }
  #youtuber h2 {
    width: 344px;
    margin: 0 auto 24px;
  }
  #youtuber h2 span {
    width: 344px;
    padding-top: 91px;
  }
  #youtuber #yt-iframe {
    max-width: 712px;
    width: 95%;
  }
  #youtuber #yt-iframe iframe {
    width: 100%;
    min-height: 240px;
  }
  #youtuber #bg-yt .explode {
    display: none;
  }
  #youtuber #bg-yt .dododo {
    display: none;
  }
  #youtuber #goYT {
    width: 344px;
    background: #FFFFFF;
    color: #FF3D3D;
  }
  #youtuber #goYT span.text-pc {
    display: none;
  }
  #youtuber #goYT span.text-sp {
    display: inline;
  }
  #youtuber #goYT img {
    width: 77%;
  }
}

@media screen and (max-width: 760px) {
  #youtuber #yt-iframe iframe {
    height: 194px;
    min-height: 194px;
  }
  #youtuber #bg-yt .sp-explode {
    display: block;
  }
  #youtuber #bg-yt .sp-explode img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -340px;
    margin-top: -350px;
  }
}

@media screen and (max-width: 360px) {
  #youtuber h2 {
    width: 304px;
    margin: 0 auto 24px;
  }
  #youtuber h2 span {
    width: 304px;
    padding-top: 78px;
  }
  #youtuber #goYT {
    width: 304px;
  }
  #youtuber #goYT img {
    width: 77%;
  }
}

/*1579*/
.info_text_left{
    position: absolute;
    top: 14%;
    left: 6vw;
    max-width: 310px;
    width: 20%;
    z-index: 5;
}
.info_text_left img:nth-child(1){
    max-width: 310px;
    width: 100%;
}
.info_text_left img:nth-child(2){
    max-width: 310px;
    width: 100%;
}

.info_text_right{
    position: absolute;
    top: 14%;
    right: 8vw;
    max-width: 310px;
    width: 20%;
    z-index: 5;
}
.info_text_right img:nth-child(1){
    max-width: 310px;
    width: 100%;
}
.info_text_right img:nth-child(2){
    max-width: 310px;
    width: 100%;
}

.new_members img{
    width: 85%;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    pointer-events: none;
}

@media screen and (max-width: 1280px) {
    .info_text_left{ left: 0; top: 25%; }
    .info_text_right{ right: 0; top: 25%; }
}


@media screen and (max-width: 1024px) {
    .info_text_left,.info_text_right{ display: none; }
    .new_members img{ width: 100%; bottom: 0; }
}



#news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news h3 {
  color: #4B4B4B;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 16px;
}

#news .news-first, #news .news-second {
  width: 648px;
}

#news .news-first h3 {
  position: relative;
}

#news .news-first h3::before {
  content: "";
  display: block;
  background: url(../images/index2020/icon_news-model.svg) no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -0.3em;
  left: 50%;
  margin-left: -6.2em;
}

#news .news-second {
  margin-left: 32px;
}

#news .news-second h3 {
  position: relative;
}

#news .news-second h3::before {
  content: "";
  display: block;
  background: url(../images/index2020/icon_news-group.svg) no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -0.3em;
  left: 50%;
  margin-left: -8.2em;
}

#news ul {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  height: 232px;
  overflow: auto;
}

#news a {
  display: block;
  padding: 16px 0;
  color: #4B4B4B;
  text-decoration: none;
  font-weight: normal;
}

#news a:hover {
  background: #f1f1f1;
}

#news li {
  list-style: none;
  line-height: 1.6;
  border-bottom: 1px dotted #707070;
}

#news li:last-child {
  border-bottom: none;
}

#news li h4 {
  margin-top: -1.6em;
  padding-left: 120px;
  padding-right: 8px;
  font-weight: normal;
}

#news .btn-detail {
  text-align: center;
  margin-top: 24px;
}

#news .btn-detail a {
  display: inline-block;
  background: #00C7B5;
  color: #FFFFFF;
  padding: 16px 56px;
  text-decoration: none;
  -webkit-box-shadow: 4px 4px #808080;
          box-shadow: 4px 4px #808080;
  font-weight: bold;
}

#news .btn-detail a span {
  position: relative;
  left: -1em;
}

/*#news .btn-detail a span::after {
  content: "";
  display: block;
  background: url(../images/index2020/icon_linkarrow.svg) no-repeat;
  width: 48px;
  height: 24px;
  position: absolute;
  top: 0px;
  right: -54px;
}*/
#news .btn-detail a span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
}

#news .btn-detail a:hover {
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: 0px 0px 0 #808080;
          box-shadow: 0px 0px 0 #808080;
}

@media screen and (max-width: 1020px) {
  #news .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #news h3 {
    font-size: 2.0rem;
    padding-left: 1.5em;
  }
  #news a {
    font-size: 1.4rem;
  }
  #news li h4 {
    padding-left: 6em;
  }
  #news .news-first, #news .news-second {
    width: 100%;
  }
  #news .news-first ul, #news .news-second ul {
    height: auto;
  }
  #news .news-first {
    margin-bottom: 56px;
  }
  #news .news-first h3::before {
    width: 40px;
    height: 40px;
    margin-left: -5.4em;
  }
  #news .news-second {
    margin-left: 0;
  }
  #news .news-second h3::before {
    width: 40px;
    height: 40px;
    margin-left: -7.2em;
  }
  #news .btn-detail a {
    padding: 12px 48px;
  }
  #news .btn-detail a span::after {
    /* top: -2px;
    right: -50px;*/
  }
}

@media screen and (max-width: 360px) {
  #news .btn-detail a {
    padding: 12px 40px;
  }
}

#sns-daiichi h2::before {
  margin-left: -5em;
}

#sns-daiichi h2::after {
  margin-left: 3.5em;
}

#sns-daiichi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sns-daiichi li {
  text-align: center;
  font-size: 0;
  margin-left: 32px;
}

#sns-daiichi li:first-child {
  margin-left: 0;
}

#sns-daiichi li a:hover {
  opacity: 0.7;
}

#sns-daiichi li img {
  position: relative;
}

@media screen and (max-width: 1366px) {
  #sns-daiichi li img {
    width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  #sns-daiichi {
    padding: 24px 0;
  }
  #sns-daiichi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sns-daiichi li {
    width: 48%;
    margin-left: 0;
    margin-bottom: 16px;
  }
  #sns-daiichi li a {
    width: 100%;
  }
}

#dl-sozai {
  padding: 30px 0 0;
}

#dl-sozai a {
  display: block;
  width: 320px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
}

#dl-sozai a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#EBBB73;
  z-index: -2;
}

#dl-sozai a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -1;
  opacity: 0;
  border: 2px solid #EBBB73;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

#dl-sozai a:hover {
color: #EBBB73;
}

#dl-sozai a:hover::after {
  opacity: 1;
}

#dl-sozai p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 8px;
}

#group-company {
  /* background: #4495FF url(../images/index2020/bg_group.svg);*/
  background: #E3F5F3;
  position: relative;
}
#group-company::after{
  content: '';
  width: 100%;
  height: 259px;
  background: url(../images/index2020/building_silhouette_W.png)no-repeat bottom;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 5;
}

#group-company .list-inner {
  width: 1158px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#group-company h2 {
  font-size: 4.0rem;
  line-height: 1.2;
  background: url(../images/index2020/bg_ttl-group.svg) no-repeat bottom center;
  color: #FFEA30;
  text-shadow: 4px 4px 0 #515151;
  padding-bottom: 0.5em;
  margin-bottom: 40px;
}

#group-company h2::before {
  content: "";
  display: block;
  background: none;
}

#group-company h2::after {
  content: "";
  display: block;
  background: none;
}

#group-company ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#group-company li {
  list-style: none;
  text-align: center;
  margin-bottom: 32px;
  width: 48.7%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 20px -5px rgba(0,0,0,.2);
}

#group-company li figure {
  overflow: hidden;
}

#group-company li figure img {
  vertical-align: bottom;
  display: block;
  -webkit-transition: 0.3s -webkit-transform, 0.3s -webkit-filter;
  transition: 0.3s -webkit-transform, 0.3s -webkit-filter;
  transition: 0.3s transform, 0.3s filter;
  transition: 0.3s transform, 0.3s filter, 0.3s -webkit-transform, 0.3s -webkit-filter;
  width: 100%;
}

#group-company li h3 {
  background: #00CCBA;
  color: #fff;
  padding: 12px 0;
}

#group-company a {
  display: block;
  color: #4B4B4B;
  text-decoration: none;
}

#group-company a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}

#group-company .btn-recruit a {
  display: block;
  width: 818px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 24px 0;
  -webkit-box-shadow: 0px 0px 8px #949494;
          box-shadow: 0px 0px 8px #949494;
}

#group-company .btn-recruit a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#E8BB73), to(#D94343));
  background: linear-gradient(to right, #E8BB73, #D94343);
  z-index: -2;
}

#group-company .btn-recruit a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

#group-company .btn-recruit a:hover {
  color: #D94343;
}

#group-company .btn-recruit a:hover::after {
  opacity: 1;
}

@media screen and (max-width: 1366px) {
  #group-company .list-inner {
    width: 988px;
  }
}

@media screen and (max-width: 1020px) {
  #group-company {
    width: 100%;
  }
  #group-company .list-inner {
    width: 91.7%;
  }
  #group-company h2 {
    font-size: 3.2rem;
    text-shadow: 3px 3px 0 #515151;
  }
  #group-company ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #group-company ul li {
    width: 100%;
  }
  #group-company .btn-recruit a {
    width: 100%;
    font-size: 1.8rem;
  }
}

#list-bnr .inner {
  width: 988px;
  margin: 0 auto;
}

#list-bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 0;
}

#list-bnr li {
  list-style: none;
  margin: 8px 8px;
}

#list-bnr li a {
  display: block;
}

#list-bnr li a:hover {
  opacity: 0.7;
}

#list-bnr li img {
  width: 180px;
  vertical-align: bottom;
}

@media screen and (max-width: 1020px) {
  #list-bnr .inner {
    width: 91.7%;
  }

  #list-bnr ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #list-bnr li {
    width: 48%;
    margin: 8px 0;
  }
  #list-bnr li img {
    width: 100%;
  }
}


/*20240117 index 案内用 とりあえず*/

#attention02 {
    background: #FFF;
    padding: 12px 0 12px;
    margin: 10px;
    border: 1px solid #666666
}

#attention02 ul {
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
}

#attention02 ul li {
    list-style: none;
    margin-bottom: 4px;
}

@media screen and (max-width: 1020px) {
    #attention02 ul {
        font-size: 1.4rem;
    }
}



#group-company .btn-recruit{
  /*margin-top: 36px;*/
  display: flex;
  justify-content: space-between;
}
#group-company .btn-recruit a{
  width: 49%;
}
@media screen and (max-width: 1020px) {

  #group-company .btn-recruit{ flex-direction: column; margin-top: 18px; }
  #group-company .btn-recruit a{ width: 100%; }
  #group-company .btn-recruit a:first-child{ margin-bottom: 12px; }

}




/* 20241108 new */
.renewal_new_titleH2{
  font-size: 3.8rem;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 18px;
}
.renewal_new_titleH2 span{
  display: block;
  font-size: 2.2rem;
  color: #00C7B5;
}


#group-company li{ box-shadow: 0px 0px 20px -5px rgba(0,0,0,.3); }


#youtubeChannel_contents{
  position: relative;
  text-align: center;
  padding-top: 12px;
}

#youtubeChannel_contents #yt-iframe {
  width: 816px;
  margin: 0 auto;
  border-radius: 12px;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#youtubeChannel_contents #yt-iframe::after{
  content: '';
  width: 816px;
  height: 459px;
  background: #00CCBA;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 24px rgba(0,0,0,.25);
  box-shadow: 0px 0px 24px rgba(0,0,0,.25);
  position: absolute;
  bottom: -2.5%;
  right: -2%;
  z-index: 1;
}

#youtubeChannel_contents #yt-iframe .box {
  background: #fff;
  position: relative;
  z-index: 2;
  vertical-align: bottom;
  overflow: hidden;
  border-radius: 12px;
  border: 6px solid #00CCBA;
  -webkit-box-shadow: 0px 0px 24px rgba(0,0,0,.25);
  box-shadow: 0px 0px 24px rgba(0,0,0,.25);
}

#youtubeChannel_contents #yt-iframe iframe{
  vertical-align: bottom;
}


.YC_bg{
  width: 100%;
  height: 320px;
  background-size: auto auto;
  background-color: rgba(227, 245, 243, 1);
  background-size: 150% auto;
  background-image: repeating-linear-gradient(140deg, transparent, transparent 10px, rgba(255, 255, 255, 1) 10px, rgba(255, 255, 255, 1) 20px);
}
.YC_bg{ animation: anime_stripe_1 1.2s infinite linear; }
@keyframes anime_stripe_1 {
  0% {  background-position-x: 0;}
  100% {  background-position-x: -60px;}
}



.loop-wrap{
  display: flex;
  display: -webkit-flex;
  width: auto;
  overflow: hidden;
}


/* テキストのループアニメーション */
.loop-wrap img:last-child{
  margin-left: 36px;
}

.loop-wrap.top img {
  animation :loop1 50s infinite linear 0.5s both;
}
@keyframes loop1 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

.loop-wrap.bottom img {
  animation :loop2 50s infinite linear 0.5s both;
}
@keyframes loop2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#linkbtn_cont{ text-align: center; padding-top: 24px; }
#linkbtn_cont .btn-detail a {
  display: inline-block;
  background: #00C7B5;
  color: #FFFFFF;
  padding: 16px 56px;
  text-decoration: none;
  -webkit-box-shadow: 4px 4px #808080;
  box-shadow: 4px 4px #808080;
  font-weight: bold;
  position: relative;
}
#linkbtn_cont .btn-detail a span::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}


#group-company .btn-recruit a{ font-size: 2rem; border: 2px solid #EBBB73; box-shadow: none; }
#group-company .btn-recruit a::before{
  background: #EBBB73;
}
#group-company .btn-recruit a:hover{
  color: #EBBB73;
}




@media screen and (max-width: 1020px) {
  .renewal_new_titleH2{ font-size: 2.8rem; }
}


@media screen and (max-width: 820px) {
  .YC_bg{ height: 180px; }

  .renewal_new_titleH2{ margin-bottom: 12px; }
  
  #youtubeChannel_contents{ padding-top: 0; padding-bottom: 24px; }
  #youtubeChannel_contents #yt-iframe{ width: 95%; }
  #youtubeChannel_contents #yt-iframe::after{ display: none; }
  #youtubeChannel_contents #yt-iframe .box{ max-width: 600px; margin: 0 auto; aspect-ratio: 16 / 9; border: 4px solid #00CCBA; border-radius: 8px; }
  #youtubeChannel_contents #yt-iframe iframe{ width: 100% !important; height: 100% !important; }
}


@media screen and (max-width: 480px){
  #linkbtn_cont{ padding-top: 0; }
  
  #group-company::after{ background: url(../images/index2020/building_silhouette_W.png)no-repeat bottom left; }
}