@charset "UTF-8";
/*Original font-face*/
@font-face {
  font-family: 'adam.cg_proregular';
  src: url("ADAM.CG PRO-webfont.eot");
  src: url("ADAM.CG PRO-webfont.eot?#iefix") format("embedded-opentype"), url("ADAM.CG PRO-webfont.woff") format("woff"), url("ADAM.CG PRO-webfont.svg#adam.cg_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: 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(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  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(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  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(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  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(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.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(0px, -50%, 0);
  transform: translate3d(0px, -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%);
  -ms-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: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -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%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

/* Progress */
.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);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

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

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

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

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

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

/* Scrollbar */
.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

/* Preloader */
.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%;
  -ms-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);
  }
}
/* a11y */
.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;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-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;
  -ms-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;
  -ms-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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*
https://github.com/tobiasahlin/SpinKit

The MIT License (MIT)

Copyright (c) 2015 Tobias Ahlin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.spinner {
  width: 40px;
  height: 40px;
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff781d;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 3.0s infinite ease-in-out;
  animation: sk-bounce 3.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, -20px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, -20px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}
@media (max-width: 1360px) {
  .modal-video-body {
    max-width: 920px;
  }
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (max-width: 980px) {
  .modal-video-close-btn {
    top: -20px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #333;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
@media (max-width: 980px) {
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    width: 14px;
    left: 50%;
    background: #fff;
    margin-top: -1px;
    margin-left: -7px;
  }
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  min-height: 80vh;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #000;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2), 0 0 25px rgba(0, 0, 0, 0.2), 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .remodal {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 35px 10px 20px 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2), 0 0 12px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2);
  }
}
.remodal figure {
  max-width: 525px;
  margin: 0 auto 30px auto;
}
.remodal figure figcaption {
  display: block;
  padding: 5px 0 0 0;
}
.remodal .col2 .col__box {
  margin-top: 10px !important;
}
@media (max-width: 767px) {
  .remodal .col2 .col__box {
    width: 48%;
    margin-right: 4%;
    float: left;
    clear: none;
    text-align: center;
  }
}
.remodal .col2 .col__box a {
  color: #000;
}
.remodal .col2 .col__box a figure {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .remodal .col2 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .remodal .col2 .col__box:nth-child(2n+1) {
    clear: left;
  }
}
.remodal dl {
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 1.7;
}
.remodal dl dt {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.remodal dl dt b {
  font-size: 19px;
}
.remodal dl dd {
  margin: 0;
  padding: 0;
}
.remodal dl dd p {
  margin: 0;
  padding: 0;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #7d7d7d;
  background-color: #ddd;
  border: 0;
  outline: 0;
}
@media (min-width: 981px) {
  .remodal-close {
    background: none;
  }
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  display: block;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 768px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------
	base
----------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body,
  button,
  input,
  select,
  textarea {
    font-family: "Segoe UI", Meiryo, "メイリオ", sans-serif;
  }
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #4f1e7d;
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 980px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

ul, ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: 0 none;
}

figure {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

img {
  border: 0;
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------
  particles
----------------------------------------------------------------- */
#particles {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  transform: translate3d(0);
}

/* ----------------------------------------------------------------
	header
----------------------------------------------------------------- */
.headroom .header {
  will-change: transform;
  transition: transform .6s;
}
.headroom .header:before {
  will-change: opacity;
  transition: opacity .6s;
  opacity: 0;
}
.headroom--unpinned .header, .headroom--not-top .header {
  transform: translateY(-100%);
}
.headroom--unpinned .header:before, .headroom--not-top .header:before {
  opacity: 0;
  background-color: #4f1e7d;
}
.headroom--pinned .header {
  transform: translateY(0%);
}
.headroom--pinned .header:before {
  opacity: 0.8;
  background-color: #4f1e7d;
}
.headroom--top .header {
  transform: translateY(0%);
}
.headroom--top .header:before {
  opacity: 0;
}
.headroom--bottom .header {
  transform: translateY(0%);
}
.headroom--bottom .header:before {
  opacity: 0.8;
  background-color: #4f1e7d;
}
.headroom--unpinned.transform .header, .headroom--not-top.transform .header {
  transform: translateY(0%);
}

.header {
  margin: 0;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  font-family: "adam.cg_proregular", sans-serif;
  text-transform: uppercase;
}
.header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header__wrap {
  max-width: 1320px;
  margin: 36px auto 0 auto;
}
.header__wrap:before, .header__wrap:after {
  display: table;
  content: '';
}
.header__wrap:after {
  clear: both;
}
@media (max-width: 1360px) {
  .header__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .header__wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.header h1 {
  margin: 0;
}
.header__logo {
  z-index: 101;
  position: relative;
  float: left;
  width: 250px;
  height: 90px;
}
@media (max-width: 767px) {
  .header__logo {
    width: 200px;
    height: 48px;
  }
}
.header__logo a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/wp-content/themes/www.utarc.iit.tsukuba.ac.jp/images/common/logo.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 60%;
}
@media all and (-ms-high-contrast: none) {
  .header__logo a {
    background-size: 250px 63px;
  }
}
@media (max-width: 980px) {
  .header__logo a {
    background-size: auto 37.5%;
  }
}
@media (max-width: 767px) {
  .header__logo a {
    background-size: auto 50%;
  }
}
.header #nav {
  float: right;
  width: calc( 100% - 250px );
}
@media (max-width: 767px) {
  .header #nav {
    float: none;
    height: 0;
    width: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.header__nav {
  width: 100%;
  margin: 0;
  padding: 0;
}
.header__nav:before, .header__nav:after {
  display: table;
  content: '';
}
.header__nav:after {
  clear: both;
}
.header__nav > li {
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
  text-align: center;
  display: block;
  line-height: 90px;
  /*
  			&:last-child{
  				width:30%;
  				@include forSP{
  					width:auto;
  				}
  			}
  			*/
}
@media (max-width: 767px) {
  .header__nav > li {
    height: calc( 100% / 4 );
    float: none;
    width: auto;
    line-height: 1;
  }
}
.header__nav > li > a {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 0;
  text-decoration: none;
  color: #eee;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .header__nav > li > a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .header__nav > li > a {
    transition: color 0.3s;
    line-height: 1;
    font-size: 5vw;
    display: table;
    height: 100%;
    width: 100%;
  }
}
.header__nav > li > a span {
  position: relative;
  line-height: 1;
  /*
  &:before {
  	content: '';
  	position: absolute;
  	left:0;
  	right:0;
  	bottom: -2px;
  	width: auto;
  	height: 1px;
  	background-color: #ddd;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	opacity: 0;
  	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s ;
  	transition: transform 0.2s, opacity 0.2s ;
  	-webkit-transform-origin: 50% 50%;
  	transform-origin: 50% 50%;
  	@include forSP(){
  		display: none;
  	}
  }
  */
}
@media (max-width: 767px) {
  .header__nav > li > a span {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
}
@media (min-width: 981px) {
  .header__nav > li > a:hover {
    /*
    span:before {
    	-webkit-transform: scaleX(1);
    	transform: scaleX(1);
    	opacity: 1;
    }
    */
  }
}
.header__nav > li > a.is-active {
  /*
  span:before{
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
  	opacity:1;
  }
  */
}
@media (max-width: 767px) {
  .header__nav > li > a.is-active {
    color: #c8a1f1;
  }
}
.header #nav-line {
  z-index: 1;
  position: absolute;
  bottom: 0;
  height: 0;
  width: 120px;
  background: #fff;
  -webkit-transition: left .3s ease, width .2s ease, height .3s ease;
  transition: left .3s ease, width .2s ease, height .3s ease;
}
@media (max-width: 767px) {
  .header #nav-line {
    display: none;
  }
}
.header__sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  background-color: rgba(57, 14, 98, 0.8);
}
.header__sub__wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1360px) {
  .header__sub__wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .header__sub__wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header__sub a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding-left: 0.66em;
  position: relative;
  font-size: 100%;
  font-weight: bold;
  transition: color 0.3s;
}
.header__sub a:hover {
  color: #cfc8d6;
}
.header__sub a:hover:before {
  border-left-color: #cfc8d6;
}
.header__sub a:before {
  content: '';
  display: block;
  border: 0.33em solid transparent;
  border-left: 0.33em solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -0.33em 0 0 0;
  transition: border-left-color 0.3s;
}
.header__sub--lang {
  float: left;
}
.header__sub--lang a {
  border: 1px solid #886ea1;
  border-radius: 3px;
  padding: 0.5em 1em 0.5em 2em;
  line-height: 1;
}
.header__sub--lang a:before {
  left: 1em;
}
.header__sub--contact {
  float: right;
}
.header__sub--contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__sub--contact ul li {
  float: left;
  margin: 0;
  padding: 0;
}
.header__sub--contact ul li:last-child {
  margin-left: 2em;
}
@media (max-width: 767px) {
  .header__sub--contact ul li:last-child {
    margin-left: 1.33em;
  }
}

