@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,400,500,600,700,800,900);

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

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 {
  background-color: #ff9;
  color           : #212121;
  text-decoration : none;
}

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

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor       : help;
}

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

/* add to */
*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  max-width     : 100%;
  vertical-align: middle;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

.grecaptcha-badge {
  display: none;
}

/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ font ▼▼▼

————————————————————————————————————————————————————————————————————————————— */
/* —————————————————————————————————————————————————————————
	NotoSans
————————————————————————————————————————————————————————— */
@font-face {
  font-family: 'Noto Sans JP';
  font-style : normal;
  font-weight: 400;
  src        : local("Noto Sans CJK JP Regular"),
    url('../font/NotoSans/NotoSans_Regular.woff2') format('woff2'),
    url('../font/NotoSans/NotoSans_regular.woff') format('woff'),
    url('../font/NotoSans/NotoSans_regular.otf') format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style : normal;
  font-weight: 500;
  src        : local("Noto Sans CJK JP Regular"),
    url('../font/NotoSans/NotoSans_Medium.woff2') format('woff2'),
    url('../font/NotoSans/NotoSans_medium.woff') format('woff'),
    url('../font/NotoSans/NotoSans_medium.otf') format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style : normal;
  font-weight: 700;
  src        : local("Noto Sans CJK JP Bold"),
    url('../font/NotoSans/NotoSans_Bold.woff2') format('woff2'),
    url('../font/NotoSans/NotoSans_bold.woff') format('woff'),
    url('../font/NotoSans/NotoSans_bold.otf') format('opentype');
}

