@charset "UTF-8";
/* ===================================================

js library css

=================================================== */
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: 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");
}

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

.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;
  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), transparent);
  /* 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), transparent);
  /* 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), transparent);
  /* 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), transparent);
  /* 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;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: 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%;
  object-fit: contain;
}

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

/* ===================================================

RESET

=================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input {
  box-sizing: border-box;
  border-radius: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border: none;
  text-decoration: none;
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ===================================================

COMMON
ボタン、タイトル、文字カラー、SP/PC表示切り替え、他汎用パーツ

=================================================== */
@media print, screen and (min-width: 641px) {
  .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .inner_small {
    margin: 0 auto;
    width: 830px;
  }
  .inner_middle {
    margin: 0 auto;
    width: 880px;
  }
}

/* 表示切り替え
----------------------------------------------------- */
.-is_hide {
  display: none;
}

.-is_sp {
  display: block !important;
}

.-is_pc {
  display: none !important;
}

.-is_inline_sp {
  display: inline !important;
}

.-is_inline_pc {
  display: none !important;
}

.-is_inblock_sp {
  display: inline-block !important;
}

.-is_inblock_pc {
  display: none !important;
}

.-is_block_320 {
  display: none !important;
}

@media print, screen and (min-width: 641px) {
  .-is_sp {
    display: none !important;
  }
  .-is_pc {
    display: block !important;
  }
  .-is_inline_sp {
    display: none !important;
  }
  .-is_inline_pc {
    display: inline !important;
  }
  .-is_inblock_sp {
    display: none !important;
  }
  .-is_inblock_pc {
    display: inline-block !important;
  }
}

@media print, screen and (max-width: 320px) {
  .-is_none_320 {
    display: none !important;
  }
  .-is_block_320 {
    display: block !important;
  }
}

/* テキスト
----------------------------------------------------- */
.-is_txt_primary {
  color: #f72f68 !important;
}

.-is_txt_link {
  color: #3264dc !important;
}

.-is_txt_white {
  color: #fff !important;
}

.-txt_gray {
  color: #999999;
}

.-txt_pink {
  color: #f72f68;
}

.-txt_center {
  text-align: center;
}

.-txt_right {
  text-align: right;
}

/* 背景
----------------------------------------------------- */
.-is_bg {
  background: #fafafa !important;
}

/* アイコン
----------------------------------------------------- */
body [class^="icn_font_"],
body [class*=" icn_font_"] {
  margin-right: 0.2em;
  font-size: 1.2em;
  vertical-align: -0.1em;
  color: inherit;
}

.btn .icn_font_outside {
  margin-right: 0;
  margin-left: 0.6em;
  font-size: 0.9em;
}

.arw::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  box-sizing: content-box !important;
  transition: all 0.1s linear;
}

.arw.-arw_right::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arw.-arw_bottom::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arw.-arw_left::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.arw.-arw_top::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn .arw {
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.btn .arw.-arw_top {
  top: 1px;
  margin-left: 8px;
}

.btn .arw.-arw_bottom {
  top: -3px;
  margin-left: 8px;
}

@media print, screen and (min-width: 641px) {
  .arw::after {
    width: 6px;
    height: 6px;
  }
}

.icn_cancel {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  color: inherit;
}

.icn_cancel::after, .icn_cancel::before {
  position: absolute;
  top: 42%;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 0px;
  border-top: 2px solid currentcolor;
  box-sizing: content-box !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.1s linear;
}

.icn_cancel::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media print, screen and (min-width: 641px) {
  .icn_cancel {
    width: 14px;
    height: 14px;
  }
}

/* a、btn
----------------------------------------------------- */
a,
a:hover,
a:visited {
  color: #151515;
  text-decoration: none;
  transition: all 0.1s linear;
  /*&.is-hover{
		opacity: $opacity_hover;
		color:$color_black;
	}
	@include media_queries() {
		&:hover{
			opacity: $opacity_hover;
			color:$color_black;
		}
	}*/
}

:placeholder-shown {
  color: #b8b8b8;
}

::-webkit-input-placeholder {
  color: #b8b8b8;
}

:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b8b8b8;
}

select,
textarea,
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: none;
  border: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  cursor: pointer;
  color: #151515;
  transition: all 0.1s linear;
}

@media print, screen and (min-width: 641px) {
  select,
  textarea,
  input[type="tel"],
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="password"] {
    font-size: 14px;
  }
}

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

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"] {
  padding: 0 8px;
  height: 40px;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.05);
  text-indent: 0;
}

textarea {
  display: block;
  width: 100%;
  padding: 10px 0 10px 10px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: none;
  border: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
}

.-a_line {
  text-decoration: underline;
}

.btn {
  position: relative;
  display: inline-block;
  color: #fff;
  width: 100%;
  max-width: 245px;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  border: 1px solid #1c86ea;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  @inculude transition_animate;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.btn:hover, .btn:active, .btn:visited {
  color: #fff;
}

.btn a,
.btn input,
.btn button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 3;
}

.btn input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0;
}

@media print, screen and (min-width: 641px) {
  .btn {
    max-width: 264px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .btn:hover::before {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}

.-btn_base {
  background: #2896ff;
  border-color: #1c86ea;
}

.-btn_primary {
  background: #f72f68;
  border-color: #bc1b49;
}

.-btn_sub {
  background: #fff;
  border-color: #1c86ea;
  color: #2896ff;
}

.-btn_sub:hover, .-btn_sub:active, .-btn_sub:visited {
  color: #2896ff;
}

.-btn_sub::before {
  background: rgba(28, 134, 234, 0.08);
}

.-btn_favo {
  background: #fff;
  border-color: #f72f68;
  color: #f72f68;
}

.-btn_favo:hover, .-btn_favo:active, .-btn_favo:visited {
  color: #f72f68;
}

.-btn_favo::before {
  background: rgba(247, 47, 104, 0.08);
}

.-btn_irr {
  background: #3264dc;
  border-color: #2653c0;
}

.-btn_irr_line {
  background: #fff;
  border-color: #2653c0;
  color: #3264dc;
}

.-btn_irr_line:hover, .-btn_irr_line:active, .-btn_irr_line:visited {
  color: #3264dc;
}

.-btn_fb {
  background: #4267b2;
  border-color: #2653c0;
  color: #fff;
}

.-btn_fb:hover, .-btn_fb:active, .-btn_fb:visited {
  color: #fff;
}

.-btn_tw {
  background: #1ea0f2;
  border-color: #1483c7;
  color: #fff;
}

.-btn_tw:hover, .-btn_tw:active, .-btn_tw:visited {
  color: #fff;
}

.-btn_fa {
  background: #4267b2;
  border-color: #2c4b8a;
}

.-btn_fa .icn_font_facebook {
  margin-right: 10px;
}

.btnarea {
  margin-top: 20px;
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .btnarea {
    margin-top: 35px;
  }
}

/* select
----------------------------------------------------- */
label {
  display: inline-block;
  position: relative;
}

label select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent;
  border: none;
}

label.select {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
}

label.select p {
  padding: 0 30px 0 8px;
  margin: 0;
  line-height: 40px;
}

label.select .arw {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

label.select .arw::after {
  border-color: #3264dc;
}

label.select.select_date {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}

/* check
----------------------------------------------------- */
.check {
  position: relative;
  padding-top: 1px;
  padding-left: 28px;
  font-weight: normal;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
}

.check input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
}

.check .labeltxt::before, .check .labeltxt::after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: content-box !important;
}