#buildMenuButton {
  display: none;
  z-index: 101;
  position: absolute;
  top: 36px;
  right: 0;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 48px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #buildMenuButton {
    display: block;
  }
}
#buildMenuButton:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 10px;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: all 0.6s ease-in-out;
}
#buildMenuButton span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 8px;
  line-height: 10px;
  text-transform: uppercase;
  padding: 30px 0 0 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buildMenuButton span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: left 0.6s ease-in-out, transform 0.6s ease-in-out;
}
#buildMenuButton span:after {
  content: "";
  position: absolute;
  top: 24px;
  left: 10px;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: left 0.6s ease-in-out, transform 0.6s ease-in-out;
}

@media (max-width: 767px) {
  .header__nav {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 72px 0;
    opacity: 0;
    background-color: #4f1e7d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__nav li a {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
  }

  .build-menu-animating .header {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .build-menu-animating #nav {
    height: 100%;
    width: 100%;
  }
  .build-menu-animating #pagetop {
    opacity: 0;
  }

  .build-menu-animating.build-menu-open .header__nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .build-menu-animating.build-menu-open .header__nav li a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(1) a {
    transition-delay: 0.4s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(2) a {
    transition-delay: 0.45s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(3) a {
    transition-delay: 0.5s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(4) a {
    transition-delay: 0.55s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(5) a {
    transition-delay: 0.6s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(6) a {
    transition-delay: 0.65s;
  }
  .build-menu-animating.build-menu-open #buildMenuButton:before {
    opacity: 0;
  }
  .build-menu-animating.build-menu-open #buildMenuButton span:before {
    left: 1px;
    transform: rotate(-45deg) translate(1px, 11px);
  }
  .build-menu-animating.build-menu-open #buildMenuButton span:after {
    left: 1px;
    transform: rotate(45deg) translate(1px, -11px);
  }

  .build-menu-animating.build-menu-close .header__nav {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  .build-menu-animating.build-menu-close .header__nav li a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }

  .transform.build-menu-animating.build-menu-close .header__nav {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.9s , 0.3s;
    transition-delay: 0.9s, 0.3s;
  }
}
/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
.footer {
  background-color: #41136c;
  color: #fff;
  margin: 8em 0 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 6em;
  }
}
.footer a {
  color: #fff;
}
.footer__sitemap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 3em 0;
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1360px) {
  .footer__sitemap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 980px) {
  .footer__sitemap {
    padding: 2em 0;
  }
}
.footer__sitemap dt {
  display: block;
  margin: 0;
  vertical-align: middle;
  width: 20%;
  position: relative;
}
@media (max-width: 767px) {
  .footer__sitemap dt {
    border-right: 0 none;
    width: 100%;
  }
}
.footer__sitemap dt:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #7a589a;
}
@media (max-width: 767px) {
  .footer__sitemap dt:after {
    display: none;
  }
}
.footer__sitemap dt a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/wp-content/themes/www.utarc.iit.tsukuba.ac.jp/images/common/logo.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80% auto;
}
@media all and (-ms-high-contrast: none) {
  .footer__sitemap dt a {
    background-size: 179px 28px;
  }
}
@media (max-width: 980px) {
  .footer__sitemap dt a {
    background-size: auto 37.5%;
  }
}
@media (max-width: 767px) {
  .footer__sitemap dt a {
    position: relative;
    height: 0;
    padding: 20% 0 0 0;
    background-size: 60% auto;
  }
}
.footer__sitemap dd {
  width: 60%;
  display: block;
  margin: 0;
  padding: 1em 0 1em 10%;
}
@media (max-width: 767px) {
  .footer__sitemap dd {
    width: 100%;
    padding: 1em 0 0 0;
  }
}
.footer__sitemap dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "adam.cg_proregular", sans-serif;
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__sitemap dd li {
  line-height: 1.4;
  letter-spacing: 0.01;
  width: 32%;
  margin: 0 2% 0 0;
  padding: 0;
}
.footer__sitemap dd li:nth-child(3n) {
  margin-right: 0;
}
.footer__sitemap dd li:nth-child(n+4) {
  margin-top: 1em;
}
.footer__sitemap dd li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer__sitemap dd li {
    width: calc( 50% - 0.5em );
    margin-right: 1em;
    background-color: #8f65b6;
  }
  .footer__sitemap dd li a {
    display: block;
    padding: 1em;
    text-align: center;
  }
  .footer__sitemap dd li:nth-child(3n) {
    margin-right: 1em;
  }
  .footer__sitemap dd li:nth-child(2n) {
    margin-right: 0;
  }
  .footer__sitemap dd li:nth-child(n+3) {
    margin-top: 1em;
  }
}
.footer small {
  background-color: rgba(57, 14, 98, 0.8);
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 40px;
}

/* ----------------------------------------------------------------
	headline
----------------------------------------------------------------- */
.headline-main {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 0;
  color: #111;
  background-color: #bbb;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0 0 !important;
  overflow: hidden;
  height: 40vw;
}
@media (min-width: 1360px) {
  .headline-main {
    height: 35vw;
  }
}
@media (min-width: 1600px) {
  .headline-main {
    height: 30vw;
  }
}
@media (min-width: 1921px) {
  .headline-main {
    height: 27.5vw;
  }
}
@media (max-width: 980px) {
  .headline-main {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .headline-main {
    height: 90vw;
  }
}
.others .headline-main {
  height: 30vw;
}
@media (min-width: 1360px) {
  .others .headline-main {
    height: 25vw;
  }
}
@media (min-width: 1600px) {
  .others .headline-main {
    height: 20vw;
  }
}
@media (min-width: 1921px) {
  .others .headline-main {
    height: 17.5vw;
  }
}
@media (max-width: 980px) {
  .others .headline-main {
    height: 35vw;
  }
}
@media (max-width: 767px) {
  .others .headline-main {
    height: 50vw;
  }
}
.headline-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s, transform 1s;
  /*
  @include forWide{
  	background-size:auto 100%;
  }
  */
}
@media (max-width: 980px) {
  .relaxroll .headline-main:before {
    background-position: 80% 50%;
  }
}
@media (max-width: 767px) {
  .relaxroll .headline-main:before {
    background-position: 50% 50%;
  }
}
@media (max-width: 980px) {
  .p-top .headline-main:before, .shop .headline-main:before {
    background-position: 65% 50%;
  }
}
@media (max-width: 767px) {
  .p-top .headline-main:before, .shop .headline-main:before {
    background-position: 50% 50%;
  }
}
.headline-main.loaded:before {
  transform: scale(1);
  opacity: 1;
}
.headline-main header {
  z-index: 1;
  position: relative;
  display: table;
  max-width: 1320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.headline-main__text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1360px) {
  .headline-main__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .headline-main__text {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: top;
  }
}
.concept .headline-main__text, .p-top .headline-main__text, .shop .headline-main__text, .others .headline-main__text {
  text-align: center;
  padding: 0 50% 0 20px;
}
@media (max-width: 980px) {
  .concept .headline-main__text, .p-top .headline-main__text, .shop .headline-main__text, .others .headline-main__text {
    padding-right: 55%;
  }
}
@media (max-width: 767px) {
  .concept .headline-main__text, .p-top .headline-main__text, .shop .headline-main__text, .others .headline-main__text {
    padding-left: 0;
    padding-right: 0;
    display: table-cell;
    vertical-align: middle;
  }
}