/* —————————————————————————————————————————————————————————
	YakuHanJP
————————————————————————————————————————————————————————— */
@font-face {
  font-family: "YakuHanJP";
  font-style : normal;
  font-weight: 400;
  src        : url("../font/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"),
    url("../font/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style : normal;
  font-weight: 500;
  src        : url("../font/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"),
    url("../font/YakuHanJP/YakuHanJP-Medium.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style : normal;
  font-weight: 700;
  src        : url("../font/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"),
    url("../font/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
}

/* —————————————————————————————————————————————————————————
	Soehne
————————————————————————————————————————————————————————— */
@font-face {
  font-family: 'Soehne';
  font-weight: 400;
  font-style : normal;
  src        : url('../font/Soehne/soehne-web-kraftig.eot');
  src        : url('../font/Soehne/soehne-web-kraftig.eot?#iefix') format('embedded-opentype'),
    url('../font/Soehne/soehne-web-kraftig.woff2') format('woff2'),
    url('../font/Soehne/soehne-web-kraftig.woff') format('woff');
}

/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ loading ▼▼▼

———————————————————————————————————————————————————————————————————————————— */
/* —————————————————————————————————————————————————————————
	index-loader
————————————————————————————————————————————————————————— */
.index-loader {
  position                   : fixed;
  top                        : 0;
  right                      : 0;
  bottom                     : 0;
  left                       : 0;
  z-index                    : 3000;
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -webkit-transform-style    : preserve-3d;
}

/* bg */
.index-loader:before {
  content                    : "";
  -webkit-transition         : all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition                 : all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, background;
  transition-property        : opacity, background;
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  display                    : block;
  /*  position               : absolute;top: 0;right: 0;*/
  z-index                    : 100;
  width                      : 100%;
  height                     : 100%;
  background                 : #fff;
}

/* progress */
.index-loader-progress {
  position                   : absolute;
  top                        : 0;
  right                      : 0;
  bottom                     : 0;
  left                       : 0;
  z-index                    : 200;
  width                      : 140px;
  height                     : 1px;
  margin                     : auto;
  background                 : #eee;
  -webkit-transform          : translateY(32px);
  -ms-transform              : translateY(32px);
  transform                  : translateY(32px);
  -webkit-transition         : all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition                 : all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property        : opacity, -webkit-transform;
  transition-property        : opacity, transform;
  transition-property        : opacity, transform, -webkit-transform;
}

.index-loader-progress-bar {
  position                   : absolute;
  top                        : 0;
  left                       : 0;
  width                      : 0;
  height                     : 1px;
  background                 : #000;
  -webkit-transition         : width .4s linear 0s;
  transition                 : width .4s linear 0s;
  -webkit-transition-property: width;
  transition-property        : width;
}

.index-loader-progress.is-hidden {
  opacity: 0;
}

/* —————————————————————————————————————————————————————————
	index-works-loading
————————————————————————————————————————————————————————— */
.index-works-loading {
  position                : fixed;
  top                     : 0;
  right                   : 0;
  bottom                  : 0;
  left                    : 0;
  z-index                 : 2000;
  display                 : block;
  width                   : 100%;
  height                  : 100%;
  background-color        : #fff;
  -webkit-transform-origin: 0% 100%;
  transform-origin        : 0% 100%;
  -webkit-transition      : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition              : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.index-works-loading.is-hidden {
  -webkit-transform-origin: 0% 0%;
  transform-origin        : 0% 0%;
  -webkit-transition      : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition              : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -webkit-transform       : scaleY(0);
  transform               : scaleY(0);
}


/* —————————————————————————————————————————————————————————
	works-archive
————————————————————————————————————————————————————————— */
.works-archive-loading {
  position                : fixed;
  top                     : 0;
  right                   : 0;
  bottom                  : 0;
  left                    : 0;
  z-index                 : 2000;
  display                 : block;
  width                   : 100%;
  height                  : 100%;
  background-color        : #fff;
  -webkit-transform-origin: 0% 100%;
  transform-origin        : 0% 100%;
  -webkit-transition      : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition              : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.works-archive-loading.is-hidden {
  -webkit-transform-origin: 0% 0%;
  transform-origin        : 0% 0%;
  -webkit-transition      : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition              : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -webkit-transform       : scaleY(0);
  transform               : scaleY(0);
}

/* —————————————————————————————————————————————————————————
	works-single
————————————————————————————————————————————————————————— */
.works-single-loading {
  position                : fixed;
  top                     : 0;
  left                    : 0;
  z-index                 : 2000;
  display                 : block;
  width                   : 100%;
  height                  : 100%;
  background-color        : #fff;
  opacity                 : 1;
  visibility              : visible;
  -webkit-transform-origin: 0% 100%;
  transform-origin        : 0% 100%;
  -webkit-transition      : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition              : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.works-single-loading.is-hidden {
  opacity           : 0;
  visibility        : hidden;
  -webkit-transition: opacity 1s ease .5s, visibility 1s ease .5s;
  transition        : opacity 1s ease .5s, visibility 1s ease .5s;
}

/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ common ▼▼▼

————————————————————————————————————————————————————————————————————————————— */
body {
  color                   : #000;
  font-size               : 14px;
  font-weight             : 400;
  font-style              : normal;
  font-family             : 'Inter', YakuHanJP, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height             : 2;
  text-rendering          : auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust    : 100%;
  text-size-adjust        : 100%;
  -webkit-font-smoothing  : antialiased;
  -moz-osx-font-smoothing : grayscale;
  font-smoothing          : antialiased;
  background              : #fff;
}

@media screen and (min-width: 560px) {
  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 960px) {
  body {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700
}

a {
  color          : inherit;
  text-decoration: none
}

ul,
ol {
  list-style: none
}

input,
select {
  vertical-align: middle
}

strong,
b {
  font-weight: bold
}

em {
  font-style: italic
}

pre {
  color           : #fff;
  white-space     : pre-wrap;
  margin          : 25px 0;
  padding         : 25px;
  border          : none;
  background-color: #212121;
}

code {
  color        : #212121;
  background   : #f5f5f5;
  border       : 1px solid #ddd;
  border-radius: 2px;
  padding      : 1px 4px;
}

pre code {
  color        : #fff;
  background   : none;
  border       : none;
  border-radius: 0;
  padding      : 0;
}

del {
  text-decoration: line-through;
}

iframe {
  max-width: 100%;
}

input,
select {
  font-family: 'Montserrat', 'Noto Sans Japanese', sans-serif;
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
}

.ttl {
  font-size    : 28px;
  font-weight  : 500;
  font-family  : 'Soehne', sans-serif;
  line-height  : 1;
  margin-bottom: 48px;
}

@media screen and (min-width: 960px) {
  .ttl {
    margin-bottom: 100px;
  }
}

/* —————————————————————————————————————————————————————————
	layout, bg-color
————————————————————————————————————————————————————————— */
.wrapper {
  opacity           : 1;
  -webkit-transition: opacity .8s ease;
  transition        : opacity .8s ease;
  background-color  : #fff;
}

.wrapper.is-hidden {
  opacity: 0;
}

.wrapper.is-page_works.is-hidden {
  opacity: 1;
}

@media screen and (min-width: 960px) {
  .wrapper {
    width: 92%;
  }
}






.wrapper.is-page_works,
.wrapper.is-page_contact {
  background-color: #f4f4f4;
}

.header {
  width  : 100%;
  padding: 16px 4% 0;
}

.content {
  width  : 100%;
  padding: 120px 4% 0;
}

@media screen and (min-width: 560px) {
  .header {
    padding: 28px 4% 0;
  }

  .content {
    padding: 160px 4% 0;
  }
}

@media screen and (min-width: 960px) {
  .header {
    width  : 92%;
    padding: 40px 3.5% 0;
  }

  .content {
    padding: 200px 3.5% 0;
  }
}


/* works-single */
.content.works-single-content {
  padding-top: 60px;
}

@media screen and (min-width: 960px) {
  .content.works-single-content {
    padding-top: 120px;
  }
}










/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ header ▼▼▼

————————————————————————————————————————————————————————————————————————————— */
.header {
  mix-blend-mode   : exclusion;
  position         : fixed;
  top              : 0;
  left             : 0;
  z-index          : 1000;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
}

.header.drawer-menu {
  mix-blend-mode: normal;
}

/* —————————————————————————————————————————————————————————
	logo
————————————————————————————————————————————————————————— */
.header-logo {
  position          : relative;
  top               : 0;
  z-index           : 200;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  opacity           : 1;
  visibility        : visible;
  -webkit-transition: top .5s ease, opacity .5s ease, visibility .5s ease;
  transition        : top .5s ease, opacity .5s ease, visibility .5s ease;
}

.header-logo.is-hidden {
  display: none;
}

.header-logo.is-hidden.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo a,
.header-logo a svg {
  display: block;
  width  : 114px;
  height : 34px;
}

.header-logo a svg path {
  fill: #fff;
}

.header-logo.is-hidden.is-visible a svg path {
  fill: #fff;
}

@media screen and (min-width: 960px) {
  .header-logo.is-hidden {
    display   : block;
    opacity   : 1;
    visibility: visible;
  }
}

/* —————————————————————————————————————————————————————————
	menu
————————————————————————————————————————————————————————— */
.header-page {
  z-index          : 100;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

.header-page.is-hidden {
  display: none;
}

@media screen and (min-width: 560px) {
  .header-page {
    top             : 2%;
    right           : 0;
    left            : 0;
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
  }
}

/* works
————————————————————————————————————— */
.header-page ol {
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -webkit-box-pack: center;
  -ms-flex-pack   : center;
  justify-content : center;
}

.header-page ol li {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
}

/*line*/
.header-page ol li:before {
  content   : '';
  display   : inline-block;
  width     : 20px;
  height    : 1px;
  background: #fff;
  margin    : 0 16px;
}

.header-page ol li:first-child:before {
  display: none;
}

.header-page ol li a,
.header-page ol li span {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  color            : #fff;
}

@media screen and (min-width: 560px) {
  .header-page ol li a {
    color    : #fff;
    font-size: 18px;
  }

  .header-page ol li>span {
    color    : #fff;
    font-size: 18px;
  }
}

/*　詳細をhiddenに　*/
.header-page.work-single ol li:last-child {
  display: none;
}

@media screen and (min-width: 960px) {
  .header-page.work-single ol li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* homeをlogoに */
.header-page ol li a.logo,
.header-page ol li a.logo svg {
  display: block;
  width  : 19px;
  height : 34px;
}

.header-page ol li a.logo svg path {
  fill: #fff;
}

.header-page ol li a.logo span {
  display: none;
}

@media screen and (min-width: 960px) {
  .header-page ol li a.logo {
    width : auto;
    height: auto;
  }

  .header-page ol li a.logo svg {
    display: none;
  }

  .header-page ol li a.logo span {
    display: inline;

  }
}

/* home
————————————————————————————————————— */
.header-page.home {
  display: none;
}

@media screen and (min-width: 960px) {
  .header-page.home {
    display: block;
  }
}

.header-page ul {
  display         : -webkit-box;
  display         : -ms-flexbox;
  display         : flex;
  -webkit-box-pack: center;
  -ms-flex-pack   : center;
  justify-content : center;
}

.header-page ul li a {
  position                   : relative;
  display                    : -webkit-box;
  display                    : -ms-flexbox;
  display                    : flex;
  -webkit-box-align          : center;
  -ms-flex-align             : center;
  align-items                : center;
  margin                     : 0 16px;
  padding                    : 0 4px;
  color                      : #fff;
  font-size                  : 18px;
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
}

@media screen and (min-width: 960px) {
  .header-page ul li a:before {
    content                    : '';
    -webkit-transition         : all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition                 : all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition-property: background-color, width, opacity, -webkit-transform;
    transition-property        : background-color, width, opacity, -webkit-transform;
    transition-property        : transform, background-color, width, opacity;
    transition-property        : transform, background-color, width, opacity, -webkit-transform;
    -webkit-transition-delay   : 0.2s;
    transition-delay           : 0.2s;
    position                   : absolute;
    right                      : 0;
    bottom                     : 0;
    width                      : 0;
    height                     : 1px;
    background                 : #fff;
  }

  .header-page ul li a:hover:before {
    left : 0;
    width: 100%;
  }
}




/* —————————————————————————————————————————————————————————
	nav
————————————————————————————————————————————————————————— */
.drawer-menu {
  position          : fixed;
  top               : 0;
  left              : 0;
  z-index           : 100;
  overflow-y        : auto;
  width             : 100%;
  height            : 100%;
  padding           : 120px 4% 80px;
  visibility        : visible;
  -webkit-transition: none;
  transition        : none;
}

.drawer-menu.is-hidden {
  height            : 0;
  padding           : 0;
  -webkit-transition: height 0s ease .5s, padding 0s ease .5s;
  transition        : height 0s ease .5s, padding 0s ease .5s;
}

@media screen and (min-width: 560px) {
  .drawer-menu {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
    padding         : 200px 11.5% 96px 3.5%;
    pointer-events  : auto;
  }
}

/* content
————————————————————————————————————— */
.drawer-menucontent {
  overflow-y: auto;
}

/* contents
————————————————————————————————————— */
.drawer-menu-list,
.drawer-menu-contact,
.drawer-menu-news {
  position          : relative;
  z-index           : 2;
  opacity           : 1;
  visibility        : visible;
  -webkit-transition: opacity .5s ease .5s, visibility .5s ease .5s;
  transition        : opacity .5s ease .5s, visibility .5s ease .5s;
}

.drawer-menu.is-hidden .drawer-menu-list,
.drawer-menu.is-hidden .drawer-menu-contact,
.drawer-menu.is-hidden .drawer-menu-news {
  opacity           : 0;
  visibility        : hidden;
  -webkit-transition: opacity .25s ease, visibility .25s ease;
  transition        : opacity .25s ease, visibility .25s ease;
}

@media screen and (min-width: 960px) {
  .drawer-menu-list {
    -webkit-flex-basis     : 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis             : 25%;
  }

  .drawer-menu-contact {
    -webkit-flex-basis     : 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis             : 25%;
    padding                : 0 20px;
    border-left            : 1px solid #000;
    border-right           : 1px solid #000;
  }

  body.dark .drawer-menu-contact {
    border-left : 1px solid #FFF;
    border-right: 1px solid #FFF;
  }

  .drawer-menu-news {
    -webkit-flex-basis     : 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis             : 50%;
    padding                : 0 20px;
  }
}

/* bg
————————————————————————————————————— */
.drawer-menu:before {
  content                 : '';
  position                : fixed;
  top                     : 0;
  right                   : 0;
  bottom                  : 0;
  left                    : 0;
  z-index                 : 1;
  display                 : block;
  width                   : 100%;
  height                  : 100%;
  background              : #fff;
  -webkit-transform-origin: 0% 100%;
  transform-origin        : 0% 100%;
  -webkit-transition      : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition              : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.drawer-menu.is-hidden:before {
  -webkit-transform-origin: 0% 0%;
  transform-origin        : 0% 0%;
  -webkit-transition      : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition              : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -webkit-transform       : scaleY(0);
  transform               : scaleY(0);
}


/* —————————————————————————————————————————————————————————
	icon
————————————————————————————————————————————————————————— */
.header-button {
  cursor             : pointer;
  -webkit-user-select: none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
  -webkit-appearance : none;
  -moz-appearance    : none;
  appearance         : none;
  border             : none;
  outline            : none;
  background         : none;
  padding            : 0;
  -webkit-transition : opacity 1s cubic-bezier(.26, 1.04, .54, 1);
  -o-transition      : opacity 1s cubic-bezier(.26, 1.04, .54, 1);
  transition         : opacity 1s cubic-bezier(.26, 1.04, .54, 1);

  position         : relative;
  z-index          : 100;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
  pointer-events   : auto;
}

/* text
————————————————————————————————————— */
.header-button-text {
  color       : #fff;
  font-size   : 12px;
  margin-right: 12px;
}

.header.drawer-menu .header-button-text {
  color: #000;
}

@media screen and (min-width: 769px) {
  .header-button-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .header-button-text {
    font-size   : 16px;
    margin-right: 16px;
  }
}


/* dot
————————————————————————————————————— */
.header-button-dot {
  position         : relative;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
  width            : 48px;
  height           : 48px;
}

.header-button-dot span {
  position  : relative;
  top       : 0;
  left      : 0;
  width     : 3px;
  height    : 3px;
  margin    : 0 2px;
  background: #fff;
}

.header-button-dot span:nth-child(1) {
  -webkit-transform: rotate(0);
  -ms-transform    : rotate(0);
  transform        : rotate(0);
}

.header-button-dot span:nth-child(2) {
  display: block;
}

.header-button-dot span:nth-child(3) {
  -webkit-transform: rotate(0);
  -ms-transform    : rotate(0);
  transform        : rotate(0);
}

/*is-active*/
.header-button.is-active .header-button-dot span {
  position  : absolute;
  top       : 0;
  left      : 0;
  bottom    : 0;
  right     : 0;
  display   : block;
  width     : 16px;
  height    : 1px;
  margin    : auto;
  background: #fff;
}

.header-button.is-active .header-button-dot span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
}

.header-button.is-active .header-button-dot span:nth-child(2) {
  display: none;
}

.header-button.is-active .header-button-dot span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform    : rotate(-45deg);
  transform        : rotate(-45deg);
}

/*.header-button-dot span {
  position: absolute;top: 0;left: 0;bottom :0;right: 0;
  display: block;
  margin: auto;
  width: 38%;
  height: 1px;
  background: #fff;
}
.header.drawer-menu .header-button-dot span {
  background: #000;
}
.header-button-dot span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-button-dot span:nth-child(2) {
 display: none;
}
.header-button-dot span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}*/








/* circle
————————————————————————————————————— */
.header-button-circle {
  position: relative;
  top     : 0;
  right   : 0;
  width   : 48px;
  height  : 48px;
}

.header-button-circle>span {
  position: absolute;
  top     : 0;
  left    : 0;
  display : block;
  overflow: hidden;
  width   : 50%;
  height  : 100%;
}

.header-button-circle>span:nth-child(2),
.header-button-circle>span:nth-child(4) {
  left: 50%;
}

.drawer-menu .header-button-circle>span>span {
  border : 1px solid #000;
  opacity: .3;
}

.header-button-circle>span>span {
  display           : block;
  width             : 100%;
  height            : 100%;
  border            : 1px solid #fff;
  opacity           : .3;
  -webkit-transition: -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  transition        : -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  -o-transition     : transform .8s cubic-bezier(.77, 0, .175, 1);
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1);
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
}


.header-button-circle>span:nth-child(1)>span,
.header-button-circle>span:nth-child(3)>span {
  border-top-left-radius   : 12vw;
  border-bottom-left-radius: 12vw;
  border-right             : 0;
  -webkit-transform-origin : right center;
  -ms-transform-origin     : right center;
  transform-origin         : right center;
}

.header-button-circle>span:nth-child(1)>span,
.header-button-circle>span:nth-child(2)>span {
  -webkit-transition-delay: .15s;
  -o-transition-delay     : .15s;
  transition-delay        : .15s;
}

.header-button-circle>span:nth-child(2)>span,
.header-button-circle>span:nth-child(4)>span {
  border-top-right-radius   : 12vw;
  border-bottom-right-radius: 12vw;
  border-left               : 0;
  -webkit-transform-origin  : left center;
  -ms-transform-origin      : left center;
  transform-origin          : left center;
}

.header-button-circle>span:nth-child(3)>span,
.header-button-circle>span:nth-child(4)>span {
  opacity           : 0;
  -webkit-transition: opacity .5s cubic-bezier(.77, 0, .175, 1) .45s, -webkit-transform .8s cubic-bezier(.77, 0, .175, 1) .15s;
  transition        : opacity .5s cubic-bezier(.77, 0, .175, 1) .45s, -webkit-transform .8s cubic-bezier(.77, 0, .175, 1) .15s;
  -o-transition     : transform .8s cubic-bezier(.77, 0, .175, 1) .15s, opacity .5s cubic-bezier(.77, 0, .175, 1) .45s;
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1) .15s, opacity .5s cubic-bezier(.77, 0, .175, 1) .45s;
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1) .15s, opacity .5s cubic-bezier(.77, 0, .175, 1) .45s, -webkit-transform .8s cubic-bezier(.77, 0, .175, 1) .15s;
}

.header-button-circle>span:nth-child(3)>span {
  -webkit-transform: rotate(-180deg);
  -ms-transform    : rotate(-180deg);
  transform        : rotate(-180deg);
}

.header-button-circle>span:nth-child(4)>span {
  -webkit-transform: rotate(180deg);
  -ms-transform    : rotate(180deg);
  transform        : rotate(180deg);
}

@media (min-width: 750px) {

  .header-button-circle>span:nth-child(1)>span,
  .header-button-circle>span:nth-child(3)>span {
    border-top-left-radius   : 90px;
    border-bottom-left-radius: 90px;
  }

  .header-button-circle>span:nth-child(2)>span,
  .header-button-circle>span:nth-child(4)>span {
    border-top-right-radius   : 90px;
    border-bottom-right-radius: 90px;
  }
}

@media (min-width: 820px) {

  .header-button-circle>span:nth-child(1)>span,
  .header-button-circle>span:nth-child(3)>span {
    border-top-left-radius   : 3.81944vw;
    border-bottom-left-radius: 3.81944vw;
  }

  .header-button-circle>span:nth-child(2)>span,
  .header-button-circle>span:nth-child(4)>span {
    border-top-right-radius   : 3.81944vw;
    border-bottom-right-radius: 3.81944vw;
  }
}

/* hover */
.header-button-circle:hover>span:nth-child(1)>span {
  -webkit-transition-delay: 0s;
  -o-transition-delay     : 0s;
  ransition-delay         : 0s;
  -webkit-transform       : rotate(180deg);
  -ms-transform           : rotate(180deg);
  transform               : rotate(180deg);
}

.header-button-circle:hover>span:nth-child(2)>span {
  -webkit-transition-delay: 0s;
  -o-transition-delay     : 0s;
  transition-delay        : 0s;
  -webkit-transform       : rotate(-180deg);
  -ms-transform           : rotate(-180deg);
  transform               : rotate(-180deg);
}

.header-button-circle:hover>span:nth-child(3)>span,
.header-button-circle:hover>span:nth-child(4)>span {
  -webkit-transition: opacity .4s cubic-bezier(.26, 1.04, .54, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  transition        : opacity .4s cubic-bezier(.26, 1.04, .54, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  -o-transition     : transform .8s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.26, 1.04, .54, 1);
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.26, 1.04, .54, 1);
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.26, 1.04, .54, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  -webkit-transform : rotate(0);
  -ms-transform     : rotate(0);
  transform         : rotate(0);
  opacity           : 1;
}

/* menu
————————————————————————————————————— */
.drawer-menu-list {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: start;
  -ms-flex-align   : start;
  align-items      : flex-start;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  margin           : 0 0 48px;
  padding          : 0 0 48px;
  border-bottom    : 1px solid #000;
}

.drawer-menu-list ul li a {
  display           : block;
  position          : relative;
  margin-bottom     : 24px;
  opacity           : .3;
  font-size         : 28px;
  font-weight       : 500;
  font-family       : 'Soehne';
  line-height       : 1;
  -webkit-transition: opacity .2s ease;
  transition        : opacity .2s ease;
}

.drawer-menu-list ul li.current a {
  opacity: 1;
}

.drawer-menu-list ul li a:hover {
  opacity: 1;
}

/* facebook */
.drawer-menu-list div {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
  width            : 48px;
  opacity          : 1;
}

.drawer-menu-list div a {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
}

.drawer-menu-list div a:before {
  content    : '\ea90';
  font-size  : 22px;
  font-family: 'icomoon';
  line-height: 1;
}

.drawer-menu.is-hidden .drawer-menu-list div {
  opacity           : 0;
  -webkit-transition: right 0s ease .5s, opacity .5s ease .1s;
  transition        : right 0s ease .5s, opacity .5s ease .1s;
}

@media screen and (min-width: 560px) {
  .drawer-menu-list {
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
    margin               : 0;
    padding              : 0;
    border-bottom        : none;
  }

  .drawer-menu-list div {
    width: 22px;
  }
}

/* contact
————————————————————————————————————— */
.drawer-menu-contact dl dt {
  opacity    : .5;
  font-size  : 14px;
  line-height: 1.5;
  margin     : 0 0 4px;
}

.drawer-menu-contact dl dd {
  font-size  : 14px;
  line-height: 1.75;
  margin     : 0 0 28px;
}

.drawer-menu-contact dl dd a {
  text-decoration: underline;
}

.drawer-menu-contact dl dd a:hover {
  text-decoration: none;
}

.drawer-menu-contact dl dd span * {
  pointer-events : none;
  text-decoration: none;
}

.drawer-menu-contact dl dd .worksu-link {
  display   : flex;
  column-gap: 8px;
  margin-top: 32px;
}

.drawer-menu-contact dl dd .worksu-link .worksu-logo {
  width: 38px;
}

.drawer-menu-contact dl dd .worksu-link .worksu-logo.dark {
  display: none;
}

body.dark .drawer-menu-contact dl dd .worksu-link .worksu-logo.dark {
  display: block;
}

body.dark .drawer-menu-contact dl dd .worksu-link .worksu-logo.normal {
  display: none;
}

@media screen and (min-width: 960px) {
  .drawer-menu-contact dl dt {
    font-size: 12px;
  }

  .drawer-menu-contact dl dd {
    font-size: 11px;
    margin   : 0 0 24px;
  }
}

.drawer-menu-contact dl dt,
.drawer-menu-contact dl dd {
  position: relative;
}

/*.drawer-menu.is-hidden .drawer-menu-contact dl dt, .drawer-menu.is-hidden .drawer-menu-contact dl dd {
  opacity: 0;
  -webkit-transition:opacity .5s ease;
          transition:opacity .5s ease;
}
.drawer-menu-contact dl dt:nth-child(1), .drawer-menu-contact dl dd:nth-child(2) {
  -webkit-transition: opacity .5s ease .1s;
          transition: opacity .5s ease .1s;
}
.drawer-menu-contact dl dt:nth-child(3), .drawer-menu-contact dl dd:nth-child(4) {
  -webkit-transition: opacity .5s ease .15s;
          transition: opacity .5s ease .15s;
}
.drawer-menu-contact dl dt:nth-child(5), .drawer-menu-contact dl dd:nth-child(6) {
  -webkit-transition: opacity .5s ease .2s;
          transition: opacity .5s ease .2s;
}*/




/* news
————————————————————————————————————— */
.drawer-menu-news {
  display: none;
}

/*アニメーション*/
.drawer-menu-news>div:first-child,
.drawer-menu-news article a,
.drawer-menu-news>div:last-child {
  position : relative;
  /*  right: 0;*/
  opacity  : 1;
}

.drawer-menu.is-hidden .drawer-menu-news>div:first-child,
.drawer-menu.is-hidden .drawer-menu-news article a,
.drawer-menu.is-hidden .drawer-menu-news>div:last-child {
  /*  right: -100px;*/
  opacity           : 0;
  -webkit-transition: right 0s ease .5s, opacity .5s ease;
  transition        : right 0s ease .5s, opacity .5s ease;
}

.drawer-menu-news>div:first-child {
  -webkit-transition: right .5s ease .1s, opacity .5s ease .1s;
  transition        : right .5s ease .1s, opacity .5s ease .1s;
}

.drawer-menu-news article:nth-child(2) a {
  -webkit-transition: right .5s ease .15s, opacity .5s ease .15s;
  transition        : right .5s ease .15s, opacity .5s ease .15s;
}

.drawer-menu-news article:nth-child(3) a {
  -webkit-transition: right .5s ease .2s, opacity .5s ease .2s;
  transition        : right .5s ease .2s, opacity .5s ease .2s;
}

.drawer-menu-news article:nth-child(4) a {
  -webkit-transition: right .5s ease .25s, opacity .5s ease .25s;
  transition        : right .5s ease .25s, opacity .5s ease .25s;
}

.drawer-menu-news>div:last-child {
  -webkit-transition: right .5s ease .3s, opacity .5s ease .3s;
  transition        : right .5s ease .3s, opacity .5s ease .3s;
}

/*見出し*/
.drawer-menu-news>div:first-child {
  margin   : 0 0 20px;
  font-size: 18px;
}

/*リスト*/
.drawer-menu-news article a {
  margin: 0 0 16px;
}

.drawer-menu-news article a div:first-child {
  overflow               : hidden;
  position               : relative;
  max-width              : 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis             : 30%;
  margin-right           : 20px;
}

.drawer-menu-news article a div:first-child span {
  display                    : block;
  position                   : relative;
  width                      : 100%;
  padding-top                : 56%;
  background-color           : #f5f5f5;
  background-size            : cover;
  background-repeat          : no-repeat;
  background-position        : center center;
  opacity                    : 1;
  transition                 : transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
}

.drawer-menu-news article a div:first-child span:before {
  content           : '';
  display           : block;
  position          : absolute;
  top               : 0;
  left              : 0;
  width             : 100%;
  height            : 100%;
  background-color  : #212121;
  opacity           : 0;
  -webkit-transition: opacity .25s ease;
  transition        : opacity .25s ease;
}

.drawer-menu-news article a:hover div:first-child span {
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
}

.drawer-menu-news article a:hover div:first-child span:before {
  opacity: .1;
}

.drawer-menu-news article a div:last-child {
  -webkit-box-flex: 1;
  -webkit-flex    : 1;
  -ms-flex        : 1;
  flex            : 1;
}

.drawer-menu-news article a div:last-child p {
  font-size  : 14px;
  font-weight: 500;
  line-height: 1.5;
}

.drawer-menu-news article a div:last-child time {
  color    : rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

@media screen and (min-width: 960px) {
  .drawer-menu-news article a div:last-child p {
    font-size: 15px;
  }
}




/*もっと見る*/
.drawer-menu-news>div:last-child {
  margin    : 32px 0 0;
  text-align: right;
}

.drawer-menu-news>div:last-child a {
  font-size      : 15px;
  font-weight    : 500;
  text-decoration: underline;
}

.drawer-menu-news>div:last-child a:hover {
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .drawer-menu-news {
    display: block;
  }

  .drawer-menu-news article a {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
  }

  .drawer-menu-news article a>figure {
    -webkit-flex-basis     : 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis             : 22%;
    margin                 : 0 2.5% 0 0;
  }
}


/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ footer ▼▼▼

————————————————————————————————————————————————————————————————————————————— */
/* —————————————————————————————————————————————————————————
	▼▼ layout ▼▼
————————————————————————————————————————————————————————— */
.footer {
  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;
  position        : relative;
  margin          : 60px 0 0;
  padding         : 40px 0;
  border-top      : 1px solid #dedede;
}

@media screen and (max-width: 959px) {

  .footer-sns,
  .footer-view,
  .footer-us {
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
    margin                 : 0 0 28px;
    padding                : 0 4%;
  }

  .footer-info,
  .footer-display-mode {
    -ms-flex-preferred-size: 50%;
    padding                : 0 4%;
  }
}

@media screen and (min-width: 960px) {
  .footer {
    margin : 132px 0 0;
    padding: 72px 3.5%;
  }

  .footer-sns,
  .footer-view,
  .footer-us,
  .footer-info {
    width: 25%;
  }
}

/* —————————————————————————————————————————————————————————
	▼▼ footer-sns ▼▼
————————————————————————————————————————————————————————— */
.footer-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-sns ul li {
  margin-right: 12px;
}

.footer-sns ul li a {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
}

.footer-sns ul li a:before {
  content    : '\ea90';
  font-size  : 22px;
  font-family: 'icomoon';
  line-height: 1;
}

@media screen and (min-width: 960px) {
  .footer-sns ul li a {
    width : 22px;
    height: 22px;
  }

  .footer-sns ul li a img {
    width : 22px;
    height: 22px;
  }
}

/* —————————————————————————————————————————————————————————
	▼▼ footer-view ▼▼
————————————————————————————————————————————————————————— */
.footer-view dl dt,
.footer-us dl dt,
.footer-info dl dt {
  color    : #7f7f7f;
  font-size: 12px;
}

.footer-view dl dd,
.footer-us dl dd,
.footer-info dl dd {
  font-size  : 12px;
  line-height: 175%;
}

.footer-view dl dd a,
.footer-us dl dd a,
.footer-info dl dd a {
  text-decoration: underline;
}

.footer-view dl dd a:hover,
.footer-us dl dd a:hover,
.footer-info dl dd a:hover {
  text-decoration: none;
}

.footer-info dl dd .worksu-link {
  display   : flex;
  column-gap: 8px;
  margin-top: 20px;
}

.footer-info dl dd .worksu-link .worksu-logo {
  width: 38px;
}

.footer-info dl dd .worksu-link .worksu-logo.dark {
  display: none;
}

body.dark .footer-info dl dd .worksu-link .worksu-logo.dark {
  display: block;
}

body.dark .footer-info dl dd .worksu-link .worksu-logo.normal {
  display: none;
}


.footer-us dl dd .fax * {
  pointer-events : none !important;
  text-decoration: none !important;
}

@media screen and (min-width: 960px) {

  .footer-view dl dd,
  .footer-us dl dd,
  .footer-info dl dd {
    margin: 12px 0 0;
  }
}

/* —————————————————————————————————————————————————————————
	▼▼ footer-contact ▼▼
————————————————————————————————————————————————————————— */
@media screen and (max-width: 959px) {
  .contact-banner {
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
  }
}

@media screen and (min-width: 960px) {
  .contact-banner {
    position: fixed;
    bottom  : 0;
    left    : 0;
    z-index : 4000;
    width   : 100%;
  }
}

.contact-banner a {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
  width            : 100%;
  height           : 100px;
  background-color : #000;
  color            : #fff;
  font-size        : 16px;

}

.contact-banner a:before {
  content      : "";
  display      : block;
  width        : 16px;
  height       : 16px;
  margin       : 0 22px 0 0;
  border       : 2px solid #fff;
  border-radius: 50%;

}

.contact-banner a:hover {
  background-color  : #FD4011;
  -webkit-transition: background-color .1s ease;
  transition        : background-color .1s ease;
}

.contact-banner a:hover:before {
  background-color  : #fff;
  -webkit-transition: background-color .1s ease;
  transition        : background-color .1s ease;
}

@media screen and (min-width: 960px) {
  .contact-banner {
    top  : 0;
    right: 0;
    left : auto;
    width: 8%;
  }

  .contact-banner a {
    -webkit-box-pack: start;
    -ms-flex-pack   : start;
    justify-content : flex-start;
    height          : 100%;
    padding         : 48px 0 0;
    font-size       : 18px;
    -ms-writing-mode: tb-rl;
    writing-mode    : vertical-rl;
  }

  .contact-banner a:before {
    margin   : 0 0 22px;
    transform: translateX(1px);
  }
}

/* ———————————————————————————————————————————————
	▼▼ dark-mode ▼▼
——————————————————————————————————————————————— */
.footer-display-mode {
  cursor     : pointer;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .footer-display-mode {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: end;
    -ms-flex-align   : end;
    align-items      : flex-end;
    -webkit-box-pack : end;
    -ms-flex-pack    : end;
    justify-content  : flex-end;
  }
}

@media screen and (min-width: 960px) {
  .footer-display-mode {
    position: absolute;
    top     : 72px;
    right   : 3.5%;
  }
}

.footer-display-mode-normal.is-hidden,
.footer-display-mode-dark.is-hidden {
  display: none;
}

/*bg effect*/
.footer-display-mode:before {
  content : '';
  position: fixed;
  top     : 0;
  right   : 0;
  bottom  : 0;
  left    : 0;
  z-index : 3000;
  display : block;
  width   : 100%;
  height  : 100%;

  -webkit-transform-origin: 0% 100%;
  transform-origin        : 0% 100%;
  -webkit-transition      : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition              : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-display-mode.is-hidden:before {
  -webkit-transform-origin: 0% 0%;
  transform-origin        : 0% 0%;
  -webkit-transition      : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition              : opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition              : transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -webkit-transform       : scaleY(0);
  transform               : scaleY(0);
}

.footer-display-mode.normal:before {
  background: #000;
}

.footer-display-mode.dark:before {
  background: #fff;
}


/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ index ▼▼▼

————————————————————————————————————————————————————————————————————————————— */
/* —————————————————————————————————————————————————————————
	js
————————————————————————————————————————————————————————— */
.header,
.index-kv .btn,
.index-about,
.index-works,
.footer {
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  transition        : opacity .5s ease, visibility .5s ease;
}

/* —————————————————————————————————————————————————————————
	index-kv
————————————————————————————————————————————————————————— */
.index-kv {
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .index-kv {
    padding   : 0 0 0 8%;
    margin-top: -10px;
  }
}

/* ttl
————————————————————————————————————— */
.index-kv-text {
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
  width        : 100vw;
  font-style   : normal;
  font-weight  : 500;
  font-family  : 'Soehne';
  line-height  : 1.1;
  margin-bottom: 24px;
}

/* 文字サイズ */
.index-kv-text {
  font-size: 40px;
}

@media screen and (min-width: 360px) {
  .index-kv-text {
    font-size: 44px;
  }
}

@media screen and (min-width: 400px) {
  .index-kv-text {
    font-size: 50px;
  }
}

@media screen and (min-width: 500px) {
  .index-kv-text {
    font-size: 60px;
  }
}

@media screen and (min-width: 600px) {
  .index-kv-text {
    font-size: 70px;
  }
}

@media screen and (min-width: 700px) {
  .index-kv-text {
    font-size: 80px;
  }
}

@media screen and (min-width: 800px) {
  .index-kv-text {
    font-size: 90px;
  }
}

@media screen and (min-width: 900px) {
  .index-kv-text {
    font-size    : 100px;
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 1000px) {
  .index-kv-text {
    font-size: 110px;
  }
}

@media screen and (min-width: 1100px) {
  .index-kv-text {
    font-size: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .index-kv-text {
    font-size: 130px;
  }
}

@media screen and (min-width: 1300px) {
  .index-kv-text {
    font-size: 140px;
  }
}

@media screen and (min-width: 1400px) {
  .index-kv-text {
    font-size: 150px;
  }
}

@media screen and (min-width: 1500px) {
  .index-kv-text {
    font-size: 150px;
  }
}

/* 文字レイアウト */
.index-kv-text * {
  opacity: 0;
}

.index-kv-text *.visible {
  opacity: 1;
}

.index-kv-text-design {
  margin-right: 20px;
}

.index-kv-text-shuffle {
  -ms-flex-preferred-size: 100%;
  flex-basis             : 100%;
}

@media screen and (min-width: 560px) {
  .index-kv-text-design {
    margin-right: 40px;
  }
}


/* link
————————————————————————————————————— */
.btn {
  position: relative;
  display : inline-block;
}

.btn a,
.btn span {
  cursor       : pointer;
  position     : relative;
  display      : inline-block;
  padding      : 0 4px 22px 0;
  font-size    : 15px;
  line-height  : 1;
  border-bottom: 2px solid #000;
}

.btn a:before,
.btn span:before {
  content           : "";
  display           : inline-block;
  width             : 16px;
  height            : 16px;
  margin            : 0 22px 0 0;
  border            : 2px solid #000;
  border-radius     : 50%;
  transform         : translateY(2px);
  background-color  : rgba(0, 0, 0, 0);
  -webkit-transition: background-color .2s ease;
  transition        : background-color .2s ease;
}

.btn:hover a:before,
.btn:hover span:before {
  background: #000;
}

.btn:before {
  content                    : '';
  -webkit-transition         : all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition                 : all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: background-color, width, opacity, -webkit-transform;
  transition-property        : background-color, width, opacity, -webkit-transform;
  transition-property        : transform, background-color, width, opacity;
  transition-property        : transform, background-color, width, opacity, -webkit-transform;
  -webkit-transition-delay   : 0s;
  transition-delay           : 0s;
  position                   : absolute;
  right                      : 0;
  bottom                     : 0;
  z-index                    : 1;
  width                      : 0;
  height                     : 2px;
  background                 : #fff;
}

.btn:after {
  content                    : '';
  -webkit-transition         : all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition                 : all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: background-color, width, opacity, -webkit-transform;
  transition-property        : background-color, width, opacity, -webkit-transform;
  transition-property        : transform, background-color, width, opacity;
  transition-property        : transform, background-color, width, opacity, -webkit-transform;
  -webkit-transition-delay   : 0.2s;
  transition-delay           : 0.2s;
  position                   : absolute;
  right                      : 0;
  bottom                     : 0;
  z-index                    : 2;
  width                      : 0;
  height                     : 2px;
  background                 : #000;
}

.btn:hover:before,
.btn:hover:after {
  left : 0;
  width: 100%;
}

@media screen and (min-width: 960px) {

  .btn a,
  .btn span {
    font-size         : 18px;
    -webkit-transition: all .4s ease;
    transition        : all .4s ease;
  }




}

/* —————————————————————————————————————————————————————————
	index-about
————————————————————————————————————————————————————————— */
.index-about {
  padding: 80px 0;
}

@media screen and (min-width: 560px) {
  .index-about {
    padding: 100px 0;
  }
}

@media screen and (min-width: 960px) {
  .index-about {
    padding: 140px 0 140px 8%;
  }
}

/* text
————————————————————————————————————— */
.index-about p {
  font-size : 16px;
  margin-top: 20px;
}

.index-about p:first-child {
  margin-top: 0;
}

.index-about p br {
  display: none;
}

@media screen and (min-width: 560px) {
  .index-about p {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .index-about p {
    margin-top: 0;
  }

  .index-about p br {
    display: inline;
  }
}

@media screen and (min-width: 1024px) {
  .index-about p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1100px) {
  .index-about p {
    font-size: 20px;
  }
}

/* —————————————————————————————————————————————————————————
	works
————————————————————————————————————————————————————————— */

/* button
————————————————————————————————————— */
.index-works-more {
  text-align: center;
}

/* list
————————————————————————————————————— */
.index-works-list {
  margin-bottom: 28px;
}

.index-works-entry {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction   : column-reverse;
  flex-direction       : column-reverse;
  width                : 100%;
  margin-bottom        : 28px;
  opacity              : 0;
  -webkit-transition   : opacity .5s;
  -moz-transition      : opacity .5s;
  -o-transition        : opacity .5s;
  -ms-transition       : opacity .5s;
  transition           : opacity .5s;
}

.index-works-entry.fade_on {
  opacity: 1;
}

.index-works-entry a {
  cursor  : pointer;
  position: relative;
  width   : 100%;
}

@media screen and (min-width: 560px) {
  .index-works-list {
    overflow        : hidden;
    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;
    margin-bottom   : 40px;
  }

  .index-works-entry {
    margin-bottom              : 40px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration   : 0.2s;
    -ms-transition-duration    : 0.2s;
    -o-transition-duration     : 0.2s;
    transition-duration        : 0.2s;
  }
}

@media screen and (min-width: 960px) {
  .index-works-list {
    margin-bottom: 20px;
  }

  .index-works-entry {
    margin-bottom: 40px;
  }
}

/* txt
————————————————————————————————————— */
.index-works-entry-text {
  margin-top : 12px;
  line-height: 1.2;
}

.index-works-entry-text h3 {
  font-size  : 18px;
  font-weight: 400;
  line-height: 1.4;
}

.index-works-entry-text span {
  opacity    : .5;
  font-size  : 12px;
  line-height: 1.8;
}

.index-works-entry-text span:after {
  content: ",";
}

.index-works-entry-text span:last-child:after {
  content     : "";
  margin-right: 0;
}

@media screen and (min-width: 960px) {
  .index-works-entry-text {
    margin-top: 16px;
  }

  .index-works-entry-text h3 {
    font-size: 20px;
  }
}

/* img
————————————————————————————————————— */
.index-works-entry-image {
  overflow   : hidden;
  position   : relative;
  line-height: 1;
}

.index-works-entry-image * {
  line-height: 1;
}

.index-works-entry-image span {
  display                    : block;
  width                      : 100%;
  padding-top                : 62.5%;
  background-color           : #f5f5f5;
  background-size            : cover;
  background-repeat          : no-repeat;
  background-position        : center center;
  -webkit-transition         : transform .25s ease;
  transition                 : transform .25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
}

.index-works-entry-image span:after {
  content           : '';
  display           : block;
  position          : absolute;
  top               : 0;
  left              : 0;
  width             : 100%;
  height            : 100%;
  background        : #000;
  opacity           : 0;
  -webkit-transition: opacity .25s ease;
  transition        : opacity .25s ease;
}

/* flickity */
.index-works-entry-image span.is-selected {
  z-index: 1;
}

.index-works-entry-image .flickity-slider {}

@media screen and (min-width: 960px) {
  .index-works-entry-image span {
    padding-top: 131%;
  }

  .index-works-entry-image:hover span {
    -webkit-transform: scale(1.1);
    transform        : scale(1.1);
  }

  .index-works-entry-image:hover span:after {
    opacity: .1;
  }

  .index-works-entry:nth-child(1) .index-works-entry-image span,
  .index-works-entry:nth-child(6) .index-works-entry-image span,
  .index-works-entry:nth-child(7) .index-works-entry-image span,
  .index-works-entry:nth-child(12) .index-works-entry-image span {
    padding-top: 62.5%;
  }
}

/* grid
————————————————————————————————————— */
@media screen and (min-width: 560px) {

  .grid-item,
  .grid-sizer {
    width: 48%;
  }

  .gutter-sizer {
    width: 4%;
  }
}

@media screen and (min-width: 960px) {

  .grid-item,
  .grid-sizer {
    width: 23.5%;
  }

  .gutter-sizer {
    width: 4%;
    width: 2%;
  }

  .grid-item:nth-child(1),
  .grid-item:nth-child(6),
  .grid-item:nth-child(7),
  .grid-item:nth-child(12) {
    width: 49%;
  }
}


/* infinite-scroll
————————————————————————————————————— */
.scroller-status {
  display   : none;
  margin-top: 40px;
}

.infinite-scroll-request {
  animation    : scroll-request 1.1s infinite linear;
  border       : 4px solid #000;
  border-left  : 4px solid #fff;
  border-radius: 50%;
  width        : 48px;
  height       : 48px;
  margin       : 0 auto;
}

@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.infinite-scroll-last,
.infinite-scroll-error {
  color: #757575;
}

/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ about ▼▼▼

————————————————————————————————————————————————————————————————————————————— */
/* —————————————————————————————————————————————————————————
	common
————————————————————————————————————————————————————————— */
.about-about,
.about-service,
.about-member {
  margin: 0 0 80px;
}

.about-about ul,
.about-service ul {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  -webkit-box-align: start;
  -ms-flex-align   : start;
  align-items      : flex-start;
  -webkit-box-pack : justify;
  -ms-flex-pack    : justify;
  justify-content  : space-between;
  margin-top       : 32px;
}

.about-about ul li,
.about-service ul li {
  max-width              : 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis             : 48%;
  font-size              : 10px;
}

@media screen and (min-width: 560px) {

  .about-about ul,
  .about-service ul {
    margin-top: 40px;
  }

  .about-about ul li,
  .about-service ul li {
    font-size: 14px;
  }
}

@media screen and (min-width: 960px) {

  .about-about,
  .about-service,
  .about-member,
  .about-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about-about h1,
  .about-service h1,
  .about-member h1,
  .about-company h1 {
    max-width              : 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis             : 25%;
  }

  .about-about-content,
  .about-service-content,
  .about-member-content,
  .about-company-content {
    max-width              : 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis             : 75%;
  }

}

/* —————————————————————————————————————————————————————————
	about
————————————————————————————————————————————————————————— */
.about-about-content p {
  margin: 24px 0 0;
}

.about-about-content p:first-child {
  margin: 0;
}

.about-about-content .about-about-sp {
  margin    : 40px 0 0;
  text-align: center;
}

.about-about-content .about-about-sp svg {
  width : 100%;
  height: auto;
}

.about-about-content .about-about-pc svg path {
  fill: #000;
}

.about-about-content .about-about-pc {
  display: none;
}

.about-about-content .about-about-pc svg {
  width : 100%;
  height: auto;
}

.about-about-content .about-about-pc svg path {
  fill: #000;
}

@media screen and (min-width: 560px) {
  .about-about-content p {
    margin: 0 0 28px;
  }

  .about-about-content p:first-child {
    margin: 0 0 28px;
  }

  .about-about-content .about-about-pc {
    display: block;
    margin : 80px 0;
  }

  .about-about-content .about-about-sp {
    display: none;
  }
}

/* —————————————————————————————————————————————————————————
	service
————————————————————————————————————————————————————————— */
.about-service {
  margin: 0 0 80px;
}

.about-service-content-detail {
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
  padding      : 28px 0 36px;
  border-bottom: 1px solid #e0e0e0;
}

.about-service-content-detail:first-child {
  border-top: 1px solid #e0e0e0;
}

.about-service-content-detail h2 {
  width      : 100%;
  font-size  : 22px;
  font-weight: 400;
  margin     : 0 0 28px;
}

@media screen and (min-width: 560px) {
  .about-service-content-detail {
    padding: 24px 0;
  }
}

@media screen and (min-width: 960px) {
  .about-service-content-detail {
    padding: 40px 0;
  }

  .about-service-content-detail h2 {
    font-size              : 22px;
    max-width              : 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis             : 33.33%;
  }

  .about-service-content-detail div {
    -webkit-flex: 1;
    flex        : 1;
  }
}

/* —————————————————————————————————————————————————————————
	member
————————————————————————————————————————————————————————— */
.about-member-content-detail {
  margin: 0 0 40px;
}

.about-member-content-detail h2 {
  font-size  : 22px;
  font-weight: 400;
}

.about-member-content-detail h2 span {
  display    : block;
  margin     : 0 0 12px;
  font-size  : 22px;
  font-weight: 400;
}

.about-member-content-detail p {
  font-size: 14px;
  margin   : 0 0 12px;
}

.about-member-content-detail ul {
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
}

.about-member-content-detail ul li:before {
  content: "/";
  margin : 0 8px;
}

.about-member-content-detail ul li:first-child:before {
  content: "";
  margin : 0;
}

.about-member-content-detail ul li a {
  text-decoration: underline;
}

.about-member-content-detail ul li a:hover {
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .about-member-content {
    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;
  }

  .about-member-content-detail {
    max-width              : 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis             : 33.33%;
  }

  .about-member-content-detail p {
    padding-right: 60px;
  }
}

/* —————————————————————————————————————————————————————————
	company
————————————————————————————————————————————————————————— */
.about-company-content dl {
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
}

.about-company-content dl dt,
.about-company-content dl dd {
  font-size : 12px;
  padding   : 16px 0;
  border-top: 1px solid #dedede;
}

.about-company-content dl dt:first-child,
.about-company-content dl dd:nth-child(2) {
  padding   : 0 0 16px;
  border-top: 1px none;
}

.about-company-content dl dt {
  max-width              : 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis             : 33.33%;
}

.about-company-content dl dd {
  max-width              : 66.66%;
  -ms-flex-preferred-size: 66.66%;
  flex-basis             : 66.66%;
}

.about-company-content dl dd div {
  margin-top: 20px;
}

.about-company-content a {
  text-decoration: underline;
}

.about-company-content a:hover {
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .about-company-content dl {
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
  }

  .about-company-content dl dt,
  .about-company-content dl dd {
    font-size: 14px;
  }

  .about-company-content dl dt,
  .about-company-content dl dd {
    padding: 20px 0;
  }

  .about-company-content dl dt br {
    display: none;
  }
}


.about-company img {
  width   : 70px;
  height  : 70px;
  overflow: hidden;
}

.about-company img.black {
  display: inline-block;
}

.about-company img.white {
  display: none;
}

body.dark .about-company img.black {
  display: none;
}

body.dark .about-company img.white {
  display: inline-block;
}

/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ News-list ▼▼▼

————————————————————————————————————————————————————————————————————————————— */

/* —————————————————————————————————————————————————————————
	list
————————————————————————————————————————————————————————— */
.news-list article {
  margin: 0 0 28px;
}

.news-list article a {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction   : column-reverse;
  flex-direction       : column-reverse;
}

@media screen and (min-width: 560px) {
  .news-list {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
    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;
    width                  : 100%;
  }

  .news-list article {
    max-width              : 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis             : 48%;
    margin                 : 0 0 40px;
  }
}

@media screen and (min-width: 960px) {
  .news-list {
    -webkit-box-pack: start;
    -ms-flex-pack   : start;
    justify-content : flex-start;
  }

  .news-list article {
    max-width              : 23.5%;
    -ms-flex-preferred-size: 23.5%;
    flex-basis             : 23.5%;
    margin-right           : 2%;
  }

  .news-list article:nth-child(4n) {
    margin-right: 0;
  }
}

/* txt
————————————————————————————————————— */
.news-list article a div:first-child h3 {
  font-size  : 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-top : 16px;
}

.news-list article a div:first-child time {
  color      : rgba(0, 0, 0, .5);
  font-size  : 12px;
  line-height: 1.5;
}

/* img
————————————————————————————————————— */
.news-list article a div:last-child {
  overflow: hidden;
  position: relative;
}

.news-list article a div:last-child span {
  display                    : block;
  position                   : relative;
  width                      : 100%;
  padding-top                : 62%;
  background-color           : #f5f5f5;
  background-size            : cover;
  background-repeat          : no-repeat;
  background-position        : center center;
  opacity                    : 1;
  transition                 : transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
}

.news-list article a div:last-child span:after {
  content           : '';
  display           : block;
  position          : absolute;
  top               : 0;
  left              : 0;
  width             : 100%;
  height            : 100%;
  background-color  : #212121;
  opacity           : 0;
  -webkit-transition: opacity .25s ease;
  transition        : opacity .25s ease;
}

.news-list article a:hover div:last-child span {
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
}

.news-list article a:hover div:last-child span:after {
  opacity: .25;
}

/* —————————————————————————————————————————————————————————
	more
————————————————————————————————————————————————————————— */
.news-more {
  text-align: center;
}

@media screen and (min-width: 560px) {
  .news-more {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
  }
}

/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ news-single ▼▼▼

————————————————————————————————————————————————————————————————————————————— */
.news-single {}

@media screen and (min-width: 960px) {
  .news-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width  : 100%;
  }
}

/* —————————————————————————————————————————————————————————
	title
————————————————————————————————————————————————————————— */
.news-single-title {
  margin-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .news-single-title {
    max-width              : 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis             : 33.33%;
  }
}

/* h1
————————————————————————————————————— */
.news-single-title h1 {
  font-size  : 20px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  .news-single-title h1 {
    padding-right: 25%;
  }
}

/* time
————————————————————————————————————— */
.news-single-title time {
  display    : block;
  margin     : 12px 0;
  opacity    : .5;
  font-size  : 12px;
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  .news-single-title time {
    font-size: 14px;
    margin   : 12px 0 84px;
  }
}

/* button
————————————————————————————————————— */
/*input*/
.news-single-title-link input {
  position: fixed;
  left    : -100%;
}

/*button*/
.news-single-title-link button {
  -webkit-user-select: none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
  -webkit-appearance : none;
  -moz-appearance    : none;
  appearance         : none;
  border             : none;
  outline            : none;
  background         : none;
  cursor             : pointer;
  position           : relative;
  display            : -webkit-box;
  display            : -ms-flexbox;
  display            : flex;
  -webkit-box-align  : center;
  -ms-flex-align     : center;
  align-items        : center;
  width              : 44px;
  height             : 44px;
}

.news-single-title-link button:before {
  position   : absolute;
  left       : 14px;
  z-index    : 2;
  content    : "\e900";
  font-size  : 15px;
  font-weight: 400;
  font-family: "icomoon";
}

body.dark .news-single-title-link button:before {
  color: #fff;
}

.news-single-title-link button>span {
  position: absolute;
  top     : 0;
  left    : 0;
  display : block;
  overflow: hidden;
  width   : 50%;
  height  : 100%;
}

.news-single-title-link button>span:nth-child(2),
.news-single-title-link button>span:nth-child(4) {
  left: 50%;
}

.news-single-title-link button>span>span {
  display           : block;
  width             : 100%;
  height            : 100%;
  border            : 1px solid #000;
  opacity           : .3;
  -webkit-transition: -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  transition        : -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  -o-transition     : transform .8s cubic-bezier(.77, 0, .175, 1);
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1);
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
}

body.dark .news-single-title-link button>span>span {
  border: 1px solid #fff;
}

.news-single-title-link button>span:nth-child(1)>span,
.news-single-title-link button>span:nth-child(3)>span {
  border-top-left-radius   : 12vw;
  border-bottom-left-radius: 12vw;
  border-right             : 0 !important;
  -webkit-transform-origin : right center;
  -ms-transform-origin     : right center;
  transform-origin         : right center;
}

.news-single-title-link button>span:nth-child(1)>span,
.news-single-title-link button>span:nth-child(2)>span {
  -webkit-transition-delay: .15s;
  -o-transition-delay     : .15s;
  transition-delay        : .15s;
}

.news-single-title-link button>span:nth-child(2)>span,
.news-single-title-link button>span:nth-child(4)>span {
  border-top-right-radius   : 12vw;
  border-bottom-right-radius: 12vw;
  border-left               : 0 !important;
  -webkit-transform-origin  : left center;
  -ms-transform-origin      : left center;
  transform-origin          : left center;
}

.news-single-title-link button>span:nth-child(3)>span,
.news-single-title-link button>span:nth-child(4)>span {
  opacity           : 0;
  -webkit-transition: opacity .5s cubic-bezier(.77, 0, .175, 1) .45s, -webkit-transform .8s cubic-bezier(.77, 0, .175, 1) .15s;
  transition        : opacity .5s cubic-bezier(.77, 0, .175, 1) .45s, -webkit-transform .8s cubic-bezier(.77, 0, .175, 1) .15s;
  -o-transition     : transform .8s cubic-bezier(.77, 0, .175, 1) .15s, opacity .5s cubic-bezier(.77, 0, .175, 1) .45s;
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1) .15s, opacity .5s cubic-bezier(.77, 0, .175, 1) .45s;
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1) .15s, opacity .5s cubic-bezier(.77, 0, .175, 1) .45s, -webkit-transform .8s cubic-bezier(.77, 0, .175, 1) .15s;
}

.news-single-title-link button>span:nth-child(3)>span {
  -webkit-transform: rotate(-180deg);
  -ms-transform    : rotate(-180deg);
  transform        : rotate(-180deg);
}

.news-single-title-link button>span:nth-child(4)>span {
  -webkit-transform: rotate(180deg);
  -ms-transform    : rotate(180deg);
  transform        : rotate(180deg);
}

@media (min-width: 750px) {

  .news-single-title-link button>span:nth-child(1)>span,
  .news-single-title-link button>span:nth-child(3)>span {
    border-top-left-radius   : 90px;
    border-bottom-left-radius: 90px;
  }

  .news-single-title-link button>span:nth-child(2)>span,
  .news-single-title-link button>span:nth-child(4)>span {
    border-top-right-radius   : 90px;
    border-bottom-right-radius: 90px;
  }
}

@media (min-width: 820px) {

  .news-single-title-link button>span:nth-child(1)>span,
  .news-single-title-link button>span:nth-child(3)>span {
    border-top-left-radius   : 3.81944vw;
    border-bottom-left-radius: 3.81944vw;
  }

  .news-single-title-link button>span:nth-child(2)>span,
  .news-single-title-link button>span:nth-child(4)>span {
    border-top-right-radius   : 3.81944vw;
    border-bottom-right-radius: 3.81944vw;
  }
}

/* hover */
.news-single-title-link button:hover>span:nth-child(1)>span {
  -webkit-transition-delay: 0s;
  -o-transition-delay     : 0s;
  ransition-delay         : 0s;
  -webkit-transform       : rotate(180deg);
  -ms-transform           : rotate(180deg);
  transform               : rotate(180deg);
}

.news-single-title-link button:hover>span:nth-child(2)>span {
  -webkit-transition-delay: 0s;
  -o-transition-delay     : 0s;
  transition-delay        : 0s;
  -webkit-transform       : rotate(-180deg);
  -ms-transform           : rotate(-180deg);
  transform               : rotate(-180deg);
}

.news-single-title-link button:hover>span:nth-child(3)>span,
.news-single-title-link button:hover>span:nth-child(4)>span {
  -webkit-transition: opacity .4s cubic-bezier(.26, 1.04, .54, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  transition        : opacity .4s cubic-bezier(.26, 1.04, .54, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  -o-transition     : transform .8s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.26, 1.04, .54, 1);
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.26, 1.04, .54, 1);
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.26, 1.04, .54, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  -webkit-transform : rotate(0);
  -ms-transform     : rotate(0);
  transform         : rotate(0);
  opacity           : 1;
}


/*nobiru*/
.news-single-title-link button div {
  position          : absolute;
  top               : 0;
  left              : 0;
  z-index           : 1;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  white-space       : nowrap;
  opacity           : 0;
  width             : 44px;
  height            : 44px;
  border            : 1px solid #000;
  border-radius     : 12vw;
  border-radius     : 90px;
  background-color  : #fff;
  -webkit-transition: opacity .15s ease .15s, width .25s ease, padding-left .25s ease;
  transition        : opacity .15s ease .15s, width .25s ease, padding-left .25s ease;
}

body.dark .news-single-title-link button div {
  background-color: #fff;
}

.news-single-title-link button.is_copy div {
  opacity           : 1;
  width             : 128px;
  padding-left      : 36px;
  -webkit-transition: opacity 0s ease, width .25s ease, padding-left .25s ease;
  transition        : opacity 0s ease, width .25s ease, padding-left .25s ease;
}

body.dark .news-single-title-link button.is_copy:before {
  color: #000;
}

/* —————————————————————————————————————————————————————————
	content
————————————————————————————————————————————————————————— */
.news-single-content img {
  max-width: 100%;
  height   : auto;
}

.news-single-content h2 {
  font-size: 20px;
}

@media screen and (min-width: 960px) {
  .news-single-content {
    max-width              : 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis             : 66.66%;
    font-size              : 15px;
  }
}

/* thumbnail
————————————————————————————————————— */
.news-single-content-thumbnail {
  overflow     : hidden;
  position     : relative;
  margin-bottom: 40px;
}

.news-single-content-thumbnail span {
  display            : block;
  position           : relative;
  width              : 100%;
  padding-top        : 62%;
  background-color   : #f5f5f5;
  background-size    : cover;
  background-repeat  : no-repeat;
  background-position: center center;
}

/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ Works-list ▼▼▼

————————————————————————————————————————————————————————————————————————————— */
/* —————————————————————————————————————————————————————————
	layout
————————————————————————————————————————————————————————— */
@media screen and (min-width: 960px) {
  .works-content {
    position     : relative;
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
  }

  .works-fillter {
    max-width              : 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis             : 25%;
  }

  .works-list {
    max-width              : 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis             : 75%;

  }

  .works-more {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
    padding-left           : 25%;
  }
}

/* —————————————————————————————————————————————————————————
	fillter:
————————————————————————————————————————————————————————— */
.works-fillter {
  margin-bottom: 60px;
}

.works-fillter-fixed {
  display      : -webkit-box;
  display      : -ms-flexbox;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
  width        : 100%;
}

@media screen and (min-width: 960px) {
  .works-fillter-fixed {
    display : block;
    width   : auto;
    position: fixed;
  }

  .works-fillter-fixed.is-release {
    position: absolute;
    bottom  : 0;
  }
}

/* ttl
————————————————————————————————————— */
.works-fillter h1 {
  max-width              : 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis             : 100%;
  display                : -webkit-box;
  display                : -ms-flexbox;
  display                : flex;
}

.works-fillter h1 span {
  font-size  : 14px;
  margin-left: 4px;
}

/* list
————————————————————————————————————— */
.works-fillter dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width  : 100%;
}

.works-fillter dl dt {
  max-width              : 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis             : 50%;
}

.works-fillter dl dd {
  max-width              : 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis             : 50%;
}

.works-fillter dl dd ul li a {
  opacity  : .5;
  font-size: 14px;
}

.works-fillter dl dd ul li.current a {
  opacity: 1;
  color  : #000;
}

@media screen and (min-width: 560px) {
  .works-fillter dl dd {
    padding-left: 2%;
  }
}

@media screen and (min-width: 960px) {
  .works-fillter dl {
    display: block;
  }

  .works-fillter dl dt {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
    margin-bottom          : 8px;
    font-size              : 14px;
  }

  .works-fillter dl dd {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
    padding-left           : 0;
  }

  .works-fillter dl dd ul {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
  }

  .works-fillter dl dd ul li {
    line-height: 1.3;
  }

  .works-fillter dl dd ul li a {
    -webkit-transition: color .25s ease;
    transition        : color .25s ease;
  }

  .works-fillter dl dd ul li a:hover {
    opacity: 1;
  }
}

/* —————————————————————————————————————————————————————————
	list
————————————————————————————————————————————————————————— */
.works-list article {
  margin: 0 0 36px;
}

.works-list article {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction   : column-reverse;
  flex-direction       : column-reverse;
}

@media screen and (min-width: 560px) {
  .works-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;
  }

  .works-list article {
    max-width              : 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis             : 48%;
  }
}

@media screen and (min-width: 960px) {
  .works-list {
    -webkit-box-pack: start;
    -ms-flex-pack   : start;
    justify-content : flex-start;
  }

  .works-list article {
    max-width              : 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis             : 32%;
    margin-right           : 2%;
  }

  .works-list article:nth-child(3n) {
    margin-right: 0;
  }
}

/* txt
————————————————————————————————————— */
.works-list article div:first-child {
  line-height: 1.2;
}

.works-list article div:first-child h3 {
  font-size  : 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top : 16px;
}

.works-list article div:first-child span {
  opacity    : .5;
  font-size  : 12px;
  line-height: 1.5;
}

.works-list article div:first-child span:after {
  content: ",";
}

.works-list article div:first-child span:last-child:after {
  content     : "";
  margin-right: 0;
}

/* img
————————————————————————————————————— */
.works-list article a div:last-child {
  overflow: hidden;
  position: relative;
}

.works-list article a div:last-child span {
  display                    : block;
  position                   : relative;
  width                      : 100%;
  padding-top                : 62.5%;
  background-size            : cover;
  background-repeat          : no-repeat;
  background-position        : center;
  opacity                    : 1;
  transition                 : transform .5s;
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
}

.works-list article a div:last-child span:after {
  content           : '';
  display           : block;
  position          : absolute;
  top               : 0;
  left              : 0;
  width             : 100%;
  height            : 100%;
  background-color  : #212121;
  opacity           : 0;
  -webkit-transition: opacity .25s ease;
  transition        : opacity .25s ease;
}

@media screen and (min-width: 960px) {
  .works-list article a:hover div:last-child span {
    -webkit-transform: scale(1.1);
    transform        : scale(1.1);
  }

  .works-list article a:hover div:last-child span:after {
    opacity: .25;
  }
}

/* —————————————————————————————————————————————————————————
	work-more
————————————————————————————————————————————————————————— */
.works-more {
  text-align: center;
}

/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ Works-detail ▼▼▼

————————————————————————————————————————————————————————————————————————————— */
/* —————————————————————————————————————————————————————————
	header
————————————————————————————————————————————————————————— */
.works-single-header {
  position         : relative;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  -webkit-box-align: start;
  -ms-flex-align   : start;
  align-items      : flex-start;
  width            : 100%;
  padding          : 40px 4% 48px;
}

@media screen and (min-width: 960px) {
  .works-single-header {
    padding: 40px 4% 70px;
  }
}

/* —————————————————————————————————————————————————————————
	layout
————————————————————————————————————————————————————————— */
.works-single-cover {
  max-width              : 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis             : 100%;
}

.works-single-header-category {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order           : 1;
  order                    : 1;
  max-width                : 50%;
  -ms-flex-preferred-size  : 50%;
  flex-basis               : 50%;
}

.works-single-header-client {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order           : 2;
  order                    : 2;
  max-width                : 50%;
  -ms-flex-preferred-size  : 50%;
  flex-basis               : 50%;
}

.works-single-header-title {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order           : 3;
  order                    : 3;
  max-width                : 100%;
  -ms-flex-preferred-size  : 100%;
  flex-basis               : 100%;
}

.works-single-header-title .works-single-header-copy {
  display: none;
}

.works-single-header-description {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order           : 4;
  order                    : 4;
  max-width                : 100%;
  -ms-flex-preferred-size  : 100%;
  flex-basis               : 100%;
}

.works-single-header-copy {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order           : 5;
  order                    : 5;
  max-width                : 38%;
  -ms-flex-preferred-size  : 38%;
  flex-basis               : 38%;
}

.works-single-header-view {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order           : 6;
  order                    : 6;
  max-width                : 62%;
  -ms-flex-preferred-size  : 62%;
  flex-basis               : 62%;
}

@media screen and (min-width: 960px) {
  .works-single-header-category {
    max-width              : 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis             : 25%;
  }

  .works-single-header-client {
    max-width              : 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis             : 75%;
  }

  .works-single-header-title {
    max-width              : 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis             : 25%;
  }

  .works-single-header-description {
    max-width              : 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis             : 75%;
  }

  .works-single-header-copy {
    display                : none;
    max-width              : 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis             : 25%;
  }

  .works-single-header-title .works-single-header-copy {
    display   : block;
    margin-top: 40px;
  }

  .works-single-header-view {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
    padding-left           : 25%;
  }
}

/* cover
————————————————————————————————————— */
.works-single-cover {
  overflow: hidden;
  position: relative;
}

.works-single-cover span {
  display            : block;
  position           : relative;
  width              : 100%;
  padding-top        : 100%;
  background-color   : #aaa;
  background-size    : cover;
  background-repeat  : no-repeat;
  background-position: center center;
  opacity            : 1;
  transition         : transform .5s ease;
}

@media screen and (min-width: 960px) {
  .works-single-cover span {
    padding-top: calc(100vh - 120px)
  }
}

/* category
————————————————————————————————————— */
.works-single-header-category dl dt,
.works-single-header-client dl dt {
  opacity      : .5;
  font-size    : 12px;
  line-height  : 1.5;
  margin-bottom: 4px;
}

.works-single-header-category dl dd,
.works-single-header-client dl dd {
  line-height: 1.5;
}

.works-single-header-category dl dd,
.works-single-header-client dl dd {
  font-size: 12px;
}

.works-single-header-category dl dd span:after {
  content: ",";
}

.works-single-header-category dl dd span:last-child:after {
  content: "";
}

/* client
————————————————————————————————————— */
.works-single-header-client dl dt {
  color    : rgba(0, 0, 0, .5);
  font-size: 12px;
}

.works-single-header-client dl dd {
  font-size: 12px;
}

/* title
————————————————————————————————————— */
.works-single-header-title {
  padding: 28px 0 20px;
}

.works-single-header-title h1 {
  font-size    : 22px;
  font-weight  : 400;
  line-height  : 1.5;
  word-wrap    : break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 960px) {
  .works-single-header-title {
    padding: 40px 50px 0 0;
  }

  .works-single-header-title h1 {
    font-size: 26px;
  }
}

/* description
————————————————————————————————————— */
.works-single-header-description {
  padding: 0 0 24px;
}

@media screen and (min-width: 960px) {
  .works-single-header-description {
    padding  : 40px 0 30px;
    font-size: 15px;
  }
}

/* copy
————————————————————————————————————— */
.works-single-header-copy button {
  cursor             : pointer;
  -webkit-user-select: none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
  -webkit-appearance : none;
  2-moz-appearance   : none;
  appearance         : none;
  border             : none;
  outline            : none;
  background         : none;
  position           : relative;
  display            : -webkit-box;
  display            : -ms-flexbox;
  display            : flex;
  -webkit-box-align  : center;
  -ms-flex-align     : center;
  align-items        : center;
  width              : 44px;
  height             : 44px;
}

.works-single-header-copy button:before {
  position   : absolute;
  left       : 14px;
  z-index    : 1;
  content    : "\e900";
  font-size  : 15px;
  font-weight: 400;
  font-family: "icomoon";
}

/* circle */
.works-single-header-copy button>span {
  position: absolute;
  top     : 0;
  left    : 0;
  display : block;
  overflow: hidden;
  width   : 50%;
  height  : 100%;
}

.works-single-header-copy button>span:nth-child(2),
.works-single-header-copy button>span:nth-child(4) {
  left: 50%;
}

.works-single-header-copy button>span>span {
  display           : block;
  width             : 100%;
  height            : 100%;
  border            : 1px solid #000;
  opacity           : .3;
  -webkit-transition: -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  transition        : -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  -o-transition     : transform .8s cubic-bezier(.77, 0, .175, 1);
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1);
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
}

.works-single-header-copy button>span:nth-child(1)>span,
.works-single-header-copy button>span:nth-child(3)>span {
  border-top-left-radius   : 12vw;
  border-bottom-left-radius: 12vw;
  border-right             : 0;
  -webkit-transform-origin : right center;
  -ms-transform-origin     : right center;
  transform-origin         : right center;
}

.works-single-header-copy button>span:nth-child(1)>span,
.works-single-header-copy button>span:nth-child(2)>span {
  -webkit-transition-delay: .15s;
  -o-transition-delay     : .15s;
  transition-delay        : .15s;
}

.works-single-header-copy button>span:nth-child(2)>span,
.works-single-header-copy button>span:nth-child(4)>span {
  border-top-right-radius   : 12vw;
  border-bottom-right-radius: 12vw;
  border-left               : 0;
  -webkit-transform-origin  : left center;
  -ms-transform-origin      : left center;
  transform-origin          : left center;
}

.works-single-header-copy button>span:nth-child(3)>span,
.works-single-header-copy button>span:nth-child(4)>span {
  opacity           : 0;
  -webkit-transition: opacity .5s cubic-bezier(.77, 0, .175, 1) .45s, -webkit-transform .8s cubic-bezier(.77, 0, .175, 1) .15s;
  transition        : opacity .5s cubic-bezier(.77, 0, .175, 1) .45s, -webkit-transform .8s cubic-bezier(.77, 0, .175, 1) .15s;
  -o-transition     : transform .8s cubic-bezier(.77, 0, .175, 1) .15s, opacity .5s cubic-bezier(.77, 0, .175, 1) .45s;
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1) .15s, opacity .5s cubic-bezier(.77, 0, .175, 1) .45s;
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1) .15s, opacity .5s cubic-bezier(.77, 0, .175, 1) .45s, -webkit-transform .8s cubic-bezier(.77, 0, .175, 1) .15s;
}

.works-single-header-copy button>span:nth-child(3)>span {
  -webkit-transform: rotate(-180deg);
  -ms-transform    : rotate(-180deg);
  transform        : rotate(-180deg);
}

.works-single-header-copy button>span:nth-child(4)>span {
  -webkit-transform: rotate(180deg);
  -ms-transform    : rotate(180deg);
  transform        : rotate(180deg);
}

@media (min-width: 750px) {

  .works-single-header-copy button>span:nth-child(1)>span,
  .works-single-header-copy button>span:nth-child(3)>span {
    border-top-left-radius   : 90px;
    border-bottom-left-radius: 90px;
  }

  .works-single-header-copy button>span:nth-child(2)>span,
  .works-single-header-copy button>span:nth-child(4)>span {
    border-top-right-radius   : 90px;
    border-bottom-right-radius: 90px;
  }
}

@media (min-width: 820px) {

  .works-single-header-copy button>span:nth-child(1)>span,
  .works-single-header-copy button>span:nth-child(3)>span {
    border-top-left-radius   : 3.81944vw;
    border-bottom-left-radius: 3.81944vw;
  }

  .works-single-header-copy button>span:nth-child(2)>span,
  .works-single-header-copy button>span:nth-child(4)>span {
    border-top-right-radius   : 3.81944vw;
    border-bottom-right-radius: 3.81944vw;
  }
}

/* hover */
.works-single-header-copy button:hover>span:nth-child(1)>span {
  -webkit-transition-delay: 0s;
  -o-transition-delay     : 0s;
  ransition-delay         : 0s;
  -webkit-transform       : rotate(180deg);
  -ms-transform           : rotate(180deg);
  transform               : rotate(180deg);
}

.works-single-header-copy button:hover>span:nth-child(2)>span {
  -webkit-transition-delay: 0s;
  -o-transition-delay     : 0s;
  transition-delay        : 0s;
  -webkit-transform       : rotate(-180deg);
  -ms-transform           : rotate(-180deg);
  transform               : rotate(-180deg);
}

.works-single-header-copy button:hover>span:nth-child(3)>span,
.works-single-header-copy button:hover>span:nth-child(4)>span {
  -webkit-transition: opacity .4s cubic-bezier(.26, 1.04, .54, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  transition        : opacity .4s cubic-bezier(.26, 1.04, .54, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  -o-transition     : transform .8s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.26, 1.04, .54, 1);
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.26, 1.04, .54, 1);
  transition        : transform .8s cubic-bezier(.77, 0, .175, 1), opacity .4s cubic-bezier(.26, 1.04, .54, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  -webkit-transform : rotate(0);
  -ms-transform     : rotate(0);
  transform         : rotate(0);
  opacity           : 1;
}


/* url */
.works-single-header-copy_link {
  position: fixed;
  left    : -100%;
}

/*nobiru*/

.works-single-header-copy-button div {
  position          : absolute;
  top               : 0;
  left              : 0;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
  white-space       : nowrap;
  opacity           : 0;
  width             : 44px;
  height            : 44px;
  padding-left      : 0;
  border-style      : solid;
  border-width      : 1px;
  border-radius     : 12vw;
  border-radius     : 90px;
  -webkit-transition: opacity .15s ease .15s, width .25s ease, padding-left .25s ease;
  transition        : opacity .15s ease .15s, width .25s ease, padding-left .25s ease;
}

.works-single-header-copy-button.is_copy div {
  opacity           : 1;
  width             : 128px;
  padding-left      : 36px;
  -webkit-transition: opacity 0s ease, width .25s ease, padding-left .25s ease;
  transition        : opacity 0s ease, width .25s ease, padding-left .25s ease;
}




/* view
————————————————————————————————————— */
.works-single-header-view {
  text-align: right;
}

.works-single-header-view a {
  position          : relative;
  display           : inline-block;
  font-size         : 14px;
  line-height       : 1.5;
  word-break        : break-all;
  padding-bottom    : 8px;
  opacity           : 1;
  -webkit-transition: opacity .25s ease;
  transition        : opacity .25s ease;
  s
}

.works-single-header-view a:before {
  content                    : '';
  -webkit-transition         : all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition                 : all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: background-color, width, opacity, -webkit-transform;
  transition-property        : background-color, width, opacity, -webkit-transform;
  transition-property        : transform, background-color, width, opacity;
  transition-property        : transform, background-color, width, opacity, -webkit-transform;
  -webkit-transition-delay   : 0s;
  transition-delay           : 0s;
  position                   : absolute;
  right                      : 0;
  bottom                     : -1px;
  z-index                    : 1;
  width                      : 0;
  height                     : 1px;
}

.works-single-header-view a:after {
  content                    : '';
  -webkit-transition         : all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition                 : all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: background-color, width, opacity, -webkit-transform;
  transition-property        : background-color, width, opacity, -webkit-transform;
  transition-property        : transform, background-color, width, opacity;
  transition-property        : transform, background-color, width, opacity, -webkit-transform;
  -webkit-transition-delay   : 0.2s;
  transition-delay           : 0.2s;
  position                   : absolute;
  right                      : 0;
  bottom                     : -1px;
  z-index                    : 2;
  width                      : 0;
  height                     : 1px;
}

.works-single-header-view a:hover:before,
.works-single-header-view a:hover:after {
  left : 0;
  width: 100%;
}

@media screen and (min-width: 560px) {
  .works-single-header-view {
    text-align: left;
  }

  .works-single-header-view a {
    font-size: 16px;
  }
}

/* video
————————————————————————————————————— */
.works-single-video {
  width        : 100%;
  margin-bottom: 60px;
  padding      : 20px;
  background   : #E5E5E5;
  text-align   : center;
}

body.dark .works-single-video {
  background: #1E1E1E;
}

.works-single-video video {
  width    : 100%;
  max-width: 960px;
}

@media screen and (min-width: 960px) {
  .works-single-video {
    margin-bottom: 100px;
    padding      : 60px;
  }
}

/* —————————————————————————————————————————————————————————
	content
————————————————————————————————————————————————————————— */

/* image
————————————————————————————————————— */
.works-single-detail-image img {
  max-width: 100%;
  width    : 100%;
  height   : auto;
}

/*　背景色　*/
.works-single-detail-image-one.is-bg,
.works-single-detail-image-two.is-bg {
  background: #E5E5E5;
}

body.dark .works-single-detail-image-one.is-bg,
body.dark .works-single-detail-image-two.is-bg {
  background: #1E1E1E;
}



@media screen and (max-width: 959px) {
  .works-single-detail-image {
    margin-bottom: 60px;
  }

  .works-single-detail-image-one,
  .works-single-detail-image-two {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
    width           : 100%;
  }

  .works-single-detail-image-one.is-two-column,
  .works-single-detail-image-two.is-two-column {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
    -webkit-box-pack       : justify;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
  }

  .works-single-detail-image-two,
  .works-single-detail-image-two.is-two-column {
    margin-top: 40px;
  }

  .works-single-detail-image-one div,
  .works-single-detail-image-two div {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
  }

  .works-single-detail-image-one.is-two-column div,
  .works-single-detail-image-two.is-two-column div {
    max-width              : 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis             : 48%;
  }

  /* 背景色あり */
  .works-single-detail-image-one.is-bg,
  .works-single-detail-image-two.is-bg {
    padding: 24px 24px 0;
  }

  .works-single-detail-image-one.is-bg div,
  .works-single-detail-image-tw.is-bg div {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
  }

  .works-single-detail-image-one.is-two-column.is-bg div,
  .works-single-detail-image-two.is-two-column.is-bg div {
    max-width              : 46.5%;
    -ms-flex-preferred-size: 46.5%;
    flex-basis             : 46.5%;
  }


}

@media screen and (min-width: 960px) {
  .works-single-detail-image {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
    margin-bottom   : 100px;
  }

  .works-single-detail-image-one,
  .works-single-detail-image-two {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
    display                : -webkit-box;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-align      : start;
    -ms-flex-align         : start;
    align-items            : flex-start;
    -webkit-box-pack       : center;
    -ms-flex-pack          : center;
    justify-content        : center;
  }

  /*2カラム*/
  .works-single-detail-image.is-two-column {
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
  }

  .works-single-detail-image.is-two-column .works-single-detail-image-one,
  .works-single-detail-image.is-two-column .works-single-detail-image-two {
    max-width              : 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis             : 49%;
  }

  .works-single-detail-image-one.is-two-column,
  .works-single-detail-image-two.is-two-column {
    max-width              : 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis             : 49%;
    -webkit-box-pack       : justify;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
  }

  .works-single-detail-image-one div,
  .works-single-detail-image-two div {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
    text-align             : center;
  }

  .works-single-detail-image-one.is-two-column div,
  .works-single-detail-image-two.is-two-column div {
    max-width              : 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis             : 48%;
  }

  /* 背景色あり */
  .works-single-detail-image-one.is-bg,
  .works-single-detail-image-two.is-bg {
    padding: 40px 40px 0;
  }

  .works-single-detail-image-one.is-bg.is-two-column div,
  .works-single-detail-image-two.is-bg.is-two-column div {
    max-width              : 46.5%;
    -ms-flex-preferred-size: 46.5%;
    flex-basis             : 46.5%;
  }
}

/* text
————————————————————————————————————— */
.works-single-detail-text {
  margin-bottom: 60px;
}

.works-single-detail-text a {
  text-decoration: underline;
}

.works-single-detail-text a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .works-single-detail-text {
    margin-bottom: 84px;
    padding      : 0 0 0 52%;
    font-size    : 15px;
  }
}

/* —————————————————————————————————————————————————————————
	staff
————————————————————————————————————————————————————————— */
.works-single-staff dl {
  margin: 0 0 32px;
}

.works-single-staff dl dt {
  margin-bottom : 12px;
  padding-bottom: 4px;
  border-bottom : 1px solid #000;
}

@media screen and (min-width: 960px) {
  .works-single-staff {
    max-width              : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%;
    display                : -webkit-box;
    display                : -ms-flexbox;
    display                : flex;
    -ms-flex-wrap          : wrap;
    flex-wrap              : wrap;
  }

  .works-single-staff dl {
    max-width              : 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis             : 32%;
    margin-right           : 2%;
  }

  .works-single-staff dl:nth-child(3n) {
    margin-right: 0;
  }

  .works-single-staff dl dt {
    font-size: 14px;
  }

  .works-single-staff dl dd {
    font-size: 15px;
  }
}

/* —————————————————————————————————————————————————————————
	latest
————————————————————————————————————————————————————————— */
.works-single-latest {
  margin-top: 100px;
}

.works-single-latest h2 {
  font-size    : 18px;
  font-weight  : 400;
  margin-bottom: 12px;
}

.works-single-latest-list article {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction   : column-reverse;
  flex-direction       : column-reverse;
  margin               : 0 0 36px;
}

@media screen and (min-width: 560px) {
  .works-single-latest-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;
  }

  .works-single-latest-list article {
    max-width              : 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis             : 48%;
  }
}

