@charset "UTF-8";
/* -----------------------------------------
	media query
----------------------------------------- */
/* -----------------------------------------
	Images Path
----------------------------------------- */
/* -----------------------------------------
	base
----------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Oswald:400,600,700);
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.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,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  animation: swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube {
  overflow: visible
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-flip {
  overflow: visible
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}
html,
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,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent
}
body {
  line-height: 1
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
nav ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
/* change colours to suit your needs */
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9
}
/* change colours to suit your needs */
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted
}
table {
  border-spacing: 0;
  border-collapse: collapse
}
/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc
}
input,
select {
  vertical-align: middle
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit
}
input,
button,
textarea,
select {
  *font-size: 100%
}
sup {
  vertical-align: baseline
}
sub {
  vertical-align: baseline
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
/* -----------------------------------------
  import fonts
----------------------------------------- */
html {
  font-size: 62.5%
}
body {
  font: 14px "Noto Sans JP","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  font: 1.4rem "Noto Sans JP","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  /* for IE Quirks Mode */*font: x-small;
  /* for IE6/7 */*font-size: small
}
/*
[ 明朝 ]

"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", Verdana, serif

[ ゴシック ]
"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif

*/
/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
  font: 99%;
  font-family: inherit
}
/**
 * To help tables remember to inherit
 */
table {
  font: 100%;
  font-size: inherit
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%
}
/* -----------------------------------------
	Plugin
----------------------------------------- */
/**
 * swiper.js
 */