.check .labeltxt::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.check input:checked + .labeltxt::after {
  top: 7px;
  left: 6px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #3264dc;
  border-left: 2px solid #3264dc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ボタンエリア
----------------------------------------------------- */
.btns {
  margin-top: 40px;
  text-align: center;
}

.btns p {
  margin-top: 20px;
}

.btns p a .icn_cancel {
  top: 2px;
  margin-right: 0.3em;
}

.btns p a .-arw_right {
  position: relative;
  top: -1px;
  margin-left: 0.2em;
}

.btns p a .-arw_left {
  position: relative;
  top: -1px;
  margin-right: 0.4em;
}

@media print, screen and (min-width: 641px) {
  .btns {
    margin-top: 80px;
  }
}

/* タイトル
----------------------------------------------------- */
.titarea {
  position: relative;
  padding: 0 12px;
}

.titarea .btn {
  position: absolute;
  top: 0;
  right: 10px;
}

.titarea.-titarea_w100 {
  /* 左右にpaddingが不要な場合 */
  padding-right: 0;
  padding-left: 0;
}

.tit_base {
  line-height: 1;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 18px;
}

.tit_base img {
  font-size: 0;
}

.tit_base.tit_vertical, .tit_base.tit_bln_vertical {
  margin-top: -2px;
  line-height: 1.4;
}

.tit__bln {
  height: 40px;
  margin-right: 0px;
  vertical-align: -10px;
}

.tit_bln_vertical .tit__bln {
  margin: 0 auto 8px;
}

.tit_sub {
  line-height: 1;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 15px;
}

@media print, screen and (max-width: 320px) {
  .tit_base {
    letter-spacing: 0;
  }
  .tit__bln {
    position: relative;
    height: 28px;
    vertical-align: -5px;
  }
}

@media print, screen and (max-width: 374px) {
  .tit__bln {
    position: relative;
    height: 34px;
    vertical-align: -6px;
  }
}

@media print, screen and (min-width: 641px) {
  .titarea {
    padding: 0;
  }
  .titarea .btn {
    right: 0;
    width: 160px;
  }
  .tit_base {
    letter-spacing: 2px;
    font-size: 24px;
  }
  .tit_base.-tit_base_sub {
    font-size: 22px;
  }
  .tit_base.tit_bln_vertical {
    font-size: 30px;
  }
  .tit__bln {
    height: auto;
    margin-right: 2px;
    vertical-align: -3px;
  }
  .tit_bln_vertical .tit__bln {
    margin-bottom: 15px;
  }
  .tit_sub {
    font-size: 18px;
  }
}

.titlead {
  margin: 10px 12px 0;
}

@media print, screen and (min-width: 641px) {
  .titlead {
    margin: 11px 0 0;
  }
}

.titlink {
  margin-top: 8px;
}

.titlink a {
  text-align: center;
  color: #3264dc;
}

.titlink a .-arw_right {
  position: relative;
  top: -1px;
  margin-right: 0.7em;
}

@media print, screen and (min-width: 641px) {
  .titlink a {
    transition: all 0.1s linear;
  }
  .titlink a:hover {
    opacity: 0.5;
  }
}

.lead {
  padding: 0;
  margin: 8px 12px 0;
}

@media print, screen and (min-width: 641px) {
  .lead {
    margin: 10px 0 0;
  }
}

.icn_must,
.icn_public {
  display: inline-block;
  padding: 2px 3px;
  border-radius: 2px;
  background: #f72f68;
  letter-spacing: 3px;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  text-indent: 2px;
}

.icn_public {
  background: #999999;
}

.formnote {
  font-size: 12px;
  color: #999999;
}

/* プロジェクトカセット
----------------------------------------------------- */
.projects {
  margin-top: 20px;
}

.projects .projects_box {
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 3px;
  box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.projects .projects_box a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 0 0 50px;
}

.projects .projects_box .over {
  content: '';
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  background: rgba(28, 134, 234, 0.9);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.projects .projects_box .over div {
  width: 80%;
  max-width: 200px;
  min-width: 160px;
  border: none;
  box-shadow: none;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.projects .icn_new {
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 3;
}

.projects .icn_success,
.projects .icn_successful {
  position: absolute;
  top: -3px;
  right: -4px;
  z-index: 4;
}

.projects .icn_rank {
  top: -20px;
  z-index: 5;
}

.projects .projects_img {
  font-size: 0;
  position: relative;
  width: 100%;
}

.projects .projects_img:before {
  content: "";
  display: block;
  padding-top: 66%;
}

.projects .projects_img img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.projects .projects_detail {
  padding: 10px 12px 15px;
}

.projects .projects_tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.projects .tags {
  margin-top: 7px;
}

.projects .usermark {
  margin-top: 7px;
}

.projects .indicatorBottom {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.projects .indicator {
  margin-top: 8px;
}

.projects .overview {
  margin-top: 5px;
}

.projects .projects_tit + .overview {
  margin-top: 8px;
}

.projects.-projects_slide {
  padding: 0 12px;
  margin-left: -8px;
  margin-top: 0;
}

.projects.-projects_2col, .projects.-projects_rank {
  margin-left: -1.5%;
  margin-right: -1.5%;
  padding: 0 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projects.-projects_2col .projects_box, .projects.-projects_rank .projects_box {
  width: 47%;
  margin: 0 1.5%;
  position: relative;
}

.projects.-projects_2col .projects_box:nth-child(n+3), .projects.-projects_rank .projects_box:nth-child(n+3) {
  margin-top: 15px;
}

.projects.-projects_2col .projects_box a, .projects.-projects_rank .projects_box a {
  padding: 0 0 70px;
}

.projects.-projects_2col .projects_box:not(.-projects_box_wide), .projects.-projects_rank .projects_box:not(.-projects_box_wide) {
  box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.1);
}

.projects.-projects_2col .projects_box:not(.-projects_box_wide) .projects_detail, .projects.-projects_rank .projects_box:not(.-projects_box_wide) .projects_detail {
  padding: 8px 10px 8px;
}

.projects.-projects_2col .projects_box:not(.-projects_box_wide) .projects_tit, .projects.-projects_rank .projects_box:not(.-projects_box_wide) .projects_tit {
  font-size: 12px;
}

.projects.-projects_rank {
  margin-top: 12px;
}

.projects.-projects_rank .projects_box {
  margin-top: 30px;
  border: 1px solid #fff;
}

.projects.-projects_rank .projects_box:nth-child(n+3) {
  margin-top: 30px;
}

.projects.-projects_rank .-projects_box_wide {
  width: 100%;
  margin-top: 20px;
}

.projects.-projects_rank .-projects_box_wide:nth-child(n+2) {
  margin-top: 35px;
}

.projects.-projects_rank .-projects_box_wide + .projects_box:not(.-projects_box_wide),
.projects.-projects_rank .-projects_box_wide + .projects_box:not(.-projects_box_wide) + .projects_box {
  margin-top: 30px;
}

.icn_new {
  width: 59px;
  height: 59px;
  background: url(../img/icn_new.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icn_success {
  width: 116px;
  height: 70px;
  background: url(../img/icn_success.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icn_successful {
  width: 116px;
  height: 70px;
  background: url(../img/icn_successful.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icn_rank {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  display: inline-block;
  width: 38px;
  height: 38px;
}

.icn_rank.icn_rank1 {
  background: url(../img/icn_rank_1.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 42px;
  height: 42px;
}

.icn_rank.icn_rank2 {
  background: url(../img/icn_rank_2.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icn_rank.icn_rank3 {
  background: url(../img/icn_rank_3.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icn_rank.icn_rank4 {
  background: url(../img/icn_rank_4.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.icn_rank.icn_rank5 {
  background: url(../img/icn_rank_5.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.tags {
  overflow: hidden;
  margin-top: -3px;
  margin-right: -5px;
}

.tags li {
  float: left;
  padding: 3px 6px;
  background: #f6f4f0;
  border-radius: 4px;
  font-weight: bold;
  font-size: 10px;
  color: #999999;
  margin-right: 5px;
  margin-top: 3px;
}

.usermark {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.usermark .usermark__img {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  overflow: hidden;
}

.usermark .usermark__img img {
  position: absolute;
  top: -999px;
  left: -999px;
  bottom: -999px;
  right: -999px;
  width: 100%;
  height: auto;
  margin: auto;
}

.usermark .usermark__txt {
  padding-left: 5px;
  font-size: 10px;
  width: calc(100% - 25px);
  box-sizing: border-box;
}

.usermark .usermark__txt small {
  display: block;
  margin-top: -3px;
  font-size: 12px;
  color: #999999;
}

.usermark.usermark_mypage {
  margin: 0 12px;
}

.usermark.usermark_mypage .usermark__img {
  width: 90px;
  height: 90px;
}

.usermark.usermark_mypage .usermark__txt {
  width: calc(100% - 100px);
  padding-left: 10px;
}

.usermark.usermark_mypage .usermark__txt h2 {
  font-size: 16px;
  font-weight: bold;
}

.usermark.usermark_mypage .usermark__txt p {
  margin-top: 5px;
  font-size: 14px;
}

.indicator {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 8px;
  border-radius: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5efff+0,a5efff+25,71c5ff+25,71c5ff+50,2896ff+50,2896ff+75,3264dc+75,3264dc+100 */
  background: #a5efff;
  /* Old browsers */
  background: -webkit-linear-gradient(left, #a5efff 0%, #a5efff 25%, #71c5ff 25%, #71c5ff 50%, #2896ff 50%, #2896ff 75%, #3264dc 75%, #3264dc 100%);
  background: linear-gradient(to right, #a5efff 0%, #a5efff 25%, #71c5ff 25%, #71c5ff 50%, #2896ff 50%, #2896ff 75%, #3264dc 75%, #3264dc 100%);
}

.indicator .indicator__bar {
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  background: url(../img/bg_indicator.png) 0 0 no-repeat;
  background-size: auto 100%;
}

.indicator.-indicator_small {
  height: 4px;
}

.indicator.-indicator_small .indicator__bar {
  left: -4px;
}

.overview {
  margin-top: 5px;
  display: -webkit-flex;
  display: flex;
}

.overview li {
  text-align: center;
  line-height: 1.3;
  font-size: 10px;
}

.overview li:nth-child(1) {
  width: 25%;
}

.overview li:nth-child(2) {
  width: 50%;
}

.overview li:nth-child(3) {
  width: 25%;
}

.overview .overview__label {
  display: block;
  font-weight: bold;
  color: #999999;
}

.overview b {
  margin-right: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}

.overview.-overview_2c li:nth-child(1) {
  width: 29.4%;
}

.overview.-overview_2c li:nth-child(2) {
  width: 70.6%;
}

.overview.-overview_small .overview__label {
  font-size: 8px;
}

.overview.-overview_small b {
  margin-right: 0;
  font-size: 12px;
}

@media print, screen and (min-width: 641px) {
  .projects {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .projectshead + .projects {
    margin-top: 25px;
  }
  .projects .projects_box {
    width: 312px;
    margin-bottom: 5px;
    box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.1);
  }
  .projects a:hover .over {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
  .projects .icn_new {
    top: -15px;
    left: -15px;
  }
  .projects .icn_rank {
    top: -35px;
  }
  .projects .projects_detail {
    padding: 12px 10px 12px;
  }
  .projects .tags {
    margin-top: 5px;
  }
  .projects .usermark {
    margin-top: 7px;
  }
  .projects .indicatorBottom {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .projects .indicator {
    margin-top: 10px;
  }
  .projects .indicator__bar {
    background: url(../img/bg_indicator_pc.png) 0 0 no-repeat;
    background-size: auto 100%;
  }
  .projects .overview {
    margin-top: 8px;
  }
  .projects.-projects_slide {
    padding: 0;
    margin-left: 0;
  }
  .projects.-projects_slide .projects_box {
    width: 310px;
    margin: 0 32px 0 0;
  }
  .projects.-projects_slide .projects_box:nth-child(3n) {
    margin-right: 0px;
  }
  .projects.-projects_slide .projects_box:nth-child(n+4) {
    margin-top: 35px;
  }
  .projects.-projects_slide .projects_box a {
    padding: 0 0 74px;
  }
  .projects.-projects_slide .projects_box a .overview {
    bottom: 36px;
  }
  .projects.-projects_2col, .projects.-projects_rank {
    padding: 0 0 0;
    margin-right: -28px;
    margin-left: 0;
    width: 100%;
  }
  .projects.-projects_2col .projects_box, .projects.-projects_rank .projects_box {
    width: 230px;
    margin-left: 0;
    margin-right: 28px;
  }
  .projects.-projects_2col .projects_box:nth-child(even), .projects.-projects_rank .projects_box:nth-child(even) {
    margin-right: 24px;
  }
  .projects.-projects_2col .projects_box:nth-child(4n), .projects.-projects_rank .projects_box:nth-child(4n) {
    margin-right: 0;
  }
  .projects.-projects_2col .projects_box:nth-child(n+3), .projects.-projects_rank .projects_box:nth-child(n+3) {
    margin-top: 0;
  }
  .projects.-projects_2col .projects_box:nth-child(n+5), .projects.-projects_rank .projects_box:nth-child(n+5) {
    margin-top: 24px;
  }
  .projects.-projects_2col .projects_box:not(.-projects_box_wide), .projects.-projects_rank .projects_box:not(.-projects_box_wide) {
    box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.1);
  }
  .projects.-projects_2col .projects_box:not(.-projects_box_wide) .projects_detail, .projects.-projects_rank .projects_box:not(.-projects_box_wide) .projects_detail {
    padding: 14px 10px 12px;
  }
  .projects.-projects_2col .projects_box:not(.-projects_box_wide) .projects_tit, .projects.-projects_rank .projects_box:not(.-projects_box_wide) .projects_tit {
    font-size: 14px;
  }
  .projects.-projects_2col .projects_box:not(.-projects_box_wide) .tags, .projects.-projects_rank .projects_box:not(.-projects_box_wide) .tags {
    margin-top: 4px;
  }
  .projects.-projects_rank {
    padding: 0 0 0;
    margin-right: -12px;
    margin-left: 0;
    margin-top: 20px;
  }
  .projects.-projects_rank .projects_box {
    width: 190px;
    margin-left: 0;
    margin-right: 12px;
    margin-top: 35px;
  }
  .projects.-projects_rank .projects_box:nth-child(even) {
    margin-right: 12px;
  }
  .projects.-projects_rank .projects_box:nth-child(5n) {
    margin-right: 0;
  }
  .projects.-projects_rank .projects_box:nth-child(n+3) {
    margin-top: 35px;
  }
  .projects.-projects_rank .projects_box:nth-child(n+6) {
    margin-top: 12px;
  }
  .projects.-projects_rank .-projects_box_wide {
    margin-top: 35px;
  }
  .projects.-projects_rank .-projects_box_wide:nth-child(n+2) {
    margin-top: 35px;
  }
  .projects.-projects_rank .-projects_box_wide + .projects_box:not(.-projects_box_wide),
  .projects.-projects_rank .-projects_box_wide + .projects_box:not(.-projects_box_wide) + .projects_box {
    margin-top: 35px;
  }
  .projects.-projects_rank .over .btn span {
    font-size: 12px;
  }
  .icn_new {
    width: 70px;
    height: 70px;
  }
  .icn_success {
    width: 130px;
    height: 78px;
  }
  .icn_successful {
    width: 130px;
    height: 78px;
  }
  .icn_rank:not(.class) {
    width: 48px;
    height: 48px;
  }
  .tags li {
    padding: 2px 6px;
    font-size: 11px;
  }
  .usermark .usermark__img {
    width: 25px;
    height: 25px;
  }
  .usermark .usermark__txt {
    width: calc(100% - 30px);
    font-size: 12px;
  }
  .usermark.usermark_mypage {
    margin: 0;
  }
  .usermark.usermark_mypage .usermark__img {
    width: 130px;
    height: 130px;
  }
  .usermark.usermark_mypage .usermark__txt {
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .usermark.usermark_mypage .usermark__txt h2 {
    font-size: 20px;
  }
  .usermark.usermark_mypage .usermark__txt p {
    margin-top: 10px;
    font-size: 14px;
  }
  .indicator.-indicator_small {
    height: 8px;
  }
  .overview {
    margin-top: 5px;
  }
  .overview li {
    line-height: 1.28;
    font-size: 10px;
  }
  .overview li:nth-child(1) {
    width: 23%;
  }
  .overview li:nth-child(2) {
    width: 54%;
  }
  .overview li:nth-child(3) {
    width: 23%;
  }
  .overview .overview__label {
    font-size: 12px;
  }
  .overview b {
    font-size: 20px;
  }
  .overview.-overview_small li, .overview.-overview_small_pc li {
    line-height: 1.6;
    font-size: 10px;
  }
  .overview.-overview_small .overview__label, .overview.-overview_small_pc .overview__label {
    font-size: 8px;
  }
  .overview.-overview_small b, .overview.-overview_small_pc b {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 320px) {
  .overview.-overview_small .overview__label {
    font-size: 7px;
  }
}

/* ページング
----------------------------------------------------- */
.paging .paging_in {
  position: relative;
  padding: 0 100px;
  min-height: 50px;
  margin: 35px 12px 0;
  text-align: center;
}

.paging .paging_in > * {
  display: inline-block;
  vertical-align: middle;
}

.paging .paging__prev,
.paging .paging__next {
  position: absolute;
  top: 0;
  max-width: 80px;
}

.paging .paging__prev {
  left: 0;
}

.paging .paging__prev i {
  margin-right: 5px;
}

.paging .paging__next {
  right: 0;
}

.paging .paging__next i {
  margin-left: 5px;
}

.paging .paging__current,
.paging .paging__page {
  margin: 0 5px;
  display: inline-block;
  min-width: 1em;
  line-height: 50px;
  text-align: center;
}

.paging .paging__current {
  color: #999999;
}

.paging .paging__page {
  color: #3264dc;
}

@media print, screen and (min-width: 641px) {
  .paging {
    text-align: center;
  }
  .paging .paging_in {
    display: inline-block;
    padding: 0 160px;
    margin: 35px 0 0;
    min-height: 40px;
  }
  .paging .paging_in > a {
    transition: all 0.1s linear;
  }
  .paging .paging_in > a:hover {
    opacity: 0.5;
  }
  .paging .paging__prev,
  .paging .paging__next {
    max-width: 130px;
  }
  .paging .paging__current,
  .paging .paging__page {
    min-width: 1.5em;
    margin: 0 5px;
    line-height: 40px;
  }
}

/* LB
----------------------------------------------------- */
.lb {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.mfp-close {
  overflow: hidden;
  text-indent: -9999px;
}

.mfp-close::before, .mfp-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #999999;
}

.mfp-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lb_return__in {
  padding: 30px 12px 25px;
}

.lb_return__in .returnview {
  display: block;
}

.lb_return__in .returnview .returnview__head {
  display: block;
}

.lb_return__in .returnview .projectbody {
  padding: 0;
}

.lb__btns {
  overflow: hidden;
  padding: 20px 12px;
  background: #fafafa;
  border-radius: 0 0 4px 4px;
  text-align: center;
}

.lb__btns p {
  margin: 0 0 10px;
}

.lb__btns .btn {
  float: left;
}

.lb__btns .btn + .btn {
  float: right;
}

.lb__btns .btn.-btn_base {
  width: 48.6%;
}

.lb__btns .btn.-btn_irr_line {
  width: 48.6%;
}

@media print, screen and (min-width: 641px) {
  .mfp-close {
    top: 10px;
    right: 10px;
  }
  .lb_return__in {
    padding: 48px 60px 40px;
  }
  .lb__btns {
    padding: 30px 60px;
  }
  .lb__btns p {
    margin: 0 0 15px;
  }
  .lb__btns .btn {
    float: none;
  }
  .lb__btns .btn + .btn {
    float: none;
  }
  .lb__btns .btn.-btn_base {
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .lb__btns .btn.-btn_irr_line {
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}

/* フォームフロー
----------------------------------------------------- */
.flow {
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-top: 0;
}

.flow::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #cccccc;
}

.flow li {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  padding-right: 8px;
  padding-bottom: 12px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 12px;
  color: #999999;
}

.flow li span {
  display: block;
  font-size: 16px;
}

.flow li .arw {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  color: #cccccc;
  -webkit-transform: translate(22%, -35%);
  transform: translate(22%, -35%);
}

.flow li .arw::after {
  width: 8px;
  height: 8px;
}

.flow li.-flow_fin::before, .flow li.-flow_act::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 101%;
  height: 3px;
  border-radius: 10px;
  background: #999999;
}

.flow li.-flow_act {
  color: #000;
}

.flow li.-flow_act::before {
  width: 100%;
  background: #3264dc;
}

.flow li + li {
  padding-left: 8px;
}

.flow li + li:last-child {
  padding-left: 0;
}

.flow.-is_pageflow {
  margin-left: 12px;
  margin-right: 12px;
}

.flow.-is_pageflow li {
  padding-bottom: 8px;
  font-size: 11px;
}

.flow.-is_pageflow li span {
  font-size: 14px;
}

.flow + .titarea {
  margin-top: 35px;
}

@media print, screen and (min-width: 641px) {
  .flow li {
    padding-bottom: 19px;
    font-size: 16px;
  }
  .flow li span {
    display: inline;
    margin-right: 7px;
    font-size: 18px;
  }
  .flow li .arw {
    margin-top: -11px;
  }
  .flow li .arw::after {
    width: 12px;
    height: 12px;
  }
  .flow.-is_pageflow {
    margin-left: 0;
    margin-right: 0;
  }
  .flow.-is_pageflow li {
    padding-bottom: 13px;
    font-size: 14px;
  }
  .flow.-is_pageflow li span {
    font-size: 16px;
  }
  .flow.-is_pageflow li .arw {
    margin-top: -7px;
  }
  .flow + .titarea {
    margin-top: 50px;
  }
}

/* もっと見る
----------------------------------------------------- */
.moreset {
  height: 100px;
  position: relative;
  overflow: hidden;
  transition: all 0.1s linear;
}

.moreset.-moreset_h200 {
  height: 200px;
}

@media print, screen and (min-width: 641px) {
  .moreset {
    height: auto !important;
  }
}

.morebody {
  padding-bottom: 60px !important;
}

@media print, screen and (min-width: 641px) {
  .morebody {
    padding-bottom: 0 !important;
  }
}

.video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.morebtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+100 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 40%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 40%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.morebtn .morebtn__open {
  display: none;
}

.morebtn .morebtn__close {
  display: inline-block;
}

.morebtn .btn {
  height: 40px;
  line-height: 40px;
}

.moreset[data-open="true"] .morebtn__open {
  display: inline-block;
}

.moreset[data-open="true"] .morebtn__close {
  display: none;
}

/* 完了画面
----------------------------------------------------- */
.fin .fin__lead {
  margin: 30px 12px 0;
  text-align: center;
}

.fin + .showcase {
  margin-top: 65px;
}

@media print, screen and (min-width: 641px) {
  .fin .fin__lead {
    margin: 40px 0 0;
  }
  .fin + .showcase {
    margin-top: 65px;
  }
}

/* SNSリスト
----------------------------------------------------- */
.info.sns {
  text-align: center;
}

.info.sns .inner {
  border: none;
  padding: 0;
}

.sns_list {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 18px auto 0;
}

.sns_list li img {
  width: 40px;
}

@media print, screen and (min-width: 641px) {
  .sns_list {
    width: 50%;
    margin: 30px auto 0;
  }
  .sns_list li img {
    width: 50px;
  }
  .sns_list li:hover {
    opacity: 0.5;
  }
}

/* ===================================================

BODY
body、header、contents、footer　など

=================================================== */
body {
  position: relative;
  width: 100%;
  color: #151515;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
  font-weight: 100 !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@media print, screen and (min-width: 641px) {
  body {
    min-width: 1000px;
    line-height: 1.6;
    font-size: 14px;
  }
}

/* header
----------------------------------------------------- */
#header {
  position: relative;
  padding: 15px 12px 0;
  height: 64px;
  background: url(../img/bg_header.png) center 0 no-repeat;
  background-size: 640px auto;
  z-index: 20;
  box-sizing: border-box;
  box-shadow: none;
  *zoom: 1;
}

#header::after {
  content: "";
  display: table;
  clear: both;
}

.header__logo {
  position: absolute;
  top: 11px;
  left: 10px;
}

.header__logo a {
  display: block;
  height: 34px;
}

.header__logo img {
  height: 100%;
}

.header__lang {
  position: absolute;
  top: 20px;
  left: 138px;
  height: 20px;
  padding-right: 16px;
}

.header__lang::after {
  position: absolute;
  top: 8px;
  right: 0;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 6px solid #3264dc;
}

.header__lang p {
  color: #3264dc;
  font-weight: bold;
}

.header__menu {
  float: right;
}

.header__link {
  float: left;
  padding-top: 7px;
}

.header__link li {
  float: left;
}

.header__link li + li {
  margin-left: 15px;
}

.header__link li a {
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 11px;
  color: #3264dc;
}

.header__link li i {
  font-size: 1.8em;
  vertical-align: -0.2em;
}

.header__beginer {
  float: right;
  margin-left: 15px;
}

.header__beginer li {
  float: left;
}

.header__beginer li + li {
  margin-left: 10px;
}

.header__beginer li .btn {
  width: 75px;
  height: 33px;
  line-height: 33px;
  font-size: 11px;
}

.btn_hamburger {
  display: block;
  width: 34px;
  height: 30px;
  padding: 0 5px;
  box-sizing: border-box;
}

.btn_hamburger > span {
  position: relative;
  display: block;
  height: 100%;
}

.btn_hamburger > span::before, .btn_hamburger > span::after,
.btn_hamburger > span span {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #3264dc;
  transition: all 0.1s linear;
}

.btn_hamburger > span::before {
  margin-top: -8px;
}

.btn_hamburger > span::after {
  margin-top: 8px;
}

.btn_hamburger > span span {
  margin-top: -0.5px;
}

.btn_hamburger.-is_hamburger_close > span span {
  opacity: 0;
}

.btn_hamburger.-is_hamburger_close > span::before {
  margin-top: 0;
  transform: rotate(45deg);
}

.btn_hamburger.-is_hamburger_close > span::after {
  margin-top: 0;
  transform: rotate(-45deg);
}

.header__member {
  float: right;
  margin-left: 12px;
}

.header__shortcut {
  float: left;
  margin-left: 30px;
}

.header__shortcut li {
  float: left;
}

.header__shortcut a {
  display: inline-block;
  height: 35px;
  padding: 0 8px;
  line-height: 39px;
}

.header__shortcut a i {
  font-size: 20px;
  color: #3264dc;
}

.header__shortcut a i.icn_font_alert, .header__shortcut a i.icn_font_message {
  position: relative;
  top: 1px;
  font-size: 22px;
}

.header__user {
  float: right;
  position: relative;
}

.user__photo {
  display: block;
  position: relative;
  overflow: hidden;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  box-sizing: border-box;
  background: #ffffff;
}

.user__photo img {
  position: absolute;
  width: 100%;
  height: auto;
  top: -999px;
  bottom: -999px;
  right: -999px;
  left: -999px;
  margin: auto;
}

/* spMenu ----------------- */
.header__user__switch_on {
  display: none;
}

body[data-spmenu-view="show"] {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

body[data-spmenu-view="show"] .header__user__switch_off {
  display: none;
}

body[data-spmenu-view="show"] .header__user__switch_on {
  display: block;
}

.spmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 100, 220, 0.9);
  z-index: 10;
  overflow: hidden;
  display: none;
}

.spmenu .spmenu__cont {
  position: absolute;
  top: 62px;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  padding: 18px 12px 30px;
  color: #fff;
  -webkit-overflow-scrolling: touch;
}

.spmenu .spmenu__regist {
  overflow: hidden;
  padding: 3px 0 25px;
}

.spmenu .spmenu__regist .btn {
  width: 48.6%;
  float: left;
}

.spmenu .spmenu__regist .btn:nth-child(even) {
  float: right;
}

.spmenu .spmenu__regist .btn.-btn_irr_line a {
  color: #3264dc;
}

.spmenu .user__shortcut {
  padding-top: 22px;
  padding-bottom: 23px;
  border-top: 1px solid #fff;
  display: -webkit-flex;
  display: flex;
}

.spmenu .user__shortcut li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 12px;
}

.spmenu .user__shortcut li a {
  display: block;
  padding-left: 2px;
}

.spmenu .user__shortcut li i {
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-right: 0.4em;
}

.spmenu .user__shortcut li i.icn_font_alert, .spmenu .user__shortcut li i.icn_font_message {
  font-size: 22px;
  vertical-align: -0.2em;
}

.spmenu a {
  color: #fff;
}

.user__mypage {
  padding-bottom: 15px;
}

.user__mypage a {
  display: block;
  position: relative;
  min-height: 48px;
  padding: 8px 20px 0 58px;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
}

.user__mypage a .arw {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -9px;
}

.user__mypage .user__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
}

.user__mypage small {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

.spmenu__link {
  padding: 12px 0 13px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.spmenu__link li a {
  position: relative;
  display: block;
  padding: 13px 12px 12px 2px;
  line-height: 1.4;
}

.spmenu__link li a .arw {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -9px;
}

.spmenu__link li a i {
  display: inline-block;
  width: 1em;
}

.spmenu__link li a i:not(.arw) {
  margin-right: 0.5em;
}

.user__link {
  padding: 15px 0 15px;
  border-bottom: 1px solid #fff;
}

.user__link li a {
  position: relative;
  display: block;
  padding: 11px 12px 10px 0;
  line-height: 1.4;
}

.user__link li a .arw {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -9px;
}

.user__logout {
  padding-top: 15px;
}

.user__logout a {
  display: block;
  padding: 5px 0 4px;
  line-height: 1.4;
}

@media print, screen and (min-width: 641px) {
  #header {
    padding: 15px 0 0;
    height: 76px;
    background: url(../img/bg_header_pc.png) center 0 no-repeat;
    background-size: 3000px auto;
  }
  #header .inner {
    position: relative;
  }
  #header a:hover {
    opacity: 0.5;
  }
  .header__logo {
    top: -5px;
    left: 0;
  }
  .header__logo a {
    height: 43px;
  }
  .header__lang {
    top: 10px;
    left: 158px;
    padding-right: 16px;
  }
  .header__lang::after {
    top: 7px;
  }
  .header__lang p {
    font-size: 12px;
  }
  .header__lang p .lang__flag {
    width: 24px;
    height: 16px;
    margin-right: 8px;
    vertical-align: -2px;
  }
  .header__link li + li {
    margin-left: 18px;
  }
  .header__link li a {
    letter-spacing: normal;
    font-size: 12px;
  }
  .header__link li i {
    margin-right: 0.35em;
    font-size: 1.5em;
    vertical-align: -0.15em;
  }
  .header__beginer {
    margin-left: 30px;
  }
  .header__beginer li .btn {
    width: 96px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .header__member {
    margin-left: 30px;
  }
  .header__shortcut {
    float: left;
    margin-right: 15px;
    margin-left: 20px;
  }
  .header__shortcut li {
    float: left;
  }
  .header__shortcut a {
    display: inline-block;
    height: 35px;
    padding: 0 9px;
    line-height: 39px;
  }
  .header__shortcut a i {
    margin-right: 0;
    font-size: 20px;
    color: #3264dc;
  }
  .header__user__nav {
    position: absolute;
    top: 45px;
    right: 0;
    width: 250px;
    display: none;
    overflow: hidden;
  }
  .header__user__nav .header__user__nav_in {
    position: relative;
    width: 100%;
    margin-top: 7px;
    padding: 20px 18px 16px;
    box-sizing: border-box;
    background: rgba(50, 100, 220, 0.95);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 13px;
  }
  .header__user__nav .header__user__nav_in::before {
    position: absolute;
    top: -12px;
    right: 10px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 7px solid rgba(50, 100, 220, 0.95);
  }
  .header__user__nav a {
    color: #fff;
  }
  .header__user__switch_off,
  .header__user__switch_on {
    transition: all 0.1s linear;
    cursor: pointer;
  }
  .header__user__switch_off:hover,
  .header__user__switch_on:hover {
    opacity: 0.5;
  }
  .header__user__switch_off:hover .user__photo,
  .header__user__switch_on:hover .user__photo {
    background: none;
  }
  .user__mypage {
    padding-bottom: 12px;
  }
  .user__mypage a {
    min-height: 35px;
    padding-top: 1px;
  }
  .user__mypage .user__photo {
    width: 35px;
    height: 35px;
  }
  .user__mypage small {
    font-size: 11px;
  }
  .user__link {
    padding: 10px 0 9px;
    border-top: 1px solid #5b83e3;
    border-bottom: none;
  }
  .user__link li a {
    padding: 5px 12px 4px 0;
  }
  .user__logout {
    padding-top: 8px;
    border-top: 1px solid #5b83e3;
  }
  body[data-spmenu-view="show"] {
    position: relative;
    height: inherit;
    overflow: auto;
  }
}

/* container
----------------------------------------------------- */
#container {
  max-width: inherit;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

#container.siteTop {
  padding-top: 0;
}

#container.siteTop #widekv .widekv__bg {
  width: 100%;
  height: 333px;
  object-fit: cover;
}

#container.nobreadcrumb {
  padding-top: 25px;
}

@media print, screen and (min-width: 641px) {
  #container {
    padding-top: 12px;
  }
  #container.siteTop {
    padding-top: 0;
  }
  #container.nobreadcrumb {
    padding-top: 47px;
  }
}

/* ぱんくず */
.breadcrumb {
  height: 1.3em;
  overflow: hidden;
  margin: 0 0 15px 12px;
}

.breadcrumb ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}

.breadcrumb li {
  position: relative;
  font-size: 11px;
  padding-right: 10px;
  word-break: keep-all;
  white-space: nowrap;
  color: #999999;
}

.breadcrumb li:not(:last-child) {
  margin-right: 6px;
}

.breadcrumb li:not(:last-child) a {
  padding-right: 8px;
}

.breadcrumb li:not(:last-child) a::after {
  content: '＞';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0px;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  color: #999999;
}

.breadcrumb a {
  color: #3264dc;
}

@media print, screen and (min-width: 641px) {
  .breadcrumb {
    margin: 0 0 35px;
    height: auto;
  }
  .breadcrumb ul {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
  }
  .breadcrumb li {
    display: inline;
    padding-right: 6px;
    float: none;
    font-size: 12px;
    word-break: normal;
    white-space: inherit;
  }
  .breadcrumb li:not(:last-child) {
    margin-right: 5px;
  }
  .breadcrumb a {
    transition: all 0.1s linear;
  }
  .breadcrumb a:hover {
    opacity: 0.5;
  }
}

#main {
  padding-bottom: 50px;
}

@media print, screen and (min-width: 641px) {
  #main {
    padding-bottom: 80px;
  }
}

/* footer
----------------------------------------------------- */
#footer {
  max-width: inherit;
  height: auto;
  color: #fff;
}

.footer_lv1 {
  padding: 40px 12px 0;
  background: #3264dc;
}

.footer_nav {
  padding-bottom: 35px;
}

.footer_nav > div:nth-child(n+2) {
  margin-top: 25px;
}

.footer_nav > div > p {
  letter-spacing: 1px;
  font-weight: bold;
}

.footer_nav > div > p i {
  display: inline-block;
  width: 1em;
  margin-right: 0.35em;
  text-align: center;
}

.footer_nav > div ul {
  overflow: hidden;
  padding-top: 4px;
}

.footer_nav > div ul li {
  float: right;
  width: 48.6%;
  margin-top: 3px;
  font-size: 13px;
}

.footer_nav > div ul li:nth-child(odd) {
  clear: both;
  float: left;
}

.footer_nav > div ul a {
  color: #fff;
}

.footer_beginer {
  overflow: hidden;
  padding: 30px 0 25px;
  border-top: 1px dashed #fff;
}

.footer_beginer .btn {
  width: 48.6%;
  float: left;
}

.footer_beginer .btn:nth-child(even) {
  float: right;
}

.footer_lv2 {
  padding: 20px 12px 20px;
  background: #333;
}

.footer_logo a {
  display: block;
}

.footer_logo a img {
  height: 32px;
}

.footer_logo small {
  display: block;
  margin: 8px 0 0;
  line-height: 1.2;
  font-size: 12px;
}

.footer_copy {
  padding-top: 4px;
  font-size: 10px;
}

.footer_copy a {
  color: #ffffff;
  text-decoration: underline;
}

@media print, screen and (min-width: 641px) {
  .footer_lv1 {
    padding: 45px 0 0;
  }
  .footer_nav {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 42px;
  }
  .footer_nav > div {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .footer_nav > div:nth-child(n+2) {
    margin-top: 0;
  }
  .footer_nav > div > p {
    font-size: 16px;
  }
  .footer_nav > div ul {
    margin-top: 7px;
  }
  .footer_nav > div ul li {
    float: none;
    width: initial;
    font-size: 14px;
  }
  .footer_nav > div ul li:nth-child(odd) {
    float: none;
  }
  .footer_nav > div ul li a:hover {
    opacity: 0.5;
  }
  .footer_beginer {
    padding: 30px 0 50px;
  }
  .footer_beginer .footer_beginer_btns {
    width: 435px;
    margin: 0 auto;
  }
  .footer_beginer .-btn_base {
    border-color: #2653c0;
  }
  .footer_lv2 {
    overflow: hidden;
    padding: 25px 0;
  }
  .footer_logo {
    float: left;
  }
  .footer_logo a {
    display: inline-block;
    vertical-align: -6px;
  }
  .footer_logo a img {
    height: 34px;
  }
  .footer_logo small {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .footer_copy {
    float: right;
    padding: 14px 0 0;
    font-size: 12px;
  }
}

#pagetop {
  position: fixed;
  display: block;
  width: 54px;
  height: 54px;
  right: 10px;
  bottom: 10px;
  padding-top: 14px;
  border-radius: 100px;
  background: #2896ff;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  box-sizing: border-box;
  z-index: 100;
  opacity: 0.7;
}

#pagetop[data-show="hide"] {
  opacity: 0;
}

#pagetop i {
  display: block;
  margin-bottom: -7px;
}

#pagetop i::after {
  width: 10px;
  height: 10px;
}

@media print, screen and (min-width: 641px) {
  #pagetop {
    right: 30px;
    bottom: 30px;
    transition: all 0.1s linear;
  }
  #pagetop:hover {
    opacity: 1;
  }
}

/* ===================================================

TOP

=================================================== */
/* widekv
----------------------------------------------------- */
#widekv {
  position: relative;
  top: -25px;
  width: 100%;
  overflow: hidden;
  margin-bottom: -25px;
}

#widekv::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  background: url(../img/bg_widekv.png) center 0 no-repeat;
  background-size: 640px auto;
}

#widekv .widekv__bg {
  min-width: 375px;
  margin: 0 auto;
}

#widekv .widekv__inbox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translate(0, -43%);
  transform: translate(0, -43%);
  box-sizing: border-box;
}

#widekv .widekv__tit {
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
}

#widekv .widekv__txt {
  margin: 3px 0 0;
  text-align: center;
  line-height: 1.4;
  font-size: 12px;
  color: #fff;
}

#widekv .widekv__txt span {
  display: inline-block;
}