@media screen and (min-width: 960px) {
  .works-single-latest-list {
    -webkit-box-pack: start;
    -ms-flex-pack   : start;
    justify-content : flex-start;
    margin          : 0 -1%;
  }

  .works-single-latest-list article {
    max-width              : 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis             : 25%;
    padding                : 1%;
  }
}

/* txt
————————————————————————————————————— */
.works-single-latest-list article div:first-child {
  line-height: 1.2;
}

.works-single-latest-list article div:first-child h3 {
  font-size  : 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top : 16px;
}

.works-single-latest-list article div:first-child span {
  opacity    : .5;
  font-size  : 12px;
  line-height: 1.5;
}

.works-single-latest-list article div:first-child span:after {
  content: ",";
}

.works-single-latest-list article div:first-child span:last-child:after {
  content     : "";
  margin-right: 0;
}

/* img
————————————————————————————————————— */
.works-single-latest-list article a div:last-child {
  overflow: hidden;
  position: relative;
}

.works-single-latest-list article a div:last-child span {
  display                    : block;
  position                   : relative;
  width                      : 100%;
  padding-top                : 62.5%;
  background-size            : cover;
  background-repeat          : no-repeat;
  background-position        : center;
  opacity                    : 1;
  transition                 : transform .5s;
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
}