.others .headline-main__text {
  padding-right: 0;
}
.headline-main__text h2 {
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 0 35px 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 70px;
  white-space: nowrap;
  vertical-align: baseline;
}
@media (max-width: 1360px) {
  .headline-main__text h2 {
    padding-top: 60px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 980px) {
  .headline-main__text h2 {
    padding-top: 40px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .headline-main__text h2 {
    vertical-align: top;
    background-position: 50% 0;
    padding-top: 7vw;
    margin-top: 25%;
    margin-bottom: 0;
  }
}
.headline-main__desc {
  font-size: 16px;
  color: #111;
  line-height: 2;
  padding-right: 50%;
}
@media (max-width: 980px) {
  .headline-main__desc {
    text-align: left;
    font-size: 14px;
  }
  .headline-main__desc br {
    display: none;
  }
}
@media (max-width: 767px) {
  .headline-main__desc {
    display: none;
  }
}
.p-top .headline-main__desc, .shop .headline-main__desc {
  text-align: center;
  font-size: 16px;
  padding-right: 0;
}
@media (max-width: 980px) {
  .p-top .headline-main__desc, .shop .headline-main__desc {
    text-align: left;
    font-size: 14px;
  }
}
.p-top .headline-main__desc span, .shop .headline-main__desc span {
  color: #dd4400;
}

/* ----------------------------------------------------------------
	replace-txt
----------------------------------------------------------------- */
.replace-txt {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

/* ----------------------------------------------------------------
	notes
----------------------------------------------------------------- */
.notes {
  margin: 1em 0;
  position: relative;
  padding-left: 1.25em;
  font-size: 80%;
  list-style: none;
  line-height: 1.2 !important;
}
.notes li {
  position: relative;
  list-style: none;
}
.notes__head {
  position: absolute;
  top: 0;
  left: -1.25em;
}

/* ----------------------------------------------------------------
	movie
----------------------------------------------------------------- */
.movie {
  position: relative;
  cursor: pointer;
}
.movie:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
  margin-left: 7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.movie:after {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 981px) {
  .movie {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .movie img {
    transition: transform .3s ease-in-out;
  }
  .movie:before {
    transition: border-left-color .3s easeinout;
  }
  .movie:after {
    transition: border-color .3s easeinout;
  }
  .movie:hover:before {
    border-left-color: #ff781d;
  }
  .movie:hover:after {
    border-color: #ff781d;
  }
  .movie:hover img {
    transform: scale(1.04);
  }
}

/* ----------------------------------------------------------------
	btn
----------------------------------------------------------------- */
.btn {
  cursor: pointer;
  display: block;
  line-height: 1;
  padding: 1.5em 0;
  border-radius: 4em;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background-color: #16a383;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn--1 {
  background: #8f65b6;
}
.btn--1 span:before {
  background-image: url(/wp-content/themes/www.utarc.iit.tsukuba.ac.jp/images/common/arrow-white.svg);
}
.btn--2 {
  border: 2px solid #2fc0be;
  background-color: #fff;
  color: #2fc0be;
  padding: 1em 0;
  border-radius: 3em;
}
.btn--2 span:before {
  background-image: url(/wp-content/themes/www.utarc.iit.tsukuba.ac.jp/images/common/arrow.svg);
}
.btn--3 {
  background: #0994a9;
  background: -webkit-linear-gradient(left, #e83a12 0%, #ff7a0e 100%);
  background: linear-gradient(to right, #e83a12 0%, #ff7a0e 100%);
}
.btn--3 span:before {
  background-image: url(/wp-content/themes/www.utarc.iit.tsukuba.ac.jp/images/common/arrow-white.svg);
}
@media (max-width: 767px) {
  .btn {
    font-size: 3.75vw;
    padding: 1em 0;
    border-radius: 3em;
  }
}
.btn span {
  position: relative;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.btn span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 100%;
  height: 100%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 7px auto;
}
@media all and (-ms-high-contrast: none) {
  .btn span:before {
    background-size: 7px 11px;
  }
}
@media (min-width: 981px) {
  .btn {
    transition: opacity .3s ease-in-out, background-color .3s ease-in-out;
  }
  .btn span:before {
    transition: transform .3s ease-in-out;
  }
  .btn:hover span:before {
    transform: translate(5px, -50%);
  }
  .btn--2:hover {
    opacity: 0.9;
  }
}

/* ----------------------------------------------------------------
	readmore
----------------------------------------------------------------- */
.js .js-readmore {
  max-height: none;
  overflow: hidden;
}
@media (max-width: 980px) {
  .js .js-readmore {
    max-height: 85px;
    position: relative;
    z-index: 1;
  }
  .js .js-readmore:before {
    content: '';
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .js .js-readmore:after {
    content: 'READ\20MORE';
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #fff;
    margin-left: -2.5em;
    font-size: 10px;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .js .js-readmore {
    max-height: none;
  }
}

/* ----------------------------------------------------------------
	pagetop
----------------------------------------------------------------- */
.headroom--top #pagetop {
  transform: translateY(20px);
  opacity: 0;
  transition: transfrom .6s, opacity .6s;
}

.headroom--not-top #pagetop {
  transform: translateY(0px);
  opacity: 1;
  transition: transfrom .6s, opacity .6s;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  line-height: 1;
  opacity: 0;
  transition-property: opacity;
}
#pagetop:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/www.utarc.iit.tsukuba.ac.jp/images/common/top.png) no-repeat 0 0;
  background-size: 54px auto;
  position: absolute;
  top: 0;
  left: 0;
}
#pagetop a {
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 2;
  width: 74px;
  padding-top: 74px;
  white-space: nowrap;
  text-indent: -100%;
  vertical-align: baseline;
}
@media (min-width: 1360px) {
  #pagetop {
    right: auto;
    left: 50%;
    margin-left: 606px;
  }
}
@media (min-width: 981px) {
  #pagetop:before {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  #pagetop:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 10px;
  }
  #pagetop:before {
    background-size: 44px auto;
  }
  #pagetop a {
    width: 54px;
    padding-top: 54px;
  }
}

/* ----------------------------------------------------------------
	common
----------------------------------------------------------------- */
hr {
  height: 1px;
  border: 0 none;
  background-color: #8f65b6;
  color: #8f65b6;
  margin: 4em 0;
}
@media (max-width: 767px) {
  hr {
    margin: 3em 0;
  }
}

