@charset "UTF-8";
/*
* Mixin for placeholder
* @include placeholderColor(#00ff00);
*/
/*--------------------------------------------------
 プラグイン
--------------------------------------------------*/
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  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-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-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-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-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-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-grey {
  background-image: url("../img/swiper-prev-grey.svg");
}

.swiper-button-next.swiper-button-grey {
  background-image: url("../img/swiper-next-grey.svg");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;*/
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Bullets */
.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;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

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

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  /*background: #007aff;*/
  background: #EC1C24;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

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

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

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-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;
  -moz-transform-style: preserve-3d;
  -ms-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, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

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

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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;
  -moz-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;
}

/* 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;
}

/* 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%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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%;
  -webkit-background-size: 100%;
  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);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
html,
body {
  height: 100%;
  position: relative;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:selection,
*:-moz-selection,
*:-webkit-selection {
  background-color: #4B5266;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  display: none;
  font-family: "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "游ゴシック", "Yu Gothic", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.no-info {
  text-align: left;
  width: 100%;
}

.page-container {
  position: relative;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  padding-bottom: 100px;
  z-index: 2;
}
.page-container.nav-change-hide {
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .page-container {
    margin-right: auto;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    margin: 0 1.25%;
    padding: 0;
  }
}
@media screen and (max-width: 414px) {
  .inner {
    margin: 0 4%;
    padding: 0;
  }
}

.pc-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .pc-inner {
    margin: 0 1.25%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .pc-inner {
    margin: 0;
    padding: 0;
  }
}

.block-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .block-pc {
    display: none;
  }
}

.block-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .block-tb {
    display: block;
  }
}

main,
.main {
  display: block;
}

.link-url {
  display: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

i {
  display: block;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

a {
  color: #666666;
  text-decoration: none;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: background-color,color,border;
  transition-timing-function: ease-in-out;
}
a:hover {
  color: #EC1C24;
  text-decoration: none;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: background-color,color,border;
  transition-timing-function: ease-in-out;
}

.submit-button, .submit-button:hover {
  cursor: pointer;
  transition-delay: 0.1s;
  transition-duration: 0.1s;
  transition-property: background-color,color,border;
  transition-timing-function: ease-in-out;
}

table {
  background-color: #fff;
}

/** TOPへ戻る **/
.foot-top {
  display: none;
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  box-shadow: 0 0 5px 3px rgba(204, 204, 204, 0.5);
}
.foot-top a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  padding: 18px 0;
  background-image: url(../img/foot-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}
.foot-top a:hover {
  opacity: 0.7;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: background-color,color,border,opacity;
  transition-timing-function: ease-in-out;
  color: #333;
}