.works-single-latest-list article a div:last-child span:after {
  content           : '';
  display           : block;
  position          : absolute;
  top               : 0;
  left              : 0;
  width             : 100%;
  height            : 100%;
  background-color  : #212121;
  opacity           : 0;
  -webkit-transition: opacity .25s ease;
  transition        : opacity .25s ease;
}

.works-single-latest-list article a:hover div:last-child span {
  -webkit-transform: scale(1.1);
  transform        : scale(1.1);
}

.works-single-latest-list article a:hover div:last-child span:after {
  opacity: .25;
}

/* back
————————————————————————————————————— */
.works-single-latest-back a {
  position         : relative;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  font-size        : 18px;
}

.works-single-latest-back a:before {
  content           : '';
  position          : relative;
  right             : 0;
  display           : inline-block;
  width             : 8px;
  height            : 8px;
  border-top        : 1px solid #000;
  border-left       : 1px solid #000;
  margin-right      : 16px;
  -webkit-transform : rotate(-45deg);
  -ms-transform     : rotate(-45deg);
  transform         : rotate(-45deg);
  -webkit-transition: right .2s ease;
  transition        : right .2s ease;
}

.works-single-latest-back>a:after {
  content           : '';
  display           : inline-block;
  position          : absolute;
  top               : 18px;
  left              : 0;
  width             : 12px;
  height            : 1px;
  background        : #000;
  -webkit-transition: left .2s ease;
  transition        : left .2s ease;
}