#widekv .widekv__btn {
  margin-top: 15px;
  text-align: center;
}

#widekv .widekv__btn .btn {
  max-width: 260px;
  margin: 0 auto;
  vertical-align: top;
}

#widekv .widekv__btn .btn i {
  margin-right: 0.4em;
}

#widekv .widekv__first {
  display: inline-block;
  margin-top: 12px;
  letter-spacing: 1px;
  font-size: 13px;
  color: #fff;
}

#widekv .widekv__first span {
  font-weight: bold;
  text-decoration: underline;
}

#widekv .widekv__first i {
  margin-right: 0.4em;
  font-size: 1em;
}

#widekv + * {
  margin-top: 14px;
}

#widekv.widekv_beginner .widekv_beginner_logo {
  display: block;
  width: 140px;
  margin: 0 auto 5px;
}

#widekv.widekv_beginner .widekv__tit {
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0px -1px 1px #000000;
}

#widekv.widekv_beginner .widekv__txt {
  color: #ffffff;
  text-shadow: 0px -1px 1px #000000;
}

#widekv.widekv_beginner .widekv__btn {
  margin-top: 18px;
}

#widekv.widekv_beginner .widekv__first {
  color: #2896ff;
}

#widekv.widekv_about .widekv__inbox > span {
  margin-bottom: 8px;
}

#widekv.widekv_about .widekv__inbox > span img {
  width: 200px;
  vertical-align: top;
}

#widekv.widekv_news {
  height: 100px;
}

#widekv.widekv_news img {
  min-height: 168px;
}

#widekv.widekv_news .widekv__tit {
  padding: 0 30px;
}

@media print, screen and (min-width: 641px) {
  #widekv {
    top: -28px;
  }
  #widekv::after {
    height: 22px;
    background: url(../img/bg_widekv_pc.png) center 0 no-repeat;
    background-size: 3000px auto;
  }
  #widekv .widekv__bg {
    width: 100%;
  }
  #widekv .widekv__inbox {
    -webkit-transform: translate(0, -46%);
    transform: translate(0, -46%);
  }
  #widekv .widekv__tit {
    margin-top: 3px;
    font-size: 45px;
  }
  #widekv .widekv__txt {
    margin: -1px 0 0;
    font-size: 14px;
  }
  #widekv .widekv__btn {
    margin-top: 14px;
    text-align: center;
    text-align: center;
  }
  #widekv .widekv__btn .btn {
    margin: 0 3px;
    height: 53px;
    line-height: 53px;
  }
  #widekv .widekv__btn .btn.-btn_primary {
    width: 310px;
    max-width: none;
    font-size: 18px;
  }
  #widekv .widekv__btn .btn.-btn_base {
    width: 170px;
    font-size: 16px;
  }
  #widekv .widekv__first {
    display: inline-block;
    margin-top: 12px;
    color: #fff;
  }
  #widekv .widekv__first span {
    font-weight: bold;
    text-decoration: underline;
  }
  #widekv + * {
    margin-top: 40px;
  }
  #widekv.widekv_beginner .widekv_beginner_logo {
    width: 202px;
    margin: 0 auto 10px;
  }
  #widekv.widekv_beginner .widekv_beginner_logo img {
    width: 100%;
    max-width: 202px;
    height: auto;
  }
  #widekv.widekv_beginner .widekv__tit {
    letter-spacing: 2px;
    font-size: 36px;
  }
  #widekv.widekv_beginner .widekv__txt {
    margin: 6px 0 0;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 15px;
  }
  #widekv.widekv_beginner .widekv__btn {
    margin-top: 23px;
  }
  #widekv.widekv_beginner .widekv__btn .btn.-btn_primary {
    width: 250px;
  }
  #widekv.widekv_beginner .widekv__first {
    color: #2896ff;
  }
  #widekv.widekv_about .widekv__inbox > span {
    margin-bottom: 8px;
  }
  #widekv.widekv_about .widekv__inbox > span img {
    width: auto;
    vertical-align: top;
  }
  #widekv.widekv_news {
    height: 228px;
  }
  #widekv.widekv_news .widekv__tit {
    font-size: 38px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 80px;
  }
}

/* showcase
----------------------------------------------------- */
.showcase {
  position: relative;
  overflow: hidden;
}