/** 印刷 **/
@media print {
  body {
    zoom: 1;
    overflow: visible !important;
  }

  .inner {
    min-width: 1200px !important;
    overflow: visible !important;
    page-break-inside: avoid;
  }

  .sp-nav {
    display: none !important;
  }
  @page {
    margin: 5mm;
  }
}
/** header **/
#header {
  height: 100px;
}
#header .header-inner .header-logo {
  float: left;
  width: 55%;
  max-width: 460px;
  height: 100px;
}
#header .header-inner .header-logo a {
  display: block;
  height: 100%;
}
#header .header-inner .header-logo a .header-logo-pc {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #header .header-inner .header-logo a .header-logo-pc {
    display: none;
  }
}
#header .header-inner .header-logo a .header-logo-sp {
  display: none;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #header .header-inner .header-logo a .header-logo-sp {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  #header .header-inner .header-logo {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 768px) {
  #header .header-inner .header-logo {
    max-width: 280px;
  }
}
#header .header-inner .header-nav {
  float: right;
  width: calc(45% - 80px);
  margin-right: 80px;
  max-width: 400px;
}
@media screen and (max-width: 1200px) {
  #header .header-inner .header-nav {
    margin-right: 70px;
  }
}
#header .header-inner .header-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
#header .header-inner .header-nav ul li {
  display: table;
}
#header .header-inner .header-nav ul li a {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  #header .header-inner .header-nav {
    display: none;
  }
}
#header .header-inner .header-menu-btn {
  cursor: pointer;
  float: right;
  width: 70px;
  height: 80px;
  background-color: #333333;
  color: #ffffff;
  position: fixed;
  z-index: 9900;
  right: calc((100% - 1200px)/2);
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 1200px) {
  #header .header-inner .header-menu-btn {
    right: 0;
  }
}
#header .header-inner .header-menu-btn .menu-btn-img {
  width: 30px;
  height: 30px;
  margin: 10px auto;
  position: relative;
}
#header .header-inner .header-menu-btn .menu-btn-img:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition-delay: 0;
  transition-duration: 0.3s;
  transition-property: background-image,background-color,color,border,opacity;
  transition-timing-function: ease-in-out;
  background-image: url("../img/menu-o.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
#header .header-inner .header-menu-btn .menu-btn-img:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition-delay: 0;
  transition-duration: 0.3s;
  transition-property: background-image,background-color,color,border,opacity;
  transition-timing-function: ease-in-out;
  background-image: url("../img/menu-c.svg");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: center;
  opacity: 0;
}
#header .header-inner .header-menu-btn .menu-btn-txt {
  text-align: center;
  position: relative;
}
#header .header-inner .header-menu-btn .menu-btn-txt:before {
  display: block;
  position: absolute;
  content: "MENU";
  width: 100%;
  height: 100%;
  transition-delay: 0;
  transition-duration: 0.3s;
  transition-property: background-image,background-color,color,border,opacity;
  transition-timing-function: ease-in-out;
  opacity: 1;
}
#header .header-inner .header-menu-btn .menu-btn-txt:after {
  display: block;
  position: absolute;
  content: "CLOSE";
  width: 100%;
  height: 100%;
  transition-delay: 0;
  transition-duration: 0.3s;
  transition-property: background-image,background-color,color,border,opacity;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
#header .header-inner .header-menu-btn.active .menu-btn-img:before {
  opacity: 0;
}
#header .header-inner .header-menu-btn.active .menu-btn-img:after {
  opacity: 1;
}
#header .header-inner .header-menu-btn.active .menu-btn-txt:before {
  opacity: 0;
}
#header .header-inner .header-menu-btn.active .menu-btn-txt:after {
  opacity: 1;
}

/** all-menu **/
.all-menu {
  /*display: none;*/
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
}
.all-menu.active {
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
  display: block;
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
.all-menu .all-menu-inner {
  padding: 120px 10px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .all-menu .all-menu-inner {
    padding: 100px 10px;
  }
}
.all-menu .all-menu-inner .all-menu-logo {
  width: 30px;
  margin: 0 auto 20px;
}
.all-menu .all-menu-inner .all-menu-logo img {
  width: 100%;
  height: auto;
}
.all-menu .all-menu-inner .all-menu-list ul {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
.all-menu .all-menu-inner .all-menu-list ul li {
  display: block;
  margin-bottom: 4px;
}
.all-menu .all-menu-inner .all-menu-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 6px 0;
}
.all-menu .all-menu-inner .all-menu-bottom .all-menu-bottom-links {
  margin-bottom: 4px;
}
.all-menu .all-menu-inner .all-menu-bottom .all-menu-bottom-links ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.all-menu .all-menu-inner .all-menu-bottom .all-menu-bottom-links ul li {
  display: block;
  margin: 0 4px;
}
.all-menu .all-menu-inner .all-menu-bottom .all-menu-bottom-links ul li a {
  display: block;
  color: #333333;
}
.all-menu .all-menu-inner .all-menu-bottom .all-menu-bottom-copyright {
  text-align: center;
  font-size: 12px;
}

/** footer **/
#footer {
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer a {
  color: #333333;
}
#footer .footer-inner {
  padding-top: 20px;
}
#footer .footer-inner .footer-links {
  margin-bottom: 4px;
}
#footer .footer-inner .footer-links ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#footer .footer-inner .footer-links ul li {
  display: block;
  margin: 0 4px;
}
#footer .footer-inner .footer-links ul li a {
  display: block;
  color: #333333;
}
#footer .footer-inner .footer-copyright {
  text-align: center;
  font-size: 12px;
}