.wrap {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*multi colum*/
.col {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col__box {
  position: relative;
}
.col-center {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.col6 .col__box {
  width: 15.5%;
  margin-right: 1.4%;
}
@media (max-width: 767px) {
  .col6 .col__box {
    width: 30%;
    margin-right: 5%;
  }
}
.col6 .col__box:nth-child(6n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col6 .col__box:nth-child(6n) {
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .col6 .col__box:nth-child(3n) {
    margin-right: 0;
  }
}

.col5 .col__box {
  width: 18.5%;
  margin-right: 1.875%;
}
@media (max-width: 767px) {
  .col5 .col__box {
    width: 47%;
    margin-right: 6%;
  }
}
.col5 .col__box:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(5n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col4 .col__box {
  width: 22.75%;
  margin-right: 3%;
}
@media (max-width: 980px) {
  .col4 .col__box {
    width: 48.5%;
    margin-right: 3%;
  }
  .col4 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .col4 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col4 .col__box:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col4 .col__box:nth-child(4n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col4 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col3 .col__box {
  width: 32%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .col3 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col3 .col__box:nth-child(3n) {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(3n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col2 .col__box {
  width: 48.5%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .col2 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col2 .col__box:nth-child(2n) {
  margin-right: 0;
}

/*
.col6 .col__box:nth-child(n+7),
.col5 .col__box:nth-child(n+6),
.col4 .col__box:nth-child(n+5),
.col3 .col__box:nth-child(n+4),
.col2 .col__box:nth-child(n+3) {
	margin-top: 0px;
}
*/
.alt-title {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

@media (max-width: 767px) {
  .sp--none {
    display: none !important;
  }
}

.sp--only {
  display: none;
}
@media (max-width: 767px) {
  .sp--only {
    display: block;
  }
}

.swiper-lazy,
.b-lazy {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.swiper-lazy.swiper-lazy-loaded,
.b-lazy.b-loaded {
  opacity: 1;
}

#main {
  padding-top: 126px;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #main {
    padding-top: 84px;
  }
}

.transform #main,
.transform #footer {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
}

.change #main,
.change #footer {
  -webkit-animation: showOut 0.6s;
  animation: showOut 0.6s;
}

.complete #main {
  -webkit-animation: showIn 0.6s;
  animation: showIn 0.6s;
}

@-webkit-keyframes showOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes showOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes showIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showIn2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes showIn2 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js .inview:not(.js-animation-title) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
.js .inview:not(.js-animation-title).inview--complete {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js .inview.inview--img {
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  transition: none;
}
.js .inview.inview--img img {
  border: 0;
  margin: 0;
  padding: 0;
}
.js .inview.inview--img:before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s 0.3s, opacity 0.6s 0.3s;
  transition: transform 0.6s 0.3s, opacity 0.6s 0.3s;
}
.js .inview.inview--img.inview--complete:before {
  opacity: 0.9;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.js .js-animation-title {
  opacity: 0;
}
.js .js-animation-title__element {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.js .js-animation-title__element:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.js .js-animation-title__element:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.js .js-animation-title__element:nth-child(3) {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}
.js .js-animation-title__element:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.js .js-animation-title__element:nth-child(5) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
.js .js-animation-title__element:nth-child(6) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.js .js-animation-title__element:nth-child(7) {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.js .js-animation-title__element:nth-child(8) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.js .js-animation-title__element:nth-child(9) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
.js .js-animation-title__element:nth-child(10) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.js .js-animation-title__element:nth-child(11) {
  -webkit-transition-delay: 0.275s;
  transition-delay: 0.275s;
}
.js .js-animation-title__element:nth-child(12) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js .js-animation-title__element:nth-child(13) {
  -webkit-transition-delay: 0.325s;
  transition-delay: 0.325s;
}
.js .js-animation-title__element:nth-child(14) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.js .js-animation-title__element:nth-child(15) {
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
.js .js-animation-title__element:nth-child(16) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.js .js-animation-title__element:nth-child(17) {
  -webkit-transition-delay: 0.425s;
  transition-delay: 0.425s;
}
.js .js-animation-title__element:nth-child(18) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.js .js-animation-title__element:nth-child(19) {
  -webkit-transition-delay: 0.475s;
  transition-delay: 0.475s;
}
.js .js-animation-title__element:nth-child(20) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js .js-animation-title__element:nth-child(21) {
  -webkit-transition-delay: 0.525s;
  transition-delay: 0.525s;
}
.js .js-animation-title__element:nth-child(22) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.js .js-animation-title__element:nth-child(23) {
  -webkit-transition-delay: 0.575s;
  transition-delay: 0.575s;
}
.js .js-animation-title__element:nth-child(24) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.js .js-animation-title__element:nth-child(25) {
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
.js .js-animation-title__element:nth-child(26) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.js .js-animation-title__element:nth-child(27) {
  -webkit-transition-delay: 0.675s;
  transition-delay: 0.675s;
}
.js .js-animation-title__element:nth-child(28) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.js .js-animation-title__element:nth-child(29) {
  -webkit-transition-delay: 0.725s;
  transition-delay: 0.725s;
}
.js .js-animation-title__element:nth-child(30) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.js .js-animation-title__element:nth-child(31) {
  -webkit-transition-delay: 0.775s;
  transition-delay: 0.775s;
}
.js .js-animation-title__element:nth-child(32) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.js .js-animation-title__element:nth-child(33) {
  -webkit-transition-delay: 0.825s;
  transition-delay: 0.825s;
}
.js .js-animation-title__element:nth-child(34) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.js .js-animation-title__element:nth-child(35) {
  -webkit-transition-delay: 0.875s;
  transition-delay: 0.875s;
}
.js .js-animation-title__element:nth-child(36) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.js .js-animation-title__element:nth-child(37) {
  -webkit-transition-delay: 0.925s;
  transition-delay: 0.925s;
}
.js .js-animation-title__element:nth-child(38) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.js .js-animation-title__element:nth-child(39) {
  -webkit-transition-delay: 0.975s;
  transition-delay: 0.975s;
}
.js .js-animation-title__element:nth-child(40) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.js .js-animation-title__element:nth-child(41) {
  -webkit-transition-delay: 1.025s;
  transition-delay: 1.025s;
}
.js .js-animation-title__element:nth-child(42) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.js .js-animation-title__element:nth-child(43) {
  -webkit-transition-delay: 1.075s;
  transition-delay: 1.075s;
}
.js .js-animation-title__element:nth-child(44) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.js .js-animation-title__element:nth-child(45) {
  -webkit-transition-delay: 1.125s;
  transition-delay: 1.125s;
}
.js .js-animation-title__element:nth-child(46) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}
.js .js-animation-title__element:nth-child(47) {
  -webkit-transition-delay: 1.175s;
  transition-delay: 1.175s;
}
.js .js-animation-title__element:nth-child(48) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.js .js-animation-title__element:nth-child(49) {
  -webkit-transition-delay: 1.225s;
  transition-delay: 1.225s;
}
.js .js-animation-title__element:nth-child(50) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.js .js-animation-title__element:nth-child(51) {
  -webkit-transition-delay: 1.275s;
  transition-delay: 1.275s;
}
.js .js-animation-title__element:nth-child(52) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.js .js-animation-title__element:nth-child(53) {
  -webkit-transition-delay: 1.325s;
  transition-delay: 1.325s;
}
.js .js-animation-title__element:nth-child(54) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}
.js .js-animation-title__element:nth-child(55) {
  -webkit-transition-delay: 1.375s;
  transition-delay: 1.375s;
}
.js .js-animation-title__element:nth-child(56) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.js .js-animation-title__element:nth-child(57) {
  -webkit-transition-delay: 1.425s;
  transition-delay: 1.425s;
}
.js .js-animation-title__element:nth-child(58) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}
.js .js-animation-title__element:nth-child(59) {
  -webkit-transition-delay: 1.475s;
  transition-delay: 1.475s;
}
.js .js-animation-title__element:nth-child(60) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.js .js-animation-title__element:nth-child(61) {
  -webkit-transition-delay: 1.525s;
  transition-delay: 1.525s;
}
.js .js-animation-title__element:nth-child(62) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}
.js .js-animation-title__element:nth-child(63) {
  -webkit-transition-delay: 1.575s;
  transition-delay: 1.575s;
}
.js .js-animation-title__element:nth-child(64) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.js .js-animation-title__element:nth-child(65) {
  -webkit-transition-delay: 1.625s;
  transition-delay: 1.625s;
}
.js .js-animation-title__element:nth-child(66) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}
.js .js-animation-title__element:nth-child(67) {
  -webkit-transition-delay: 1.675s;
  transition-delay: 1.675s;
}
.js .js-animation-title__element:nth-child(68) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.js .js-animation-title__element:nth-child(69) {
  -webkit-transition-delay: 1.725s;
  transition-delay: 1.725s;
}
.js .js-animation-title__element:nth-child(70) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.js .js-animation-title__element:nth-child(71) {
  -webkit-transition-delay: 1.775s;
  transition-delay: 1.775s;
}
.js .js-animation-title__element:nth-child(72) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.js .js-animation-title__element:nth-child(73) {
  -webkit-transition-delay: 1.825s;
  transition-delay: 1.825s;
}
.js .js-animation-title__element:nth-child(74) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}
.js .js-animation-title__element:nth-child(75) {
  -webkit-transition-delay: 1.875s;
  transition-delay: 1.875s;
}
.js .js-animation-title__element:nth-child(76) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.js .js-animation-title__element:nth-child(77) {
  -webkit-transition-delay: 1.925s;
  transition-delay: 1.925s;
}
.js .js-animation-title__element:nth-child(78) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}
.js .js-animation-title__element:nth-child(79) {
  -webkit-transition-delay: 1.975s;
  transition-delay: 1.975s;
}
.js .js-animation-title__element:nth-child(80) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.js .js-animation-title__element:nth-child(81) {
  -webkit-transition-delay: 2.025s;
  transition-delay: 2.025s;
}
.js .js-animation-title__element:nth-child(82) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}
.js .js-animation-title__element:nth-child(83) {
  -webkit-transition-delay: 2.075s;
  transition-delay: 2.075s;
}
.js .js-animation-title__element:nth-child(84) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.js .js-animation-title__element:nth-child(85) {
  -webkit-transition-delay: 2.125s;
  transition-delay: 2.125s;
}
.js .js-animation-title__element:nth-child(86) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}
.js .js-animation-title__element:nth-child(87) {
  -webkit-transition-delay: 2.175s;
  transition-delay: 2.175s;
}
.js .js-animation-title__element:nth-child(88) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.js .js-animation-title__element:nth-child(89) {
  -webkit-transition-delay: 2.225s;
  transition-delay: 2.225s;
}
.js .js-animation-title__element:nth-child(90) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.js .js-animation-title__element:nth-child(91) {
  -webkit-transition-delay: 2.275s;
  transition-delay: 2.275s;
}
.js .js-animation-title__element:nth-child(92) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.js .js-animation-title__element:nth-child(93) {
  -webkit-transition-delay: 2.325s;
  transition-delay: 2.325s;
}
.js .js-animation-title__element:nth-child(94) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}
.js .js-animation-title__element:nth-child(95) {
  -webkit-transition-delay: 2.375s;
  transition-delay: 2.375s;
}
.js .js-animation-title__element:nth-child(96) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.js .js-animation-title__element:nth-child(97) {
  -webkit-transition-delay: 2.425s;
  transition-delay: 2.425s;
}
.js .js-animation-title__element:nth-child(98) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}
.js .js-animation-title__element:nth-child(99) {
  -webkit-transition-delay: 2.475s;
  transition-delay: 2.475s;
}
.js .js-animation-title__element:nth-child(100) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
@media all and (-ms-high-contrast: none) {
  .js .js-animation-title__element {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.js .js-animation-title.inview--complete {
  opacity: 1;
}
.js .js-animation-title.inview--complete .js-animation-title__element {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ----------------------------------------------------------------
	loading
----------------------------------------------------------------- */
.js .loading {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  overflow: hidden;
}
.js .loading:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  will-change: opacity;
}
.js .loading:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #390e62;
  transform: translateX(-100%);
  opacity: 1;
  will-change: opacity, transform;
}
.js .loading--top {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #4f1e7d;
  opacity: 0;
  transform: translateY(-100%);
  will-change: animation, opacity, transform;
}
.js .loading--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #4f1e7d;
  opacity: 0;
  transform: translateY(100%);
  will-change: animation, opacity, transform;
}
.js .loading--start {
  z-index: 3;
}
.js .loading--start:before {
  animation: loading-start--1 0.6s forwards;
}
.js .loading--start:after {
  animation: loading-start--2 0.6s ease-in forwards;
}
.js .loading--start .loading--top {
  animation: loading-start--3 0.6s forwards;
}
.js .loading--start .loading--bottom {
  animation: loading-start--3 0.6s forwards;
}
.js .loading--complete {
  z-index: 3;
}
.js .loading--complete:before {
  animation: loading-complete--1 0.6s forwards;
}
.js .loading--complete:after {
  animation: loading-complete--2 0.6s forwards;
}
.js .loading--complete .loading--top {
  animation: loading-complete--3 0.6s forwards;
}
.js .loading--complete .loading--bottom {
  animation: loading-complete--4 0.6s forwards;
}

@keyframes loading-start--1 {
  0%,25% {
    opacity: 0;
  }
  50%,100% {
    opacity: 1;
  }
}
@keyframes loading-start--2 {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes loading-start--3 {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes loading-complete--1 {
  0%,25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading-complete--2 {
  0%,25% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(0%);
  }
}
@keyframes loading-complete--3 {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(-100%);
  }
}
@keyframes loading-complete--4 {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(100%);
  }
}
main > .slide {
  display: none !important;
}

.top > .slide {
  display: block;
}

#swiper #loadingTarget {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 0s;
}

#swiper.loaded #loadingTarget {
  opacity: 1;
}