.showcase + .showcase {
  margin-top: 42px;
}

.projectbody + .showcase {
  margin-top: 50px;
}

.showcase.-showcase_special {
  margin-top: 35px;
  padding-top: 48px;
  padding-bottom: 42px;
  background: url(../img/bg_projects_rank_body.png) center 0 repeat;
  background-size: 750px auto;
}

.showcase.-showcase_special::before {
  position: absolute;
  width: 100%;
  height: 18px;
  top: 0;
  left: 0;
  content: "";
  background: url(../img/bg_projects_rank_top.png) center 0 no-repeat;
  background-size: 640px auto;
}

@media print, screen and (min-width: 641px) {
  .showcase {
    overflow: visible;
  }
  .showcase + .showcase {
    margin-top: 70px;
  }
  .projectbody + .showcase {
    margin-top: 100px;
  }
  .showcase.-showcase_sub + .-showcase_sub {
    margin-top: 60px;
  }
  .showcase.-showcase_special {
    margin-top: 52px;
    padding-top: 67px;
    padding-bottom: 60px;
    background: url(../img/bg_projects_rank_body_pc.png) center 0 repeat;
    background-size: 1322px auto;
  }
  .showcase.-showcase_special::before {
    height: 31px;
    background: url(../img/bg_projects_rank_top_pc.png) center 0 no-repeat;
    background-size: 3000px auto;
  }
}

.swiper_projects {
  padding-top: 15px;
  margin-top: 5px;
}

.swiper_projects .swiper-slide {
  height: auto;
}

@media print, screen and (min-width: 641px) {
  .swiper_projects {
    padding-top: 0;
    margin-top: 35px;
  }
  .swiper_projects .projects {
    margin-top: 0;
  }
}

/* about
----------------------------------------------------- */
.about {
  margin: 50px 12px 0;
}

.about:last-child {
  margin-bottom: 40px;
}

.about a {
  display: block;
}

.about a:nth-child(n+2) {
  margin-top: 10px;
}

.about a img {
  width: 100%;
}

@media print, screen and (min-width: 641px) {
  .about {
    overflow: hidden;
    margin: 65px 0px 0;
  }
  .about:last-child {
    margin-bottom: 80px;
  }
  .about a {
    float: left;
    width: 490px;
  }
  .about a:nth-child(n+2) {
    margin-top: 0;
  }
  .about a:nth-child(even) {
    float: right;
  }
  .about a:hover {
    opacity: 0.5;
  }
}

#container aside:last-child {
  padding-bottom: 40px;
}

@media print, screen and (min-width: 641px) {
  #container aside:last-child {
    padding-bottom: 60px;
  }
}

/* info
----------------------------------------------------- */
.info {
  margin: 40px 12px 0;
}

.info .inner {
  border-top: 1px dashed #cccccc;
  padding: 38px 0 0;
}

.news {
  overflow: hidden;
}

.news dt {
  font-size: 12px;
}

.news dt:not(:first-child) {
  margin-top: 12px;
}

.news dd a {
  color: #3264dc;
}

.news dd .news__sub {
  font-size: 12px;
}

.news > div {
  margin-bottom: 16px;
}

.titarea + .news {
  margin-top: 18px;
}

#widekv + .news {
  margin: 40px 12px 0;
}

@media print, screen and (min-width: 641px) {
  .info {
    margin: 50px 0 0;
  }
  .info .inner {
    padding: 40px 0 0;
  }
  .news dt {
    clear: both;
    float: left;
    font-size: 14px;
  }
  .news dt:not(:first-child) {
    margin-top: 0;
  }
  .news dd {
    margin-left: 140px;
  }
  .news dd:not(:last-child) {
    margin-bottom: 16px;
  }
  .news dd a {
    transition: all 0.1s linear;
  }
  .news dd a:hover {
    opacity: 0.5;
  }
  .titarea + .news {
    margin-top: 30px;
  }
}

/* japankuru
----------------------------------------------------- */
.japankuru {
  margin-top: 40px;
  padding: 40px 12px 40px;
  background: #fafafa;
}

.japankuru .japankuru_img {
  font-size: 0;
}

.japankuru .japankuru_img img {
  width: 100%;
  vertical-align: top;
}

.japankuru .japankuru_detail {
  position: relative;
  margin-top: 20px;
}

.japankuru .japankuru_detail .japankuru_head {
  overflow: hidden;
}

.japankuru .japankuru_detail .japankuru_tit h3 {
  line-height: 1.2;
  font-weight: bold;
  font-size: 16px;
}

.japankuru .japankuru_detail .japankuru_tit small {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  color: #999999;
}

.japankuru .japankuru_detail .japankuru_txt {
  margin-top: 10px;
}

.japankuru .japankuru_detail .japankuru_txt p {
  font-size: 13px;
}

.japankuru .japankuru_detail .japankuru_btn {
  margin: 20px 0 0;
  text-align: center;
}

.japankuru .japankuru_detail .japankuru_btn .btn + .btn {
  margin-top: 10px;
  margin-left: 0;
}

@media print, screen and (min-width: 641px) {
  .japankuru {
    margin-top: 58px;
    padding: 60px 0;
  }
  .japankuru .inner {
    overflow: hidden;
  }
  .japankuru .japankuru_img {
    float: left;
    width: 410px;
  }
  .japankuru .japankuru_detail {
    float: right;
    width: 530px;
    margin-top: 0px;
  }
  .japankuru .japankuru_detail .japankuru_tit h3 {
    letter-spacing: 2px;
    font-size: 20px;
  }
  .japankuru .japankuru_detail .japankuru_tit small {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .japankuru .japankuru_detail .japankuru_txt {
    margin-top: 30px;
  }
  .japankuru .japankuru_detail .japankuru_txt p {
    line-height: 1.5;
    font-size: 14px;
  }
  .japankuru .japankuru_detail .japankuru_btn .btn {
    width: 222px;
  }
  .japankuru .japankuru_detail .japankuru_btn .btn + .btn {
    margin-left: 10px;
  }
}

/* ===================================================

PROJECT
プロジェクト一覧、詳細、LB　など

=================================================== */
/* 一覧用カテゴリリンク
----------------------------------------------------- */
.catelink {
  margin: 18px 12px 0;
  position: relative;
}

.catelink .catelink__choise {
  position: relative;
  padding: 0 12px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: solid 1px #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

.catelink .catelink__choise .arw {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -10px;
  line-height: normal;
}

.catelink .catelink__choise .arw::after {
  border-color: #3264dc;
}

.catelink .catelink__list {
  position: absolute;
  top: 100%;
  top: calc(100% - 1px);
  left: 0;
  padding: 5px;
  margin: -5px -5px -5px;
  width: 100%;
  z-index: 80;
  display: none;
  overflow: hidden;
}

.catelink .catelink__list ul {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border: solid 1px #cccccc;
  box-sizing: border-box;
}

.catelink .catelink__list li + li {
  border-top: 1px solid #cccccc;
}

.catelink .catelink__list a {
  position: relative;
  display: block;
  padding: 12px 12px;
  color: #3264dc;
}

.catelink .catelink__list a .arw {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -10px;
}

.catelink .catelink__list .-catelink__current a {
  font-weight: bold;
  color: #151515;
}

.catelink .catelink__list .-catelink__current .arw {
  display: none;
}

@media print, screen and (min-width: 641px) {
  .catelink {
    margin: 35px 0 0;
  }
  .catelink .catelink__list {
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 0;
    display: none;
  }
  .catelink .catelink__list ul {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .catelink .catelink__list li {
    position: relative;
    float: left;
  }
  .catelink .catelink__list li + li {
    margin-left: 15px;
    padding-left: 16px;
    border-top: none;
  }
  .catelink .catelink__list li + li::before {
    content: '';
    display: block;
    width: 1px;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
    background: #cccccc;
  }
  .catelink .catelink__list a {
    position: static;
    padding: 0;
    color: #3264dc;
    transition: all 0.1s linear;
  }
  .catelink .catelink__list a:hover {
    opacity: 0.5;
  }
  .catelink .catelink__list a .arw {
    display: none;
  }
}

.taglink {
  overflow: hidden;
  margin: 5px 12px 0;
}

.taglink li {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.taglink a {
  position: relative;
  display: block;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #3264dc;
  color: #3264dc;
  @inculude transition_animate;
}

.taglink a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(50, 100, 220, 0.15);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.taglink a:hover::before {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}

@media print, screen and (min-width: 641px) {
  .taglink {
    margin: 6px 0 0;
  }
}

/* 詳細ヘッドライン
----------------------------------------------------- */
.projectbg {
  margin-top: -50px;
  padding-top: 50px;
  background: #fafafa;
}

.projecthead {
  padding: 0 0 30px;
  border-bottom: 2px solid #cccccc;
}

.projecthead h1 {
  margin: 0 12px 0;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}

.summary {
  margin-top: 22px;
}

.summary .summary__img img {
  width: 100%;
  vertical-align: top;
}

.summary .summary__txt {
  padding: 20px 12px 0;
}

.summary .summary__txt .indicator_txt {
  display: block;
  margin: 10px 0 5px;
  font-weight: bold;
}

.summary .summary__txt .indicator_txt b {
  font-size: 27px;
  float: right;
  margin: -14px 0 0;
}

.summary .summary__btns {
  margin: 24px 0 0;
}

.summary .summary__btns .btn {
  display: block;
  margin: 10px auto 0;
  max-width: inherit;
  width: 100%;
}

.summary .summary__btns .btn:first-child {
  margin-top: 0;
}

.summary .summary__btns .btn.-btn_base {
  font-size: 16px;
}

.summary .summary__btns .btn.-btn_favo {
  height: 40px;
  line-height: 40px;
}

.summary .summary__btns .btn .icn_font_star {
  margin-right: 6px;
}

.overview_detail {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 14px;
}

.overview_detail li {
  width: 50%;
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
}

.overview_detail li:first-child {
  width: 100%;
  margin-top: 0;
}

.overview_detail li .overview__label {
  display: block;
  margin-bottom: -1px;
  font-size: 12px;
  color: #999999;
}

.overview_detail li .overview__label i {
  margin-right: 5px;
}

.overview_detail li b {
  padding-right: 3px;
  font-size: 27px;
}

.overview_detail li small {
  display: block;
  margin-top: -2px;
  font-weight: normal;
  font-size: 12px;
  color: #999999;
}

.snsIcnLink {
  margin-top: 18px;
  text-align: center;
}

.snsIcnLink li {
  display: inline-block;
  margin: 0 7px;
  font-size: 17px;
}

.snsIcnLink i {
  color: #999999;
}

.snsIcnLink i.icn_font_twitter {
  font-size: 1.06em;
}

.snsIcnLink i.icn_font_hatebu {
  font-size: 0.98em;
}

.snsIcnLink i.icn_font_line {
  font-size: 1.25em;
}

.outline .outline__info {
  margin-top: 8px;
}

.outline .outline__info .usermark .usermark__txt {
  font-size: 12px;
  color: #999999;
}

.outline .outline__info .outline__data {
  margin-top: 2px;
  font-size: 12px;
  color: #999999;
}

.outline .outline__info .outline__data span:nth-child(2) {
  margin-left: 0.5em;
}

.projectbody,
.blog {
  background: #fff;
  padding: 20px 12px 0;
}

.projectbody .projectbody__panel,
.blog .projectbody__panel {
  display: none;
  padding: 30px 0 0;
  background: #fff;
}

.projectbody .projectbody__panel .outline,
.blog .projectbody__panel .outline {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #cccccc;
}

.projectbody .projectbody__entry:not(.-is_first),
.blog .projectbody__entry:not(.-is_first) {
  padding-top: 30px;
  margin-top: 30px;
}

.projectbody .projectbody__entry.-is_first,
.blog .projectbody__entry.-is_first {
  margin-bottom: -31px;
}

.projectbody .projectbody__entry h4,
.projectbody .projectbody__entry #reply-title,
.blog .projectbody__entry h4,
.blog .projectbody__entry #reply-title {
  margin-top: 40px;
  font-weight: bold;
  font-size: 18px;
}

.projectbody .projectbody__entry ul,
.blog .projectbody__entry ul {
  margin-top: 20px;
}

.projectbody .projectbody__entry .projectbody__time,
.blog .projectbody__entry .projectbody__time {
  font-size: 12px;
  color: #999999;
}

.projectbody .projectbody__entry p,
.blog .projectbody__entry p {
  margin-top: 20px;
}

.projectbody .projectbody__entry img,
.blog .projectbody__entry img {
  width: 100%;
  margin-top: 20px;
}

.projectbody .projectbody__entry img + p,
.blog .projectbody__entry img + p {
  margin-top: 20px;
}

.projectbody .projectbody__entry *:first-child,
.blog .projectbody__entry *:first-child {
  margin-top: 0 !important;
}

.projectbody .projectbody__entry .youtube,
.blog .projectbody__entry .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.projectbody .projectbody__entry .youtube iframe,
.blog .projectbody__entry .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.projectbody .projectbody__entry iframe,
.blog .projectbody__entry iframe {
  width: 100% !important;
}

.projectbody .projectbody__entry.entry-content,
.blog .projectbody__entry.entry-content {
  border-top: none;
  padding-top: 0;
}

.projectbody .projectbody__entry a,
.blog .projectbody__entry a {
  font-weight: bold;
  color: #3264dc;
}

.projectbody .projectbody__sub .projectbody__sub__in,
.blog .projectbody__sub .projectbody__sub__in {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #cccccc;
}

.projectbody .projectbody__sub .projectbody__sub__tit,
.blog .projectbody__sub .projectbody__sub__tit {
  font-weight: bold;
}

.projectbody .projectbody__sub .projectbody__sub__p,
.blog .projectbody__sub .projectbody__sub__p {
  margin-top: 2px;
  line-height: 1.4;
  font-size: 12px;
  color: #999999;
}

.projectbody .projectbody__sub .return a,
.blog .projectbody__sub .return a {
  margin-top: 20px;
}

.projectbody .projectbody__sub .projectbody__sub__p + .return,
.blog .projectbody__sub .projectbody__sub__p + .return {
  margin-top: 20px;
}

.projectbody .comments_tab .projectbody__entry,
.blog .comments_tab .projectbody__entry {
  border-top: none;
  margin-top: 0;
  padding-top: 10px;
}

body.blog {
  padding: 0;
}

#commentform form input[type="submit"] {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #2896ff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid transparent;
  margin: 8px auto 50px;
  padding: 9px 19px;
  cursor: pointer;
  width: auto;
  box-shadow: none;
  text-indent: 0;
}

.tab {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

.tab ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: -10px 0 0;
  padding: 0;
  border-bottom: none;
}

.tab ul li {
  position: relative;
  padding: 10px 0 15px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #ffffff !important;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: bold;
  color: #3264dc;
}

.tab ul li i[class^="icn_font_"],
.tab ul li i[class*=" icn_font_"] {
  display: inline-block;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #3264dc;
  border-radius: 50px;
  vertical-align: -2px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}

.tab ul li i[class^="icn_font_"].icn_font_info::before,
.tab ul li i[class*=" icn_font_"].icn_font_info::before {
  position: relative;
  left: 1px;
}

.tab ul li h3,
.tab ul li h2 {
  font-weight: bold;
  display: inline-block;
}

.tab ul li.active {
  color: #151515;
}

.tab ul li.active::before, .tab ul li.active::after {
  position: absolute;
  content: '';
  bottom: -17px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 7px solid transparent;
  border-top: 9px solid #cccccc;
}

.tab ul li.active::after {
  bottom: -16px;
  border-top-color: #fff;
}

.tab ul li.active i {
  background: #151515;
}

.tab ul li:hover {
  background: #ffffff !important;
  color: #444 !important;
}

.outline.morebody {
  padding-bottom: 20px !important;
}

.bln {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 3px 2px 2px;
  min-width: 1.5em;
  margin-left: 6px;
  background: #f72f68;
  line-height: 1;
  font-size: 10px;
  color: #fff;
}

.bln::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -7px;
  border: 3px solid transparent;
  border-right: 5px solid #f72f68;
  -webkit-transform: translate(-50%, 0);
  transform: translate(0, -50%);
}

.supportset {
  margin-top: 40px;
  text-align: center;
}

.supportset > p {
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
}

.snssupport {
  margin-top: 20px;
  padding: 18px 15px 18px;
  background: #fafafa;
}

.snssupport p {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}

.snssupport p small {
  display: block;
  margin-top: -4px;
  font-size: 12px;
}

.snsbtnlist {
  padding-top: 2px;
}

.snsbtnlist ul {
  margin: 12px -5px 0;
  letter-spacing: -.3em;
}

.snsbtnlist ul li {
  display: inline-block;
  margin: 0 5px 0;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 0;
}

.projectowner .usermark .usermark__img {
  width: 60px;
  height: 60px;
}

.projectowner .usermark .usermark__txt {
  width: calc(100% - 70px);
  padding-left: 10px;
  font-size: 16px;
}

.projectowner .usermark .usermark__txt small {
  font-size: 12px;
}

.projectowner > p {
  margin-top: 10px;
}

.return a {
  margin-bottom: 3px;
  border-top: 4px solid #3264dc;
  box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.1);
  background: #fafafa;
  display: block;
  padding: 18px 12px 20px;
  position: relative;
}