body.dark .works-single-latest-back a:before {
  border-top : 1px solid #fff;
  border-left: 1px solid #fff;
}

body.dark .works-single-latest-back>a:after {
  background: #fff;
}




/*.works-single-latest-back a span {
  position: relative;
}
.works-single-latest-back a span:before {
  content: '';
  -webkit-transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: background-color, width, opacity, -webkit-transform;
          transition-property: background-color, width, opacity, -webkit-transform;
          transition-property: transform, background-color, width, opacity;
          transition-property: transform, background-color, width, opacity, -webkit-transform;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: absolute;right: 0;bottom: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  background: #fff;
}
.works-single-latest-back a span:after {
  content: '';
  -webkit-transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: background-color, width, opacity, -webkit-transform;
          transition-property: background-color, width, opacity, -webkit-transform;
          transition-property: transform, background-color, width, opacity;
          transition-property: transform, background-color, width, opacity, -webkit-transform;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  position: absolute;right: 0;bottom: 0;
  z-index: 2;
  width: 0;
  height: 2px;
  background: #000;
}
.works-single-latest-back a span:hover:before, .works-single-latest-back a span:hover:after {
   left: 0;
   width: 100%;
}*/




.works-single-latest-back a span {
  position: relative;
}

.works-single-latest-back a span:before {
  content                    : '';
  -webkit-transition         : all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition                 : all .2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: background-color, width, opacity, -webkit-transform;
  transition-property        : background-color, width, opacity, -webkit-transform;
  transition-property        : transform, background-color, width, opacity;
  transition-property        : transform, background-color, width, opacity, -webkit-transform;
  -webkit-transition-delay   : 0.2s;
  transition-delay           : 0.2s;
  position                   : absolute;
  right                      : 0;
  bottom                     : 0;
  width                      : 0;
  height                     : 1px;
  background                 : #000;
}