.link-icon-tw a {
  width: 30px;
  height: 30px;
  background-image: url(../img/icon-tw.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.link-icon-contact a {
  width: 30px;
  height: 30px;
  background-image: url(../img/icon-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------------------------------------------------
  ページ固有
--------------------------------------------------*/
/**=====================
top-page 
=====================**/
#top-cover-img-wrap {
  background-color: #EC1C24;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
#top-cover-img-wrap #top-cover-img {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
}

.pass-area-wrap {
  display: flex;
  flex-flow: row wrap;
  padding: 16px 0;
}
@media screen and (max-width: 414px) {
  .pass-area-wrap {
    margin: 0 4%;
  }
}
.pass-area-wrap .pass-area-head {
  width: 140px;
  font-size: 16px;
}
.pass-area-wrap .pass-area-text {
  width: calc(100% - 340px);
  font-size: 12px;
  padding-top: 2px;
}
@media screen and (max-width: 900px) {
  .pass-area-wrap .pass-area-text {
    width: 100%;
  }
}
.pass-area-wrap .pass-area-form {
  width: 200px;
}
@media screen and (max-width: 900px) {
  .pass-area-wrap .pass-area-form {
    width: 100%;
    margin-top: 6px;
  }
}
.pass-area-wrap .pass-area-form form {
  display: flex;
  flex-flow: row wrap;
}
.pass-area-wrap .pass-area-form form .form-title-input {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% - 38px);
  margin-right: 6px;
  border-bottom: solid 1px #000;
}
.pass-area-wrap .pass-area-form form .form-title-input .form-title {
  width: 50px;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
  padding-top: 3px;
}
.pass-area-wrap .pass-area-form form .form-title-input input {
  width: calc(100% - 50px);
  font-size: 14px;
}
.pass-area-wrap .pass-area-form form button {
  width: 32px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  border: none;
  padding: 7px 0;
}

.top-works-wrap .top-works {
  background-image: url(../img/works-bg.jpg);
  padding: 60px 60px;
}
@media screen and (max-width: 900px) {
  .top-works-wrap .top-works {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 414px) {
  .top-works-wrap .top-works {
    padding: 40px 20px;
  }
}
.top-works-wrap .top-works .top-works-inner {
  padding-bottom: 30px;
}
.top-works-wrap .top-works .top-works-inner ul li {
  display: block;
}
.top-works-wrap .top-works .top-works-inner ul li .works-img {
  overflow: hidden;
}
.top-works-wrap .top-works .top-works-inner ul li .works-name {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.4;
}
.top-works-wrap .top-works .top-works-inner ul li img {
  width: 100%;
  height: auto;
  display: block;
}

/** hover-mask-img **/
a .hover-mask-img {
  position: relative;
  overflow: hidden;
}
a .hover-mask-img .img-mask {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 768px) {
  a .hover-mask-img .img-mask {
    font-size: 18px;
  }
}
a:hover .hover-mask-img .img-mask {
  opacity: 1;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
}

/**=====================
common & pages
=====================**/
/** main-img **/
.main-img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: calc(100vh - 100px);
  margin: 0 auto;
  min-height: 80px;
  overflow: hidden;
}
.main-img .main-img-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-img .main-img-inner img {
  height: auto;
  width: 100%;
  max-width: none;
  display: block;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .main-img {
    width: auto;
    margin: 0 1.25%;
    padding: 0;
  }
}
@media screen and (max-width: 414px) {
  .main-img {
    margin: 0 4%;
    padding: 0;
  }
}
.main-img.main-img-works {
  max-height: 400px;
}
.main-img.main-img-works .main-img-inner img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .main-img.main-img-works {
    max-height: 300px;
  }
  .main-img.main-img-works .main-img-inner img {
    max-height: none;
  }
}
.main-img.main-img-works.main-img-works-close {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .main-img.main-img-works.main-img-works-close {
    height: 300px;
  }
}
.main-img .main-img-h1 {
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: 0s all;
  overflow: visible;
}
.main-img .main-img-h1 > svg {
  transition: 0s all;
  height: 60px;
  width: auto;
  max-width: 100%;
  right: 15%;
  opacity: 0;
  position: absolute;
  display: block;
}
@media screen and (max-width: 768px) {
  .main-img .main-img-h1 > svg {
    height: 34px;
  }
}
@media screen and (max-width: 414px) {
  .main-img .main-img-h1 > svg {
    height: 28px;
  }
}
.main-img .works-tab-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 200px;
  width: 90%;
  max-width: 540px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main-img .works-tab-wrap {
    max-width: 300px;
    height: 80px;
  }
}
.main-img .works-tab-wrap .works-tab {
  width: 42%;
  height: 100%;
  display: block;
  border: solid 1px #fff;
}
.main-img .works-tab-wrap .works-tab a {
  display: block;
  text-align: center;
  height: 100%;
  padding: 70px 10px;
}
@media screen and (max-width: 768px) {
  .main-img .works-tab-wrap .works-tab a {
    padding: 10px;
  }
}
.main-img .works-tab-wrap .works-tab a .works-tab-img {
  height: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main-img .works-tab-wrap .works-tab a .works-tab-img {
    height: 16px;
    margin-bottom: 8px;
  }
}
.main-img .works-tab-wrap .works-tab a .works-tab-img img {
  height: 100%;
  display: block;
  margin: auto;
}
.main-img .works-tab-wrap .works-tab a .works-tab-txt {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .main-img .works-tab-wrap .works-tab a .works-tab-txt {
    font-size: 12px;
  }
}
.main-img .works-tab-wrap .works-tab.works-tab-open .works-tab-img {
  background-image: url(../img/works-tab-open.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.main-img .works-tab-wrap .works-tab.works-tab-open.active .works-tab-img, .main-img .works-tab-wrap .works-tab.works-tab-open:hover .works-tab-img {
  background-image: url(../img/works-tab-open-active.svg);
}
.main-img .works-tab-wrap .works-tab.works-tab-close .works-tab-img {
  background-image: url(../img/works-tab-close.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.main-img .works-tab-wrap .works-tab.works-tab-close.active .works-tab-img, .main-img .works-tab-wrap .works-tab.works-tab-close:hover .works-tab-img {
  background-image: url(../img/works-tab-close-active.svg);
}
.main-img .works-tab-wrap .works-tab.active, .main-img .works-tab-wrap .works-tab:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.main-img .works-tab-wrap .works-tab.active a .works-tab-txt, .main-img .works-tab-wrap .works-tab:hover a .works-tab-txt {
  color: #000;
}

/** works close パスワード入力メニュー **/
.works-close-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
}
.works-close-menu.active {
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
  display: block;
  opacity: 0.9;
  z-index: 10000;
  visibility: visible;
}
.works-close-menu .works-close-form-wrap {
  width: 100%;
  max-width: 500px;
  padding: 0 10px;
  margin: 120px auto;
}
@media screen and (max-width: 414px) {
  .works-close-menu .works-close-form-wrap {
    margin: 100px auto;
  }
}
.works-close-menu .works-close-form-wrap .works-close-form-head {
  width: 30px;
  margin: 0 auto 40px;
}
.works-close-menu .works-close-form-wrap .works-close-form-head img {
  width: 100%;
  height: auto;
}
.works-close-menu .works-close-form-wrap .works-close-form-text {
  width: 100%;
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 414px) {
  .works-close-menu .works-close-form-wrap .works-close-form-text {
    font-size: 14px;
  }
}
.works-close-menu .works-close-form-wrap .works-close-form {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .works-close-menu .works-close-form-wrap .works-close-form {
    width: 100%;
    margin-top: 6px;
  }
}
.works-close-menu .works-close-form-wrap .works-close-form form {
  display: flex;
  flex-flow: row wrap;
}
.works-close-menu .works-close-form-wrap .works-close-form form .form-title-input {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% - 38px);
  margin-right: 6px;
  border-bottom: solid 1px #000;
}
.works-close-menu .works-close-form-wrap .works-close-form form .form-title-input .form-title {
  width: 50px;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
  padding-top: 3px;
}
.works-close-menu .works-close-form-wrap .works-close-form form .form-title-input input {
  width: calc(100% - 50px);
  font-size: 14px;
}
.works-close-menu .works-close-form-wrap .works-close-form form button {
  width: 32px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  border: none;
  padding: 7px 0;
}

/** works contents **/
.works-contents-wrap .works-contents {
  background-image: url(../img/works-bg.jpg);
  padding: 60px 60px;
}
.works-contents-wrap .works-contents.works-close {
  background: none;
}
@media screen and (max-width: 900px) {
  .works-contents-wrap .works-contents {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 414px) {
  .works-contents-wrap .works-contents {
    padding: 40px 20px;
  }
}
.works-contents-wrap .works-contents .works-contents-inner ul {
  display: flex;
  flex-flow: row wrap;
}
.works-contents-wrap .works-contents .works-contents-inner ul li {
  display: block;
  width: calc((100% - 200px) / 3);
  margin-right: 100px;
  margin-bottom: 80px;
}
.works-contents-wrap .works-contents .works-contents-inner ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .works-contents-wrap .works-contents .works-contents-inner ul li {
    width: calc((100% - 80px) / 2);
    margin-right: 80px;
    margin-bottom: 80px;
  }
  .works-contents-wrap .works-contents .works-contents-inner ul li:nth-child(3n) {
    margin-right: 80px;
  }
  .works-contents-wrap .works-contents .works-contents-inner ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .works-contents-wrap .works-contents .works-contents-inner ul li {
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
    margin-bottom: 60px;
  }
  .works-contents-wrap .works-contents .works-contents-inner ul li:nth-child(3n) {
    margin-right: 60px;
  }
  .works-contents-wrap .works-contents .works-contents-inner ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .works-contents-wrap .works-contents .works-contents-inner ul li {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .works-contents-wrap .works-contents .works-contents-inner ul li:nth-child(3n) {
    margin-right: auto;
  }
  .works-contents-wrap .works-contents .works-contents-inner ul li:nth-child(2n) {
    margin-right: auto;
  }
}
.works-contents-wrap .works-contents .works-contents-inner ul li .works-img img {
  width: 100%;
  height: auto;
  max-height: 500px;
  display: block;
}
.works-contents-wrap .works-contents .works-contents-inner ul li .works-name {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.4;
}

/** 共通ページ contents **/
body.detail-page .main,
body.works-close-page .main {
  background-color: #E6E6E6;
}

.contents-wrap .contents {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contents-wrap .contents .contents-2cols-wrap {
  display: flex;
  flex-flow: row wrap;
}
.contents-wrap .contents .contents-2cols-wrap .contents-1col {
  width: 48%;
  margin-right: 4%;
}
.contents-wrap .contents .contents-2cols-wrap .contents-1col:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .contents-wrap .contents .contents-2cols-wrap .contents-1col {
    width: 100%;
    margin-right: 0;
  }
}
.contents-wrap .contents .contents-2cols-wrap .contents-2col {
  width: 100%;
}

.contents-narrow {
  max-width: 560px;
  margin: 0 auto;
}

/** profile **/
.profile-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 40px;
}
.profile-img img {
  width: 100%;
  height: auto;
  display: block;
}

.profile-textbox {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .profile-textbox {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.profile-textbox .profile-head {
  height: 24px;
  margin-bottom: 10px;
}
.profile-textbox .profile-head img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .profile-textbox .profile-head {
    text-align: center;
  }
}
.profile-textbox .profile-role {
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .profile-textbox .profile-role {
    text-align: center;
  }
}
.profile-textbox .profile-theme {
  margin-bottom: 20px;
  font-size: 12px;
}
.profile-textbox .profile-text {
  margin-bottom: 40px;
  font-size: 14px;
}
.profile-textbox .profile-tw {
  width: 100%;
  border: solid 1px #CCCCCC;
}

/** detail pages **/
.head-block-h2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  position: relative;
}
.head-block-h2:after {
  content: "-";
  display: block;
  line-height: 1.0;
}

.text-block {
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
}

.text-cate {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.text-main {
  font-size: 16px;
  margin-bottom: 20px;
}

.text-client {
  font-size: 12px;
  margin-bottom: 20px;
}

.img-block {
  width: 100%;
  margin-bottom: 30px;
}
.img-block img {
  width: 100%;
  height: auto;
  display: block;
}

.slide-block {
  width: 100%;
  margin-bottom: 30px;
}
.slide-block img {
  width: 100%;
  height: auto;
}

.block-1cols-wrap {
  padding: 0 10px;
}

.block-2cols-wrap {
  display: flex;
  flex-flow: row wrap;
}
.block-2cols-wrap .block-1col {
  width: calc(100% / 2);
  padding: 0 10px;
}

.block-3cols-wrap {
  display: flex;
  flex-flow: row wrap;
}
.block-3cols-wrap .block-1col {
  width: calc(100% / 3);
  padding: 0 10px;
}
.block-3cols-wrap .block-2col {
  width: calc((100% / 3) * 2);
  padding: 0 10px;
}

.page-back-button,
.home-back-button {
  width: 200px;
  margin: 20px auto;
}
.page-back-button a,
.home-back-button a {
  display: block;
  padding: 10px;
  text-align: center;
  border: solid 1px #999999;
}
.page-back-button a:hover,
.home-back-button a:hover {
  border: solid 1px #EC1C24;
}

/** svg **/
    /*
    .path01 {
      animation: portAnime 0.7s linear 0s forwards;
      -webkit-animation: portAnime 0.7s linear 0s forwards;
      fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      animation-delay: 1.0s;
    }
    .path02 {
      animation: portAnime 0.7s linear 0s forwards;
      -webkit-animation: portAnime 0.7s linear 0s forwards;
      fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      animation-delay: 1.1s;
    }
    .path03 {
      animation: portAnime 0.7s linear 0s forwards;
      -webkit-animation: portAnime 0.7s linear 0s forwards;
      fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      animation-delay: 1.2s;
    }
    .path04 {
      animation: portAnime 0.7s linear 0s forwards;
      -webkit-animation: portAnime 0.7s linear 0s forwards;
      fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      animation-delay: 1.3s;
    }
    .path05 {
      animation: portAnime 0.7s linear 0s forwards;
      -webkit-animation: portAnime 0.7s linear 0s forwards;
      fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      animation-delay: 1.4s;
    }
    .path06 {
      animation: portAnime 0.7s linear 0s forwards;
      -webkit-animation: portAnime 0.7s linear 0s forwards;
      fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      animation-delay: 1.5s;
    }
    .path07 {
      animation: portAnime 0.7s linear 0s forwards;
      -webkit-animation: portAnime 0.7s linear 0s forwards;
      fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      animation-delay: 1.6s;
    }
    .path08 {
      animation: portAnime 0.7s linear 0s forwards;
      -webkit-animation: portAnime 0.7s linear 0s forwards;
      fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      animation-delay: 1.7s;
    }
    .path09 {
      animation: portAnime 0.7s linear 0s forwards;
      -webkit-animation: portAnime 0.7s linear 0s forwards;
      fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      animation-delay: 1.8s;
    }
    .path10 {
      animation: portAnime 0.7s linear 0s forwards;
      -webkit-animation: portAnime 0.7s linear 0s forwards;
      fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      animation-delay: 1.9s;
    }
    .path11 {
      animation: portAnime 0.7s linear 0s forwards;
      -webkit-animation: portAnime 0.7s linear 0s forwards;
      fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      animation-delay: 2.0s;
    }
    .path12 {
      animation: portAnime 0.7s linear 0s forwards;
      -webkit-animation: portAnime 0.7s linear 0s forwards;
      fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      animation-delay: 2.1s;
    }

  @keyframes portAnime {
    0%{
      //fill: rgba(0, 0, 0, 0);
      //transform: scale(1.0,1.0);
      transition: 0s all;
    }
    100%{
      fill: rgba(0, 0, 0, 1);
      //transform: scale(0.8,0.8);
      transition: 0s all;
    }
  }
  */