.return a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(28, 134, 234, 0.1);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.return a h4 {
  position: relative;
  padding-right: 25px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 24px;
  color: #3264dc;
}

.return a h4 .return__name {
  display: block;
  margin-bottom: 2px;
  line-height: 1.4;
  font-size: 16px;
}

.return a h4 .return__yen {
  margin-left: 3px;
  font-size: 18px;
}

.return a h4 .arw {
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -18px;
}

.return a h4 .arw::after {
  width: 15px;
  height: 15px;
}

.return a .return__limit {
  margin-top: 2px;
  font-weight: bold;
  line-height: 1.4;
  color: #f72f68;
}

.return a .return_img {
  margin-top: 12px;
}

.return a .return_img img {
  width: 100%;
}

.return a p {
  margin-top: 8px;
  line-height: 1.45;
}

.returninfo {
  margin-top: 12px;
}

.returninfo li {
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
  font-weight: bold;
  color: #999999;
}

.returninfo li:not(:first-child) {
  margin-top: 3px;
}

.returninfo li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-weight: normal;
  font-size: 12px;
}

.returninfo li i.icn_font_delivery {
  top: 2px;
  left: 2px;
  font-size: 14px;
}

/* 応援コメント ---------------------------- */
.commentform {
  margin-bottom: 50px;
}

.commentform .logged-in-as a {
  color: #3264dc;
  text-decoration: underline;
}

.commentform .comment-form-comment {
  margin-top: 8px;
}

.commentform textarea {
  height: 100px;
}

.commentform .form-submit {
  margin-top: 10px;
  text-align: center;
}

.commentform .btn {
  width: 160px;
}

.commentlist ul li {
  display: -webkit-flex;
  display: flex;
}

.commentlist ul li:nth-child(n+2) {
  margin-top: 30px;
}

.commentlist ul .commentlist__img {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  overflow: hidden;
}

.commentlist ul .commentlist__img img {
  position: absolute;
  top: -999px;
  left: -999px;
  bottom: -999px;
  right: -999px;
  width: 100%;
  margin: auto;
}

.commentlist ul .commentlist__txt {
  width: calc(100% - 48px);
  padding-left: 12px;
}

.commentlist ul .commentlist__head {
  overflow: hidden;
  font-weight: bold;
  font-size: 12px;
}

.commentlist ul .commentlist__head a {
  float: left;
}

.commentlist ul .commentlist__head date {
  float: right;
  color: #999999;
}

.commentlist ul .commentlist__comment {
  margin-top: 5px;
}

body[data-detail="desc"] #panel_desc {
  display: block;
}

body[data-detail="news"] .summary,
body[data-detail="news"] .outline {
  display: none;
}

body[data-detail="news"] #panel_news {
  display: block;
}

body[data-detail="message"] .summary,
body[data-detail="message"] .outline {
  display: none;
}

body[data-detail="message"] #panel_message {
  display: block;
}

/* stella上書き */
#comments ol.commentlist li article .comment-parent-box h3 {
  padding: 0 10px 0 !important;
  font-size: 14px;
}

#comments ol.commentlist li article .comment-parent-box .comment-meta {
  margin-top: -5px !important;
  font-size: 12px;
  color: #999999;
}

#comments ol.commentlist li article .comment-parent-box .comment-meta a {
  font-weight: bold;
  color: #999999;
}

#comments ol.commentlist li article .comment-parent-box .comment-content {
  overflow: hidden;
}

#comments ol.commentlist li article .comment-parent-box p {
  margin-bottom: 2px;
}

#comments ol.commentlist li article .comment-parent-box .edit-link,
#comments ol.commentlist li article .comment-parent-box .reply {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

#comments ol.commentlist li article .comment-parent-box .edit-link a,
#comments ol.commentlist li article .comment-parent-box .reply a {
  font-size: 12px;
  font-weight: bold;
  color: #3264dc;
}

#comments ol.commentlist li article .comment-parent-box .edit-link .arw,
#comments ol.commentlist li article .comment-parent-box .reply .arw {
  position: relative;
  top: -2px;
  color: #3264dc;
  margin-left: 8px;
}

#comments ol.commentlist li article .comment-parent-box .edit-link + .reply {
  margin-left: 8px;
}

#comments ol.commentlist li article .comment-parent-box .edit-link + .reply::before {
  display: inline-block;
  content: '|';
  color: #999999;
  margin-right: 12px;
}

#comments ol.commentlist li .comment-content {
  margin-top: 2px;
  margin-bottom: 25px;
}

.returnview {
  margin-top: 20px;
}

.returnview .returnview__img img {
  width: 100%;
}

.returnview .returnview__txt {
  margin-top: 12px;
}

.returnview .returnview__head .total {
  width: 70%;
}

.returnview h2 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 24px;
  color: #3264dc;
}

.returnview h2 .returnview__name {
  display: block;
  margin-bottom: 2px;
  line-height: 1.4;
  font-size: 16px;
}

.returnview h2 .returnview__yen {
  margin-left: 3px;
  font-size: 18px;
}

.returnview .returnview__limit {
  margin-top: 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  color: #f72f68;
}

.returnview .returnview_detail {
  margin-top: 10px;
  line-height: 1.45;
}

.returnview .returninfo {
  margin-top: 12px;
}

.returnview form select {
  display: block;
}