.works-single-latest-back a:hover span:before {
  left : 0;
  width: 100%;
}

body.dark .works-single-latest-back a span:before {
  background: #fff;
}

/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ contact ▼▼▼

————————————————————————————————————————————————————————————————————————————— */
@media screen and (min-width: 960px) {
  .contact-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width  : 100%;
  }

}

/* —————————————————————————————————————————————————————————
	sidebar
————————————————————————————————————————————————————————— */
.contact-sidebar {
  display: none;
}

.contact-content-sp {
  display: block;
}

.contact-content-sp dl {
  font-size  : 14px;
  line-height: 1.75;
  margin     : 0 0 20px;
}

.contact-content-sp dl span * {
  pointer-events : none;
  text-decoration: none;
}

.contact-content-sp p {
  margin   : 20px 0;
  font-size: 14px;
}

.contact-content-sp a {
  text-decoration: underline;
}

.contact-content-sp p span {
  color: red;
}





.contact-form_is-sp-none {
  display: none;
}

@media screen and (min-width: 960px) {
  .contact-sidebar {
    display                : block;
    max-width              : 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis             : 25%;
    position               : relative;
  }

  .contact-sidebar-fixed {
    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-pack     : justify;
    -ms-flex-pack        : justify;
    justify-content      : space-between;
    position             : fixed;
  }

  .contact-sidebar-fixed.is-release {
    position: absolute;
    bottom  : 0;
  }

  .contact-content-sp {
    display: none;
  }

  .contact-form_is-sp-none {
    display: block;
  }
}