.swiper-container {
  z-index: 1;
  overflow: visible;
  width: 100%;
  height: 100%
}
.swiper-container .swiper-slide {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}
.swiper-container .swiper-slide.swiper-slide-prev,
.swiper-container .swiper-slide.swiper-slide-next,
.swiper-container .swiper-slide.swiper-slide-duplicate-prev,
.swiper-container .swiper-slide.swiper-slide-duplicate-next {
  opacity: 0.2
}
.swiper-container .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1.0
}
.swiper-container .swiper-slide .text-box {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60%;
  padding: 20px 20px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-slide .text-box {
    height: 100%;
    padding: 10px 40px
  }
}
.swiper-container .swiper-slide .text-box p {
  margin: 5px 0;
  text-align: left
}
.swiper-container .swiper-slide .text-box .title {
  font-size: 24px;
  font-size: 2.4rem
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-slide .text-box .title {
    font-size: 18px;
    font-size: 1.8rem
  }
}
.swiper-container .swiper-slide .text-box .description {
  font-size: 13px;
  font-size: 1.3rem
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-slide .text-box .description {
    font-size: 11px;
    font-size: 1.1rem
  }
}
.swiper-container .swiper-slide .text-box .cat::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 20px;
  background-size: 12px 12px
}
.swiper-container .swiper-slide .text-box .cat span {
  margin-right: 20px;
  font-size: 10px;
  font-size: 1.0rem
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    width: 21px;
    margin-top: -22px
  }
}
.swiper-container .swiper-button-prev {
  left: -43px
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-button-prev {
    left: 10px
  }
}
.swiper-container .swiper-button-next {
  right: -43px
}
@media screen and (max-width: 768px) {
  .swiper-container .swiper-button-next {
    right: 10px
  }
}
.swiper-container .swiper-pagination-bullet-active {
  background: #fff
}
/* -----------------------------------------
	Module
----------------------------------------- */
/*****************************
    animation
******************************/
.anim-leftIn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: anim-leftIn .8s ease forwards;
  animation: anim-leftIn .8s ease forwards
}
@-webkit-keyframes anim-leftIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}
@keyframes anim-leftIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}
.anim-opa {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: anim-opa .8s ease-in-out forwards;
  animation: anim-opa .8s ease-in-out forwards
}
@-webkit-keyframes anim-opa {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes anim-opa {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.anim-topInFade {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: anim-topInFade .6s ease forwards;
  animation: anim-topInFade .6s ease forwards
}
@-webkit-keyframes anim-topInFade {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes anim-topInFade {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
.anim-bottomInFade {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: anim-bottomInFade .6s ease forwards;
  animation: anim-bottomInFade .6s ease forwards
}
@-webkit-keyframes anim-bottomInFade {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes anim-bottomInFade {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@-webkit-keyframes anim-grad {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#2b86c5), color-stop(50%, #784ba0), to(#ff3cac));
    background-image: linear-gradient(90deg, #2b86c5 0%, #784ba0 50%, #ff3cac 100%)
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff3cac), color-stop(50%, #784ba0), to(#2b86c5));
    background-image: linear-gradient(90deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%)
  }
}
@keyframes anim-grad {
  0% {
    background-image: -webkit-gradient(linear, left top, right top, from(#2b86c5), color-stop(50%, #784ba0), to(#ff3cac));
    background-image: linear-gradient(90deg, #2b86c5 0%, #784ba0 50%, #ff3cac 100%)
  }
  100% {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff3cac), color-stop(50%, #784ba0), to(#2b86c5));
    background-image: linear-gradient(90deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%)
  }
}
@-webkit-keyframes video_ttl_sp {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    left: -2760px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes video_ttl_sp {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    left: -2760px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes video_ttl_pc {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    left: -4600px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes video_ttl_pc {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    left: -4600px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes floatY {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.5
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 1
  }
}
@keyframes floatY {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.5
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 1
  }
}
@-webkit-keyframes pagetop {
  0% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    opacity: 1
  }
  100% {
    width: 70px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.5
  }
}
@keyframes pagetop {
  0% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    opacity: 1
  }
  100% {
    width: 70px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.5
  }
}
@-webkit-keyframes scrDown {
  0% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
    opacity: 1
  }
  100% {
    width: 70px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0.5
  }
}
@keyframes scrDown {
  0% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
    opacity: 1
  }
  100% {
    width: 70px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0.5
  }
}
@-webkit-keyframes anim-decottl {
  0% {
    height: 104%;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    height: 0;
    -webkit-transform: translateY(104%);
    transform: translateY(104%)
  }
}
@keyframes anim-decottl {
  0% {
    height: 104%;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    height: 0;
    -webkit-transform: translateY(104%);
    transform: translateY(104%)
  }
}
.anim-bottomIn-flow4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: anim-bottomIn-flow4 .6s ease forwards;
  animation: anim-bottomIn-flow4 .6s ease forwards
}
@-webkit-keyframes anim-bottomIn-flow4 {
  0% {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes anim-bottomIn-flow4 {
  0% {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}
.flow1-anim .move1-1 {
  stroke-dasharray: 217 219;
  stroke-dashoffset: 218;
  -webkit-animation: move1_draw 285ms linear 0ms forwards;
  animation: move1_draw 285ms linear 0ms forwards
}
.flow1-anim .move1-2 {
  stroke-dasharray: 16 18;
  stroke-dashoffset: 17;
  -webkit-animation: move1_draw 22ms linear 285ms forwards;
  animation: move1_draw 22ms linear 285ms forwards
}
.flow1-anim .move1-3 {
  stroke-dasharray: 217 219;
  stroke-dashoffset: 218;
  -webkit-animation: move1_draw 285ms linear 308ms forwards;
  animation: move1_draw 285ms linear 308ms forwards
}
.flow1-anim .move1-4 {
  stroke-dasharray: 80 82;
  stroke-dashoffset: 81;
  -webkit-animation: move1_draw 106ms linear 593ms forwards;
  animation: move1_draw 106ms linear 593ms forwards
}
.flow1-anim .move2-1 {
  stroke-dasharray: 217 219;
  stroke-dashoffset: 218;
  -webkit-animation: move2_draw 285ms linear 0ms forwards;
  animation: move2_draw 285ms linear 0ms forwards
}
.flow1-anim .move2-2 {
  stroke-dasharray: 16 18;
  stroke-dashoffset: 17;
  -webkit-animation: move2_draw 22ms linear 285ms forwards;
  animation: move2_draw 22ms linear 285ms forwards
}
.flow1-anim .move2-3 {
  stroke-dasharray: 217 219;
  stroke-dashoffset: 218;
  -webkit-animation: move2_draw 285ms linear 308ms forwards;
  animation: move2_draw 285ms linear 308ms forwards
}
.flow1-anim .move2-4 {
  stroke-dasharray: 80 82;
  stroke-dashoffset: 81;
  -webkit-animation: move2_draw 106ms linear 593ms forwards;
  animation: move2_draw 106ms linear 593ms forwards
}
@-webkit-keyframes move1_draw {
  100% {
    stroke-dashoffset: 0
  }
}
@keyframes move1_draw {
  100% {
    stroke-dashoffset: 0
  }
}
@-webkit-keyframes move1_fade {
  0% {
    stroke-opacity: 1
  }
  91.83673469387755% {
    stroke-opacity: 1
  }
  100% {
    stroke-opacity: 0
  }
}
@keyframes move1_fade {
  0% {
    stroke-opacity: 1
  }
  91.83673469387755% {
    stroke-opacity: 1
  }
  100% {
    stroke-opacity: 0
  }
}
@-webkit-keyframes move2_draw {
  100% {
    stroke-dashoffset: 0
  }
}
@keyframes move2_draw {
  100% {
    stroke-dashoffset: 0
  }
}
@-webkit-keyframes move2_fade {
  0% {
    stroke-opacity: 1
  }
  91.83673469387755% {
    stroke-opacity: 1
  }
  100% {
    stroke-opacity: 0
  }
}
@keyframes move2_fade {
  0% {
    stroke-opacity: 1
  }
  91.83673469387755% {
    stroke-opacity: 1
  }
  100% {
    stroke-opacity: 0
  }
}
/* -----------------------------------------
	Layout
----------------------------------------- */
/* -----------------------------------------
    Common parts
----------------------------------------- */
html {
  overflow: auto
}
body {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1240px
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}
.spOnly {
  display: inline
}
@media screen and (min-width: 769px) {
  .spOnly {
    display: none
  }
}
.pcOnly {
  display: none
}
@media screen and (min-width: 769px) {
  .pcOnly {
    display: inline
  }
}
/* -----------------------------------------
    Link style
----------------------------------------- */
a {
  text-decoration: none
}
a:link {
  color: #000
}
a:visited {
  color: #000
}
a:hover {
  color: #000
}
a:active {
  color: #000
}
/* -----------------------------------------
    Wrap
----------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto
}
.s-inner {
  width: 100%;
  padding: 0 5.33333%
}
@media screen and (min-width: 769px) {
  .s-inner {
    width: 840px;
    margin: 0 auto;
    padding: 0
  }
}
.m-inner {
  width: 100%;
  padding: 0 5.33333%
}
@media screen and (min-width: 769px) {
  .m-inner {
    width: 1040px;
    margin: 0 auto;
    padding: 0
  }
}
.l-inner {
  width: 100%;
  padding: 0 5.33333%
}
@media screen and (min-width: 769px) {
  .l-inner {
    width: 1240px;
    margin: 0 auto;
    padding: 0
  }
}
/* -----------------------------------------
    Header
----------------------------------------- */
#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: left;
  background: #fff
}
@media screen and (min-width: 769px) {
  #header {
    text-align: center
  }
}
#header .m-inner {
  padding-top: 23px;
  padding-bottom: 23px
}
@media screen and (min-width: 769px) {
  #header .m-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1080px;
    padding: 29px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
#header #logo {
  line-height: 1.2
}
#header #logo img {
  width: 270px;
  height: auto
}
@media screen and (max-width: 768px) {
  #header #logo img {
    width: 230px
  }
}
#header #logo a {
  display: inline-block
}
@media screen and (max-width: 768px) {
  #header #gnav {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .3s;
    transition: .3s;
    background: #222
  }
  #header #gnav ul {
    overflow: auto;
    width: 100vw;
    height: 100%;
    padding-top: 30px;
    -webkit-overflow-scrolling: touch
  }
  #header #gnav ul li {
    width: 100%;
    text-align: center
  }
  #header #gnav ul li a {
    display: block;
    padding: 20px 0;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    color: #fff
  }
  #header #gnav.is_active {
    height: 100vh
  }
}
@media screen and (min-width: 769px) {
  #header #gnav ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  #header #gnav ul li {
    padding-left: 30px
  }
  #header #gnav ul li a {
    display: block;
    font-family: 'Oswald',sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-transition: .3s;
    transition: .3s
  }
  #header #gnav ul li a:hover {
    opacity: 0.6
  }
}
#header #sp-nav {
  position: absolute;
  z-index: 1000;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 32px;
  margin-top: -16px
}
@media screen and (min-width: 769px) {
  #header #sp-nav {
    display: none
  }
}
#header #sp-nav span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: .25s;
  transition: .25s;
  background-color: #222
}
#header #sp-nav span:nth-of-type(1) {
  top: 10px
}
#header #sp-nav span:nth-of-type(2) {
  bottom: 10px
}
#header #sp-nav.is_active span:nth-of-type(1) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
#header #sp-nav.is_active span:nth-of-type(2) {
  bottom: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