.returnview form input[type="text"] {
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

@media print, screen and (min-width: 641px) {
  .returnview .returnview__head .total {
    width: 30%;
  }
}

/* リターンLB ---------------------------- */
@media print, screen and (min-width: 641px) {
  .projecthead {
    padding-bottom: 50px;
  }
  .projecthead h1 {
    font-weight: normal;
    font-size: 32px;
  }
  .summary {
    margin-top: 40px;
    overflow: hidden;
  }
  .summary .summary__img {
    float: left;
    width: 664px;
  }
  .summary .summary__txt {
    float: right;
    width: 300px;
    padding: 0;
  }
  .summary .summary__txt .indicator_txt {
    margin: 12px 0 5px;
  }
  .summary .summary__txt .indicator_txt b {
    font-size: 32px;
    margin: -22px 0 0;
  }
  .summary .summary__btns {
    margin: 41px 0 0;
  }
  .summary .summary__btns .btn {
    margin: 10px auto 0;
  }
  .summary .summary__btns .btn:first-child {
    margin-top: 0;
  }
  .summary .summary__btns .btn.-btn_base {
    height: 60px;
    line-height: 60px;
  }
  .summary .summary__btns + .overview_detail {
    margin-top: 20px;
  }
  .summary .summary__btns + .overview_detail .overview__label {
    font-weight: normal;
  }
  .overview_detail {
    margin-top: 37px;
  }
  .overview_detail li {
    margin-top: 28px;
    font-size: 18px;
  }
  .overview_detail li:nth-child(2) {
    width: 43%;
  }
  .overview_detail li:nth-child(3) {
    width: 57%;
  }
  .overview_detail li .overview__label {
    margin-bottom: 2px;
    letter-spacing: 1px;
    font-size: 14px;
  }
  .overview_detail li .overview__label i {
    margin-right: 6px;
    font-size: 16px;
  }
  .overview_detail li .overview__label i.icn_font_people {
    vertical-align: -0.05em;
  }
  .overview_detail li b {
    padding-right: 5px;
    font-size: 32px;
  }
  .overview_detail li small {
    margin-top: -3px;
    font-size: 14px;
  }
  .overview_detail li small + small {
    margin-top: 3px;
    font-size: 12px;
  }
  .snsIcnLink li {
    display: inline-block;
    margin: 0 6px;
  }
  .snsIcnLink a:hover i.icn_font_facebook {
    color: #4267b2;
  }
  .snsIcnLink a:hover i.icn_font_iine {
    color: #4267b2;
  }
  .snsIcnLink a:hover i.icn_font_twitter {
    color: #1c94e0;
  }
  .snsIcnLink a:hover i.icn_font_hatebu {
    color: #04a3de;
  }
  .snsIcnLink a:hover i.icn_font_line {
    color: #01b800;
  }
  .snsIcnLink i {
    transition: all 0.1s linear;
  }
  .outline {
    margin-top: 23px;
    display: -webkit-flex;
    display: flex;
  }
  .outline .outline__caption {
    width: 80%;
    order: 2;
    padding-left: 20px;
    padding-top: 2px;
    border-left: 1px dashed #cccccc;
    box-sizing: border-box;
  }
  .outline .outline__caption h2 {
    color: #999999;
  }
  .outline .outline__info {
    width: 20%;
    order: 1;
    padding-right: 20px;
    margin-top: 0;
    box-sizing: border-box;
  }
  .outline .outline__info .usermark .usermark__txt {
    font-weight: bold;
    font-size: 12px;
  }
  .outline .outline__info .outline__data {
    margin-top: 5px;
    font-size: 11px;
    color: #999999;
  }
  .outline .outline__info .outline__data span {
    display: block;
    margin-top: 2px;
  }
  .outline .outline__info .outline__data span:nth-child(2) {
    margin-left: 0;
  }
  .projectbody {
    padding-top: 32px;
  }
  .projectbody .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .projectbody .projectbody__main {
    width: 61%;
  }
  .projectbody .projectbody__panel {
    padding: 35px 0 0;
  }
  .projectbody .projectbody__entry {
    margin-top: 0;
  }
  .projectbody .projectbody__entry:not(.-is_first) {
    padding-top: 40px;
    margin-top: 40px;
  }
  .projectbody .projectbody__entry:not(.-is_first).-projectbody__entry_desc {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  .projectbody .projectbody__entry.-is_first {
    margin-bottom: -71px;
  }
  .projectbody .projectbody__entry h4 {
    margin-top: 42px;
  }
  .projectbody .projectbody__entry img {
    margin-top: 35px;
  }
  .projectbody .projectbody__entry img + p {
    margin-top: 35px;
  }
  .projectbody .projectbody__sub {
    width: 34%;
  }
  .projectbody .projectbody__sub .projectbody__sub__in {
    margin-top: 25px;
    padding-top: 25px;
  }
  .projectbody .projectbody__sub .projectbody__sub__in:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .projectbody .projectbody__sub .projectbody__sub__p {
    margin-top: 3px;
  }
  .projectbody .projectbody__sub .return a {
    margin-top: 25px;
  }
  .projectbody .projectbody__sub .projectbody__sub__p + .return {
    margin-top: 25px;
  }
  .tab ul li {
    padding-bottom: 14px;
    font-size: 14px;
    transition: all 0.1s linear;
  }
  .tab ul li:nth-child(1) {
    width: 32.79%;
  }
  .tab ul li:nth-child(2) {
    width: 31.15%;
  }
  .tab ul li:nth-child(3) {
    width: 31.15%;
  }
  .tab ul li i[class^="icn_font_"],
  .tab ul li i[class*=" icn_font_"] {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
  }
  .tab ul li:hover {
    opacity: 0.5;
  }
  .projectbody .comments_tab .projectbody__entry {
    padding-top: 0;
  }
  .projectbody .comments_tab .projectbody__entry .comment-notes {
    margin-top: 20px !important;
  }
  .bln {
    top: -1px;
    padding: 2px 2px;
  }
  .supportset {
    margin-top: 75px;
  }
  .supportset .btn {
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .supportset > p {
    margin-top: 12px;
  }
  .snssupport {
    margin-top: 65px;
    padding: 23px 15px 25px;
  }
  .snssupport p small {
    display: inline-block;
    margin: 0 0 0 0;
  }
  .snsbtnlist {
    padding-top: 14px;
  }
  .snsbtnlist ul {
    display: inline-block;
    margin-top: 0;
  }
  .projectowner .usermark .usermark__img {
    width: 80px;
    height: 80px;
  }
  .projectowner .usermark .usermark__txt {
    width: calc(100% - 90px);
  }
  .return a {
    padding: 22px 20px 22px;
  }
  .return a:hover::after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
  .return a h4 {
    font-size: 26px;
    color: #3264dc;
  }
  .return a h4 .return__name {
    font-size: 14px;
  }
  .return a h4 .return__yen {
    font-size: 18px;
  }
  .return a .return_img {
    margin-top: 18px;
  }
  .return a p {
    margin-top: 10px;
  }
  .returninfo {
    margin-top: 13px;
  }
  .returnview {
    display: -webkit-flex;
    display: flex;
    margin-top: 35px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .returnview .returnview__img {
    width: 44.58%;
  }
  .returnview .returnview__txt {
    width: 51.81%;
  }
  .returnview .returnview__head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .returnview .returnview__name {
    margin-bottom: 2px;
    font-size: 18px;
  }
  .returnview .returnview__yen {
    font-size: 21px;
  }
  .returnview .returnview__limit {
    width: 22%;
    padding-bottom: 5px;
    text-align: right;
    font-size: 16px;
  }
  .returnview .returnview_detail {
    margin-top: 12px;
  }
  .returnview .returninfo {
    margin-top: 15px;
  }
  .ignitiondeck.idc_lightbox form .form-row .idc-dropdown__select {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #000;
  }
}

html:lang(zh-TW) .overview_detail li small,
html:lang(en-US) .overview_detail li small {
  font-weight: bold;
  color: #f72f68;
}

html:lang(zh-TW) .overview_detail li small + small,
html:lang(en-US) .overview_detail li small + small {
  font-weight: normal;
  color: #999999;
}

html:lang(zh-TW) .return .ign-level-title + small,
html:lang(en-US) .return .ign-level-title + small {
  font-weight: bold;
  color: #3264dc;
}

@media print, screen and (min-width: 641px) {
  html:lang(zh-TW) .overview_detail li small,
  html:lang(en-US) .overview_detail li small {
    font-size: 16px;
  }
  html:lang(zh-TW) .overview_detail li small + small,
  html:lang(en-US) .overview_detail li small + small {
    font-size: 12px;
  }
}

/* ===================================================

FORM
ログイン、会員登録、退会　など

=================================================== */
/* ===================================================

MYPAGE
マイページ全般

=================================================== */
/* 会員情報の変更 / リターン注文
----------------------------------------------------- */
@media print, screen and (max-width: 640px) {
  .mytabcont {
    margin: 18px 12px 0;
    position: relative;
  }
  .mytabcont .catelink__choise {
    position: relative;
    padding: 0 12px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: solid 1px #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .mytabcont .catelink__choise .arw {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -10px;
    line-height: normal;
  }
  .mytabcont .catelink__choise .arw::after {
    border-color: #3264dc;
  }
  .mytabcont .tab.tab_my {
    position: absolute;
    top: 100%;
    top: calc(100% - 5px);
    left: 0;
    width: 100%;
    z-index: 80;
    display: none;
    overflow: hidden;
    border-bottom: none;
  }
  .mytabcont .tab.tab_my ul {
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border: solid 1px #cccccc;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    text-align-last: auto;
  }
  .mytabcont .tab.tab_my li {
    padding-bottom: 0;
  }
  .mytabcont .tab.tab_my li::before, .mytabcont .tab.tab_my li::after {
    content: none;
  }
  .mytabcont .tab.tab_my li + li {
    border-top: 1px solid #cccccc;
  }
  .mytabcont .tab.tab_my a {
    position: relative;
    display: block;
    padding: 12px 12px;
    text-align: left;
    color: #3264dc;
  }
  .mytabcont .tab.tab_my a .arw {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -10px;
    background: none;
  }
  .mytabcont .tab.tab_my a .arw::after {
    border-color: #3264dc;
  }
  .mytabcont .tab.tab_my a i[class^="icn_font_"],
  .mytabcont .tab.tab_my a i[class*=" icn_font_"] {
    font-size: 13px;
  }
  .mytabcont .tab.tab_my a i[class^="icn_font_"]::before,
  .mytabcont .tab.tab_my a i[class*=" icn_font_"]::before {
    position: relative;
    left: 1px;
  }
  .mytabcont .tab.tab_my a i[class^="icn_font_"].icn_font_support::before,
  .mytabcont .tab.tab_my a i[class*=" icn_font_"].icn_font_support::before {
    left: 0.5px;
    top: 1px;
  }
  .mytabcont .tab.tab_my a i[class^="icn_font_"].icn_font_flag::before,
  .mytabcont .tab.tab_my a i[class*=" icn_font_"].icn_font_flag::before {
    top: 1px;
  }
  .mytabcont .tab.tab_my a i[class^="icn_font_"].icn_font_gift,
  .mytabcont .tab.tab_my a i[class*=" icn_font_"].icn_font_gift {
    font-size: 12.5px;
  }
  .mytabcont .tab.tab_my a i[class^="icn_font_"].icn_font_gift::before,
  .mytabcont .tab.tab_my a i[class*=" icn_font_"].icn_font_gift::before {
    left: 0.5px;
  }
  .mytabcont .tab.tab_my a i[class^="icn_font_"].icn_font_pen,
  .mytabcont .tab.tab_my a i[class*=" icn_font_"].icn_font_pen {
    font-size: 14px;
  }
  .mytabcont .tab.tab_my a i[class^="icn_font_"].icn_font_gear,
  .mytabcont .tab.tab_my a i[class*=" icn_font_"].icn_font_gear {
    font-size: 14px;
  }
  .mytabcont .tab.tab_my a i[class^="icn_font_"].icn_font_gear::before,
  .mytabcont .tab.tab_my a i[class*=" icn_font_"].icn_font_gear::before {
    left: 0.5px;
  }
  .mytabcont .tab.tab_my .-catelink__current a {
    font-weight: bold;
    color: #151515;
  }
  .mytabcont .tab.tab_my .-catelink__current .arw {
    display: none;
  }
  .overflowBox {
    overflow: scroll;
    margin: 0 12px;
  }
}

@media print, screen and (min-width: 641px) {
  .tab.tab_my {
    margin-top: 40px;
    padding: 14px 20px 0;
    border-top: 2px solid #cccccc;
  }
  .tab.tab_my ul {
    border-radius: 0;
  }
  .tab.tab_my li {
    padding-bottom: 14px;
  }
  .tab.tab_my li:nth-child(n) {
    width: initial;
  }
  .tab.tab_my li a i[class^="icn_font_"],
  .tab.tab_my li a i[class*=" icn_font_"] {
    width: 26px;
    height: 26px;
    line-height: 28px;
  }
  .tab.tab_my li a i[class^="icn_font_"]:not(.class),
  .tab.tab_my li a i[class*=" icn_font_"]:not(.class) {
    font-size: 14px;
  }
  .tab.tab_my li a i[class^="icn_font_"]::before,
  .tab.tab_my li a i[class*=" icn_font_"]::before {
    position: relative;
    left: 1px;
    top: -1px;
  }
  .tab.tab_my li a i[class^="icn_font_"].icn_font_support::before,
  .tab.tab_my li a i[class*=" icn_font_"].icn_font_support::before {
    top: -0.5px;
  }
  .tab.tab_my li a i[class^="icn_font_"].icn_font_flag::before,
  .tab.tab_my li a i[class*=" icn_font_"].icn_font_flag::before {
    top: 0px;
  }
  .tab.tab_my li a i[class^="icn_font_"].icn_font_gift,
  .tab.tab_my li a i[class*=" icn_font_"].icn_font_gift {
    font-size: 13.5px;
  }
  .tab.tab_my li a i[class^="icn_font_"].icn_font_gift::before,
  .tab.tab_my li a i[class*=" icn_font_"].icn_font_gift::before {
    left: 0.5px;
  }
  .tab.tab_my li a i[class^="icn_font_"].icn_font_pen,
  .tab.tab_my li a i[class*=" icn_font_"].icn_font_pen {
    font-size: 15px;
  }
  .tab.tab_my li a i[class^="icn_font_"].icn_font_gear,
  .tab.tab_my li a i[class*=" icn_font_"].icn_font_gear {
    font-size: 14px;
  }
  .tab.tab_my li a i[class^="icn_font_"].icn_font_gear::before,
  .tab.tab_my li a i[class*=" icn_font_"].icn_font_gear::before {
    left: 0px;
  }
  .tab.tab_my li a i.arw {
    display: none;
  }
  .tab.tab_my li h2 {
    font-size: 12px;
  }
}

/* ▼▼テーマcssの上書き▼▼ */
form p,
form label,
.memberdeck .md-box-wrapper,
.memberdeck form .form-row label,
.ignitiondeck form .form-row label {
  color: inherit;
  padding: 0;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: inherit;
  text-indent: inherit;
}

form label,
.memberdeck form .form-row label,
.ignitiondeck form .form-row label {
  font-weight: bold;
  font-size: 12px;
  color: #999999;
}

.ignitiondeck form .form-row #project_faq,
.ignitiondeck form .form-row #project_long_description,
.ignitiondeck form .form-row #project_level_1_long_description,
.ignitiondeck form .form-row #project_video {
  font-size: inherit;
  text-indent: 0;
  color: inherit;
  border: 1px solid #dcdcdc;
}

.memberdeck form .form-row,
.ignitiondeck form .form-row {
  margin-bottom: 18px;
}

.memberdeck form .form-row :placeholder-shown,
.ignitiondeck form .form-row :placeholder-shown {
  color: #b8b8b8;
}

.memberdeck form .form-row ::-webkit-input-placeholder,
.ignitiondeck form .form-row ::-webkit-input-placeholder {
  color: #b8b8b8;
}

.memberdeck form .form-row :-moz-placeholder,
.ignitiondeck form .form-row :-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.memberdeck form .form-row ::-moz-placeholder,
.ignitiondeck form .form-row ::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.memberdeck form .form-row :-ms-input-placeholder,
.ignitiondeck form .form-row :-ms-input-placeholder {
  color: #b8b8b8;
}

.memberdeck form .form-row select,
.memberdeck form .form-row textarea,
.memberdeck form .form-row input[type="tel"],
.memberdeck form .form-row input[type="text"],
.memberdeck form .form-row input[type="email"],
.memberdeck form .form-row input[type="number"],
.memberdeck form .form-row input[type="search"],
.memberdeck form .form-row input[type="password"],
.memberdeck form .form-row input:not([type="button"]),
.ignitiondeck form .form-row select,
.ignitiondeck form .form-row textarea,
.ignitiondeck form .form-row input[type="tel"],
.ignitiondeck form .form-row input[type="text"],
.ignitiondeck form .form-row input[type="email"],
.ignitiondeck form .form-row input[type="number"],
.ignitiondeck form .form-row input[type="search"],
.ignitiondeck form .form-row input[type="password"],
.ignitiondeck form .form-row input:not([type="button"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: none;
  border: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  cursor: pointer;
  color: #151515;
  transition: all 0.1s linear;
}

@media print, screen and (min-width: 641px) {
  .memberdeck form .form-row select,
  .memberdeck form .form-row textarea,
  .memberdeck form .form-row input[type="tel"],
  .memberdeck form .form-row input[type="text"],
  .memberdeck form .form-row input[type="email"],
  .memberdeck form .form-row input[type="number"],
  .memberdeck form .form-row input[type="search"],
  .memberdeck form .form-row input[type="password"],
  .memberdeck form .form-row input:not([type="button"]),
  .ignitiondeck form .form-row select,
  .ignitiondeck form .form-row textarea,
  .ignitiondeck form .form-row input[type="tel"],
  .ignitiondeck form .form-row input[type="text"],
  .ignitiondeck form .form-row input[type="email"],
  .ignitiondeck form .form-row input[type="number"],
  .ignitiondeck form .form-row input[type="search"],
  .ignitiondeck form .form-row input[type="password"],
  .ignitiondeck form .form-row input:not([type="button"]) {
    font-size: 14px;
  }
}

.memberdeck form .form-row select::-ms-expand,
.ignitiondeck form .form-row select::-ms-expand {
  display: none;
}

.memberdeck form .form-row input[type="tel"],
.memberdeck form .form-row input[type="text"],
.memberdeck form .form-row input[type="email"],
.memberdeck form .form-row input[type="number"],
.memberdeck form .form-row input[type="search"],
.memberdeck form .form-row input[type="password"],
.memberdeck form .form-row input:not([type="button"]),
.ignitiondeck form .form-row input[type="tel"],
.ignitiondeck form .form-row input[type="text"],
.ignitiondeck form .form-row input[type="email"],
.ignitiondeck form .form-row input[type="number"],
.ignitiondeck form .form-row input[type="search"],
.ignitiondeck form .form-row input[type="password"],
.ignitiondeck form .form-row input:not([type="button"]) {
  padding: 0 8px;
  height: 40px;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.05);
  text-indent: 0;
  font-size: 12px !important;
}

.memberdeck form .form-row input[type="file"],
.ignitiondeck form .form-row input[type="file"] {
  padding: 2px;
  background: #ffffff !important;
  border: 1px solid #dcdcdc !important;
}

.memberdeck form .form-row textarea,
.ignitiondeck form .form-row textarea {
  display: block;
  width: 100%;
  padding: 10px 0 10px 10px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  color: #151515 !important;
}

.memberdeck form .form-row input[type="number"]::-webkit-outer-spin-button,
.memberdeck form .form-row input[type="number"]::-webkit-inner-spin-button,
.ignitiondeck form .form-row input[type="number"]::-webkit-outer-spin-button,
.ignitiondeck form .form-row input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.memberdeck form .form-row input[type="number"],
.ignitiondeck form .form-row input[type="number"] {
  -moz-appearance: textfield;
}

.memberdeck form .form-row button,
.memberdeck form .form-row input[type="submit"],
.ignitiondeck form .form-row button,
.ignitiondeck form .form-row input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: none;
  border: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
}

.memberdeck form .form-row .btn,
.ignitiondeck form .form-row .btn {
  display: inline-block;
  color: #fff;
  width: 100%;
  max-width: 245px;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  border: 1px solid #1c86ea;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.memberdeck form .form-row .btn a,
.memberdeck form .form-row .btn input,
.memberdeck form .form-row .btn button,
.ignitiondeck form .form-row .btn a,
.ignitiondeck form .form-row .btn input,
.ignitiondeck form .form-row .btn button {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  cursor: pointer;
}

@media print, screen and (min-width: 641px) {
  .memberdeck form .form-row .btn,
  .ignitiondeck form .form-row .btn {
    max-width: 264px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.memberdeck form .form-row .-btn_base,
.ignitiondeck form .form-row .-btn_base {
  background: #2896ff;
  border-color: #1c86ea;
}

.memberdeck form .form-row .-btn_primary,
.ignitiondeck form .form-row .-btn_primary {
  background: #f72f68;
  border-color: #bc1b49;
}

.memberdeck form .form-row .-btn_sub,
.ignitiondeck form .form-row .-btn_sub {
  background: #fff;
  border-color: #1c86ea;
  color: #2896ff;
}

.memberdeck form .form-row .-btn_favo,
.ignitiondeck form .form-row .-btn_favo {
  background: #fff;
  border-color: #f72f68;
  color: #f72f68;
}

.memberdeck form .form-row .-btn_irr,
.ignitiondeck form .form-row .-btn_irr {
  background: #3264dc;
  border-color: #2653c0;
}

.memberdeck form .form-row .-btn_irr_line,
.ignitiondeck form .form-row .-btn_irr_line {
  background: #fff;
  border-color: #2653c0;
  color: #3264dc;
}

.memberdeck form .form-row img,
.ignitiondeck form .form-row img {
  vertical-align: top;
}

.memberdeck form .form-row .error,
.ignitiondeck form .form-row .error {
  display: block;
  color: #ff1111;
  font-weight: bold;
  font-size: 12px;
  margin-top: 8px;
}

.ignitiondeck form {
  margin: 0;
}

.memberdeck .md-profile {
  margin: 0;
}

.memberdeck form .form-row label span.icn_must,
.memberdeck form .form-row label span.icn_public {
  float: none;
  letter-spacing: 0;
}

.memberdeck form .lead {
  padding: 0;
  margin: 8px 12px 0;
  font-size: inherit;
}

@media print, screen and (min-width: 641px) {
  .memberdeck form .lead {
    margin: 10px 0 0;
  }
}

.memberdeck button,
.ignitiondeck form .form-row button {
  display: inline-block;
  color: #fff;
  width: 100%;
  max-width: 245px;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  border: 1px solid #1c86ea;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.memberdeck button a,
.memberdeck button input,
.memberdeck button button,
.ignitiondeck form .form-row button a,
.ignitiondeck form .form-row button input,
.ignitiondeck form .form-row button button {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  cursor: pointer;
}

@media print, screen and (min-width: 641px) {
  .memberdeck button,
  .ignitiondeck form .form-row button {
    max-width: 264px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.memberdeck .submit-button,
.memberdeck .submit-button:hover {
  margin-top: 40px;
  display: block;
  background: #2896ff;
  border-color: #1c86ea;
  color: #fff;
}

.ignitiondeck form .form-row button.add_media {
  position: relative;
  margin-bottom: 0;
  width: auto;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-color: #1c86ea;
  color: #2896ff;
  @inculude transition_animate;
}

.ignitiondeck form .form-row button.add_media::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(28, 134, 234, 0.08);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.ignitiondeck form .form-row button.add_media:hover::before {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}

.memberdeck form .form-row.wp-media-buttons.-is_confirm {
  margin-bottom: 0;
}

/* ▲▲テーマcssの上書き▲▲ */
.tabbody {
  margin-top: 18px;
}

.tabbody .flow {
  margin: 0 12px;
}

.tabbody .flow + .titlead {
  margin-top: 40px;
}

.formblock + .formblock {
  margin-top: 40px;
}

.formset {
  margin-top: 20px;
}

.formset__rack {
  padding: 18px 12px 0;
}

.formset__rack:nth-child(odd) {
  background: #fafafa;
  overflow: hidden;
}

/* ▼▼テーマcssの上書き▼▼ */
.ignitiondeck form {
  padding: 0;
}

.memberdeck .md-box {
  padding-right: 0;
}

.memberdeck #logged-input {
  padding-right: 0;
  padding-left: 0;
}

.ignitiondeck form .btn input[type=submit] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  border-radius: 4px;
  box-sizing: border-box;
}

/* ▲▲テーマcssの上書き▲▲ */
.creditimg {
  position: relative;
  top: -1px;
  width: 52px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  vertical-align: middle;
}

#wrap .formsupple {
  margin-top: 40px;
  font-size: 12px;
  color: #999999;
}

@media print, screen and (min-width: 641px) {
  .memberdeck form .form-row,
  .ignitiondeck form .form-row {
    margin-bottom: 20px;
  }
  form label,
  .memberdeck form .form-row label,
  .ignitiondeck form .form-row label {
    margin-bottom: 8px;
  }
  .memberdeck .submit-button {
    position: relative;
    @inculude transition_animate;
  }
  .memberdeck .submit-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
  .memberdeck .submit-button:hover::before {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
  .tabbody {
    margin-top: 30px;
  }
  .tabbody .flow {
    margin: 0;
  }
  .tabbody .flow + .titlead {
    margin-top: 80px;
  }
  .formblock + .formblock {
    margin-top: 60px;
  }
  .formset {
    margin-top: 22px;
  }
  .formset__rack {
    padding: 20px 20px 0;
  }
}

@media print, screen and (max-width: 320px) {
  .creditimg {
    margin-top: 10px;
  }
}

/* ログイン / 新規会員登録
----------------------------------------------------- */
.logincont {
  margin-top: 20px;
}

.logincont .logincont__box {
  margin-top: 1px;
  padding: 25px 12px 30px;
  background: #fafafa;
  box-sizing: border-box;
}

.logincont .logincont__box:first-child {
  margin-top: 0;
}

.logincont .logincont__box .logincont__tit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.logincont .logincont__box .logincont__body {
  margin-top: 20px;
}

.logincont .logincont__box .logincont__body.logincont__body_sns .btn {
  max-width: 100%;
}

.logincont .logincont__box .logincont__body.logincont__body_sns .btn.-btn_tw {
  margin-top: 12px;
}

.logincont .logincont__box .logincont__body.logincont__body_sns .btn .icn_font_facebook {
  position: relative;
  top: 2px;
  font-size: 1.4em;
  margin-right: 0.48em;
}

.logincont .logincont__box .logincont__body.logincont__body_sns .btn .icn_font_twitter {
  position: relative;
  top: 1px;
  font-size: 1.3em;
  margin-right: 0.4em;
}

.logincont .logincont__box .btns {
  margin-top: 20px;
}

.logincont .logincont__box .btns .btn {
  max-width: 100%;
}

.formset__rack.-formset__rack_login {
  padding: 15px 0 0;
  background: none;
}

.formset__rack.-formset__rack_login:first-child {
  padding-top: 0;
}

.formset__rack.-formset__rack_login .form-row {
  margin-bottom: 0;
}

.formset__rack.-formset__rack_login .form-row label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #151515;
}

.agree {
  margin-top: 15px;
}

.agree li + li {
  margin-top: 3px;
}

.agree li a {
  color: #3264dc;
}

.ignitiondeck form ul.agree {
  margin-top: 15px !important;
}

.ignitiondeck form .form-row label.select {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  color: #151515;
}

.ignitiondeck form .form-row label.select p {
  font-size: 14px;
}

.cardsecurity {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: -10px 0 0;
  padding-bottom: 20px;
}

.cardsecurity .cardsecurity__img {
  width: 111px;
  padding-right: 10px;
}

.cardsecurity .cardsecurity__img img {
  width: 100%;
  vertical-align: top;
}

.cardsecurity .formnote {
  width: calc(100% - 121px);
  padding-left: 1em;
  line-height: 1.4;
  text-indent: -1em;
}

.memberdeck .btns p {
  font-size: 14px;
}

.memberdeck .btns p a,
.memberdeck .btns p a i {
  color: #3264dc;
}

.memberdeck a i.icn_cancel {
  color: #3264dc;
}

@media print, screen and (min-width: 641px) {
  .logincont {
    margin-top: 35px;
    overflow: hidden;
  }
  .logincont .logincont__box {
    width: 49%;
    float: left;
    margin-top: 0;
    padding: 35px 60px 45px;
  }
  .logincont .logincont__box + .logincont__box {
    float: right;
  }
  .logincont .logincont__box:only-child {
    float: none;
    margin: 0 auto;
  }
  .logincont .logincont__box .logincont__tit {
    font-size: 18px;
  }
  .logincont .logincont__box .logincont__body {
    margin-top: 26px;
  }
  .logincont .logincont__box .logincont__body.logincont__body_sns {
    margin-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .logincont .logincont__box .logincont__body.logincont__body_sns .btn {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .logincont .logincont__box .btns {
    margin-top: 30px;
  }
  .logincont .logincont__box .btns .btn {
    width: 220px;
  }
  .formset__rack.-formset__rack_login {
    padding: 13px 0 0;
  }
  .formset__rack.-formset__rack_login:first-child {
    margin-top: 0;
  }
  .formset__rack.-formset__rack_login .form-row label {
    margin-bottom: 3px;
  }
  .agree {
    margin-top: 20px;
  }
  .agree li + li {
    margin-top: 3px;
  }
  .agree a {
    transition: all 0.1s linear;
  }
  .agree a:hover {
    opacity: 0.5;
  }
  .ignitiondeck form ul.agree {
    margin-top: 20px !important;
  }
  .cardsecurity .cardsecurity__img {
    width: 100px;
  }
  .cardsecurity .formnote {
    width: calc(100% - 110px);
  }
  .memberdeck .btns p a {
    transition: all 0.1s linear;
  }
  .memberdeck .btns p a:hover {
    opacity: 0.5;
  }
}

#wrap .idc-notofication .error,
#wrap .idc-notofication .success {
  width: initial;
  margin: 0 12px;
  padding: 12px 20px 10px;
  font-size: 12px;
  border: none;
  box-sizing: border-box;
  line-height: 1.5;
}

#wrap .idc-notofication .success {
  background: #bedfff;
  color: #3264dc;
}

#wrap .idc-notofication .error {
  background: #fdc0d1;
  color: #f72f68;
}

@media print, screen and (min-width: 641px) {
  #wrap .idc-notofication .error,
  #wrap .idc-notofication .success {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}

.notice {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 641px) {
  .notice {
    margin-bottom: 40px;
  }
}

/* stellaテーマに合わせたcssの作成 */
.login .memberdeck .md-box {
  padding-right: 0;
}

#loginform .login-username label,
#loginform .login-password label {
  margin-bottom: 5px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #151515;
}

#loginform .login-password {
  margin-top: 15px;
}

#loginform #user_login,
#loginform #user_pass {
  width: 100%;
  padding: 0 8px;
  height: 40px;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.05);
  text-indent: 0;
  border-radius: 4px 4px 4px 4px;
}

#loginform .login-remember {
  margin-top: 15px;
  text-align: left;
  position: relative;
  padding-top: 1px;
  padding-left: 28px;
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}