/* hissu
————————————————————————————————————— */
.contact-sidebar div p {
  margin   : 12px 0;
  font-size: 14px;
}

.contact-sidebar div p span {
  color: red;
}

@media screen and (min-width: 960px) {
  .contact-sidebar div p {
    margin: 0 0 48px;
  }
}


/* Head Office
————————————————————————————————————— */
.contact-sidebar dl {
  font-size  : 14px;
  line-height: 1.75;
  margin     : 0 0 20px;
}

.contact-sidebar dl dd span {
  margin-right: 16px;
}

.contact-sidebar dl dd br.sp-none {
  display: none;
}

@media screen and (min-width: 560px) {
  .contact-sidebar dl dd br.sp-none {
    display: inline;
  }
}

/* —————————————————————————————————————————————————————————
	form
————————————————————————————————————————————————————————— */
@media screen and (min-width: 960px) {
  .contact-form {
    max-width              : 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis             : 50%;
  }
}

/* reset
—————————————————————————————————————— */
.contact-form>p {
  font-size  : 15px;
  line-height: 2;
  margin     : 0 0 40px;
}


/* reset
—————————————————————————————————————— */
/* error */
.contact-item-input span.wpcf7-list-item {
  display: inline;
  margin : 0;
}

/* 必須項目に入力してください */
.contact-item-input span.wpcf7-not-valid-tip {
  display    : block;
  margin     : 8px 0 0;
  padding    : 0;
  border     : none;
  background : none;
  color      : #FD4011;
  font-size  : 13px;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .contact-item-input span.wpcf7-not-valid-tip {
    font-size: 14px;
  }
}