/* -----------------------------------------
    pageTop
----------------------------------------- */
.pagetop {
  display: none
}
@media screen and (min-width: 769px) {
  .pagetop {
    position: relative;
    display: block;
    padding: 0 80px
  }
  .pagetop a {
    position: relative;
    position: absolute;
    right: 18px;
    bottom: -55px;
    display: inline-block;
    width: 140px;
    padding-left: 80px;
    font-family: 'Oswald',sans-serif;
    font-weight: 600;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5)
  }
  .pagetop a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0px;
    height: 1px;
    -webkit-animation: pagetop 1s ease infinite;
    animation: pagetop 1s ease infinite;
    background: #fff;
    -webkit-box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5)
  }
}
/* -----------------------------------------
    Footer
----------------------------------------- */
#footer {
  background: #222
}
@media screen and (min-width: 769px) {
  #footer .l-inner {
    width: 100%;
    padding: 0 80px
  }
}
#footer .l-inner .footer-logo {
  width: 64.66667%;
  min-width: 170px;
  margin: 0 auto;
  padding: 13.33333% 0 4%
}
@media screen and (min-width: 769px) {
  #footer .l-inner .footer-logo {
    width: 380px;
    margin: 0;
    padding: 80px 0 25px
  }
}
#footer .l-inner .footer-logo img {
  width: 100%
}
#footer .l-inner .footer-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  font-size: 1.0rem
}
@media screen and (min-width: 769px) {
  #footer .l-inner .footer-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
#footer .l-inner .footer-cont .fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#footer .l-inner .footer-cont .fnav li {
  position: relative;
  padding-right: 8px
}
#footer .l-inner .footer-cont .fnav li:not(:first-of-type) {
  padding-left: 8px
}
#footer .l-inner .footer-cont .fnav li:not(:first-of-type):after {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 1px;
  height: 80%;
  background: #fff
}
#footer .l-inner .footer-cont .fnav li a {
  color: #fff
}
#footer .l-inner .footer-cont .copyright {
  padding: 30px 0 20px;
  font-family: 'Oswald',sans-serif;
  font-weight: 600;
  color: #fff
}
@media screen and (min-width: 769px) {
  #footer .l-inner .footer-cont .copyright {
    padding: 0
  }
}
header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px gray solid
}
#header #gnav {
  top: 62px
}
#header .m-inner {
  padding: 21px 20px 20px 20px
}
@media screen and (max-width: 768px) {
  #header .m-inner {
    padding: 14px 20px 14px 20px
  }
}
pre {
  white-space: pre-wrap
}
.breadcrumb {
  width: 1040px;
  margin: 0 auto;
  padding-top: 10px
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    width: 90%
  }
}
.breadcrumb p {
  text-align: left
}
.breadcrumb span {
  margin: 0 5px
}
.breadcrumb a:hover {
  text-decoration: underline
}
.sec.first {
  margin-top: 0;
  padding: 80px 0 50px 0;
  background-color: #fff
}
@media screen and (max-width: 768px) {
  .sec.first {
    padding: 62px 0 50px 0;
    text-align: center
  }
}
.sec .inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0
}
@media screen and (min-width: 769px) {
  .sec .inner {
    width: 1040px
  }
}
.ttl-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 0 40px 0;
  font-family: 'Oswald',sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  opacity: 1;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (min-width: 769px) {
  .ttl-sec {
    font-size: 40px;
    font-size: 4rem
  }
}
.ttl-sec span {
  display: block;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4
}
@media screen and (min-width: 769px) {
  .ttl-sec span {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 0 40px
}
@media screen and (min-width: 769px) {
  .partners-list {
    position: relative;
    padding: 15px 0 80px
  }
}
.partners-list li {
  width: 100%;
  padding-top: 45px;
  opacity: 0
}
@media screen and (min-width: 769px) {
  .partners-list li {
    width: 304px;
    padding-top: 65px
  }
  .partners-list li:first-of-type {
    padding-top: 65px
  }
}
.partners-list li:first-of-type {
  padding-top: 35px
}
.partners-list li .img-block {
  position: relative;
  padding-bottom: 15px
}
@media screen and (max-width: 768px) {
  .partners-list li .img-block img {
    width: auto;
    height: 30px;
    max-height: 30px
  }
  .partners-list li .img-block .partner_atoj {
    height: 60px;
    max-height: 60px
  }
  .partners-list li .img-block .partner_infobahn {
    height: 22px;
    max-height: 22px
  }
}
@media screen and (min-width: 769px) {
  .partners-list li .img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .partners-list li .img-block img {
    width: auto;
    height: 41px;
    max-height: 41px
  }
  .partners-list li .img-block.partner_atoj_block {
    padding-top: 0;
    padding-bottom: 10px
  }
  .partners-list li .img-block .partner_atoj {
    height: 80px;
    max-height: 80px
  }
  .partners-list li .img-block .partner_infobahn {
    height: 25px;
    max-height: 25px
  }
  .partners-list li .img-block .partner_adplan {
    height: 48px;
    max-height: 48px
  }
}
.partners-list li .img-block.partner_atoj_block {
  padding-top: 0
}
.partners-list li .img-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-animation: anim-grad 3s ease infinite alternate;
  animation: anim-grad 3s ease infinite alternate
}
.partners-list li .txt-block {
  position: relative;
  padding: 15px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5
}
@media screen and (min-width: 769px) {
  .partners-list li .txt-block {
    padding: 25px 0;
    font-size: 14px;
    font-size: 1.4rem
  }
}
.link-block.large input[type="submit"],
.link-block.large button,
.link-block.large a {
  font-size: 16px;
  font-size: 1.6rem
}
@media screen and (min-width: 769px) {
  .link-block.large input[type="submit"],
  .link-block.large button,
  .link-block.large a {
    padding: 15px 0;
    font-size: 20px;
    font-size: 2.0rem
  }
}
.link-block.next a:hover:after {
  background: url("/wp-content/themes/brandstudio/_assets/images/svg/ico_right_arrow_wh.svg") no-repeat center top
}
.link-block.next a:after {
  background: url("/wp-content/themes/brandstudio/_assets/images/svg/ico_right_arrow.svg") no-repeat center top
}
.link-block.blank a:hover:after {
  background: url("/wp-content/themes/brandstudio/_assets/images/svg/ico_blank_wh.svg") no-repeat center top
}
.link-block.blank a:after {
  background: url("/wp-content/themes/brandstudio/_assets/images/svg/ico_blank.svg") no-repeat center top
}
.link-block input[type="submit"] {
  width: 100%
}
.link-block input[type="submit"],
.link-block button,
.link-block a {
  position: relative;
  display: block;
  padding: 13px 0;
  font-family: 'Oswald',sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #222;
  background-color: #fff
}
@media screen and (min-width: 769px) {
  .link-block input[type="submit"],
  .link-block button,
  .link-block a {
    overflow: hidden;
    padding: 9px 0;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: .2s;
    transition: .2s
  }
  .link-block input[type="submit"]:before,
  .link-block button:before,
  .link-block a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: #222
  }
  .link-block input[type="submit"]:hover,
  .link-block button:hover,
  .link-block a:hover {
    color: #fff;
    background: #222
  }
  .link-block input[type="submit"]:hover:after,
  .link-block button:hover:after,
  .link-block a:hover:after {
    background: url("/wp-content/themes/brandstudio/_assets/images/svg/ico_right_arrow_wh.svg") no-repeat center top
  }
}
.link-block input[type="submit"]:after,
.link-block button:after,
.link-block a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  background: url("/wp-content/themes/brandstudio/_assets/images/svg/ico_right_arrow.svg") no-repeat center top;
  background-size: cover
}
#contact-area {
  padding: 0 0 50px 0;
  background-color: #f7f7f7
}
#contact-area .ttl-sec {
  min-height: initial
}
#contact-area p {
  margin-bottom: 40px;
  text-align: center
}
.top-page #mv-area {
  overflow-x: hidden;
  margin-bottom: 50px;
  padding-bottom: 0;
  background-color: #fff
}
.top-page #mv-area .inner {
  padding-bottom: 0
}
.top-page #mv-area .mv-wrapper {
  background-color: #000
}
.top-page #mv-area .mv-wrapper .mv-container {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto
}
.top-page #concept-area {
  margin-top: -60px;
  padding-top: 60px;
  background-color: #fff
}
.top-page #concept-area .ttl-sec {
  background-color: #fff
}
.top-page #concept-area .text-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  padding: 20px 0 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.top-page #concept-area .text-box .catch {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 50px;
  line-height: 5.0rem;
  text-align: center
}
@media screen and (max-width: 768px) {
  .top-page #concept-area .text-box .catch {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 40px;
    line-height: 4.0rem
  }
}
.top-page #concept-area .text-box .catch span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 24px;
  line-height: 2.4rem
}
@media screen and (max-width: 768px) {
  .top-page #concept-area .text-box .catch span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem
  }
}
.top-page #concept-area .text-box pre {
  padding: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center
}
@media screen and (max-width: 768px) {
  .top-page #concept-area .text-box pre {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem
  }
}
.top-page #concept-area .cont-area {
  margin-bottom: 50px;
  background-color: #fff
}
.top-page #concept-area .partners-list {
  margin-top: 40px
}
.top-page #concept-area li {
  opacity: 1
}
.top-page #concept-area li:first-of-type {
  padding-top: 65px
}
.top-page #conpetency-area {
  margin-top: -60px;
  padding-top: 60px
}
.top-page #conpetency-area .inner-wrap {
  overflow: hidden;
  padding: 0 0 40px 0;
  background-color: #000
}
.top-page #conpetency-area .ttl-sec {
  color: #fff
}
.top-page #conpetency-area .inner p {
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff
}
.top-page #conpetency-area .inner pre {
  margin-top: 50px;
  color: #fff
}
.top-page #conpetency-area .inner .column-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 768px) {
  .top-page #conpetency-area .inner .column-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0
  }
}
.top-page #conpetency-area .inner .column-box img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 10px
}
@media screen and (max-width: 768px) {
  .top-page #conpetency-area .inner .column-box img {
    width: 100%;
    margin-bottom: 40px
  }
  .top-page #conpetency-area .inner .column-box img:last-child {
    margin-bottom: 0
  }
}
.top-page #creators-area {
  padding: 0 0 50px 0;
  background-color: #fff
}
body.sub-page #contact {
  background: none
}
body.sub-page #contact .ttl-sec {
  text-shadow: 0 0 0
}
body.sub-page #contact .m-inner {
  opacity: 1
}
body.sub-page #contact .lead-txt {
  color: #000;
  text-shadow: 0 0 0
}
@media screen and (min-width: 769px) {
  body.sub-page #contact .lead-txt {
    margin: 0 0 40px
  }
}
body.sub-page #contact .thanks-txt {
  margin-bottom: 80px;
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7
}
@media screen and (min-width: 769px) {
  body.sub-page #contact .thanks-txt {
    padding-bottom: 200px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center
  }
}
body.sub-page #contact .thanks-txt span {
  display: block;
  margin-bottom: 10px
}
body.sub-page #contact .form-area .conf-list {
  display: block;
  margin: 0 0 40px
}
@media screen and (min-width: 769px) {
  body.sub-page #contact .form-area .conf-list {
    margin: 0 0 80px
  }
}
body.sub-page #contact .form-area .conf-list li {
  width: auto;
  margin-bottom: 10px;
  padding: 20px;
  background: #fbfbfb
}
@media screen and (min-width: 769px) {
  body.sub-page #contact .form-area .conf-list li {
    display: table;
    width: 100%
  }
}
body.sub-page #contact .form-area .conf-list li h3 {
  margin-bottom: 5px;
  font-weight: bold
}
@media screen and (min-width: 769px) {
  body.sub-page #contact .form-area .conf-list li h3 {
    display: table-cell;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    margin-bottom: 0;
    padding-right: 15px;
    vertical-align: top
  }
}
body.sub-page #contact .form-area .conf-list li p {
  color: #888
}
@media screen and (min-width: 769px) {
  body.sub-page #contact .form-area .conf-list li p {
    display: table-cell;
    vertical-align: top
  }
}
body.sub-page #contact .form-area .conf-btn-list {
  font-size: 0
}
body.sub-page #contact .form-area .conf-btn-list .btn-submit {
  display: inline-block
}
@media screen and (min-width: 769px) {
  body.sub-page #contact .form-area .conf-btn-list .btn-submit {
    width: 450px;
    height: 90px;
    color: #000;
    background-size: 450px auto
  }
  body.sub-page #contact .form-area .conf-btn-list .btn-submit:first-child {
    margin-right: 100px
  }
  body.sub-page #contact .form-area .conf-btn-list .btn-submit:hover {
    opacity: .7
  }
}
body.sub-page .ttl-sec {
  color: #000
}
body.sub-page #press {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width: 768px) {
  body.sub-page #press .ttl-wrap {
    padding: 0 5.33333%
  }
}
body.sub-page #press .ttl-wrap .ttl-press {
  margin-bottom: 15px;
  padding: 0 2.66667%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-indent: -0.5em
}
@media screen and (min-width: 769px) {
  body.sub-page #press .ttl-wrap .ttl-press {
    margin-bottom: 15px;
    padding: 0;
    font-size: 48px;
    font-size: 4.8rem
  }
}
body.sub-page #press .ttl-wrap p {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right
}
@media screen and (min-width: 769px) {
  body.sub-page #press .ttl-wrap p {
    width: 736px;
    margin-bottom: 60px;
    padding-top: 0;
    font-size: 14px;
    font-size: 1.4rem
  }
  body.sub-page #press .ttl-wrap p span {
    padding-left: 25px;
    background: #fff
  }
}
body.sub-page #press .ttl-wrap p:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd
}
body.sub-page #press .ttl-wrap p span {
  padding-left: 10px;
  background: #fff
}
body.sub-page #press .press-inner {
  width: 100%
}
body.sub-page #press .press-inner ul {
  width: 100%;
  margin: 0 auto 75px;
  padding: 0 5.33333%
}
@media screen and (min-width: 769px) {
  body.sub-page #press .press-inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 736px;
    margin-bottom: 105px;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
body.sub-page #press .press-inner ul li {
  width: 100%;
  text-align: left
}
@media screen and (min-width: 769px) {
  body.sub-page #press .press-inner ul li {
    width: 352px
  }
  body.sub-page #press .press-inner ul li:first-of-type {
    margin-bottom: 0
  }
}
body.sub-page #press .press-inner ul li:first-of-type {
  margin-bottom: 25px
}
body.sub-page #press .press-inner ul li a {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-indent: -0.5em;
  border: 1px solid #222;
  background: url(/wp-content/themes/brandstudio/_assets/images/ico_dl.png) no-repeat right bottom
}
@media screen and (min-width: 769px) {
  body.sub-page #press .press-inner ul li a {
    padding: 15px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: .3s;
    transition: .3s;
    background: url(/wp-content/themes/brandstudio/_assets/images/ico_dl.png) no-repeat right bottom
  }
  body.sub-page #press .press-inner ul li a:hover {
    opacity: 0.7
  }
}
body.sub-page #press .press-inner .copyright {
  height: 80px;
  padding-top: 30px;
  font-family: 'Oswald',sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  border-top: 1px solid #000;
  background: #222
}
.page-404 {
  background: transparent url("/wp-content/themes/brandstudio/_assets/images/bg-404.jpg") no-repeat center top;
  background-size: 120% auto
}
.page-404:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("/wp-content/themes/brandstudio/_assets/images/bg-404-dot.png") repeat left top
}
.page-404 .content-404 {
  padding: 20vh 0 10vh;
  font-family: 'Arial',sans-serif;
  font-size: 0;
  line-height: 0;
  text-align: center
}
.page-404 .content-404 .ttl {
  margin: 0 auto 20px;
  font-size: 120px;
  line-height: 1;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.1) 3px 5px 0
}
.page-404 .content-404 .ttl .sub-ttl {
  display: block;
  font-size: 32px;
  letter-spacing: 0.08em
}
.page-404 .content-404 .lead {
  margin: 0 auto 20vh;
  font-family: "Noto Sans JP",メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff
}
.page-404 .content-404 .logo {
  padding: 0 10px
}
.page-404 .content-404 .logo img {
  width: 320px;
  height: 20px
}
@media screen and (min-width: 600px) {
  .page-404 {
    background-size: 1040px auto
  }
}
@media screen and (min-width: 600px) {
  .page-404 .content-404 {
    padding: 250px 0 30px
  }
}
@media screen and (min-width: 600px) {
  .page-404 .content-404 .lead {
    margin: 0 auto 150px
  }
}
@media screen and (min-width: 600px) {
  .page-404 .content-404 .logo {
    padding: 0
  }
}
.work-category {
  margin-bottom: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: left
}
.work-category a {
  position: relative;
  display: inline-block;
  height: 28px;
  margin: 0 10px 10px 10px;
  padding: 0 10px;
  color: #fff;
  background-color: #000
}
.work-category a::before {
  content: '';
  position: absolute;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 10px solid #000;
  border-bottom: 14px solid transparent
}
.works-list {
  background-color: #fff
}
.works-list .inner {
  width: 90%;
  margin: 0 auto
}
@media screen and (min-width: 769px) {
  .works-list .inner {
    width: 1040px
  }
}
.works-list ul {
  margin-left: 0
}
@media screen and (min-width: 769px) {
  .works-list ul {
    margin-left: -109px
  }
}
.works-list ul:after {
  content: "";
  display: block;
  clear: both
}
.works-list ul li {
  float: none;
  width: 100%;
  min-height: 450px;
  margin-bottom: 30px;
  margin-left: 0
}
@media screen and (min-width: 769px) {
  .works-list ul li {
    float: left;
    width: 274px;
    margin-bottom: 50px;
    margin-left: 109px
  }
}
.works-list ul li a {
  display: block
}
.works-list ul li a .fig {
  position: relative
}
.works-list ul li a .fig img {
  position: relative;
  z-index: 1;
  width: 100%
}
.works-list ul li a .fig .cat {
  display: none
}
@media screen and (min-width: 769px) {
  .works-list ul li a .fig .cat {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 25px 25px;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6)
  }
  .works-list ul li a .fig .cat p {
    display: inline-block;
    width: 98px;
    height: auto;
    margin: 0 5px 10px 5px;
    font-family: 'Oswald',sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border: solid 1px #fff
  }
}
.works-list ul li a .desc {
  padding-top: 30px
}
.works-list ul li a .desc .tit {
  min-height: 50px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold
}
.works-list ul li a .desc .info {
  min-height: 50px;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2
}
.works-list ul li a .desc .info span {
  display: block;
  margin-top: 5px
}
.works-list ul li a .desc .cat span {
  margin-right: 5px;
  font-size: 11px;
  font-size: 1.1rem
}
.works-list ul li a .desc .cat::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-size: 12px 12px
}
@media screen and (min-width: 769px) {
  .works-list ul li a:hover .fig .cat {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 1
  }
}
.related-area {
  padding: 80px 0 0 0
}
.related-area .ttl-sec {
  padding: 0 !important;
  font-size: 30px;
  font-size: 3.0rem
}
@media screen and (max-width: 768px) {
  .related-area .ttl-sec {
    font-size: 20px;
    font-size: 2.0rem
  }
}
.related-area .works-list ul li {
  margin-bottom: 50px;
  margin-left: 0
}
@media screen and (min-width: 769px) {
  .related-area .works-list ul li {
    margin-bottom: 0;
    margin-left: 109px
  }
}
.related-area .works-list ul li a .desc {
  padding-top: 30px;
  text-align: left
}
@media screen and (max-width: 768px) {
  .related-area .works-list ul li a .desc {
    text-align: center
  }
}
.related-area .works-list ul li a .desc .tit {
  margin-bottom: 10px;
  font-size: 16px !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: bold !important
}
.related-area .works-list ul li a .desc .info {
  font-size: 13px !important;
  font-size: 1.3rem !important;
  line-height: 1.2 !important
}
#works-detail {
  text-align: center;
  background-color: #fff
}
#works-detail .ourworks-copy {
  display: block;
  width: 100%;
  text-align: right
}
#works-detail .main-image {
  padding-top: 15px
}
@media screen and (min-width: 769px) {
  #works-detail .main-image {
    padding-top: 20px
  }
}
#works-detail .main-image img {
  width: 100%
}
@media screen and (min-width: 769px) {
  #works-detail .main-image img {
    width: 1040px
  }
}
#works-detail .movie-wrap {
  padding: 50px 0 0 0
}
@media screen and (min-width: 769px) {
  #works-detail .movie-wrap {
    padding: 60px 0 0 0
  }
  #works-detail .movie-wrap iframe {
    width: 640px;
    height: 360px
  }
}
#works-detail .movie-wrap iframe {
  width: 80vw;
  max-width: 560px;
  height: 50vw;
  max-height: 315px
}
#works-detail .movie-additionpic-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0 0
}
@media screen and (min-width: 769px) {
  #works-detail .movie-additionpic-wrap {
    width: 1040px;
    margin: 0 auto;
    padding: 60px 0 0 0
  }
}
@media screen and (min-width: 769px) {
  #works-detail .movie-additionpic-wrap iframe {
    float: left;
    width: 640px;
    height: 360px;
    margin-top: 45px
  }
  #works-detail .movie-additionpic-wrap .pic {
    float: right;
    width: 330px
  }
}
#works-detail .movie-additionpic-wrap:after {
  content: "";
  display: block;
  clear: both
}
#works-detail .movie-additionpic-wrap iframe {
  float: none;
  width: 80vw;
  height: 50vw;
  margin-top: 0;
  margin-bottom: 20px
}
#works-detail .movie-additionpic-wrap .pic {
  float: none;
  width: 60%;
  margin: 0 auto
}
#works-detail .mvu-additionpic-wrap {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px
}
@media screen and (min-width: 769px) {
  #works-detail .mvu-additionpic-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 1040px;
    padding-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
#works-detail .mvu-additionpic-wrap img {
  max-width: 100%;
  margin: 0 0 20px 0;
  text-align: none
}
@media screen and (min-width: 769px) {
  #works-detail .mvu-additionpic-wrap img {
    max-width: 33.33%;
    margin: 0 20px
  }
}
#works-detail .mvu-additionpic-wrap img:last-child {
  margin: 0
}
@media screen and (min-width: 769px) {
  #works-detail .mvu-additionpic-wrap img:last-child {
    margin: 0 20px
  }
}
#works-detail .detail-wrap {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap {
    width: 1040px;
    padding-top: 40px
  }
}
#works-detail .detail-wrap .work-type {
  margin-bottom: 40px;
  font-family: 'Oswald',sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap .work-type {
    margin-bottom: 80px;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left
  }
}
#works-detail .detail-wrap .work-type span {
  color: #e7e7f0
}
#works-detail .detail-wrap .work-name {
  margin-bottom: 25px;
  font-family: 'Oswald',sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap .work-name {
    margin-bottom: 40px;
    font-size: 30px;
    font-size: 3rem;
    text-align: left
  }
}
#works-detail .detail-wrap .desc {
  padding-bottom: 40px
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap .desc {
    padding-bottom: 80px
  }
}
#works-detail .detail-wrap .desc p {
  margin-bottom: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap .desc p {
    font-size: 14px;
    font-size: 1.4rem
  }
}
#works-detail .detail-wrap .desc p:last-child {
  margin-bottom: 0
}
#works-detail .detail-wrap table {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap table {
    display: table;
    font-size: 14px;
    font-size: 1.4rem
  }
}
#works-detail .detail-wrap table th {
  display: block;
  padding-bottom: 0.5em;
  font-family: 'Oswald',sans-serif;
  font-weight: 600;
  text-align: left;
  vertical-align: top
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap table th {
    display: table-cell;
    padding-bottom: 1.8em
  }
}
#works-detail .detail-wrap table td {
  display: block;
  padding-bottom: 1.5em;
  padding-left: 0;
  text-align: left;
  vertical-align: top;
  word-break: break-all
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap table td {
    display: table-cell;
    padding-bottom: 1.8em;
    padding-left: 50px
  }
}
#works-detail .detail-wrap table td dl dt {
  display: block;
  clear: both;
  padding-right: 0;
  padding-bottom: 0.2em
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap table td dl dt {
    float: left;
    min-width: 10em;
    padding-right: 30px;
    padding-bottom: 1em
  }
}
#works-detail .detail-wrap table td dl dd {
  display: block;
  padding-bottom: 1em
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap table td dl dd {
    float: left
  }
}
#works-detail .detail-wrap table td a:hover {
  text-decoration: underline
}
#works-detail .detail-wrap .addition-pics {
  margin-top: 40px
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap .addition-pics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px
  }
}
#works-detail .detail-wrap .addition-pics img {
  max-width: 100%;
  margin: 0 0 20px 0;
  text-align: none
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap .addition-pics img {
    max-width: 33.33%;
    margin: 0 20px
  }
}
#works-detail .detail-wrap .addition-pics img:last-child {
  margin: 0
}
@media screen and (min-width: 769px) {
  #works-detail .detail-wrap .addition-pics img:last-child {
    margin: 0 20px
  }
}
#creators .cont-area {
  margin: 0;
  background-color: #fff
}
#creators .region-name .m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  border-bottom: 1px #000 solid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (min-width: 769px) {
  #creators .region-name .m-inner {
    height: 60px
  }
}
@media screen and (max-width: 768px) {
  #creators .region-name .region-ttl {
    margin: 0 auto
  }
}
#creators .region-name .region-ttl p strong {
  font-family: 'Oswald',sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000
}
#creators .region-name .region-ttl strong,
#creators .region-name .region-ttl span {
  display: block;
  line-height: 1;
  color: #fff
}
@media screen and (min-width: 769px) {
  #creators .region-name .region-ttl strong,
  #creators .region-name .region-ttl span {
    display: inline
  }
}
#creators .region-name .region-ttl span {
  margin-left: 0;
  font-size: 9px;
  font-size: .9rem;
  font-weight: bold
}
@media screen and (min-width: 769px) {
  #creators .region-name .region-ttl span {
    margin-left: 24px;
    font-size: 12px;
    font-size: 1.2rem
  }
}
#creators .region-cont {
  padding: 30px 0
}
@media screen and (min-width: 769px) {
  #creators .region-cont {
    padding: 40px 0 45px
  }
}
#creators .region-cont .txt-block {
  margin-bottom: 30px
}
@media screen and (min-width: 769px) {
  #creators .region-cont .txt-block {
    margin-bottom: 40px
  }
}
#creators .region-cont .txt-block .lead-txt {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem
}
@media screen and (min-width: 769px) {
  #creators .region-cont .txt-block .lead-txt {
    margin-bottom: 5px
  }
}
#creators .region-cont .txt-block p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75
}
#creators .region-cont .prof-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (min-width: 769px) {
  #creators .region-cont .prof-list {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
  }
}
#creators .region-cont .prof-list-cont {
  width: 47.16418%
}
@media screen and (max-width: 768px) {
  #creators .region-cont .prof-list-cont:nth-of-type(n+3) {
    margin-top: 30px
  }
}
@media screen and (min-width: 769px) {
  #creators .region-cont .prof-list-cont {
    width: 230px;
    margin-left: 40px
  }
  #creators .region-cont .prof-list-cont:nth-of-type(4n+1) {
    margin-left: 0
  }
  #creators .region-cont .prof-list-cont:nth-of-type(n+5) {
    margin-top: 40px
  }
}
#creators .region-cont .prof-list-cont .prof {
  margin-bottom: 10px
}
@media screen and (min-width: 769px) {
  #creators .region-cont .prof-list-cont .prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
#creators .region-cont .prof-list-cont .prof-photo {
  width: 100%;
  margin-bottom: 6px
}
@media screen and (min-width: 769px) {
  #creators .region-cont .prof-list-cont .prof-photo {
    width: 90px;
    margin-bottom: 0
  }
}
#creators .region-cont .prof-list-cont .prof-detail {
  font-family: 'Oswald',sans-serif
}
@media screen and (min-width: 769px) {
  #creators .region-cont .prof-list-cont .prof-detail {
    margin-left: 8px
  }
}
#creators .region-cont .prof-list-cont .prof-detail span,
#creators .region-cont .prof-list-cont .prof-detail strong {
  display: block
}
#creators .region-cont .prof-list-cont .prof-detail-ttl {
  margin-bottom: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1
}
#creators .region-cont .prof-list-cont .prof-detail-name {
  margin-bottom: 6px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.1
}
#creators .region-cont .prof-list-cont .prof-detail-cat {
  font-size: 12px;
  font-size: 1.2rem
}
#creators .region-cont .prof-list-cont .prof-txt {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.75
}
@media screen and (min-width: 769px) {
  #creators .region-cont .prof-list-cont .prof-txt {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.sub-page #contact .link-block.large {
  bakcground-color: #fff
}
.sub-page #contact .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}
.sub-page #contact .step span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 46px;
  margin-right: 40px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 40px;
  line-height: 4.0rem;
  text-align: center;
  color: #000;
  background-color: #efefef
}
@media screen and (max-width: 768px) {
  .sub-page #contact .step span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem
  }
}
.sub-page #contact .step span:last-child {
  margin-right: 30px
}
.sub-page #contact .step span::before {
  content: '';
  position: absolute;
  right: -30px;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 30px solid #efefef
}
.sub-page #contact .step span.current {
  color: #fff;
  background-color: #000
}
.sub-page #contact .step span.current::before {
  border-left: 30px solid #000
}
.sub-page #contact .message {
  margin-bottom: 40px
}
@media screen and (max-width: 768px) {
  .sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview,
  .sub-page #contact .mw_wp_form.mw_wp_form_input {
    text-align: left
  }
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview input[type="text"],
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview input[type="email"],
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview textarea,
.sub-page #contact .mw_wp_form.mw_wp_form_input input[type="text"],
.sub-page #contact .mw_wp_form.mw_wp_form_input input[type="email"],
.sub-page #contact .mw_wp_form.mw_wp_form_input textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  color: #000;
  border: 1px gray solid;
  border-radius: 5px;
  outline: none;
  background-color: #fff
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview textarea,
.sub-page #contact .mw_wp_form.mw_wp_form_input textarea {
  height: 150px
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .mwform-tel-field input[type="text"],
.sub-page #contact .mw_wp_form.mw_wp_form_input .mwform-tel-field input[type="text"] {
  width: 25%;
  max-width: 100px;
  margin: 0 10px
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .mwform-tel-field input[type="text"]:first-child,
.sub-page #contact .mw_wp_form.mw_wp_form_input .mwform-tel-field input[type="text"]:first-child {
  margin-left: 0
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .mwform-radio-field.horizontal-item,
.sub-page #contact .mw_wp_form.mw_wp_form_input .mwform-radio-field.horizontal-item {
  display: block;
  margin-bottom: 10px;
  margin-left: 0
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl,
.sub-page #contact .mw_wp_form.mw_wp_form_input dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-top: 1px gray solid
}
@media screen and (max-width: 768px) {
  .sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl,
  .sub-page #contact .mw_wp_form.mw_wp_form_input dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl dt,
.sub-page #contact .mw_wp_form.mw_wp_form_input dl dt {
  width: 100%;
  max-width: 200px
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl dt::before,
.sub-page #contact .mw_wp_form.mw_wp_form_input dl dt::before {
  content: '任意';
  margin-right: 10px;
  padding: 2px 5px;
  font-size: 10px;
  font-size: 1.0rem;
  color: #fff;
  background-color: gray
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl dt.required::before,
.sub-page #contact .mw_wp_form.mw_wp_form_input dl dt.required::before {
  content: '必須';
  background-color: #ca1e1e
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl dd,
.sub-page #contact .mw_wp_form.mw_wp_form_input dl dd {
  width: 100%;
  max-width: 840px
}
@media screen and (max-width: 768px) {
  .sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl dd,
  .sub-page #contact .mw_wp_form.mw_wp_form_input dl dd {
    margin-top: 30px
  }
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .inquiry_ps,
.sub-page #contact .mw_wp_form.mw_wp_form_input .inquiry_ps {
  margin-top: 20px
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .agreement,
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .submit,
.sub-page #contact .mw_wp_form.mw_wp_form_input .agreement,
.sub-page #contact .mw_wp_form.mw_wp_form_input .submit {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .agreement p,
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .submit p,
.sub-page #contact .mw_wp_form.mw_wp_form_input .agreement p,
.sub-page #contact .mw_wp_form.mw_wp_form_input .submit p {
  margin-bottom: 20px;
  text-align: left
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .agreement .link-block.large,
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .submit .link-block.large,
.sub-page #contact .mw_wp_form.mw_wp_form_input .agreement .link-block.large,
.sub-page #contact .mw_wp_form.mw_wp_form_input .submit .link-block.large {
  margin-bottom: 30px
}
@media screen and (max-width: 768px) {
  .sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .agreement textarea,
  .sub-page #contact .mw_wp_form.mw_wp_form_input .agreement textarea {
    height: 290px
  }
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .submit,
.sub-page #contact .mw_wp_form.mw_wp_form_input .submit {
  max-width: 520px
}
.sub-page #contact .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .submit p,
.sub-page #contact .mw_wp_form.mw_wp_form_input .submit p {
  text-align: center
}
#conpetency-area .inner-wrap {
  background-image: url("/wp-content/themes/brandstudio/_assets/images/top_back_conpetency.png")
}
.works-list ul li a .desc .cat::before {
  background-image: url("/wp-content/themes/brandstudio/_assets/images/tag_icon.png")
}
.swiper-container .swiper-slide .text-box .cat::before {
  background-image: url("/wp-content/themes/brandstudio/_assets/images/tag_icon_w.png")
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