.slide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: 100%;
  background-color: #390e62;
  position: relative;
}
.slide:before {
  content: '';
  display: block;
  padding-top: 47.25%;
}
@media (max-width: 980px) {
  .slide:before {
    padding-top: 56.25%;
  }
}
@media (max-width: 767px) {
  .slide:before {
    padding-top: 62.5%;
  }
}
.slide:after {
  content: '';
  display: block;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10%;
  background: url(/wp-content/themes/www.utarc.iit.tsukuba.ac.jp/images/top/main-text.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  z-index: 10;
}
.slide.no-text:after {
  display: none;
}
.slide > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide .swiper-slide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.slide__box {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1520px) {
  .slide__box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 980px) {
  .slide__box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .slide__box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50%;
  }
}
.slide__prev, .slide__next {
  position: absolute;
  width: 65px;
  height: 60px;
  margin-top: -30px;
  opacity: 0;
  top: 50%;
  background: none;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 1s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 981px) {
  .loop-mode .slide__prev:before, .loop-mode .slide__prev:after, .loop-mode .slide__next:before, .loop-mode .slide__next:after {
    transition: border-color .3s, transform .3s;
  }
  .loop-mode .slide__prev:hover:before, .loop-mode .slide__next:hover:before {
    border-color: #fff;
  }
}
@media (max-width: 980px) {
  .slide__prev, .slide__next {
    display: none;
  }
}
.loaded .slide__prev, .loaded .slide__next {
  opacity: 1;
}
.slide__prev:before, .slide__next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border: 0 none;
  border-bottom: 3px solid #ddd;
  border-right: 3px solid #ddd;
  width: 9px;
  height: 9px;
  margin-top: -6px;
}
.slide__prev:after, .slide__next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.slide__prev {
  left: 15px;
}
@media (min-width: 981px) {
  .slide__prev:hover:before {
    transform: translateX(-5px) rotate(135deg);
  }
  .slide__prev:hover:after {
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateX(-5px);
  }
}
@media (max-width: 980px) {
  .slide__prev {
    left: 10px;
  }
}
.slide__prev:before {
  margin-left: -2px;
  left: 50%;
  -ms-transform: translateX(0) rotate(135deg);
  transform: translateX(0) rotate(135deg);
}
.slide__prev:after {
  right: 0;
}
.slide__next {
  right: 15px;
}
@media (min-width: 981px) {
  .slide__next:hover:before {
    transform: translateX(5px) rotate(-45deg);
  }
  .slide__next:hover:after {
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateX(5px);
  }
}
@media (max-width: 980px) {
  .slide__next {
    right: 10px;
  }
}
.slide__next:before {
  margin-left: -10px;
  right: 50%;
  -ms-transform: translateX(0) rotate(-45deg);
  transform: translateX(0) rotate(-45deg);
}
.slide__next:after {
  left: 0;
}
.slide__pager {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
  transition-delay: 2s;
}
.loaded .slide__pager {
  opacity: 1;
}
.slide__pager .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.slide__pager .swiper-pagination-bullet-active {
  background: #4f1e7d;
  opacity: 1;
}