.contact-form div.wpcf7-response-output {
  padding: 20px;
}

/* 入力内容に問題があります。確認して再度お試しください。 */
.contact-form div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border     : 1px solid #FD4011;
  background : #fff;
  color      : #FD4011;
  font-size  : 15px;
  font-weight: 400;
}

@media screen and (min-width:769px) {

  .contact-form div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing {
    font-size : 15px;
    text-align: center;
  }
}

/* ajax-loader */
.contact-submit .ajax-loader {
  top             : 60px !important;
  background-image: url('../img/ajax-loader.gif') !important;
  background-size : 16px 16px !important;
  margin          : 0 !important;
}

@media screen and (min-width:769px) {
  .contact-submit .ajax-loader {
    position: absolute !important;
    top     : 0 !important;
    right   : -30px !important;
  }
}

/* checkbox, radio */
.contact-item-input .wpcf7-radio,
.contact-item-input .wpcf7-checkbox {
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -ms-flex-wrap        : wrap;
  flex-wrap            : wrap;
  -webkit-box-orient   : vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction   : column;
  flex-direction       : column;
  margin               : -10px 0 0;
}

.contact-item-input .wpcf7-radio .wpcf7-list-item,
.contact-item-input .wpcf7-checkbox .wpcf7-list-item {
  margin: 15px 0 0 0;
}

@media screen and (min-width:568px) {

  .contact-item-input .wpcf7-radio,
  .contact-item-input .wpcf7-checkbox {
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction   : row;
    flex-direction       : row;
  }

  .contact-item-input .wpcf7-radio .wpcf7-list-item,
  .contact-item-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 15px 30px 0 0;
  }

  .contact-item-input .wpcf7-radio .wpcf7-list-item:last-child,
  .contact-item-input .wpcf7-checkbox .wpcf7-list-item:last-child {
    margin: 15px 0 0 0;
  }
}

/* item
—————————————————————————————————————— */
.contact-item {
  margin: 0 0 24px;
}

.contact-item.confirm {
  padding: 0 0 20px;
}

/* item-name
—————————————————————————————————————— */
.contact-item-name {
  font-size  : 13px;
  line-height: 1.75;
  margin     : 0 0 4px;
}

/* 必須 */
.contact-item-name small {
  color      : red;
  font-weight: 700;
}

/* 説明 */
.contact-item-name p {
  margin     : 0 0 0 15px;
  color      : #616161;
  font-size  : 10px;
  font-weight: 400;
}

@media screen and (min-width:568px) {
  .contact-item-name p {
    font-size: 13px;
  }
}

/* item-input
—————————————————————————————————————— */
/* message */
.contact-item-input>p:last-child {
  margin     : 10px 0 0;
  color      : #616161;
  font-size  : 11px;
  line-height: 1;
}

.contact-item-input>p:last-child span {
  margin-right: 8px;
}

.contact-item-message.caution {
  color: red;
}

.contact-item-message.emphasis {
  color: #212121;
}

@media screen and (min-width:960px) {
  .contact-item-input>p:last-child {
    margin   : 15px 0 0;
    font-size: 13px;
  }

  .contact-item-message.caution {
    font-size: 14px;
  }

  .contact-item-message.emphasis {
    font-size: 14px;
  }
}

/* input */
.contact-item-input input,
.contact-item-input textarea {
  width        : 100%;
  padding      : 12px 16px;
  border       : none;
  border-radius: 0;
  background   : #fff;
  color        : #000;
  font-size    : 15px;
  font-family  : 'Inter', YakuHanJP, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.contact-item-input input::placeholder,
.contact-item-input textarea::placeholder,
  {
  color      : rgba(0, 0, 0, 0.3);
  font-weight: 400;
}

/* select */
.contact-item-input select {
  -webkit-appearance: none;
  -moz-appearance   : none;
  appearance        : none;
  outline           : none;
  width             : 100%;
  height            : 51px;
  padding           : 0 0 0 20px;
  border            : none;
  border-radius     : 4px;
  background-color  : #fff7d8;
  color             : #333;
  font-size         : 14px;
}

@media screen and (min-width:568px) {
  .contact-item-input select {
    height   : 53px;
    font-size: 15px;
  }
}

/* radio */
.contact-item-input.radio label input {
  display: none;
}

.contact-item-input.radio label span {
  position: relative;
  padding : 0 0 0 40px;
}

.contact-item-input.radio label span:hover {
  cursor: pointer;
}

.contact-item-input.radio label span:before,
.contact-item-input.radio label span:after {
  content      : '';
  display      : block;
  position     : absolute;
  top          : 50%;
  border-radius: 50%;
}

.contact-item-input.radio label span:before {
  left      : 0;
  width     : 30px;
  height    : 30px;
  margin-top: -15px;
  background: #f5f5f5;
}

.contact-item-input.radio label span:after {
  left              : 9px;
  margin-top        : -6px;
  opacity           : 0;
  -webkit-transition: opacity .25s ease;
  transition        : opacity .25s ease;
}

.contact-item-input.radio label span:after {
  width           : 12px;
  height          : 12px;
  background-color: #231815;
}

.contact-item-input.radio label input:checked+span:after {
  opacity: 1;
}

/* checkbox */
.contact-item-input.checkbox label input {
  display: none;
}

.contact-item-input.checkbox label span {
  position: relative;
  padding : 0 0 0 40px;
}

.contact-item-input.checkbox label span:hover {
  cursor: pointer;
}

.contact-item-input.checkbox label span:before,
.contact-item-input.checkbox label span:after {
  content : '';
  display : block;
  position: absolute;
  top     : 50%;
}

.contact-item-input.checkbox label span:before {
  left      : 0;
  width     : 30px;
  height    : 30px;
  margin-top: -15px;
  background: #f5f5f5;
}

.contact-item-input.checkbox label span:after {
  left              : 8px;
  margin-top        : -7px;
  opacity           : 0;
  -webkit-transition: opacity .25s ease;
  transition        : opacity .25s ease;
}

.contact-item-input.checkbox label span:after {
  content    : "\ea10";
  color      : #212121;
  font-size  : 15px;
  font-weight: 400;
  font-family: "icomoon";
  line-height: 1;
}

.contact-item-input.checkbox label input:checked+span:after {
  opacity: 1;
}

.wpcf7c-conf-hidden+span:after {
  opacity: 1 !important;
}

/* submit */
.contact-submit {
  position: relative;
  width   : 100%;
  height  : 60px;
}

.contact-submit:before {
  content   : '';
  display   : inline-block;
  position  : absolute;
  top       : 29px;
  right     : 25px;
  width     : 14px;
  height    : 2px;
  background: #fff;
}

.contact-submit:after {
  content          : '';
  display          : inline-block;
  position         : absolute;
  top              : 25px;
  right            : 25px;
  width            : 10px;
  height           : 10px;
  border-right     : 2px solid #fff;
  border-bottom    : 2px solid #fff;
  -ms-transform    : rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform        : rotate(-45deg);
}

.contact-submit input {
  width             : 100%;
  height            : 100%;
  margin            : 0;
  padding           : 0;
  border            : none;
  border-radius     : 0;
  background        : #212121;
  color             : #fff;
  font-size         : 15px;
  font-weight       : 700;
  letter-spacing    : .15em;
  -webkit-appearance: none;
  -webkit-transition: all .25s ease;
  transition        : all .25s ease;
}

.contact-submit input[type="button"] {
  margin          : 20px 0 0;
  background-color: #aaa;
}

.contact-submit input:hover {
  cursor: pointer;
}

@media screen and (min-width:769px) {
  .contact-submit {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    margin           : 0 auto;
  }

  .contact-submit:before {
    -webkit-transition: background .1s linear;
    -moz-transition   : background .1s linear;
    -o-transition     : background .1s linear;
    transition        : background .1s linear;
  }

  .contact-submit:after {
    -webkit-transition: border-right .1s linear, border-bottom .1s linear;
    -moz-transition   : border-right .1s linear, border-bottom .1s linear;
    -o-transition     : border-right .1s linear, border-bottom .1s linear;
    transition        : border-right .1s linear, border-bottom .1s linear;
  }

  .contact-submit input {
    padding  : 1px 0 0;
    font-size: 16px;
  }

  .contact-submit input[type="button"] {
    margin: 0;
  }
}

/* IE11 */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .contact-submit input {
    padding: 8px 0 0;
  }

  *::-ms-backdrop,
  .contact-submit div:after {
    top: 21px;
  }
}

/* privacy, submit
—————————————————————————————————————— */
.contact-button>p {
  font-size    : 13px;
  line-height  : 1.75;
  margin-bottom: 20px;
}

.contact-button>p>a {
  text-decoration: underline;
}

.contact-button>p>a:hover {
  text-decoration: none;
}

.contact-button>div {
  position: relative;
}

.contact-button>div input {
  -webkit-appearance: none;
  width             : 100%;
  height            : 70px;
  margin            : 0;
  padding           : 0 0 0 60px;
  border            : none;
  border-radius     : 0;
  background        : #000;
  color             : #fff;
  font-size         : 18px;
  font-weight       : 400;
  text-align        : left;
  font-family       : 'Inter', YakuHanJP, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-transition: all .25s ease;
  transition        : all .25s ease;
}

.contact-button>div:before {
  content           : "";
  display           : inline-block;
  position          : absolute;
  top               : 27px;
  left              : 24px;
  width             : 16px;
  height            : 16px;
  margin            : 0 22px 0 0;
  border            : 2px solid #fff;
  border-radius     : 50%;
  background-color  : #000;
  -webkit-transition: background-color .25s ease;
  transition        : background-color .25s ease;
}

.contact-button>div:hover {
  cursor: pointer;
}

.contact-button div.wpcf7 .ajax-loader {
  display: block;
}

@media screen and (min-width: 560px) {
  .contact-button {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: start;
    -ms-flex-align   : start;
    align-items      : flex-start;
  }

  .contact-button>p {
    max-width              : 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis             : 50%;
    margin-bottom          : 0;
  }

  .contact-button>div {
    max-width              : 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis             : 50%;
  }
}

@media screen and (min-width: 960px) {

  .contact-button>div:hover:before {
    background-color: #fff;
  }
}


/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ 404 ▼▼▼

————————————————————————————————————————————————————————————————————————————— */
/* —————————————————————————————————————————————————————————————————————————————

	▼▼▼ dark ▼▼▼

————————————————————————————————————————————————————————————————————————————— */
body.dark {
  color     : #fff !important;
  background: #000 !important;
}

/* .drawer-menu */
body.dark .drawer-menu:before {
  background: #000;
}

/* index-loader */
body.dark .index-loader:before {
  background: #000;
}

body.dark .index-loader-progress {
  background: #616161;
}

body.dark .index-loader-progress-bar {
  background: #fff;
}

/* wrapper */
body.dark .wrapper {
  background-color: #000;
}

/* footer-contact */
body.dark .contact-banner a {
  color           : #000;
  background-color: #fff;
}

body.dark .contact-banner a:before {
  border: 2px solid #000;
}

body.dark .contact-banner a:hover {
  background-color: #FD4011;
}

body.dark .contact-banner a:hover:before {
  background-color: #000;
}

/*btn*/
body.dark .btn:before {
  background: #000;
}

body.dark .btn:after {
  background: #fff;
}

body.dark .btn a,
body.dark .btn span {
  border-bottom: 2px solid #fff;
}

body.dark .btn a:before,
body.dark .btn span:before {
  border: 2px solid #fff;
}

body.dark .btn:hover a:before,
body.dark .btn:hover span:before {
  background: #fff;
}

/* works-fillter */
body.dark .works-fillter dl dd ul li.current a {
  color: #fff;
}

.content.works-single-content {}

/* about-about */
body.dark .about-about-content .about-about-sp svg path,
body.dark .about-about-content .about-about-pc svg path {
  fill: #fff;
}

/* .contact-button */
body.dark .contact-button>div input {
  color     : #000;
  background: #fff;
}

body.dark .contact-button>div:before {
  border          : 2px solid #000;
  background-color: #fff;
}

body.dark .contact-button>div:hover:before {
  background-color: #000;
}

/* security-policy */
body.dark .about-company svg path {
  fill: #fff;
}

/* works-staff */
body.dark .works-single-staff dl dt {
  border-bottom: 1px solid #fff;
}