#loginform .login-remember label {
  color: #151515;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}

#loginform .login-remember input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  top: -999px;
  left: -999px;
  opacity: 0;
}

#loginform .login-remember::before, #loginform .login-remember::after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: content-box !important;
}

#loginform .login-remember::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

#loginform .login-remember.c_on::after {
  top: 7px;
  left: 6px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #3264dc;
  border-left: 2px solid #3264dc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#wrap #container .login-submit {
  position: relative;
  color: #fff;
  width: 100%;
  margin: 20px auto 0;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  border: 1px solid #1c86ea;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #2896ff;
  border-color: #1c86ea;
  @inculude transition_animate;
}

#wrap #container .login-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

#wrap #container .login-submit:hover, #wrap #container .login-submit:active, #wrap #container .login-submit:visited {
  color: #fff;
}

#wrap #container .login-submit a,
#wrap #container .login-submit input,
#wrap #container .login-submit button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: none;
  border: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
}

#wrap #container .login-submit input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0;
}

@media print, screen and (min-width: 641px) {
  #wrap #container .login-submit {
    max-width: 264px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #wrap #container .login-submit:hover::before {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}

@media print, screen and (min-width: 641px) {
  #wrap #container .login-submit {
    margin-top: 30px;
  }
}

#wrap .lostpassword {
  display: inline-block;
  margin-top: 20px;
  color: #3264dc;
}

#wrap .lostpassword:hover {
  opacity: 0.5;
}

/* パスワード忘れの方
----------------------------------------------------- */
.attentions {
  margin-top: 30px;
}

.attentions li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}

.complate {
  margin: 20px 12px 0;
}

.complate .complate__btn {
  margin-top: 30px;
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .complate {
    min-height: 300px;
    margin: 35px 0 0;
    text-align: center;
  }
  .complate .complate__txt {
    line-height: 1.8;
    font-size: 16px;
  }
  .complate .complate__btn {
    margin-top: 40px;
  }
}

/* reset
----------------------------------------------------- */
.answer-area {
  margin-top: 15px;
  padding-bottom: 20px;
  font-size: 14px;
}

.answer-area input {
  margin-top: -5px;
}

.memberdeck form .form-row,
.ignitiondeck form .form-row {
  margin-bottom: 20px;
}

.memberdeck form .form-row.third,
.ignitiondeck form .form-row.third {
  width: auto !important;
}

.btns button.txtBack {
  display: block;
  border: none;
  background: none;
  box-shadow: none;
  color: #3264dc;
  position: relative;
  width: auto;
  height: auto;
  line-height: 1.6;
  margin: 20px auto 0;
  padding: 0;
  font-weight: normal;
}

.btns button.txtBack.confirm {
  width: 100% !important;
}

.btns button.txtBack:first-child {
  font-weight: bold;
}

/* 退会ページ
----------------------------------------------------- */
#withdrawal p {
  margin: 0 0 30px;
}

#withdrawal .submit {
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 245px;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  border: 1px solid #1c86ea;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: #2896ff;
  border-color: #1c86ea;
  @inculude transition_animate;
}

#withdrawal .submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

#withdrawal .submit:hover, #withdrawal .submit:active, #withdrawal .submit:visited {
  color: #fff;
}

@media print, screen and (min-width: 641px) {
  #withdrawal .submit {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #withdrawal .submit:hover::before {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
  }
}

#withdrawal .submit input.button-nlmg {
  background: none;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 0;
  z-index: 3;
  position: relative;
}

#withdrawal .submit input.button-nlmg:hover, #withdrawal .submit input.button-nlmg:active, #withdrawal .submit input.button-nlmg:visited {
  color: #fff;
}

#withdrawal .error {
  color: #f72f68;
  margin: 0 0 20px;
}

@media print, screen and (max-width: 640px) {
  #withdrawal p {
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media print, screen and (max-width: 640px) {
  .btn.-btn_base.withdrawal {
    max-width: 100% !important;
  }
}

/* メッセージ
----------------------------------------------------- */
.messages_area_tit {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
}

.messages_list {
  margin: 40px 12px;
  padding: 16px 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.messages_list li {
  margin: 0 0 16px;
  padding: 0;
}

.messages_list li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 16px;
}

.messages_list li a {
  display: block;
  color: #3264dc;
}

.messages_list li span {
  display: block;
  margin: 5px 0 0;
  text-align: right;
}

.messages_list li span.status {
  color: red;
}

@media print, screen and (min-width: 641px) {
  .messages_list {
    margin: 40px 0;
  }
  .messages_list li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 0;
  }
  .messages_list li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 16px;
  }
  .messages_list li a {
    flex: 8;
  }
  .messages_list li span {
    flex: 2;
  }
}

.messages_area_detail {
  border: 1px solid #cccccc;
  padding: 40px;
}

.messages_empty {
  text-align: center;
  margin: 80px 0;
}

.messages_btn_block {
  text-align: center;
}

.messages_btn_block .btn {
  margin-top: 10px;
}

.formset + .messages_btn_block {
  margin: 40px 0 0;
}

/* ===================================================

FAQ , 静的ページ

=================================================== */
/* FAQ
----------------------------------------------------- */
.static {
  margin-top: 18px;
}

.static > *:first-child {
  padding-top: 0;
  margin-top: 0;
}

.static.static_text {
  padding-left: 12px;
  padding-right: 12px;
}

.static.static_text table {
  width: 100%;
}

.static.static_text table th,
.static.static_text table td {
  display: block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}

.static.static_text table th {
  text-align: left;
  padding-bottom: 5px;
}

.static.static_text table th br {
  display: none;
}

.static.static_text table td {
  padding-bottom: 15px;
}

.static .tit_sub {
  margin-top: 50px;
}

.static h3 {
  margin-top: 25px;
  font-weight: bold;
}

.static p {
  margin-top: 15px;
}

.static h3 + p {
  margin-top: 10px;
}

.static table {
  margin-top: 15px;
}

.static a {
  color: #3264dc;
}

.static .static__date {
  text-align: right;
  color: #999999;
}

.static .static__date + .tit_sub {
  margin-top: 30px;
}

@media print, screen and (min-width: 641px) {
  .static {
    margin-top: 30px;
  }
  .static.static_text {
    padding-left: 0;
    padding-right: 0;
  }
  .static.static_text table {
    width: 100%;
  }
  .static.static_text table th,
  .static.static_text table td {
    display: inline-block;
  }
  .static.static_text table th {
    width: 25%;
    text-align: left;
    padding-bottom: 10px;
    padding-right: 30px;
  }
  .static.static_text table th br {
    display: block;
  }
  .static.static_text table td {
    width: 75%;
    padding-bottom: 10px;
  }
}

.faq li {
  padding: 30px 12px;
}

.faq li:nth-child(odd) {
  background: #fafafa;
}

.faq h2 {
  position: relative;
  padding: 2px 0 0 32px;
  font-weight: bold;
  font-size: 15px;
}

.faq h2 i.icn_font_q {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #3264dc;
  border-radius: 50px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}

.faq h2 i.icn_font_q::before {
  position: relative;
  top: 0px;
}

.faq .faq__body {
  padding: 10px 0 0 32px;
}

.faq .faq__body p + p {
  margin-top: 1em;
}

.beginfaq .faq {
  margin-top: 20px;
}

.beginfaq .faq li {
  padding: 0;
}

.beginfaq .faq li:nth-child(odd) {
  background: none;
}

.beginfaq .faq li + li {
  margin-top: 30px;
}

@media print, screen and (min-width: 641px) {
  .faq li {
    padding: 30px 20px 30px 20px;
  }
  .faq h2 {
    padding: 4px 0 0 40px;
    letter-spacing: 1px;
    font-size: 16px;
  }
  .faq h2 i.icn_font_q {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
  }
  .faq h2 i.icn_font_q::before {
    top: 1px;
  }
  .faq .faq__body {
    padding: 17px 0 0 40px;
  }
  .beginfaq .faq {
    margin-top: 35px;
  }
  .beginfaq .faq li + li {
    margin-top: 40px;
  }
}

/* プロジェクトの作り方
----------------------------------------------------- */
.howtostart {
  padding: 10px 12px 50px;
}

@media print, screen and (min-width: 641px) {
  .howtostart {
    padding: 20px 0 60px;
  }
}

.beginflow {
  margin-top: 20px;
}

.beginflow li + li {
  margin-top: 25px;
}

.beginflow li .beginflow__mark {
  display: block;
  margin: 0 auto 10px;
  padding-top: 15px;
  width: 76px;
  height: 76px;
  border: 4px solid #a5efff;
  box-sizing: border-box;
  border-radius: 100px;
  background: #fff;
  line-height: 1.2;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #3264dc;
}

.beginflow li .beginflow__mark small {
  display: block;
  text-align: center;
  font-size: 12px;
}

.beginflow li:nth-child(2) .beginflow__mark {
  border-color: #71c5ff;
}

.beginflow li:nth-child(3) .beginflow__mark {
  border-color: #2896ff;
}

.beginflow li:nth-child(4) .beginflow__mark {
  border-color: #3264dc;
}

.beginflow h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #3264dc;
}

.beginflow div {
  margin-top: 8px;
}

.beginflow div p:nth-child(n+2) {
  margin-top: 0.5em;
}

.beginflow div small {
  display: block;
  margin-top: 0.5em;
  line-height: 1.5;
  font-size: 12px;
  color: #999999;
}

.beginflow div b {
  font-weight: bold;
}

.beginflow a {
  font-weight: bold;
  color: #3264dc;
}

.beginflow a .arw {
  position: relative;
  top: -2px;
  margin-left: 0.5em;
}

@media print, screen and (min-width: 641px) {
  .beginflow {
    margin-top: 10px;
    padding-top: 20px;
  }
  .beginflow li {
    position: relative;
    padding: 0 180px 50px 118px;
  }
  .beginflow li + li {
    margin-top: 0px;
  }
  .beginflow li:last-child {
    padding-bottom: 30px;
  }
  .beginflow li::before {
    position: absolute;
    top: 0;
    left: 50px;
    content: '';
    width: 4px;
    height: 100%;
    background: #a5efff;
  }
  .beginflow li::after {
    position: absolute;
    bottom: 0;
    left: 47px;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #3264dc;
  }
  .beginflow li .beginflow__mark {
    position: absolute;
    top: -18px;
    left: 0;
    margin: 0;
    padding-top: 23px;
    width: 102px;
    height: 102px;
    line-height: 1.1;
    font-size: 36px;
  }
  .beginflow li .beginflow__mark small {
    font-size: 14px;
  }
  .beginflow li:nth-child(2)::before {
    background: #71c5ff;
  }
  .beginflow li:nth-child(3)::before {
    background: #2896ff;
  }
  .beginflow li:nth-child(4)::before {
    background: #3264dc;
  }
  .beginflow li figure {
    position: absolute;
    top: 2px;
    right: 0;
  }
  .beginflow li figure img {
    width: 100%;
  }
  .beginflow li:nth-child(2) figure {
    top: 43px;
  }
  .beginflow li:nth-child(3) figure {
    top: 10px;
  }
  .beginflow li:nth-child(4) figure {
    top: 37px;
  }
  .beginflow h3 {
    text-align: left;
    font-size: 24px;
  }
  .beginflow div {
    margin-top: 18px;
  }
  .beginflow div p {
    line-height: 1.7;
  }
  .beginflow div p:nth-child(n+2) {
    margin-top: 0.9em;
  }
  .beginflow div small {
    margin-top: 1em;
  }
  .beginflow div small + p:not(.class) {
    margin-top: 1em;
  }
  .beginflow a {
    font-weight: bold;
    color: #3264dc;
  }
}

.howtotips {
  background: #fafafa;
  padding: 40px 12px 50px;
}

.howtotips .howtotips__in + .howtotips__in {
  margin-top: 40px;
}

.howtotips .howtotips__body {
  margin-top: 20px;
}

.howtotips .howtotips__body .howtotips__txt p + p {
  margin-top: 1em;
}

.howtotips .howtotips__body figure img {
  width: 100%;
}

.howtotips .howtotips__body.howtotips__body_01 figure {
  margin-top: 20px;
}

.howtotips .howtotips__list li + li {
  margin-top: 30px;
}

.howtotips .howtotips__list h3 {
  margin-top: 12px;
  font-weight: bold;
  font-size: 16px;
}

.howtotips .howtotips__list p {
  margin-top: 8px;
}

@media print, screen and (min-width: 641px) {
  .howtotips {
    padding: 60px 0;
  }
  .howtotips .howtotips__in + .howtotips__in {
    margin-top: 40px;
  }
  .howtotips .howtotips__body {
    margin-top: 30px;
  }
  .howtotips .howtotips__body .howtotips__txt p + p {
    margin-top: 1.7em;
  }
  .howtotips .howtotips__body.howtotips__body_01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .howtotips .howtotips__body.howtotips__body_01 .howtotips__txt {
    width: 430px;
  }
  .howtotips .howtotips__body.howtotips__body_01 figure {
    width: 400px;
    margin-top: 0;
  }
  .howtotips .howtotips__body.howtotips__body_02 {
    margin-top: 20px;
  }
  .howtotips .howtotips__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .howtotips .howtotips__list li {
    width: 410px;
  }
  .howtotips .howtotips__list li + li {
    margin-top: 0;
  }
  .howtotips .howtotips__list figure img {
    vertical-align: top;
  }
  .howtotips .howtotips__list h3 {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
  }
  .howtotips .howtotips__list p {
    margin-top: 15px;
    line-height: 1.8;
  }
}

.beginfaq {
  padding: 50px 12px;
}

@media print, screen and (min-width: 641px) {
  .beginfaq {
    padding: 60px 0;
  }
  .beginfaq .btnarea {
    margin-top: 45px;
  }
}

.tryarea {
  padding: 30px 12px 45px;
  background: #fafafa;
  text-align: center;
}

.tryarea .tryarea__tit {
  font-weight: bold;
  font-size: 24px;
}