/* ----------------------------------------------------------------
	main
----------------------------------------------------------------- */
.top .wrap {
  max-width: 1000px;
}
@media (max-width: 1360px) {
  .top .wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1040px) {
  .top .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.top .wrap--wide {
  max-width: 1320px;
}
@media (max-width: 1360px) {
  .top .wrap--wide {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.top-utarc {
  margin-top: 5em;
}
.top-utarc p {
  line-height: 2.2;
}
.top-utarc .col__box:nth-child(n+3) {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .top-utarc .col__box:nth-child(n+2) {
    margin-top: 1em;
  }
}
.top-utarc__desc {
  margin: 3em auto 0 auto;
  padding: 3em 0;
  max-width: 1320px;
  background-color: rgba(57, 14, 98, 0.8);
}
@media (max-width: 1360px) {
  .top-utarc__desc {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1040px) {
  .top-utarc__desc {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.top-events {
  margin-top: 6em;
}
.top-members {
  margin-top: 6em;
}

/* ----------------------------------------------------------------
	main
----------------------------------------------------------------- */
.top h2, .top h3,
.more-events h2,
.more-events h3 {
  text-align: center;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.015em;
  padding: 0 0 1em 0;
  margin: 0 auto 1em auto;
  background: linear-gradient(to right, #e5c9ff 0%, #57307c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .top h2, .top h3,
  .more-events h2,
  .more-events h3 {
    background: none;
    color: #c8a1f1;
  }
}
@media (max-width: 767px) {
  .top h2, .top h3,
  .more-events h2,
  .more-events h3 {
    font-size: 4.5vw;
  }
}
.top h2:after, .top h3:after,
.more-events h2:after,
.more-events h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  background: #c8a1f1;
  background: -webkit-linear-gradient(left, #e5c9ff 0%, #c8a1f1 100%);
  background: linear-gradient(to right, #e5c9ff 0%, #c8a1f1 100%);
}
@media (max-width: 767px) {
  .top h2:after, .top h3:after,
  .more-events h2:after,
  .more-events h3:after {
    height: 2px;
  }
}

article > header {
  font-family: "adam.cg_proregular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 1.33em 0;
  font-size: 32px;
}
@media (max-width: 980px) {
  article > header {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  article > header {
    font-size: 6vw;
  }
}

body.mceContentBody {
  padding: 1.33em !important;
  background-color: #fff !important;
  color: #555 !important;
}

.mceContentBody,
.content {
  background-color: #fff;
  color: #555;
}
@media (max-width: 767px) {
  .mceContentBody,
  .content {
    color: #222;
  }
}
.mceContentBody.wrap,
.content.wrap {
  padding: 60px;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1360px) {
  .mceContentBody.wrap,
  .content.wrap {
    padding: 60px 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1040px) {
  .mceContentBody.wrap,
  .content.wrap {
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .mceContentBody.wrap,
  .content.wrap {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
  }
}
.mceContentBody h3,
.content h3 {
  text-align: center;
  position: relative;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.015em;
  padding: 0 0 1em 0;
  margin: 0 auto 1em auto;
  background: linear-gradient(to right, #390e62 0%, #9554d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .mceContentBody h3,
  .content h3 {
    background: none;
    color: #390e62;
  }
}
@media (max-width: 767px) {
  .mceContentBody h3,
  .content h3 {
    line-height: 1.3;
    font-size: 4.5vw;
  }
}
.mceContentBody h3:after,
.content h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  background: #390e62;
  background: -webkit-linear-gradient(left, #390e62 0%, #9554d4 100%);
  background: linear-gradient(to right, #390e62 0%, #9554d4 100%);
}
@media (max-width: 767px) {
  .mceContentBody h3:after,
  .content h3:after {
    height: 2px;
  }
}
.mceContentBody h4,
.content h4 {
  position: relative;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.015em;
  padding: 0.33em 0 0 0;
  margin: 0 auto 1.33em auto;
}
.mceContentBody h4:before,
.content h4:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #390e62;
  background: -webkit-linear-gradient(left, #390e62 0%, #9554d4 100%);
  background: linear-gradient(to right, #390e62 0%, #9554d4 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .mceContentBody h4,
  .content h4 {
    margin-bottom: 0.75em;
    font-size: 5vw;
  }
}
.mceContentBody address,
.content address {
  font-style: normal;
  padding: 1em;
  display: block;
  border: 1px solid #ddd;
  margin: 1.5em 0 0 0;
  line-height: 1.5;
}
.mceContentBody address b,
.content address b {
  display: block;
  margin: 0 0 0.5em 0;
}
.mceContentBody p, .mceContentBody ol, .mceContentBody ul, .mceContentBody dd,
.content p,
.content ol,
.content ul,
.content dd {
  line-height: 2.2;
}
@media (max-width: 767px) {
  .mceContentBody p, .mceContentBody ol, .mceContentBody ul, .mceContentBody dd,
  .content p,
  .content ol,
  .content ul,
  .content dd {
    line-height: 1.9;
  }
}
.mceContentBody a,
.content a {
  color: #41136c;
  text-decoration: underline;
}
.mceContentBody a:hover,
.content a:hover {
  text-decoration: none;
}
.mceContentBody section + section,
.content section + section {
  margin-top: 4em;
}
@media (max-width: 767px) {
  .mceContentBody section + section,
  .content section + section {
    margin-top: 3em;
  }
}
.mceContentBody table,
.content table {
  border-top: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}
@media (max-width: 767px) {
  .mceContentBody table,
  .content table {
    margin-bottom: 2em;
  }
}
.mceContentBody table th,
.content table th {
  white-space: nowrap;
  text-align: left;
}
.mceContentBody table th, .mceContentBody table td,
.content table th,
.content table td {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}
.mceContentBody .col6 .col__box:nth-child(n+7),
.mceContentBody .col5 .col__box:nth-child(n+6),
.mceContentBody .col4 .col__box:nth-child(n+5),
.mceContentBody .col3 .col__box:nth-child(n+4),
.mceContentBody .col2 .col__box:nth-child(n+3),
.content .col6 .col__box:nth-child(n+7),
.content .col5 .col__box:nth-child(n+6),
.content .col4 .col__box:nth-child(n+5),
.content .col3 .col__box:nth-child(n+4),
.content .col2 .col__box:nth-child(n+3) {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .mceContentBody .col6 .col__box:nth-child(n+7),
  .mceContentBody .col5 .col__box:nth-child(n+6),
  .mceContentBody .col4 .col__box:nth-child(n+5),
  .mceContentBody .col3 .col__box:nth-child(n+4),
  .mceContentBody .col2 .col__box:nth-child(n+3),
  .content .col6 .col__box:nth-child(n+7),
  .content .col5 .col__box:nth-child(n+6),
  .content .col4 .col__box:nth-child(n+5),
  .content .col3 .col__box:nth-child(n+4),
  .content .col2 .col__box:nth-child(n+3) {
    margin-top: 1em;
  }
}
.mceContentBody .following,
.content .following {
  margin: 2em 0 1em 0;
}
.mceContentBody .following dt,
.content .following dt {
  font-weight: bold;
  margin: 0 0 1em 0;
  text-align: center;
}
.mceContentBody .following dd,
.content .following dd {
  margin: 0;
  padding: 0;
}
.mceContentBody .link,
.content .link {
  margin: 2em 0 1em 0;
}
.mceContentBody .link dt,
.content .link dt {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.mceContentBody .link dd,
.content .link dd {
  margin: 0;
  padding: 0;
}
.mceContentBody .link a,
.content .link a {
  background: url(/wp-content/themes/www.utarc.iit.tsukuba.ac.jp/images/common/arrow.svg) no-repeat 0 0.66em;
  background-size: 8px 12px;
  padding: 0 0 0 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .mceContentBody .link a,
  .content .link a {
    background-position: 0 0.5em;
  }
}
.mceContentBody .toc,
.content .toc {
  background-color: #f4e3fa;
  padding: 1em;
  margin: 0 0 4em 0;
  border: 1px solid #bc90cf;
}
@media (max-width: 767px) {
  .mceContentBody .toc,
  .content .toc {
    margin-bottom: 3em;
  }
}
.mceContentBody .toc ul,
.content .toc ul {
  margin: 0;
  padding: 0;
}
.mceContentBody .toc li,
.content .toc li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mceContentBody .toc a,
.content .toc a {
  line-height: 1.33;
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}
.mceContentBody .toc a:before,
.content .toc a:before {
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 0.33em;
  left: 7px;
  background-image: url(/wp-content/themes/www.utarc.iit.tsukuba.ac.jp/images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 7px auto;
  transform: rotate(90deg);
}
@media all and (-ms-high-contrast: none) {
  .mceContentBody .toc a:before,
  .content .toc a:before {
    background-size: 7px 11px;
  }
}
.mceContentBody .event-outline,
.content .event-outline {
  margin-bottom: 2.5em;
}
@media (max-width: 767px) {
  .mceContentBody .event-outline,
  .content .event-outline {
    margin-bottom: 2em;
  }
}
.mceContentBody .event-outline .event-table,
.content .event-outline .event-table {
  margin-top: 0;
  margin-bottom: 0;
}
.mceContentBody .event-outline .col__box,
.content .event-outline .col__box {
  position: relative;
  width: 30%;
  margin-right: 2.5%;
}
@media (max-width: 767px) {
  .mceContentBody .event-outline .col__box,
  .content .event-outline .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.mceContentBody .event-outline .col__box + .col__box,
.content .event-outline .col__box + .col__box {
  width: 67.5%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .mceContentBody .event-outline .col__box + .col__box,
  .content .event-outline .col__box + .col__box {
    margin-top: 1.5em;
    width: 100%;
  }
}
.mceContentBody .event-image,
.content .event-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.mceContentBody .event-table,
.content .event-table {
  margin: 1em 0 2.5em 0;
}
.mceContentBody .event-table th,
.content .event-table th {
  white-space: nowrap;
  width: 4em;
}
.mceContentBody .event-content p + p,
.content .event-content p + p {
  margin-top: 1em;
}
.mceContentBody .qtranxs-available-languages-message,
.content .qtranxs-available-languages-message {
  border: 1px solid #ddd;
  padding: 0.75em;
  font-weight: bold;
}
.mceContentBody .form .notes li,
.content .form .notes li {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.mceContentBody .form table,
.content .form table {
  margin: 2em 0;
  padding: 0;
}
.mceContentBody .form th,
.content .form th {
  text-align: left;
  line-height: 1;
  width: 10em;
  padding: 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .mceContentBody .form th,
  .content .form th {
    width: 8em;
  }
}
.mceContentBody .form td,
.content .form td {
  padding: 40px 0 40px 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .mceContentBody .form td,
  .content .form td {
    padding: 10px 0 10px 0;
  }
}
.mceContentBody .form form textarea,
.content .form form textarea {
  height: 10em;
  width: 100%;
}
.mceContentBody .form form textarea,
.mceContentBody .form form input[type="tel"],
.mceContentBody .form form input[type="email"],
.mceContentBody .form form input[type="number"],
.mceContentBody .form form input[type="text"],
.content .form form textarea,
.content .form form input[type="tel"],
.content .form form input[type="email"],
.content .form form input[type="number"],
.content .form form input[type="text"] {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.75em 0.5em;
  color: #000;
  font-size: 16px;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.mceContentBody .form form textarea:focus,
.mceContentBody .form form input[type="tel"]:focus,
.mceContentBody .form form input[type="email"]:focus,
.mceContentBody .form form input[type="number"]:focus,
.mceContentBody .form form input[type="text"]:focus,
.content .form form textarea:focus,
.content .form form input[type="tel"]:focus,
.content .form form input[type="email"]:focus,
.content .form form input[type="number"]:focus,
.content .form form input[type="text"]:focus {
  border-color: #fff;
}
.mceContentBody .form form input[type="tel"],
.mceContentBody .form form input[type="email"],
.mceContentBody .form form input[type="number"],
.mceContentBody .form form input[type="text"],
.content .form form input[type="tel"],
.content .form form input[type="email"],
.content .form form input[type="number"],
.content .form form input[type="text"] {
  width: 100%;
}
.mceContentBody .form form select,
.content .form form select {
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  -webkit-appearance: none;
  border-radius: 3px;
  padding: 0.75em 0.5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mceContentBody .form form select,
.mceContentBody .form form option,
.content .form form select,
.content .form form option {
  font-size: 16px;
}
.mceContentBody .form form input[disabled="disabled"],
.mceContentBody .form form input[disabled],
.mceContentBody .form form input[readonly="readonly"],
.mceContentBody .form form input[readonly],
.content .form form input[disabled="disabled"],
.content .form form input[disabled],
.content .form form input[readonly="readonly"],
.content .form form input[readonly] {
  color: #999;
}
.mceContentBody .form form .required,
.content .form form .required {
  color: #ff0700;
  font-size: 80%;
}
.mceContentBody .form form .errormsg,
.content .form form .errormsg {
  color: #be3a2c;
  font-weight: 700;
  display: block;
  padding: 10px 0 0 0;
}
.mceContentBody .form form .button,
.content .form form .button {
  text-align: center;
}
.mceContentBody .form form .button input,
.content .form form .button input {
  min-width: 300px;
  width: 100%;
  border: 0 none;
  background: none;
  padding: 15px 0;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mceContentBody .form form .button--submit,
.content .form form .button--submit {
  background: #8f65b6;
  border: 0 none;
  margin: 0;
  padding: 0;
  min-width: 300px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.mceContentBody .form form .button--submit input,
.content .form form .button--submit input {
  color: inherit;
}
.mceContentBody .form form .button--submit:after,
.content .form form .button--submit:after {
  content: "";
  height: 20px;
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  background-image: url(/wp-content/themes/www.utarc.iit.tsukuba.ac.jp/images/common/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 11px 7px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 3em;
}
.mceContentBody .form form .button--submit .ajax-loader,
.content .form form .button--submit .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn {
  max-width: 33%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1040px) {
  .btn {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .btn {
    max-width: 80%;
  }
}
.content .btn {
  max-width: 50%;
}
@media (max-width: 767px) {
  .content .btn {
    max-width: 80%;
  }
}
.content .btn--access {
  max-width: 80%;
}

.members-slide,
.events-slide {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .members-slide,
  .events-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.members-slide__boxes,
.events-slide__boxes {
  padding-bottom: 4em;
}
@media (max-width: 767px) {
  .members-slide__boxes,
  .events-slide__boxes {
    padding-bottom: 2em;
  }
}
.members-slide__boxes__box,
.events-slide__boxes__box {
  position: relative;
}
.members-slide__box,
.events-slide__box {
  font-size: 14px;
  width: calc( 33.333333% - 20px );
  margin-right: 30px;
}
@media (max-width: 980px) {
  .members-slide__box,
  .events-slide__box {
    width: calc( 33.333333% - 14px );
    margin-right: 21px;
  }
}
.members-slide__box:nth-child(3n),
.events-slide__box:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .members-slide__box,
  .events-slide__box {
    width: calc( 50% - 5px );
    margin-right: 10px;
  }
  .members-slide__box:nth-child(3n),
  .events-slide__box:nth-child(3n) {
    margin-right: 10px;
  }
  .members-slide__box:nth-child(2n),
  .events-slide__box:nth-child(2n) {
    margin-right: 0;
  }
}
.members-slide .card__title,
.events-slide .card__title {
  line-height: 1.2;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .members-slide .card__title,
  .events-slide .card__title {
    font-size: 4.5vw;
  }
}
.members-slide__btn--prev, .members-slide__btn--next,
.events-slide__btn--prev,
.events-slide__btn--next {
  position: absolute;
  width: 65px;
  height: 60px;
  margin-top: -30px;
  opacity: 1;
  top: 50%;
  background: none;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 1s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1360px) {
  .members-slide__btn--prev, .members-slide__btn--next,
  .events-slide__btn--prev,
  .events-slide__btn--next {
    width: 20px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (min-width: 981px) {
  .members-slide__btn--prev:before, .members-slide__btn--prev:after, .members-slide__btn--next:before, .members-slide__btn--next:after,
  .events-slide__btn--prev:before,
  .events-slide__btn--prev:after,
  .events-slide__btn--next:before,
  .events-slide__btn--next:after {
    transition: border-color .3s, transform .3s;
  }
  .members-slide__btn--prev:hover:before, .members-slide__btn--next:hover:before,
  .events-slide__btn--prev:hover:before,
  .events-slide__btn--next:hover:before {
    border-color: #fff;
  }
}
.members-slide__btn--prev:before, .members-slide__btn--next:before,
.events-slide__btn--prev:before,
.events-slide__btn--next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border: 0 none;
  border-bottom: 3px solid #ddd;
  border-right: 3px solid #ddd;
  width: 9px;
  height: 9px;
  margin-top: -6px;
}
.members-slide__btn--prev:after, .members-slide__btn--next:after,
.events-slide__btn--prev:after,
.events-slide__btn--next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1360px) {
  .members-slide__btn--prev:after, .members-slide__btn--next:after,
  .events-slide__btn--prev:after,
  .events-slide__btn--next:after {
    border-radius: 0;
    width: 20px;
    border: 0 none;
  }
}
.members-slide__btn--prev,
.events-slide__btn--prev {
  left: -120px;
}
@media (max-width: 1360px) {
  .members-slide__btn--prev,
  .events-slide__btn--prev {
    left: -30px;
  }
}
@media (min-width: 981px) {
  .members-slide__btn--prev:hover:before,
  .events-slide__btn--prev:hover:before {
    transform: translateX(-5px) rotate(135deg);
  }
  .members-slide__btn--prev:hover:after,
  .events-slide__btn--prev:hover:after {
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateX(-5px);
  }
}
.members-slide__btn--prev:before,
.events-slide__btn--prev:before {
  margin-left: -2px;
  left: 50%;
  -ms-transform: translateX(0) rotate(135deg);
  transform: translateX(0) rotate(135deg);
}
.members-slide__btn--prev:after,
.events-slide__btn--prev:after {
  right: 0;
}
.members-slide__btn--next,
.events-slide__btn--next {
  right: -120px;
}
@media (max-width: 1360px) {
  .members-slide__btn--next,
  .events-slide__btn--next {
    right: -30px;
  }
}
@media (min-width: 981px) {
  .members-slide__btn--next:hover:before,
  .events-slide__btn--next:hover:before {
    transform: translateX(5px) rotate(-45deg);
  }
  .members-slide__btn--next:hover:after,
  .events-slide__btn--next:hover:after {
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateX(5px);
  }
}
.members-slide__btn--next:before,
.events-slide__btn--next:before {
  margin-left: -10px;
  right: 50%;
  -ms-transform: translateX(0) rotate(-45deg);
  transform: translateX(0) rotate(-45deg);
}
.members-slide__btn--next:after,
.events-slide__btn--next:after {
  left: 0;
}

.events-slide__box {
  height: auto;
}
.events-slide__box:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: -1;
  width: calc( 100% - 20px);
  height: 100%;
  bottom: 0;
  left: 10px;
}
.events-slide__photo {
  margin-bottom: -20px;
}
.events-slide__photo__inner {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.events-slide__photo__inner span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.events-slide .card {
  margin-top: 0;
}
.events-slide .card__inner {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  padding: 1em;
  z-index: 1;
  position: relative;
}
.events-slide .card__title {
  font-size: 110%;
  color: #000;
  position: relative;
  padding-bottom: 0.4em;
}
.events-slide .card__title:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
}
.events-slide .card__excerpt {
  margin-top: 1em;
  color: #555;
}
.events-slide .card__excerpt table {
  border-collapse: collapse;
  border: 0 none;
  border-spacing: 0;
  line-height: 1.2;
}
.events-slide .card__excerpt th {
  white-space: nowrap;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 0.25em;
}
.events-slide .card__excerpt td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.members-slide a {
  color: #fff;
}
@media (min-width: 981px) {
  .members-slide a .members-slide__photo span {
    transition: transform .3s;
  }
  .members-slide a:hover .members-slide__photo span {
    transform: scale(1.08);
  }
}
.members-slide__photo {
  position: relative;
  z-index: 1;
}
.members-slide__photo__inner {
  overflow: hidden;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  margin: 0 auto 2em auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .members-slide__photo__inner {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .members-slide__photo__inner {
    margin: 0 auto 5.5vw auto;
    width: 80%;
    height: 0;
    padding-top: 80%;
  }
}
.members-slide__photo__inner span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.members-slide .card {
  font-weight: bold;
}
.members-slide .card__title {
  position: relative;
  padding-bottom: 0.4em;
  font-size: 1.75em;
}
.members-slide .card__title:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #7a589a;
}
.members-slide .card__belong {
  margin-top: 1em;
  margin-bottom: 0.75em;
}
.members-slide .card__keywords {
  line-height: 1.2;
  padding-left: 1em;
  position: relative;
}
.members-slide .card__keywords:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #fff;
}

.members a {
  color: #555;
  text-decoration: none;
}
@media (min-width: 981px) {
  .members a .members__photo span {
    transition: transform .3s;
  }
  .members a:hover .members__photo span {
    transform: scale(1.08);
  }
}
.content .members .col__box:nth-child(n+4) {
  margin-top: 4.5em;
}
@media (max-width: 767px) {
  .content .members .col__box {
    width: calc( 50% - 5px );
    margin-right: 10px;
  }
  .content .members .col__box:nth-child(2n) {
    margin-right: 0;
  }
  .content .members .col__box:nth-child(n+3) {
    margin-top: 3em;
  }
}
.members__photo {
  position: relative;
  z-index: 1;
}
.members__photo__inner {
  overflow: hidden;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  margin: 0 auto 2em auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .members__photo__inner {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .members__photo__inner {
    margin: 0 auto 5.5vw auto;
    width: 80%;
    height: 0;
    padding-top: 80%;
  }
}
.members__photo__inner span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.members__photo:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 50px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 2;
  background: #8f65b6 url(/wp-content/themes/www.utarc.iit.tsukuba.ac.jp/images/common/arrow-white.svg) no-repeat 50% 50%;
  background-size: 9px 14px;
}
@media (max-width: 980px) {
  .members__photo:before {
    margin-left: 40px;
    width: 25px;
    height: 25px;
    background-size: 7px 11px;
  }
}
@media (max-width: 767px) {
  .members__photo:before {
    margin-left: 30px;
  }
}
.members__title {
  position: relative;
  padding-bottom: 0.4em;
  font-size: 1.75em;
}
.members__title:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #7a589a;
}
.members__belong {
  margin-top: 1em;
  margin-bottom: 0.75em;
}
.members__keywords {
  line-height: 1.4;
  padding-left: 1em;
  position: relative;
}
.members__keywords:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #555;
}

.event-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-list__wrap {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.event-list__title {
  font-weight: bold;
  width: 48.75%;
  margin-right: 2.5%;
}
@media (max-width: 767px) {
  .event-list__title {
    width: 100%;
    margin-right: 0;
  }
}
.event-list__date {
  width: 48.75%;
}
@media (max-width: 767px) {
  .event-list__date {
    width: 100%;
    margin-top: 0.5em;
  }
}
.event-list li {
  margin: 0;
  padding: 0;
  position: relative;
}
.event-list li:before {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  background-color: #ccc;
  position: absolute;
  top: 25%;
  left: 50%;
}
@media (max-width: 767px) {
  .event-list li:before {
    display: none;
  }
}
.event-list li a {
  display: block;
  background: url(/wp-content/themes/www.utarc.iit.tsukuba.ac.jp/images/common/arrow.svg) no-repeat 0 1.66em;
  background-size: 8px 12px;
  padding: 1em 0 1em 20px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .event-list li a {
    background-position: 0 1.5em;
  }
}
.event-list li:first-child a {
  border-top: 1px solid #ddd;
}

.more-events {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
}
@media (max-width: 1360px) {
  .more-events {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .more-events {
    margin-top: 4em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