.tryarea .tryarea__tit.-tryarea__tit_small {
  font-size: 18px;
}

.tryarea p {
  padding-top: 5px;
}

.tryarea .tryarea__btn {
  margin-top: 15px;
  text-align: center;
}

.tryarea .tryarea__btn li + li {
  margin-top: 10px;
}

.tryarea .tryarea__btn .btn {
  max-width: 260px;
  margin: 0 auto;
  vertical-align: top;
}

.tryarea .tryarea__btn .btn i {
  margin-right: 0.4em;
}

@media print, screen and (min-width: 641px) {
  .tryarea {
    padding: 50px 0 60px;
  }
  .tryarea .tryarea__tit:not(.class) {
    font-size: 28px;
  }
  .tryarea p {
    letter-spacing: 2px;
    font-size: 16px;
  }
  .tryarea .tryarea__btn {
    margin-top: 32px;
    letter-spacing: -0.3em;
    text-align: center;
  }
  .tryarea .tryarea__btn li {
    letter-spacing: normal;
    display: inline-block;
  }
  .tryarea .tryarea__btn li + li {
    margin-top: 0;
  }
  .tryarea .tryarea__btn .btn {
    max-width: 100%;
    width: 350px;
    height: 60px;
    line-height: 60px;
    margin: 0 15px;
    font-size: 18px;
  }
  .tryarea .tryarea__btn .btn i {
    margin-right: 0.4em;
  }
}

/* 初めての方へ
----------------------------------------------------- */
.greeting .greeting__lead {
  padding: 0 12px;
}

.greeting .greeting__lead img {
  margin: 0 auto;
  max-width: 310px;
  width: 100%;
}

.greeting .model {
  position: relative;
  margin-top: 30px;
  padding: 30px 12px 30px;
  background: #fafafa;
  box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.1);
}

.greeting .model::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5efff+0,a5efff+25,71c5ff+25,71c5ff+50,2896ff+50,2896ff+75,3264dc+75,3264dc+100 */
  background: #a5efff;
  /* Old browsers */
  background: -webkit-linear-gradient(left, #a5efff 0%, #a5efff 25%, #71c5ff 25%, #71c5ff 50%, #2896ff 50%, #2896ff 75%, #3264dc 75%, #3264dc 100%);
  background: linear-gradient(to right, #a5efff 0%, #a5efff 25%, #71c5ff 25%, #71c5ff 50%, #2896ff 50%, #2896ff 75%, #3264dc 75%, #3264dc 100%);
}

.greeting .model .model__head {
  text-align: center;
}

.greeting .model .model__head img {
  width: 160px;
  vertical-align: top;
}

.greeting .model h2 {
  margin-top: 15px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.greeting .model .model__body {
  margin-top: 25px;
}

.greeting .model .model__box {
  position: relative;
  z-index: 2;
}

.greeting .model .model__box figure {
  text-align: center;
}

.greeting .model .model__box figure img {
  margin: 0 auto;
  vertical-align: top;
  width: 100%;
  height: auto;
}

.greeting .model .model__box figure img + img {
  margin-top: 20px;
}

.greeting .model .model__box figure img.model__logo_japankuru {
  width: 150px;
}

.greeting .model .model__box figure img.model__logo_crowd {
  width: 180px;
}

.greeting .model .model__box p {
  margin-top: 12px;
}

.greeting .model .model__box p + p {
  margin-top: 10px;
  text-align: center;
}

.greeting .model .model__box b {
  font-weight: bold;
}

.greeting .model a {
  font-weight: bold;
  color: #3264dc;
}

.greeting .model a .icn_font_outside {
  position: relative;
  top: -2px;
  margin: 0 0 0 .7em;
  font-size: 12px;
}

.greeting .model .model__mark {
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  margin: -15px auto -15px;
  z-index: 1;
}

.greeting .model .model__mark span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 200px;
  background: repeating-linear-gradient(-45deg, #e8e8e8, #e8e8e8 2px, transparent 0, transparent 3px);
  opacity: 0.5;
  z-index: 1;
}

.greeting .model .model__mark::before, .greeting .model .model__mark::after {
  display: block;
  content: '';
  width: 60%;
  height: 2px;
  background: #454545;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
}

.greeting .model .model__mark::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 3;
}

@media print, screen and (min-width: 641px) {
  #widekv + .greeting {
    margin-top: 60px;
  }
  .greeting .greeting__lead img {
    max-width: 100%;
    width: 842px;
  }
  .greeting .model {
    margin-top: 40px;
    padding: 55px 60px 58px;
  }
  .greeting .model::before {
    height: 5px;
  }
  .greeting .model .model__head img {
    width: 218px;
  }
  .greeting .model h2 {
    margin-top: 27px;
    font-size: 18px;
  }
  .greeting .model .model__body {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
  }
  .greeting .model .model__box {
    width: 395px;
  }
  .greeting .model .model__box figure {
    text-align: center;
  }
  .greeting .model .model__box figure img.model__logo_japankuru {
    margin-top: 22px;
    width: 194px;
  }
  .greeting .model .model__box figure img.model__logo_crowd {
    margin-top: 30px;
    width: 254px;
  }
  .greeting .model .model__box p {
    margin-top: 20px;
    line-height: 1.7;
  }
  .greeting .model .model__box p + p {
    margin-top: 12px;
  }
  .greeting .model .model__mark {
    position: absolute;
    top: 180px;
    left: 50%;
    width: 156px;
    height: 156px;
    margin: 0 0 0 -78px;
  }
}

.ourdetail {
  position: relative;
  padding: 60px 12px 42px;
  margin-top: 40px;
  background: url(../img/bg_projects_rank_body.png) center 0 repeat;
  background-size: 750px auto;
}

.ourdetail::before {
  position: absolute;
  width: 100%;
  height: 18px;
  top: 0;
  left: 0;
  content: "";
  background: url(../img/bg_projects_rank_top.png) center 0 no-repeat;
  background-size: 640px auto;
}

.ourdetail .ourdetail__in + .ourdetail__in {
  margin-top: 45px;
}

@media print, screen and (min-width: 641px) {
  .ourdetail {
    margin-top: 45px;
    padding-top: 93px;
    padding-bottom: 80px;
    background: url(../img/bg_projects_rank_body_pc.png) center 0 repeat;
    background-size: 1322px auto;
  }
  .ourdetail::before {
    height: 31px;
    background: url(../img/bg_projects_rank_top_pc.png) center 0 no-repeat;
    background-size: 3000px auto;
  }
  .ourdetail .ourdetail__in + .ourdetail__in {
    margin-top: 70px;
  }
}

.feature {
  margin-top: 25px;
}

.feature .feature__rack {
  background: rgba(22, 64, 172, 0.8);
}

.feature .feature__rack + .feature__rack {
  margin-top: 10px;
}

.feature figure img {
  width: 100%;
  vertical-align: top;
}

.feature .feature__txt {
  padding: 18px 12px 20px;
}

.feature .feature__txt h3 {
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.feature .feature__txt p {
  margin-top: 10px;
  color: #fff;
}

.feature .feature__txt p a {
  color: #fff;
  text-decoration: underline;
}

@media print, screen and (min-width: 641px) {
  .feature {
    margin-top: 42px;
  }
  .feature .feature__rack {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .feature .feature__rack + .feature__rack {
    margin-top: 5px;
  }
  .feature figure {
    width: 47%;
  }
  .feature .feature__txt {
    width: 53%;
    padding: 30px 60px;
  }
  .feature .feature__txt h3 {
    text-align: left;
    font-size: 24px;
  }
  .feature .feature__txt p {
    margin-top: 20px;
  }
  .feature .feature__rack:nth-child(odd) figure {
    -webkit-order: 2;
    order: 2;
  }
  .feature .feature__rack:nth-child(odd) .feature__txt {
    -webkit-order: 1;
    order: 1;
  }
}

.can {
  margin-top: 60px;
}

.can li {
  position: relative;
  background: rgba(22, 64, 172, 0.8);
  padding: 52px 12px 20px;
}

.can li + li {
  margin-top: 57px;
}

.can .can__img {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 90px;
  height: 90px;
  margin-left: -50px;
  border-radius: 200px;
  line-height: 90px;
  text-align: center;
  color: #3264dc;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f6f9ff+50,f6f9ff+100 */
  background: white;
  /* Old browsers */
  background: -webkit-linear-gradient(top, white 0%, white 50%, #f6f9ff 50%, #f6f9ff 100%);
  background: linear-gradient(to bottom, white 0%, white 50%, #f6f9ff 50%, #f6f9ff 100%);
}

.can .can__img i {
  position: relative;
  margin-right: 0;
  vertical-align: middle;
}

.can .can__img i.icn_font_people {
  top: -2px;
  font-size: 33px;
}

.can .can__img i.icn_font_money {
  font-size: 42px;
}

.can .can__img i.icn_font_star {
  top: -1px;
  font-size: 45px;
}

.can .can__img i.icn_font_delivery {
  font-size: 36px;
}

.can h3 {
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.can p {
  margin-top: 5px;
  color: #fff;
}

@media print, screen and (min-width: 641px) {
  .can {
    margin-top: 32px;
    padding-top: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .can li {
    width: 24%;
    padding: 80px 22px 35px;
    box-sizing: border-box;
  }
  .can li + li {
    margin-top: 0;
  }
  .can .can__img {
    top: -70px;
    width: 138px;
    height: 138px;
    margin-left: -69px;
    line-height: 138px;
  }
  .can .can__img i.icn_font_people {
    top: -4px;
    font-size: 48px;
  }
  .can .can__img i.icn_font_money {
    font-size: 63px;
  }
  .can .can__img i.icn_font_star {
    font-size: 75px;
  }
  .can .can__img i.icn_font_delivery {
    font-size: 54px;
  }
  .can h3 {
    line-height: 1.4;
    font-size: 20px;
  }
  .can p {
    line-height: 1.7;
    margin-top: 10px;
  }
}

/* ===================================================

プレスリリース , 活動報告

=================================================== */
/* 一覧
----------------------------------------------------- */
/* 詳細
----------------------------------------------------- */
#content.blog {
  font-size: 14px !important;
}

#content.blog a {
  color: #3264dc;
}

#content.blog .entry-meta .entry-date,
#content.blog .entry-meta .meta-prep-author {
  font-style: normal;
}

#content.blog .titarea {
  padding: 0;
}

#content.blog .titarea .blog-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 30px;
}

#content.blog .titarea + .snsbtnlist {
  text-align: center;
}

#content.blog .entry-content ul,
#content.blog .entry-content ol {
  padding-left: 0;
}

#content.blog .entry-content h3 {
  margin-top: 50px;
}

#content.blog .posts-link {
  overflow: hidden;
  margin: 50px 0 50px;
}

#content.blog .posts-link .prev-post,
#content.blog .posts-link .next-post {
  width: 50%;
}

#content.blog .posts-link .prev-post {
  padding-right: 12px;
}

#content.blog .posts-link .next-post {
  padding-left: 12px;
  text-align: right;
}

#content.blog .projectIntroduction-wrapper {
  margin: 0;
}

#content.blog .projectIntroduction-wrapper .tit_sub {
  margin: 50px 0 15px;
}

#sidebar a {
  color: #3264dc;
  padding-left: 0;
}

#sidebar h3.widget-title {
  padding: 0;
  margin: 0 12px 0;
}

#sidebar ul.sid .projectbody__sub__in {
  margin: 0 12px 0;
}

/* ===================================================

WPプラグイン上書き

=================================================== */
/* 共通
----------------------------------------------------- */
html, body {
  height: auto !important;
}

@media print, screen and (min-width: 641px) {
  html, body {
    width: auto !important;
    height: auto !important;
  }
}

.idhelix {
  display: none !important;
}

.md-requiredlogin #wp-submit {
  opacity: 1;
}

@media print, screen and (min-width: 641px) {
  .md-requiredlogin #wp-submit {
    background: none !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    width: 100% !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

#main .memberdeck button,
#main .memberdeck input[type="submit"],
#main .memberdeck form .form-row input[type="submit"] {
  display: inline-block;
  color: #fff;
  width: 100%;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  border: 1px solid #1c86ea;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

#main .memberdeck button:disabled,
#main .memberdeck input[type="submit"]:disabled,
#main .memberdeck form .form-row input[type="submit"]:disabled {
  background-color: #ccc;
  cursor: default;
}

@media print, screen and (min-width: 641px) {
  #main .memberdeck button,
  #main .memberdeck input[type="submit"],
  #main .memberdeck form .form-row input[type="submit"] {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 4px;
    border: 1px solid #1c86ea;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
  }
  #main .memberdeck button:hover,
  #main .memberdeck input[type="submit"]:hover,
  #main .memberdeck form .form-row input[type="submit"]:hover {
    margin: 0 auto;
  }
}

#main .memberdeck #idc_avatar_selector {
  background: #2896ff;
  margin: 0;
}

#main .memberdeck .btn.-btn_base button,
#main .memberdeck .btn.-btn_base input[type="submit"],
#main .memberdeck .btn.-btn_base form .form-row input[type="submit"] {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  opacity: 1;
}

@media print, screen and (min-width: 641px) {
  #main .memberdeck .btn.-btn_base button,
  #main .memberdeck .btn.-btn_base input[type="submit"],
  #main .memberdeck .btn.-btn_base form .form-row input[type="submit"] {
    background: none;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border: none;
  }
}

#main .memberdeck .btn.-btn_base button:disabled,
#main .memberdeck .btn.-btn_base input[type="submit"]:disabled,
#main .memberdeck .btn.-btn_base form .form-row input[type="submit"]:disabled {
  background-color: #ccc;
  cursor: default;
}

#main .memberdeck .btn.-btn_base + .btn {
  display: block;
  margin: 0 auto;
}

#main .memberdeck .btn {
  border: none;
  box-shadow: none;
}

#main .memberdeck .btn button {
  position: relative;
}

#main .memberdeck .btn button + .button--txt {
  position: absolute;
  top: 0;
  left: 25%;
  margin: 0 0 0 -25%;
  width: 100%;
  max-width: 264px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

@media print, screen and (min-width: 641px) {
  #main .memberdeck .btn button + .button--txt {
    height: 40px;
    line-height: 40px;
  }
}

#main .memberdeck .btn button.txtBack {
  border: none;
  box-shadow: none;
}

#main .memberdeck .btn button.txtBack + .button--txt {
  color: #1c86ea;
}

#main .memberdeck .btn button:hover {
  background: none !important;
}

#main .memberdeck .md-box {
  padding-right: 0;
}

#main .memberdeck .md-profile ul {
  border-bottom: none;
  margin-bottom: 0;
}

#main .memberdeck #payment-form {
  width: 100%;
}

#main .memberdeck p.error {
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 auto;
  padding: 12px;
  margin-bottom: 20px;
}

#main .memberdeck form .payment-errors {
  color: #fff;
  text-align: left;
  width: 100%;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 8px 0 40px;
  line-height: 1.6;
  background-color: #ed5565;
  font-size: 14px;
  font-weight: 100;
}

.idsocial-wp-fb-login {
  text-align: center;
}

.md-requiredlogin.login input[type=checkbox] {
  display: none !important;
}

#wpg-login.large .wpg-button {
  height: 46px !important;
  text-align: center !important;
}

#wpg-login.large .wpg-button .lsf:before {
  display: none;
}

#wpg-login.large .wpg-button .lsf.lsf-twitter, #wpg-login.large .wpg-button .lsf.lsf-facebook {
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

#wpg-login.large .wpg-button .lsf.lsf-twitter {
  background: url(../img/twitter.png) 0 0 no-repeat;
  background-size: 30px auto;
}

#wpg-login.large .wpg-button .lsf.lsf-facebook {
  background: url(../img/facebook.png) 0 0 no-repeat;
  background-size: 30px auto;
}

/* プロジェクト一覧
----------------------------------------------------- */
.ignition_product #content {
  width: 100% !important;
  margin-right: 0 !important;
}

/* プロジェクト詳細
----------------------------------------------------- */
.ignition_project #ign-hDeck-left {
  width: 100% !important;
}

.ignition_project #ign-hDeck-left .feature-image-wrapper {
  height: 210px !important;
}

.ignition_project #ign-hDeck-left .feature-image-wrapper .video {
  background-position-x: 50%;
}

.ignition_project #ign-hDeck-right {
  height: auto !important;
}

@media print, screen and (min-width: 641px) {
  .ignition_project #ign-hDeck-left {
    width: 664px !important;
    height: auto !important;
  }
  .ignition_project #ign-hDeck-left .feature-image-wrapper {
    height: 437px !important;
  }
  .ignition_project #ign-hDeck-right {
    float: right !important;
    width: 300px !important;
  }
}

.content_tabs li.active span {
  color: #444444 !important;
}

#updateslink.content_tab .projectbody__entry {
  padding-top: 0;
}

.fb_iframe_widget span {
  vertical-align: top !important;
}

/* 単品
----------------------------------------------------- */
#main .memberdeck form p {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
}

/*# sourceMappingURL=japankurufunding.css.map */