/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
/* @media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
} */
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
/* @media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
} */
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

:root {
  --black: black;
  --white: white;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  color: #001a07;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

a:hover {
  color: #b8b8b8;
}

.maincontainer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 22px 87px 18px;
  display: flex;
}

.maincontainer._1_ongoing {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 18px;
}

.maincontainer.collum {
  padding-top: 24px;
  padding-bottom: 0;
}

.maincontainer.mid_titles, .maincontainer.mid_titles.mid_phone {
  flex-direction: row;
}

.maincontainer.footer {
  align-items: stretch;
  margin-top: 117px;
  padding: 136px 87px 36px;
}

.maincontainer.about {
  margin-top: 15px;
  padding-left: 223px;
  padding-right: 223px;
}

.maincontainer.about_grid {
  align-items: center;
  width: auto;
  min-width: 850px;
  max-width: 1500px;
  margin-left: 55px;
  margin-right: 55px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  left: auto;
}

.maincontainer.about_gridman {
  padding-left: 155px;
  padding-right: 155px;
}

.body_top {
  background-color: #f6f5f3;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-weight: 200;
}

.body_top.pl {
  color: #474747;
  background-color: #193100;
  background-image: repeating-linear-gradient(270deg, #001a06, #416d56), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  min-height: 180px;
}

.body_top.pl.research {
  padding: 25px;
}

.body_top.appearance_body {
  background-color: #f6f5f3;
}

.body_top.appearance_body.experiment_body {
  background-color: #000;
}

.heading {
  color: #3d3d3f;
  letter-spacing: -.2px;
  margin-top: 25px;
  margin-bottom: 1px;
  padding-left: 0;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.heading.mobile_head {
  display: none;
}

.hero_line_updated {
  background-color: #d8d8d8;
  width: 100%;
  height: .5px;
  margin-top: 0;
  padding-bottom: 0;
}

.hero_line_updated.line_block {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-top: 0;
  display: block;
}

.hero_line_updated.mid_divider {
  margin-top: 13px;
}

.paragraph {
  padding-top: 21px;
  font-size: 16px;
  font-weight: 300;
}

.image {
  width: 60%;
}

.div-block {
  flex-direction: column;
  padding-top: 17px;
  padding-left: 45px;
  display: flex;
}

.heading-2 {
  margin-top: 29px;
  font-size: 25px;
  font-weight: 400;
}

.one_sentencer {
  margin-top: -11px;
  padding-top: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-2 {
  flex: 0 auto;
}

.project_block {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 48%;
  display: flex;
  position: relative;
}

.image-2 {
  width: 100%;
  padding-left: 0;
  position: relative;
}

.project_heading {
  margin-top: 16px;
  font-size: 19px;
  font-weight: 300;
}

.vertical_info {
  transform-origin: 0 0;
  text-align: right;
  flex-direction: column;
  padding-top: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 9px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(90deg);
}

.project_details {
  color: #6e6e6e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  display: block;
}

.paragraph-2 {
  text-align: left;
  font-size: 12px;
}

.project_texts {
  display: flex;
}

.columns {
  flex-direction: row;
  width: auto;
  display: flex;
  overflow: visible;
}

.column_container {
  flex-direction: column;
  padding-left: 87px;
  padding-right: 87px;
  display: flex;
}

.div-block-3 {
  background-image: url('../images/1_StreetDebater.jpg');
  background-position: 0 0;
  background-size: cover;
}

.column {
  flex-direction: column;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.section {
  padding-top: 16px;
}

.column-2 {
  flex-direction: column;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.image-3, .image-4 {
  width: 100%;
  height: 100%;
}

.slider_container {
  z-index: 2;
  display: block;
  position: relative;
}

.slider {
  z-index: 1;
  background-color: #bbb;
  max-width: none;
  height: 25vw;
  min-height: 260px;
  max-height: none;
  transition: box-shadow .35s;
}

.slider:hover {
  filter: blur();
  box-shadow: 1px 1px 10px 5px #d8d8d8;
}

.slider.details_metamo:hover {
  filter: none;
}

.slider.es_book {
  height: auto;
  min-height: auto;
}

.columns-2 {
  cursor: default;
  margin-bottom: 0;
  padding-left: 87px;
  padding-right: 87px;
}

.column-3 {
  padding-left: 0;
  padding-right: 15px;
}

.column-4 {
  padding-left: 15px;
  padding-right: 0;
}

.slide {
  background-image: url('../images/home-slide-1.jpg');
  background-size: cover;
}

.slide._2-1slide {
  background-image: url('../images/escape_heroshot3.jpg');
  background-position: 50%;
}

.slide.b-1slide {
  background-image: url('../images/AIMayor_hero_small.jpg');
  background-position: 50%;
}

.slide.b-2slide1 {
  background-image: url('../images/sexy.jpeg');
  background-position: 50%;
}

.slide.c-1slide1 {
  background-image: url('../images/metamo_hero1.jpg');
  background-position: 50%;
}

.slide.c-2slide1 {
  background-image: url('../images/yoshisuke_hero.jpg');
  background-position: 50%;
}

.slide.detail_metamo1 {
  background-image: url('../images/metamo_pic1.jpg');
}

.slide.detail_metamo1:hover {
  opacity: 1;
}

.slide.detail_metamo2 {
  background-image: url('../images/metamo_pic3.jpg');
}

.slide.es_book1 {
  background-image: url('../images/book1.jpg');
  min-height: 300px;
}

.slide.snakecity {
  background-image: url('../images/snakecity1.jpg');
  background-position: 50%;
}

.slide.snakecity2 {
  background-image: url('../images/snakecity2.png');
  background-position: 50%;
}

.slide.snakecity3 {
  background-image: url('../images/snakecity3.jpg');
  background-position: 50%;
}

.slide.snakecity4 {
  background-image: url('../images/snakecity_main.png');
  background-position: 50%;
}

.slide.theirtube_1 {
  background-image: url('../images/OGP-Theirtube-06.png');
  background-position: 50%;
}

.slide.theirtube_2 {
  background-image: url('../images/red_personalanding.png');
  background-position: 50%;
}

.slide.theirtube_3 {
  background-image: url('../images/red_three_persona.png');
  background-position: 50%;
}

.slide.world_collider1 {
  background-image: url('../images/real_life.jpg');
  background-position: 50%;
}

.slide.world_collider2 {
  background-image: url('../images/Frameupload.jpg');
  background-position: 50%;
}

.slide.fc1 {
  background-image: url('../images/main.png');
  background-position: 50%;
}

.slide.deviationgame {
  background-image: url('../images/outdraw-sushi-tech.jpg');
  background-position: 50%;
}

.slide.notgoodsign2 {
  background-image: url('../images/main_2_glaciers.jpg');
  background-position: 50%;
}

.slide.notgoodsign1 {
  background-image: url('../images/NYIMASLAULA_NotAGoodSign_9003.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide.hnt3 {
  background-image: url('../images/ns-3.JPG');
  background-position: 50%;
}

.slide.deviationgame2 {
  background-image: url('../images/dgGamePlay.jpg');
  background-position: 50%;
}

.slide.deviationgame3 {
  background-image: url('../images/dgTapestry.jpg');
  background-position: 50%;
}

.slide.hnt1 {
  background-image: url('../images/hownottosmall2.jpg');
}

.slide.hnt2 {
  background-image: url('../images/how-not-to_01-small.jpg');
  background-position: 50%;
}

.slide.hnt_3 {
  background-image: url('../images/hnt3.png');
  background-position: 50%;
}

.slide.diarytmr1 {
  background-image: url('../images/230826_150-s.jpg');
  background-position: 50%;
}

.slide.diarytmr2 {
  background-image: url('../images/plotter.jpg');
  background-position: 50%;
}

.slide.gameofpossiblelives {
  background-image: url('../images/main-thumbnail.jpg');
}

.slide-2 {
  background-image: url('../images/2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-2._2-2slide {
  background-image: url('../images/escape_heroshot1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-2.b-2slide2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.slide-2.es_book2 {
  background-image: url('../images/book2.jpg');
  min-height: 300px;
}

.slide-2.escape {
  background-image: url('../images/escape_smart_city.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Gear_web.jpg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .375s;
}

.slide-3.es_book3 {
  background-image: url('../images/book3.jpg');
  min-height: 300px;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.link-block {
  flex-direction: column;
  display: flex;
}

.navbar {
  background-color: #0000;
  min-height: 0;
  max-height: none;
  margin-top: 30px;
  margin-bottom: 4px;
  padding: 0 87px;
}

.navbar.nav_footer {
  margin-top: 47px;
  margin-bottom: 0;
  margin-left: 81px;
  padding-left: 122px;
}

.brand_en {
  justify-content: flex-start;
  margin-left: 0;
  padding-top: 0;
  padding-right: 179px;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brand_en.w--current {
  padding-right: 182px;
}

.toplogo {
  opacity: 1;
  color: #000;
  letter-spacing: 1.4px;
  padding-right: 0;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.toplogo.toplogo_japanese {
  opacity: 1;
  color: var(--black);
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.toplogo.toplogo_japanese:hover {
  color: #868686;
}

.toplogo.toplogo_japanese.pl_whitelogo {
  color: #f0f0f0;
}

.toplogo.pl_whitenavtomo {
  color: #dbe9e2;
}

.nav_menu {
  color: #6e6e6e;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 15.5px;
  font-weight: 300;
  display: block;
  right: auto;
}

.nav_menu:hover {
  color: #7dce94;
  border-bottom: 0 #000;
}

.nav_menu.w--current {
  color: #6e6e6e;
  padding-left: 0;
  padding-right: 0;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  display: block;
}

.nav_menu.language {
  margin-left: 0;
}

.nav_menu.language:hover {
  color: #30643e;
}

.nav_menu.code_tag {
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  display: block;
}

.nav_menu.pl_whitenav {
  color: #a4aca8;
}

.nav_menu.research, .nav_menu.code {
  display: none;
}

.menu_container {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-left: -13px;
  margin-right: 0;
  padding: 0 0 51px;
  display: flex;
  position: relative;
}

.nav-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 13px;
  padding-top: 13px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-menu.nav_footer_container {
  margin-left: 4px;
  padding-top: 0;
}

.bran_ja {
  padding-right: 82px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bran_ja.w--current {
  opacity: .83;
  padding-right: 85px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo_folder {
  z-index: 4;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  display: flex;
  position: absolute;
  inset: auto 3% 3% auto;
}

.logo {
  width: 15%;
  height: 20%;
  padding-right: 0;
  position: relative;
}

.logo.dezeen {
  width: 12%;
  height: 15%;
  margin-top: 8px;
  margin-right: 14px;
  padding-right: 0;
}

.logo.wired {
  width: 15%;
  margin-top: 16px;
  padding-bottom: 0;
}

.logo.va {
  width: 13%;
  padding-top: 11px;
  padding-bottom: 0;
}

.logo.design_museum {
  align-self: flex-end;
  width: 20%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 4px;
}

.mid_heading {
  margin-top: -7px;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 300;
  display: flex;
}

.mid_heading.mid_heading_b {
  margin-top: 0;
  padding: 3px 0 0;
  font-size: 23px;
  display: block;
}

.mid_seperator {
  opacity: .51;
  color: #ccc;
  background-color: #c3c2c2;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 39px;
  padding-bottom: 0;
}

.mid_seperator.details {
  margin-top: 45px;
}

.mid_seperator.heading_line {
  opacity: 1;
  color: #00a243;
  background-color: #353535;
  width: 5%;
  height: 2px;
  margin-bottom: 17px;
}

.mid_seperator.research {
  margin-top: 0;
  margin-bottom: -1px;
}

.mid_seperator.research.codelab {
  margin-top: 41px;
  margin-bottom: 52px;
}

.mid_seperator.research.codelab.surveillance_line {
  margin-top: 49px;
}

.c1slide2 {
  background-image: url('../images/metamo_hero2.jpg');
  background-position: 50%;
  background-size: cover;
}

.container_details {
  float: none;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.detail_heading {
  margin-top: 78px;
  font-size: 30px;
  font-weight: 400;
}

.detail_heading.pl_h {
  color: #fff;
}

.detail_heading.research_heading {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 300;
}

.detail_heading.writing_head {
  margin-top: 46px;
  margin-bottom: 33px;
  font-size: 25px;
  font-weight: 300;
}

.detail_heading.experiments {
  color: #e6e6e6;
  margin-bottom: 21px;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
}

.detail_oneliner {
  margin-bottom: 53px;
  padding-top: 9px;
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
}

.detail_oneliner.pl_ll {
  color: #fff;
  padding-top: 63px;
}

.detail_oneliner.appearance_text {
  letter-spacing: -.1px;
  max-width: 1500px;
  margin-bottom: 25px;
  padding-right: 0;
  font-size: 18px;
  line-height: 33px;
}

.detail_oneliner.appearance_text.experiments {
  color: #e6e6e6;
  letter-spacing: -.2px;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.detail_oneliner.phonvertoneliner {
  font-size: 22px;
}

.detail_main_image {
  width: 100%;
  max-width: none;
  margin-top: 17px;
  display: block;
}

.detail_main_image.about_tomo {
  padding: 0 0 16px 14px;
}

.detail_project_detail {
  margin-top: 35px;
  padding-left: 3px;
  font-weight: 300;
}

.detail_project_detail.p_detail {
  margin-top: 16px;
  margin-bottom: 0;
  margin-right: 46px;
  padding-right: 0;
}

.detail_question {
  padding-right: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 45px;
}

.detail_question.inside {
  margin-top: 5px;
  padding-left: 80px;
}

.detail_question.sd_design_goal {
  font-size: 23px;
}

.detail_question.es_question {
  padding-right: 0;
}

.detail_paragraph {
  text-align: left;
  height: auto;
  margin-top: 18px;
  padding-left: 80px;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
}

.detail_paragraph.detail_summary {
  color: #505050;
  padding-left: 45px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.columns-3 {
  margin-top: 60px;
  margin-bottom: 65px;
}

.columns-3.sd_prototype {
  margin-top: 84px;
}

.columns-3.sd_execution {
  margin-top: 95px;
}

.columns-3.es_mid {
  margin-top: 102px;
}

.detail_credit {
  margin-bottom: 7px;
  padding-left: 7px;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.columns-4 {
  margin-bottom: 18px;
  padding-bottom: 0;
}

.columns-4.p_end {
  padding-bottom: 0;
}

.columns-4.es_botom {
  margin-bottom: 2px;
}

.columns-4.st_bottom {
  margin-bottom: 0;
}

.column-5, .column-6, .column-7, .column-8 {
  padding-left: 0;
  padding-right: 0;
}

.column-9 {
  margin-top: 0;
}

.column-9.s_research {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.detail_picture_collumn {
  margin-top: 21px;
}

.background-video {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  margin-left: -91px;
  display: flex;
}

.image-5 {
  max-height: none;
}

.image-6 {
  max-height: 300px;
  padding: 0;
}

.column-11 {
  flex-direction: row;
  max-height: none;
  padding: 10px;
  display: block;
  overflow: hidden;
}

.column-11.metamo {
  max-height: 500px;
}

.column-12 {
  max-height: auto;
  padding: 10px;
  overflow: hidden;
}

.column-12.metamo {
  max-height: 500px;
}

.image-7 {
  width: 100%;
  min-height: 300px;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 23px;
  display: block;
}

.video {
  margin-bottom: 83px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 0 75%;
  background-size: cover;
  height: 300px;
}

.detail_pic1 {
  width: 100%;
  height: auto;
  max-height: auto;
  background-image: url('../images/metamo_pic1.jpg');
  background-position: 50%;
  background-size: cover;
  position: static;
  overflow: hidden;
}

.detail_pic2 {
  background-image: url('../images/metamo_pic3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.detail_slider {
  width: 100%;
  height: 25vh;
  min-height: 270px;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.detail_slide {
  background-image: url('../images/metamo_pic1.jpg');
  background-position: 0 0;
  background-size: 515px;
  height: auto;
  min-height: 0;
}

.detail_slide.pic1 {
  background-size: cover;
}

.detail_slide.pic2 {
  background-image: url('../images/metamo_pic3.jpg');
  background-size: cover;
}

.grid {
  grid-template: ". ."
  / 1fr 1fr;
  overflow: hidden;
}

.image-8 {
  overflow: visible;
}

.d_image1 {
  background-image: url('../images/metamo_pic1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 330px;
  padding-bottom: 0;
}

.d_image1.m_image3 {
  background-image: url('../images/metamo_hero2.jpg');
}

.d_image1.y_image1 {
  background-image: url('../images/yoshisuke_make.JPG');
  background-position: 50%;
  min-height: 350px;
}

.d_image1.y_image1.y_adimg1 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.30.54.png');
}

.d_image1.y_image1.y_ex1 {
  background-image: url('../images/1601_goodjob_001_m-860x574.jpg');
}

.d_image1.p_img1 {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.d_image1.p_image3 {
  background-image: url('../images/phonvert_workshop.jpeg');
}

.d_image1.sd_img1 {
  background-image: url('../images/SD_3.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.d_image1.sd_image3 {
  background-image: url('../images/SD_prototyping.jpeg');
  background-position: 50%;
}

.d_image1.sd_gif1 {
  background-image: url('../images/gif2.gif');
  min-height: 280px;
}

.d_image1.sd_gif_1 {
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  height: auto;
  min-height: 220px;
}

.d_image1.sd_gif_1.sd_image5 {
  background-image: url('../images/data-1.jpg');
  background-position: 50% 100%;
  min-height: 300px;
}

.d_image1.sd_gif_1.es_gif1 {
  background-image: url('../images/WEB_gif.gif');
  min-height: 275px;
}

.d_image1.sd_gif_1.es_pic1 {
  background-image: url('../images/mark_hero.jpg');
  height: auto;
  min-height: 250px;
}

.d_image1.wc {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.d_collumn1 {
  flex-direction: column;
  min-height: auto;
  padding-left: 0;
  display: flex;
}

.d_image2 {
  background-image: url('../images/metamo_pic3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 330px;
}

.d_image2.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.d_image2.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.d_image2.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.d_image2.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.d_image2.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.d_image2.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.d_image2.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.d_image2.sd_image4 {
  background-image: url('../images/SD_prototype.jpeg');
}

.d_image2.sd_gif2 {
  min-height: 280px;
}

.d_image2.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.d_image2.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.d_image2.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.d_image2.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.d_image2.sd_gif_2.es_pic4 {
  background-image: url('../images/logo_panopticon-02.jpg');
  height: auto;
  min-height: 300px;
}

.d_image2.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.d_picture_double {
  min-height: 330px;
  margin-top: 31px;
  margin-bottom: 20px;
}

.d_picture_double.cats {
  margin-bottom: 117px;
}

.d_collumn2 {
  flex-direction: row;
  padding-right: 0;
  display: block;
}

.d_picture_description {
  color: #525151;
  text-align: center;
  margin-bottom: 72px;
  padding-top: 12px;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 23px;
}

.d_picture_description.p_d {
  margin-bottom: 64px;
}

.div-block-5 {
  background-image: url('../images/metamo_boys.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 260px;
  margin-top: 59px;
}

.awards {
  padding-left: 7px;
  font-size: 16px;
  font-weight: 400;
}

.awards.description.press {
  padding-top: 0;
}

.button_launch_web {
  z-index: 3;
  color: #fff;
  background-color: #4747476b;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  inset: 3% auto auto 2%;
}

.button_launch_web:hover {
  color: #fff;
  background-color: #7dce94a8;
}

.button_launch_web.button_streetdebater {
  font-weight: 400;
}

.button_launch_web.button_streetdebater.es_button {
  display: none;
}

.button_launch_web.button_streetdebater.es_book {
  background-color: #000000a8;
  inset: auto 4% 6% auto;
}

.button_launch_web.button_streetdebater.es_book:hover {
  background-color: #d6d6d6a8;
}

.button_launch_web.button_streetdebater_research {
  background-color: #6caa7d;
  margin-top: 3px;
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
  left: auto;
}

.div-block-6 {
  align-items: flex-end;
  display: flex;
}

.column-14 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.column-15 {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.columns-5 {
  margin-top: 17px;
  margin-bottom: 0;
}

.img_button_contain {
  position: relative;
}

.video-2 {
  margin-top: 46px;
  margin-bottom: 68px;
}

.detail_miniheading {
  color: #a09e9e;
  font-size: 17px;
  font-weight: 400;
}

.detail_miniheading.minihead_summary {
  padding-left: 1px;
}

.detail_miniheading.metamo_minihead {
  margin-bottom: 0;
  margin-left: 80px;
}

.video-3 {
  margin-top: 66px;
}

.detail_topinfo {
  margin-top: 38px;
  margin-left: 0;
  padding-left: 85px;
  padding-right: 85px;
}

.detail_topinfo.about_top {
  padding-left: 260px;
  padding-right: 260px;
}

.detail_topinfo.appearance_block2 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.background-video-2 {
  min-height: 500px;
}

.image-9 {
  width: 100%;
}

.div-block-7 {
  background-image: url('../images/WEB_gif.gif');
  background-position: 0 0;
  background-size: cover;
  height: 20vw;
  min-height: 200px;
}

.section-2 {
  background-color: #c6ddc8;
}

.footer_section {
  background-color: #f6f5f3;
  margin-top: 47px;
}

.footer_email {
  color: #575757;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.footer_text {
  color: #686868;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.column-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.form-block {
  padding-top: 28px;
}

.footer_heading {
  font-size: 18px;
  font-weight: 400;
}

.field-label {
  font-weight: 300;
}

.field-label-2 {
  font-size: 15px;
  font-weight: 400;
}

.field-label-3 {
  font-weight: 300;
}

.text-field {
  border-radius: 3px;
  margin-bottom: 11px;
}

.text-field-2 {
  border-radius: 3px;
  margin-bottom: 13px;
}

.submit-button {
  background-color: #979797;
  border-radius: 3px;
  margin-top: 8px;
  padding-left: 36px;
  padding-right: 36px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block {
  font-weight: 400;
}

.textarea {
  border-radius: 3px;
}

.success-message {
  background-color: #9fe7b3;
}

.social_media_box {
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 23px;
  display: flex;
}

.social_media_box.about_social {
  color: #d3d3d3;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.socialmedia {
  background-image: url('../images/icons8-twitter-100-2.png');
  background-position: 50%;
  background-size: cover;
  min-width: 30px;
  min-height: 30px;
  margin-right: 15px;
  padding-right: 0;
}

.socialmedia.twitter {
  margin-right: 20px;
  padding-right: 0;
}

.socialmedia.instagram {
  background-image: url('../images/icons8-instagram-100-1.png');
}

.socialmedia.medium {
  background-image: url('../images/icons8-medium-100-2.png');
}

.socialmedia.linkedin {
  background-image: url('../images/icons8-linkedin-100-1.png');
  margin-right: 15px;
}

.socialmedia.github_icon {
  background-image: url('../images/next_thick0.5x-8.png');
  margin-right: 15px;
}

.email_box {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer_mail_icon {
  background-image: url('../images/icons8-envelope-100.png');
  background-position: 50%;
  background-size: cover;
  min-width: 25px;
  min-height: 25px;
  margin-right: 14px;
  padding-right: 0;
}

.footer_mail_icon.footer_atmark {
  background-image: url('../images/icons8-email-filled-100.png');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  min-width: 15px;
  height: 100%;
  min-height: 15px;
  margin-left: 2px;
  margin-right: 2px;
  overflow: visible;
}

.footer_mail_icon.footer_atmarkshit {
  background-image: url('../images/icons8-email-filled-100.png');
  background-position: 50%;
  background-attachment: scroll;
  min-width: 15px;
  height: auto;
  min-height: 15px;
  margin-left: 2px;
  margin-right: 2px;
  overflow: visible;
}

.column-18 {
  padding-bottom: 52px;
  display: none;
}

.paragraph-3 {
  text-align: center;
  margin-top: 49px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-3.endtext {
  color: #919191;
  font-size: 12px;
}

.link {
  padding-left: 7px;
}

.go_back_top {
  padding-top: 22px;
  padding-left: 7px;
  font-size: 22px;
  font-weight: 300;
  display: block;
}

.link-2 {
  color: #2d5c3a;
}

.link-2.waag_link {
  color: #080808;
}

.about_paragraph {
  text-align: justify;
  letter-spacing: -.1px;
  align-self: auto;
  margin-top: 1px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.about_paragraph.top_about {
  text-align: left;
  letter-spacing: -.2px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 41px;
  font-size: 23px;
  font-weight: 300;
  line-height: 37px;
}

.about_paragraph.top_about.about2 {
  align-self: start;
  font-size: 19px;
}

.about_paragraph.about_small {
  font-size: 16px;
}

.div-block-8 {
  padding-left: 13px;
  padding-right: 13px;
}

.grid-2 {
  grid-template: ". . . . . . . . . . . . . . . ."
                 ". . . . . . . . . . . . . . . ."
                 ". . . . . . . . . . . . . . . ."
                 ". . . . . . . . . . . . . . . ."
                 ". . . . . . . . . . . . . . . ."
                 ". . . . . . . . . . . . . . . ."
                 ". . . . . . . . . . . . . . . ."
                 ". . . . . . . . . . . . . . . ."
                 ". . . . . . . . . . . . . . . ."
                 ". . . . . . . . . . . . . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.container.about_contain {
  padding-top: 40px;
}

.mask {
  min-height: 300px;
}

.gridblok {
  border-bottom: 1px solid #000;
  align-self: end;
  margin-bottom: 9px;
  padding: 14px 14px 0;
}

.gridblok.social_about {
  color: #0000;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  align-self: end;
  margin-bottom: 0;
  margin-left: 13px;
  margin-right: 0;
  padding: 41px;
}

.gridblok.updates_about {
  border-top: 1px solid #ccc;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  align-self: start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 2px;
}

.paragraph-4 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-4.about_update_heading {
  padding-bottom: 5px;
  font-weight: 400;
}

.honourblock {
  margin-top: 35px;
}

.honourblock.academix {
  display: block;
}

.paragraph-5 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-6 {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-6.awards_text {
  margin-bottom: 0;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.link-3 {
  text-decoration: underline;
}

.link-4 {
  text-shadow: 0 1px 12px #383838;
}

.link-5 {
  color: #0fa038;
}

.div-block-9 {
  padding: 50px 0 24px;
}

.container-2 {
  margin-top: 42px;
  padding-left: 140px;
  padding-right: 140px;
}

.playful_interventions {
  color: #fcfcfc;
  margin-top: 17px;
  margin-bottom: -33px;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

.playful_interventions.statement {
  margin-top: 3px;
  margin-bottom: 1px;
}

.image-10 {
  width: 100%;
  margin-top: 60px;
}

.heading_link_gray {
  color: #3d3d3f;
  column-span: all;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.heading_link_gray.special_top {
  color: #3d3d3f;
  text-shadow: 1px 1px 5px #fff;
  border-bottom: 2px #000;
}

.heading_link_gray.topspecial {
  opacity: 1;
  color: #3d3d3f;
  border-bottom: 3px #e4e4e4;
  font-style: normal;
  text-decoration: none;
}

.heading_link_gray.playful_in {
  text-decoration: underline;
}

.video-4 {
  margin-top: 79px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-10 {
  margin-top: 104px;
}

.image-11 {
  margin-top: 64px;
  margin-bottom: -50px;
}

.text-block-2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 50px;
}

.container-3 {
  padding-left: 14px;
  padding-right: 14px;
}

.top_link {
  color: #333;
  font-weight: 300;
  text-decoration: none;
}

.summary_main {
  color: #333;
  margin-top: 12px;
  margin-bottom: 63px;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.heading-4 {
  font-size: 24px;
  font-weight: 400;
}

.summary_block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 108px 0;
}

.summary_question {
  margin-top: 50px;
  padding-bottom: 19px;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}

.credit_link {
  color: #333;
  font-weight: 300;
  text-decoration: underline;
}

.pl_link {
  color: #fff;
}

.div-block-11 {
  margin-top: 48px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
}

.appearance_block {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-5 {
  padding-left: 44px;
  font-size: 30px;
  font-weight: 400;
}

.appearance-heading {
  margin-top: -3px;
  margin-bottom: -11px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.appearance-heading.saint {
  font-size: 16px;
}

.appearance_description {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.appearance1 {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.appearance_date {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 14.5px;
  font-weight: 400;
}

.appearance_image {
  width: 150%;
  max-height: auto;
  min-height: auto;
}

.appearance {
  border-top: .7px solid #d3d3d3;
  margin-bottom: 0;
  padding-top: 13px;
  padding-left: 10px;
}

.appearance3, .appearance4 {
  margin-bottom: 10px;
}

.columns-6 {
  margin-top: 56px;
  margin-left: -10px;
}

.appearance_imagehold {
  background-image: url('../images/A16.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 220px;
}

.appearance_imagehold.a2 {
  background-image: url('../images/sns.png');
  background-position: 50%;
  background-size: cover;
  min-height: 220px;
}

.appearance_imagehold.a1 {
  background-image: url('../images/A15.png');
  background-position: 50%;
  background-size: cover;
  min-height: 230px;
}

.appearance_imagehold.ap1 {
  background-image: url('../images/VA2.jpg');
  background-size: cover;
  min-height: 220px;
}

.appearance_imagehold.ap1.fr1 {
  background-image: url('../images/Screen-Shot-2019-01-29-at-20.44.18.png');
}

.appearance_imagehold.ap2 {
  background-image: url('../images/sns.png');
  background-size: 600px;
}

.appearance_imagehold.ap2.fr2 {
  background-image: url('../images/Screen-Shot-2019-01-29-at-20.50.14.png');
  background-position: 0 0;
  background-size: contain;
}

.appearance_imagehold.ap3 {
  background-image: url('../images/ng_header_re.png');
  background-size: cover;
}

.appearance_imagehold.ap3.fr3 {
  background-image: url('../images/A15.png');
  background-position: 50% 100%;
}

.appearance_imagehold.ap3.fr3.ixda_pic {
  background-image: url('../images/Screen-Shot-2019-01-29-at-21.09.12.png');
}

.appearance_imagehold.ap3.saint_etine {
  background-image: url('../images/Screen-Shot-2019-01-29-at-22.02.52.png');
  background-size: contain;
}

.appearance_imagehold.ap4 {
  background-image: url('../images/A22.png');
  background-position: 50% 0;
  background-size: cover;
}

.appearance_imagehold.sp5 {
  background-image: url('../images/A25.png');
  background-size: 354px;
}

.appearance_imagehold.ap6 {
  background-image: url('../images/A3.png');
  background-position: 0 100%;
  background-size: cover;
}

.appearance_imagehold.ap10 {
  background-image: url('../images/A7.png');
  background-size: cover;
}

.appearance_imagehold._1p11 {
  background-image: url('../images/A14.jpg');
  background-size: cover;
}

.appearance_imagehold.ap12 {
  background-image: url('../images/A11.jpg');
  background-size: cover;
}

.appearance_imagehold.b1 {
  background-image: url('../images/A4.jpg');
  background-size: cover;
}

.appearance_imagehold.b3 {
  background-image: url('../images/A24.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.appearance_imagehold.b2 {
  background-image: url('../images/A12.jpg');
  background-size: cover;
}

.appearance_imagehold.c1 {
  background-image: url('../images/dezeen-1.jpg');
  background-size: cover;
}

.appearance_imagehold.c3 {
  background-image: url('../images/A13.jpg');
}

.appearance_imagehold.d1 {
  background-image: url('../images/A10.png');
  background-position: 100%;
}

.appearance_imagehold.d2 {
  background-image: url('../images/A23.jpg');
  background-position: 0%;
}

.appearance_imagehold.d3 {
  background-image: url('../images/A20.jpg');
}

.appearance_imagehold.e1 {
  background-image: url('../images/A18.png');
  background-size: contain;
}

.appearance_imagehold.e2 {
  background-image: url('../images/ars_electronica.jpg');
}

.appearance_imagehold.e3 {
  background-image: url('../images/C3MpA7KXUAYKTz9.jpg');
}

.appearance_imagehold.nowplaythis {
  background-image: url('../images/Screen-Shot-2019-04-26-at-16.04.09.png');
  background-position: 50%;
  background-size: contain;
}

.appearance_imagehold.takrampodcast {
  background-image: url('../images/artworks-000524142048-c31ktj-original.jpg');
  background-size: contain;
}

.appearance_imagehold.machine_learn {
  background-image: url('../images/AIWorkshop140319-4.jpg');
  background-size: cover;
}

.appearance_imagehold.chi2019 {
  background-image: url('../images/Screenshot-2018-12-21-at-15.44.41-copy.jpg');
  background-size: cover;
}

.link-6 {
  font-weight: 500;
}

.section-3 {
  border-top: 1px #000;
}

.heading-6 {
  font-size: 16px;
  font-weight: 400;
}

.heading-6.comingsoon {
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.grid-3 {
  grid-template: ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.research_white_head {
  color: #333;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.research_white_head.whitebig {
  color: #333;
  margin-top: -6px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.research_white_head.whitebig.small_block_heading {
  padding-right: 12px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-12 {
  background-image: linear-gradient(56deg, #001402, #013d15 33%, #05c555);
  min-height: 200px;
}

.link-block-2 {
  text-decoration: none;
}

.columns-7 {
  flex-direction: row;
  margin-bottom: 36px;
  padding-bottom: 0;
  display: flex;
  box-shadow: 3px 3px 9px 2px #c9c9c9;
}

.column-19 {
  flex-direction: column;
  justify-content: center;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

.image-12 {
  width: 100%;
  margin-top: 27px;
  margin-bottom: 18px;
}

.column-20 {
  padding-right: 0;
}

.div-block-14 {
  background-image: url('../images/Screen-Shot-2019-01-30-at-14.36.48.png');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template: ". . . . . . ."
                 ". . . . . . ."
                 ". . . . . . ."
                 ". . . . . . ."
                 ". . . . . . ."
                 ". . . . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrapper_research {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.research_block_image {
  background-image: url('../images/Screen-Shot-2019-01-30-at-14.36.48.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}

.research_block_image:hover {
  transform: translate(0);
}

.research_block_image.resourceful {
  background-image: url('../images/A20.jpg');
  flex: 0 auto;
  order: 1;
  align-self: auto;
  min-height: 300px;
  margin-top: 7px;
  position: relative;
}

.research_block_image.resourceful.sd {
  background-image: url('../images/Screen-Shot-2019-01-30-at-15.34.50.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  min-height: 300px;
  margin-top: 35px;
  position: relative;
  inset: auto;
}

.research_block_image.phonvert_ws {
  background-image: url('../images/1_cMLOHUgjRk-94fu6rkRYIA.jpeg');
}

.research_block_image.futuremapping {
  background-image: url('../images/futuremapping.png');
}

.research_block_image.escape_smartcity {
  background-image: url('../images/WEB_gif.gif');
  flex: 0 auto;
  order: 1;
  align-self: auto;
  min-height: 300px;
  margin-top: 7px;
  position: relative;
}

.research_block_image.escape_smartcity.sd {
  background-image: url('../images/Screen-Shot-2019-01-30-at-15.34.50.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  min-height: 300px;
  margin-top: 35px;
  position: relative;
  inset: auto;
}

.research_block_image.objectresponder {
  background-image: url('../images/DIS_Picture-06.jpg');
  flex: 0 auto;
  order: 1;
  align-self: auto;
  min-height: 300px;
  margin-top: 7px;
  position: relative;
}

.research_block_image.objectresponder.sd {
  background-image: url('../images/Screen-Shot-2019-01-30-at-15.34.50.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  min-height: 300px;
  margin-top: 35px;
  position: relative;
  inset: auto;
}

.linkblockresearch {
  border-radius: 9px;
  text-decoration: none;
  box-shadow: 2px 2px 7px 3px #d0d0d045;
}

.linkblockresearch:hover {
  text-shadow: none;
  transform: scale(1.01);
}

.research_block_text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 22px;
  display: flex;
}

.research_para {
  text-align: left;
  letter-spacing: -.2px;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
}

.column-21 {
  align-items: flex-end;
  display: flex;
}

.experiments_detail {
  color: #e6e6e6;
  margin-bottom: 7px;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
}

.experiments_detail.ex_title {
  color: #e6e6e6;
  margin-top: 48px;
  margin-bottom: -4px;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.experiments_detail.ex_mid {
  color: #e6e6e6;
  margin-top: 20px;
  margin-bottom: 13px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 400;
}

.experiments_detail.ex_para {
  margin-top: 21px;
  margin-bottom: 30px;
  line-height: 30px;
}

.experiments_detail.ex_para.collaboration {
  margin-top: 25px;
  margin-bottom: 53px;
  font-size: 14px;
}

.grid-5 {
  grid-template: ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 ". . . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.exp_link {
  color: #1eff8b;
}

.image-13 {
  margin-bottom: -1px;
}

.video-5 {
  margin-top: 33px;
}

.video-6 {
  margin-top: 30px;
}

.image-14 {
  margin-bottom: 38px;
}

.image-15 {
  margin-bottom: 57px;
}

.image-16 {
  margin-top: 30px;
}

.text-block-3 {
  align-self: center;
  font-size: 18px;
}

.footer_nav {
  margin-top: 102px;
}

.footer_nav.pl {
  margin-bottom: 37px;
  padding-bottom: 0;
}

.footer_nav.code {
  margin-top: 15px;
}

.div-block-15 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-block-15.ft_nav_works {
  justify-content: space-between;
}

.heading-7 {
  font-size: 22px;
  font-weight: 400;
}

.footer_link_text {
  color: #606161;
  font-size: 15px;
  font-weight: 300;
}

.footer_link_text.ft_work {
  font-weight: 300;
  text-decoration: underline;
}

.footer_link_text.ft_about {
  opacity: .61;
  text-decoration: underline;
}

.footer_link_text.ft_research {
  opacity: .65;
  text-decoration: underline;
}

.footer_link_text.ft_research.ft_select {
  opacity: .43;
  font-style: normal;
  text-decoration: underline;
}

.footer_link_text.ft_appearance {
  opacity: .53;
  text-decoration: underline;
}

.footer_link_text.pl_white {
  color: #fff;
}

.footer_link_text.pl_select {
  text-decoration: underline;
}

.footer_link_text.pl_code {
  color: #fff;
}

.footer_link_block {
  padding: 0 29px;
  text-decoration: none;
}

.name_link {
  color: #e6e6e6;
  font-weight: 300;
}

.columns-8 {
  padding-bottom: 65px;
}

.image-17 {
  float: none;
  clear: none;
  text-align: left;
  margin: 35px auto 81px;
  display: block;
  position: relative;
  left: auto;
  overflow: visible;
}

.detail_small {
  padding-top: 9px;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}

.detail_small.pl_ll {
  color: #fff;
  padding-top: 63px;
}

.detail_small.appearance_text {
  letter-spacing: -.1px;
  max-width: 1500px;
  margin-bottom: 25px;
  padding-right: 0;
  font-size: 18px;
  line-height: 33px;
}

.detail_small.appearance_text.experiments {
  color: #e6e6e6;
  letter-spacing: -.2px;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.detail_small.phonvertoneliner {
  font-size: 22px;
}

.about_section {
  margin: 20px auto;
  padding-top: 0;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.about_section.pl_ll {
  color: #fff;
  padding-top: 63px;
}

.about_section.appearance_text {
  letter-spacing: -.1px;
  max-width: 1500px;
  margin-bottom: 25px;
  padding-right: 0;
  font-size: 18px;
  line-height: 33px;
}

.about_section.appearance_text.experiments {
  color: #e6e6e6;
  letter-spacing: -.2px;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.about_section.phonvertoneliner {
  font-size: 22px;
}

.about_section.jp {
  margin-bottom: 74px;
}

.about_section.first-text {
  margin-top: 41px;
  margin-bottom: 37px;
  font-size: 20px;
}

.flex_about {
  display: flex;
}

.div-block-16 {
  flex: 1;
  justify-content: center;
  padding: 36px;
  display: flex;
}

.div-block-17 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px 0;
  display: flex;
}

.image-18 {
  max-width: 50%;
}

.grid-6 {
  grid-template: "Area Area Area Area-2 Area-2"
                 ". . . Area-2 Area-2"
                 ". . . Area-3 Area-3"
                 / 1fr 1fr 1fr 1fr 1fr;
}

.detail_oneliner_small {
  padding-top: 9px;
  font-size: 23px;
  font-weight: 300;
  line-height: 35px;
}

.detail_oneliner_small.pl_ll {
  color: #fff;
  padding-top: 63px;
}

.detail_oneliner_small.appearance_text {
  letter-spacing: -.1px;
  max-width: 1500px;
  margin-bottom: 25px;
  padding-right: 0;
  font-size: 18px;
  line-height: 33px;
}

.detail_oneliner_small.appearance_text.experiments {
  color: #e6e6e6;
  letter-spacing: -.2px;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.detail_oneliner_small.phonvertoneliner {
  font-size: 22px;
}

.image-19 {
  text-align: left;
  max-width: 70%;
  display: block;
}

.column-22 {
  flex-direction: column;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.columns-9 {
  margin-bottom: 37px;
  text-decoration: none;
  overflow: visible;
}

.detail_oneliner_tomo {
  padding-top: 23px;
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
}

.detail_oneliner_tomo.pl_ll {
  color: #fff;
  padding-top: 63px;
}

.detail_oneliner_tomo.appearance_text {
  letter-spacing: -.1px;
  max-width: 1500px;
  margin-bottom: 25px;
  padding-right: 0;
  font-size: 18px;
  line-height: 33px;
}

.detail_oneliner_tomo.appearance_text.experiments {
  color: #e6e6e6;
  letter-spacing: -.2px;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.detail_oneliner_tomo.phonvertoneliner {
  font-size: 22px;
}

.detail_oneliner_collumn {
  padding-top: 9px;
  font-size: 19px;
  font-weight: 300;
  line-height: 38px;
}

.detail_oneliner_collumn.pl_ll {
  color: #fff;
  padding-top: 63px;
}

.detail_oneliner_collumn.appearance_text {
  letter-spacing: -.1px;
  max-width: 1500px;
  margin-bottom: 25px;
  padding-right: 0;
  font-size: 18px;
  line-height: 33px;
}

.detail_oneliner_collumn.appearance_text.experiments {
  color: #e6e6e6;
  letter-spacing: -.2px;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.detail_oneliner_collumn.phonvertoneliner {
  font-size: 22px;
}

.column-23 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.detail_main_bigpic {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 17px;
  display: block;
}

.detail_main_bigpic.about_tomo {
  padding: 0 0 16px 14px;
}

.div-block-18 {
  z-index: 9999;
  background-color: #f6f5f3;
  position: fixed;
  inset: 0%;
}

.arrowdown {
  padding-top: 25px;
  padding-left: 8px;
  font-size: 27px;
  line-height: 1px;
  text-decoration: none;
  display: block;
}

.handdown {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: 2px;
  display: block;
}

.section-4 {
  margin-bottom: 98px;
  overflow: visible;
}

.handdow_mid {
  width: 25px;
  height: 25px;
  margin-top: 11px;
  margin-left: 2px;
  display: block;
}

.section-5 {
  margin-bottom: 127px;
}

.link-8 {
  display: flex;
}

.link-9 {
  font-size: 22px;
  font-weight: 300;
}

.link-10 {
  font-weight: 300;
}

.link-11 {
  font-weight: 400;
  text-decoration: none;
}

.link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18 {
  font-weight: 300;
}

.link-19 {
  font-weight: 300;
  text-decoration: none;
}

.theirtube {
  background-image: url('../images/red_personalanding.png');
  background-position: 50%;
  background-size: cover;
  transition: opacity .375s;
}

.theirtube.es_book3 {
  background-image: url('../images/book3.jpg');
  min-height: 300px;
}

.theirtube2 {
  background-image: url('../images/red_three_persona.png');
  background-position: 50%;
  background-size: cover;
  transition: opacity .375s;
}

.theirtube2.es_book3 {
  background-image: url('../images/book3.jpg');
  min-height: 300px;
}

.theirtube_0 {
  background-image: url('../images/OGP-Theirtube-06.png');
  background-size: cover;
  transition: opacity .375s;
}

.theirtube_0.es_book3 {
  background-image: url('../images/book3.jpg');
  min-height: 300px;
}

.image-20 {
  margin-top: 45px;
  margin-bottom: 38px;
}

.image-21 {
  margin-bottom: 81px;
}

.link-20 {
  color: #fff;
}

.image-22 {
  margin-top: 36px;
}

.project_details_theirtube {
  color: #6e6e6e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  display: block;
}

.link-21 {
  color: #06f64a;
}

.detail_main_image-_wc {
  width: 100%;
  max-width: none;
  margin-top: 17px;
  display: block;
}

.detail_main_image-_wc.about_tomo {
  padding: 0 0 16px 14px;
}

.videowc {
  margin-top: 66px;
}

.top-heading {
  margin-top: 16px;
  font-size: 27px;
  font-weight: 400;
  line-height: 150%;
}

.text-span {
  color: #00ff2f;
}

.image-23 {
  margin-bottom: 73px;
  padding-bottom: 0;
}

.youtube {
  margin-top: 90px;
}

.link-22, .link-23, .link-24 {
  text-decoration: none;
}

.section-6, .section-7 {
  display: block;
}

.link-25 {
  font-weight: 300;
}

.theirtube-response {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 17px;
  display: block;
}

.theirtube-response.about_tomo {
  padding: 0 0 16px 14px;
}

.theitube-gif {
  background-image: url('../images/metamo_pic3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 330px;
}

.theitube-gif.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.theitube-gif.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.theitube-gif.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.theitube-gif.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.theitube-gif.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.theitube-gif.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.theitube-gif.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.theitube-gif.sd_image4 {
  background-image: url('../images/theirtube_backend.46257f5e-2.gif');
}

.theitube-gif.sd_gif2 {
  min-height: 280px;
}

.theitube-gif.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.theitube-gif.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.theitube-gif.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.theitube-gif.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.theitube-gif.sd_gif_2.es_pic4 {
  background-image: url('../images/logo_panopticon-02.jpg');
  height: auto;
  min-height: 300px;
}

.theitube-gif.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.their-tube-image {
  background-image: url('../images/metamo_pic1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 330px;
  padding-bottom: 0;
}

.their-tube-image.m_image3 {
  background-image: url('../images/metamo_hero2.jpg');
}

.their-tube-image.y_image1 {
  background-image: url('../images/yoshisuke_make.JPG');
  background-position: 50%;
  min-height: 350px;
}

.their-tube-image.y_image1.y_adimg1 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.30.54.png');
}

.their-tube-image.y_image1.y_ex1 {
  background-image: url('../images/1601_goodjob_001_m-860x574.jpg');
}

.their-tube-image.p_img1 {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.their-tube-image.p_image3 {
  background-image: url('../images/phonvert_workshop.jpeg');
}

.their-tube-image.sd_img1 {
  background-image: url('../images/SD_3.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.their-tube-image.sd_image3 {
  background-image: url('../images/A.png');
  background-position: 50%;
}

.their-tube-image.sd_gif1 {
  background-image: url('../images/gif2.gif');
  min-height: 280px;
}

.their-tube-image.sd_gif_1 {
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  height: auto;
  min-height: 220px;
}

.their-tube-image.sd_gif_1.sd_image5 {
  background-image: url('../images/streetdebater_prototypin2.jpeg');
  min-height: 300px;
}

.their-tube-image.sd_gif_1.es_gif1 {
  background-image: url('../images/WEB_gif.gif');
  min-height: 275px;
}

.their-tube-image.sd_gif_1.es_pic1 {
  background-image: url('../images/mark_hero.jpg');
  height: auto;
  min-height: 250px;
}

.their-tube-image.wc {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.hownotto-main {
  width: 100%;
  max-width: none;
  margin-top: 17px;
  display: block;
}

.hownotto-main.about_tomo {
  padding: 0 0 16px 14px;
}

.hownotto2 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: block;
}

.hownotto2.about_tomo {
  padding: 0 0 16px 14px;
}

.hownotto3 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 62px;
  display: block;
}

.hownotto3.about_tomo {
  padding: 0 0 16px 14px;
}

.hownottogif1 {
  background-image: url('../images/hownotto1.gif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 330px;
}

.hownottogif1.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.hownottogif1.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.hownottogif1.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.hownottogif1.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.hownottogif1.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.hownottogif1.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.hownottogif1.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.hownottogif1.sd_image4 {
  background-image: url('../images/theirtube_backend.46257f5e-2.gif');
}

.hownottogif1.sd_gif2 {
  min-height: 280px;
}

.hownottogif1.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.hownottogif1.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.hownottogif1.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.hownottogif1.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.hownottogif1.sd_gif_2.es_pic4 {
  background-image: url('../images/logo_panopticon-02.jpg');
  height: auto;
  min-height: 300px;
}

.hownottogif1.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.hownottosmall4 {
  background-image: url('../images/how-not-to_06-low-res.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 330px;
  padding-bottom: 0;
}

.hownottosmall4.m_image3 {
  background-image: url('../images/metamo_hero2.jpg');
}

.hownottosmall4.y_image1 {
  background-image: url('../images/yoshisuke_make.JPG');
  background-position: 50%;
  min-height: 350px;
}

.hownottosmall4.y_image1.y_adimg1 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.30.54.png');
}

.hownottosmall4.y_image1.y_ex1 {
  background-image: url('../images/1601_goodjob_001_m-860x574.jpg');
}

.hownottosmall4.p_img1 {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.hownottosmall4.p_image3 {
  background-image: url('../images/phonvert_workshop.jpeg');
}

.hownottosmall4.sd_img1 {
  background-image: url('../images/SD_3.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.hownottosmall4.sd_image3 {
  background-image: url('../images/A.png');
  background-position: 50%;
}

.hownottosmall4.sd_gif1 {
  background-image: url('../images/gif2.gif');
  min-height: 280px;
}

.hownottosmall4.sd_gif_1 {
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  height: auto;
  min-height: 220px;
}

.hownottosmall4.sd_gif_1.sd_image5 {
  background-image: url('../images/streetdebater_prototypin2.jpeg');
  min-height: 300px;
}

.hownottosmall4.sd_gif_1.es_gif1 {
  background-image: url('../images/WEB_gif.gif');
  min-height: 275px;
}

.hownottosmall4.sd_gif_1.es_pic1 {
  background-image: url('../images/mark_hero.jpg');
  height: auto;
  min-height: 250px;
}

.hownottosmall4.wc {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.hownottosmall5 {
  background-image: url('../images/how-not-to_09-low-res.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 330px;
  padding-bottom: 0;
}

.hownottosmall5.m_image3 {
  background-image: url('../images/metamo_hero2.jpg');
}

.hownottosmall5.y_image1 {
  background-image: url('../images/yoshisuke_make.JPG');
  background-position: 50%;
  min-height: 350px;
}

.hownottosmall5.y_image1.y_adimg1 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.30.54.png');
}

.hownottosmall5.y_image1.y_ex1 {
  background-image: url('../images/1601_goodjob_001_m-860x574.jpg');
}

.hownottosmall5.p_img1 {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.hownottosmall5.p_image3 {
  background-image: url('../images/phonvert_workshop.jpeg');
}

.hownottosmall5.sd_img1 {
  background-image: url('../images/SD_3.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.hownottosmall5.sd_image3 {
  background-image: url('../images/A.png');
  background-position: 50%;
}

.hownottosmall5.sd_gif1 {
  background-image: url('../images/gif2.gif');
  min-height: 280px;
}

.hownottosmall5.sd_gif_1 {
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  height: auto;
  min-height: 220px;
}

.hownottosmall5.sd_gif_1.sd_image5 {
  background-image: url('../images/streetdebater_prototypin2.jpeg');
  min-height: 300px;
}

.hownottosmall5.sd_gif_1.es_gif1 {
  background-image: url('../images/WEB_gif.gif');
  min-height: 275px;
}

.hownottosmall5.sd_gif_1.es_pic1 {
  background-image: url('../images/mark_hero.jpg');
  height: auto;
  min-height: 250px;
}

.hownottosmall5.wc {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.hownottosmall6 {
  background-image: url('../images/how-not-to_10-low-res.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 330px;
}

.hownottosmall6.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.hownottosmall6.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.hownottosmall6.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.hownottosmall6.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.hownottosmall6.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.hownottosmall6.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.hownottosmall6.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.hownottosmall6.sd_image4 {
  background-image: url('../images/theirtube_backend.46257f5e-2.gif');
}

.hownottosmall6.sd_gif2 {
  min-height: 280px;
}

.hownottosmall6.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.hownottosmall6.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.hownottosmall6.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.hownottosmall6.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.hownottosmall6.sd_gif_2.es_pic4 {
  background-image: url('../images/logo_panopticon-02.jpg');
  height: auto;
  min-height: 300px;
}

.hownottosmall6.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.hownotto6 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 62px;
  display: block;
}

.hownotto6.about_tomo {
  padding: 0 0 16px 14px;
}

.dv1 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 62px;
  display: block;
}

.dv1.about_tomo {
  padding: 0 0 16px 14px;
}

.dv2 {
  background-image: url('../images/230321_038s.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 330px;
  padding-bottom: 0;
}

.dv2.m_image3 {
  background-image: url('../images/metamo_hero2.jpg');
}

.dv2.y_image1 {
  background-image: url('../images/yoshisuke_make.JPG');
  background-position: 50%;
  min-height: 350px;
}

.dv2.y_image1.y_adimg1 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.30.54.png');
}

.dv2.y_image1.y_ex1 {
  background-image: url('../images/1601_goodjob_001_m-860x574.jpg');
}

.dv2.p_img1 {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.dv2.p_image3 {
  background-image: url('../images/phonvert_workshop.jpeg');
}

.dv2.sd_img1 {
  background-image: url('../images/SD_3.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.dv2.sd_image3 {
  background-image: url('../images/A.png');
  background-position: 50%;
}

.dv2.sd_gif1 {
  background-image: url('../images/gif2.gif');
  min-height: 280px;
}

.dv2.sd_gif_1 {
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  height: auto;
  min-height: 220px;
}

.dv2.sd_gif_1.sd_image5 {
  background-image: url('../images/streetdebater_prototypin2.jpeg');
  min-height: 300px;
}

.dv2.sd_gif_1.es_gif1 {
  background-image: url('../images/WEB_gif.gif');
  min-height: 275px;
}

.dv2.sd_gif_1.es_pic1 {
  background-image: url('../images/mark_hero.jpg');
  height: auto;
  min-height: 250px;
}

.dv2.wc {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.dv3 {
  background-image: url('../images/230321_039s.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 330px;
}

.dv3.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.dv3.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.dv3.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.dv3.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.dv3.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.dv3.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.dv3.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.dv3.sd_image4 {
  background-image: url('../images/theirtube_backend.46257f5e-2.gif');
}

.dv3.sd_gif2 {
  min-height: 280px;
}

.dv3.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.dv3.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.dv3.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.dv3.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.dv3.sd_gif_2.es_pic4 {
  background-image: url('../images/logo_panopticon-02.jpg');
  height: auto;
  min-height: 300px;
}

.dv3.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.dvmain {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 62px;
  display: block;
}

.dvmain.about_tomo {
  padding: 0 0 16px 14px;
}

.dv-tapestry {
  background-image: url('../images/230321_020s.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 330px;
}

.dv-tapestry.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.dv-tapestry.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.dv-tapestry.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.dv-tapestry.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.dv-tapestry.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.dv-tapestry.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.dv-tapestry.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.dv-tapestry.sd_image4 {
  background-image: url('../images/theirtube_backend.46257f5e-2.gif');
}

.dv-tapestry.sd_gif2 {
  min-height: 280px;
}

.dv-tapestry.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.dv-tapestry.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.dv-tapestry.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.dv-tapestry.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.dv-tapestry.sd_gif_2.es_pic4 {
  background-image: url('../images/logo_panopticon-02.jpg');
  height: auto;
  min-height: 300px;
}

.dv-tapestry.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.dv-close-up {
  background-image: url('../images/move.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 330px;
  padding-bottom: 0;
}

.dv-close-up.m_image3 {
  background-image: url('../images/metamo_hero2.jpg');
}

.dv-close-up.y_image1 {
  background-image: url('../images/yoshisuke_make.JPG');
  background-position: 50%;
  min-height: 350px;
}

.dv-close-up.y_image1.y_adimg1 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.30.54.png');
}

.dv-close-up.y_image1.y_ex1 {
  background-image: url('../images/1601_goodjob_001_m-860x574.jpg');
}

.dv-close-up.p_img1 {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.dv-close-up.p_image3 {
  background-image: url('../images/phonvert_workshop.jpeg');
}

.dv-close-up.sd_img1 {
  background-image: url('../images/SD_3.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.dv-close-up.sd_image3 {
  background-image: url('../images/A.png');
  background-position: 50%;
}

.dv-close-up.sd_gif1 {
  background-image: url('../images/gif2.gif');
  min-height: 280px;
}

.dv-close-up.sd_gif_1 {
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  height: auto;
  min-height: 220px;
}

.dv-close-up.sd_gif_1.sd_image5 {
  background-image: url('../images/streetdebater_prototypin2.jpeg');
  min-height: 300px;
}

.dv-close-up.sd_gif_1.es_gif1 {
  background-image: url('../images/WEB_gif.gif');
  min-height: 275px;
}

.dv-close-up.sd_gif_1.es_pic1 {
  background-image: url('../images/mark_hero.jpg');
  height: auto;
  min-height: 250px;
}

.dv-close-up.wc {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.sign-1 {
  width: 100%;
  max-width: none;
  margin-top: 17px;
  display: block;
}

.sign-1.about_tomo {
  padding: 0 0 16px 14px;
}

.not-sign-1 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 62px;
  display: block;
}

.not-sign-1.about_tomo {
  padding: 0 0 16px 14px;
}

.not0sign2 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 120px;
  display: block;
}

.not0sign2.about_tomo {
  padding: 0 0 16px 14px;
}

.not-sign-3 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 120px;
  display: block;
}

.not-sign-3.about_tomo {
  padding: 0 0 16px 14px;
}

.not-sign-5 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 120px;
  display: block;
}

.not-sign-5.about_tomo {
  padding: 0 0 16px 14px;
}

.not-sign-4 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 120px;
  display: block;
}

.not-sign-4.about_tomo {
  padding: 0 0 16px 14px;
}

.d_picture_description-last {
  color: #525151;
  text-align: center;
  margin-bottom: 44px;
  padding-top: 12px;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 23px;
}

.d_picture_description-last.p_d {
  margin-bottom: 64px;
}

.not-good-sign-5 {
  background-image: url('../images/ws-not-a-good-sign2.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 330px;
  padding-bottom: 0;
}

.not-good-sign-5.m_image3 {
  background-image: url('../images/metamo_hero2.jpg');
}

.not-good-sign-5.y_image1 {
  background-image: url('../images/yoshisuke_make.JPG');
  background-position: 50%;
  min-height: 350px;
}

.not-good-sign-5.y_image1.y_adimg1 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.30.54.png');
}

.not-good-sign-5.y_image1.y_ex1 {
  background-image: url('../images/1601_goodjob_001_m-860x574.jpg');
}

.not-good-sign-5.p_img1 {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.not-good-sign-5.p_image3 {
  background-image: url('../images/phonvert_workshop.jpeg');
}

.not-good-sign-5.sd_img1 {
  background-image: url('../images/SD_3.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.not-good-sign-5.sd_image3 {
  background-image: url('../images/A.png');
  background-position: 50%;
}

.not-good-sign-5.sd_gif1 {
  background-image: url('../images/gif2.gif');
  min-height: 280px;
}

.not-good-sign-5.sd_gif_1 {
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  height: auto;
  min-height: 220px;
}

.not-good-sign-5.sd_gif_1.sd_image5 {
  background-image: url('../images/streetdebater_prototypin2.jpeg');
  min-height: 300px;
}

.not-good-sign-5.sd_gif_1.es_gif1 {
  background-image: url('../images/WEB_gif.gif');
  min-height: 275px;
}

.not-good-sign-5.sd_gif_1.es_pic1 {
  background-image: url('../images/mark_hero.jpg');
  height: auto;
  min-height: 250px;
}

.not-good-sign-5.wc {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.not-good-sign-8 {
  background-image: url('../images/ws-not-a-good-sign1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 330px;
}

.not-good-sign-8.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.not-good-sign-8.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.not-good-sign-8.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.not-good-sign-8.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.not-good-sign-8.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.not-good-sign-8.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.not-good-sign-8.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.not-good-sign-8.sd_image4 {
  background-image: url('../images/theirtube_backend.46257f5e-2.gif');
}

.not-good-sign-8.sd_gif2 {
  min-height: 280px;
}

.not-good-sign-8.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.not-good-sign-8.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.not-good-sign-8.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.not-good-sign-8.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.not-good-sign-8.sd_gif_2.es_pic4 {
  background-image: url('../images/logo_panopticon-02.jpg');
  height: auto;
  min-height: 300px;
}

.not-good-sign-8.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.wind-sighs {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 62px;
  display: block;
}

.wind-sighs.about_tomo {
  padding: 0 0 16px 14px;
}

.sighs-fid {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 62px;
  display: block;
}

.sighs-fid.about_tomo {
  padding: 0 0 16px 14px;
}

.wind-gif {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 36px;
  margin-bottom: 215px;
  padding-left: 180px;
  padding-right: 180px;
  display: block;
}

.wind-gif.about_tomo {
  padding: 0 0 16px 14px;
}

.summary_question-sign {
  margin-top: 54px;
  padding-bottom: 19px;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}

.diarymain {
  width: 100%;
  max-width: none;
  margin-top: 17px;
  display: block;
}

.diarymain.about_tomo {
  padding: 0 0 16px 14px;
}

.diary2 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 62px;
  display: block;
}

.diary2.about_tomo {
  padding: 0 0 16px 14px;
}

.diary3 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 62px;
  display: block;
}

.diary3.about_tomo {
  padding: 0 0 16px 14px;
}

.diary4 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 62px;
  display: block;
}

.diary4.about_tomo {
  padding: 0 0 16px 14px;
}

.diary5 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 62px;
  display: block;
}

.diary5.about_tomo {
  padding: 0 0 16px 14px;
}

.diary-gif {
  background-image: url('../images/branching-path.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  min-height: 330px;
  padding-bottom: 0;
}

.diary-gif.m_image3 {
  background-image: url('../images/metamo_hero2.jpg');
}

.diary-gif.y_image1 {
  background-image: url('../images/yoshisuke_make.JPG');
  background-position: 50%;
  min-height: 350px;
}

.diary-gif.y_image1.y_adimg1 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.30.54.png');
}

.diary-gif.y_image1.y_ex1 {
  background-image: url('../images/1601_goodjob_001_m-860x574.jpg');
}

.diary-gif.p_img1 {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.diary-gif.p_image3 {
  background-image: url('../images/phonvert_workshop.jpeg');
}

.diary-gif.sd_img1 {
  background-image: url('../images/SD_3.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.diary-gif.sd_image3 {
  background-image: url('../images/A.png');
  background-position: 50%;
}

.diary-gif.sd_gif1 {
  background-image: url('../images/gif2.gif');
  min-height: 280px;
}

.diary-gif.sd_gif_1 {
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  height: auto;
  min-height: 220px;
}

.diary-gif.sd_gif_1.sd_image5 {
  background-image: url('../images/streetdebater_prototypin2.jpeg');
  min-height: 300px;
}

.diary-gif.sd_gif_1.es_gif1 {
  background-image: url('../images/WEB_gif.gif');
  min-height: 275px;
}

.diary-gif.sd_gif_1.es_pic1 {
  background-image: url('../images/mark_hero.jpg');
  height: auto;
  min-height: 250px;
}

.diary-gif.wc {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.diary6 {
  background-image: url('../images/230826_180-s.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 330px;
}

.diary6.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.diary6.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.diary6.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.diary6.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.diary6.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.diary6.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.diary6.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.diary6.sd_image4 {
  background-image: url('../images/theirtube_backend.46257f5e-2.gif');
}

.diary6.sd_gif2 {
  min-height: 280px;
}

.diary6.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.diary6.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.diary6.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.diary6.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.diary6.sd_gif_2.es_pic4 {
  background-image: url('../images/logo_panopticon-02.jpg');
  height: auto;
  min-height: 300px;
}

.diary6.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.diary-gif2 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 36px;
  display: block;
}

.diary-gif2.about_tomo {
  padding: 0 0 16px 14px;
}

.selection-gif {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 62px;
  display: block;
}

.selection-gif.about_tomo {
  padding: 0 0 16px 14px;
}

.diary-gif1 {
  background-image: url('../images/scene-gif.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  min-height: 800px;
  padding-bottom: 0;
}

.diary-gif1.m_image3 {
  background-image: url('../images/metamo_hero2.jpg');
}

.diary-gif1.y_image1 {
  background-image: url('../images/yoshisuke_make.JPG');
  background-position: 50%;
  min-height: 350px;
}

.diary-gif1.y_image1.y_adimg1 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.30.54.png');
}

.diary-gif1.y_image1.y_ex1 {
  background-image: url('../images/1601_goodjob_001_m-860x574.jpg');
}

.diary-gif1.p_img1 {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.diary-gif1.p_image3 {
  background-image: url('../images/phonvert_workshop.jpeg');
}

.diary-gif1.sd_img1 {
  background-image: url('../images/SD_3.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.diary-gif1.sd_image3 {
  background-image: url('../images/A.png');
  background-position: 50%;
}

.diary-gif1.sd_gif1 {
  background-image: url('../images/gif2.gif');
  min-height: 280px;
}

.diary-gif1.sd_gif_1 {
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  height: auto;
  min-height: 220px;
}

.diary-gif1.sd_gif_1.sd_image5 {
  background-image: url('../images/streetdebater_prototypin2.jpeg');
  min-height: 300px;
}

.diary-gif1.sd_gif_1.es_gif1 {
  background-image: url('../images/WEB_gif.gif');
  min-height: 275px;
}

.diary-gif1.sd_gif_1.es_pic1 {
  background-image: url('../images/mark_hero.jpg');
  height: auto;
  min-height: 250px;
}

.diary-gif1.wc {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.tate {
  background-image: url('../images/230826_118-s.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  min-height: 800px;
}

.tate.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.tate.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.tate.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.tate.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.tate.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.tate.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.tate.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.tate.sd_image4 {
  background-image: url('../images/theirtube_backend.46257f5e-2.gif');
}

.tate.sd_gif2 {
  min-height: 280px;
}

.tate.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.tate.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.tate.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.tate.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.tate.sd_gif_2.es_pic4 {
  background-image: url('../images/logo_panopticon-02.jpg');
  height: auto;
  min-height: 300px;
}

.tate.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.d_picture_double-special {
  min-height: 330px;
  margin-top: 120px;
  margin-bottom: 20px;
}

.d_picture_double-special.cats {
  margin-bottom: 117px;
}

.mayor {
  min-height: 260px;
  margin-top: 31px;
  margin-bottom: 0;
}

.mayor.cats {
  margin-bottom: 117px;
}

.mayor1 {
  background-image: url('../images/mayor-talk-image.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 260px;
  padding-bottom: 0;
}

.mayor1.m_image3 {
  background-image: url('../images/metamo_hero2.jpg');
}

.mayor1.y_image1 {
  background-image: url('../images/yoshisuke_make.JPG');
  background-position: 50%;
  min-height: 350px;
}

.mayor1.y_image1.y_adimg1 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.30.54.png');
}

.mayor1.y_image1.y_ex1 {
  background-image: url('../images/1601_goodjob_001_m-860x574.jpg');
}

.mayor1.p_img1 {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.mayor1.p_image3 {
  background-image: url('../images/phonvert_workshop.jpeg');
}

.mayor1.sd_img1 {
  background-image: url('../images/SD_3.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.mayor1.sd_image3 {
  background-image: url('../images/A.png');
  background-position: 50%;
}

.mayor1.sd_gif1 {
  background-image: url('../images/gif2.gif');
  min-height: 280px;
}

.mayor1.sd_gif_1 {
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  height: auto;
  min-height: 220px;
}

.mayor1.sd_gif_1.sd_image5 {
  background-image: url('../images/streetdebater_prototypin2.jpeg');
  min-height: 300px;
}

.mayor1.sd_gif_1.es_gif1 {
  background-image: url('../images/WEB_gif.gif');
  min-height: 275px;
}

.mayor1.sd_gif_1.es_pic1 {
  background-image: url('../images/mark_hero.jpg');
  height: auto;
  min-height: 250px;
}

.mayor1.wc {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.mayor2 {
  background-image: url('../images/mayor.gif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 260px;
}

.mayor2.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.mayor2.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.mayor2.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.mayor2.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.mayor2.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.mayor2.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.mayor2.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.mayor2.sd_image4 {
  background-image: url('../images/theirtube_backend.46257f5e-2.gif');
}

.mayor2.sd_gif2 {
  min-height: 280px;
}

.mayor2.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.mayor2.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.mayor2.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.mayor2.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.mayor2.sd_gif_2.es_pic4 {
  background-image: url('../images/logo_panopticon-02.jpg');
  height: auto;
  min-height: 300px;
}

.mayor2.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.mayorsummary {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 108px 0;
}

.sd-123 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 44px;
  margin-bottom: 114px;
  display: block;
}

.sd-123.about_tomo {
  padding: 0 0 16px 14px;
}

.slide-3-sd {
  background-image: url('../images/street-debater-main-B.jpg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .375s;
}

.slide-3-sd.es_book3 {
  background-image: url('../images/book3.jpg');
  min-height: 300px;
}

.slide--sd1 {
  background-image: url('../images/Gear_web.jpg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .375s;
}

.slide--sd1.es_book3 {
  background-image: url('../images/book3.jpg');
  min-height: 300px;
}

.violence {
  margin-top: 18px;
  padding-left: 3px;
  font-weight: 300;
}

.violence.p_detail {
  margin-top: 16px;
  margin-bottom: 0;
  margin-right: 46px;
  padding-right: 0;
}

.violence-1 {
  background-image: url('../images/no-violence.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 260px;
  padding-bottom: 0;
}

.violence-1.m_image3 {
  background-image: url('../images/metamo_hero2.jpg');
}

.violence-1.y_image1 {
  background-image: url('../images/yoshisuke_make.JPG');
  background-position: 50%;
  min-height: 350px;
}

.violence-1.y_image1.y_adimg1 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.30.54.png');
}

.violence-1.y_image1.y_ex1 {
  background-image: url('../images/1601_goodjob_001_m-860x574.jpg');
}

.violence-1.p_img1 {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.violence-1.p_image3 {
  background-image: url('../images/phonvert_workshop.jpeg');
}

.violence-1.sd_img1 {
  background-image: url('../images/SD_3.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.violence-1.sd_image3 {
  background-image: url('../images/A.png');
  background-position: 50%;
}

.violence-1.sd_gif1 {
  background-image: url('../images/gif2.gif');
  min-height: 280px;
}

.violence-1.sd_gif_1 {
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  height: auto;
  min-height: 220px;
}

.violence-1.sd_gif_1.sd_image5 {
  background-image: url('../images/streetdebater_prototypin2.jpeg');
  min-height: 300px;
}

.violence-1.sd_gif_1.es_gif1 {
  background-image: url('../images/WEB_gif.gif');
  min-height: 275px;
}

.violence-1.sd_gif_1.es_pic1 {
  background-image: url('../images/mark_hero.jpg');
  height: auto;
  min-height: 250px;
}

.violence-1.wc {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.violence-2 {
  background-image: url('../images/violence-sexy.gif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 260px;
}

.violence-2.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.violence-2.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.violence-2.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.violence-2.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.violence-2.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.violence-2.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.violence-2.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.violence-2.sd_image4 {
  background-image: url('../images/theirtube_backend.46257f5e-2.gif');
}

.violence-2.sd_gif2 {
  min-height: 280px;
}

.violence-2.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.violence-2.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.violence-2.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.violence-2.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.violence-2.sd_gif_2.es_pic4 {
  background-image: url('../images/logo_panopticon-02.jpg');
  height: auto;
  min-height: 300px;
}

.violence-2.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.violence-3 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 32px;
  padding-left: 74px;
  padding-right: 74px;
  display: block;
}

.violence-3.about_tomo {
  padding: 0 0 16px 14px;
}

.violence-4 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 114px;
  padding-left: 74px;
  padding-right: 74px;
  display: block;
}

.violence-4.about_tomo {
  padding: 0 0 16px 14px;
}

.violence-5 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 32px;
  padding-left: 74px;
  padding-right: 74px;
  display: block;
}

.violence-5.about_tomo {
  padding: 0 0 16px 14px;
}

.future-collider1 {
  width: 100%;
  max-width: none;
  margin-top: 17px;
  display: block;
}

.future-collider1.about_tomo {
  padding: 0 0 16px 14px;
}

.fc-gif-1 {
  background-image: url('../images/fc-1.gif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 330px;
  padding-bottom: 0;
}

.fc-gif-1.m_image3 {
  background-image: url('../images/metamo_hero2.jpg');
}

.fc-gif-1.y_image1 {
  background-image: url('../images/yoshisuke_make.JPG');
  background-position: 50%;
  min-height: 350px;
}

.fc-gif-1.y_image1.y_adimg1 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.30.54.png');
}

.fc-gif-1.y_image1.y_ex1 {
  background-image: url('../images/1601_goodjob_001_m-860x574.jpg');
}

.fc-gif-1.p_img1 {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.fc-gif-1.p_image3 {
  background-image: url('../images/phonvert_workshop.jpeg');
}

.fc-gif-1.sd_img1 {
  background-image: url('../images/SD_3.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.fc-gif-1.sd_image3 {
  background-image: url('../images/A.png');
  background-position: 50%;
}

.fc-gif-1.sd_gif1 {
  background-image: url('../images/gif2.gif');
  min-height: 280px;
}

.fc-gif-1.sd_gif_1 {
  background-image: url('../images/gif2.gif');
  background-position: 50%;
  height: auto;
  min-height: 220px;
}

.fc-gif-1.sd_gif_1.sd_image5 {
  background-image: url('../images/streetdebater_prototypin2.jpeg');
  min-height: 300px;
}

.fc-gif-1.sd_gif_1.es_gif1 {
  background-image: url('../images/WEB_gif.gif');
  min-height: 275px;
}

.fc-gif-1.sd_gif_1.es_pic1 {
  background-image: url('../images/mark_hero.jpg');
  height: auto;
  min-height: 250px;
}

.fc-gif-1.wc {
  background-image: url('../images/Screen-Shot-2015-09-14-at-12.53.20-sw7zfp.png.004.jpeg');
  background-position: 50%;
  height: auto;
  min-height: 250px;
}

.fc-gif-2 {
  background-image: url('../images/fc-2.gif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 330px;
}

.fc-gif-2.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.fc-gif-2.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.fc-gif-2.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.fc-gif-2.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.fc-gif-2.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.fc-gif-2.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.fc-gif-2.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.fc-gif-2.sd_image4 {
  background-image: url('../images/theirtube_backend.46257f5e-2.gif');
}

.fc-gif-2.sd_gif2 {
  min-height: 280px;
}

.fc-gif-2.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.fc-gif-2.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.fc-gif-2.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.fc-gif-2.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.fc-gif-2.sd_gif_2.es_pic4 {
  background-image: url('../images/logo_panopticon-02.jpg');
  height: auto;
  min-height: 300px;
}

.fc-gif-2.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.fc-main-1 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 70px;
  display: block;
}

.fc-main-1.about_tomo {
  padding: 0 0 16px 14px;
}

.fc-ws-1 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 69px;
  display: block;
}

.fc-ws-1.about_tomo {
  padding: 0 0 16px 14px;
}

.fc-sign-1 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 70px;
  margin-bottom: 152px;
  display: block;
}

.fc-sign-1.about_tomo {
  padding: 0 0 16px 14px;
}

.fc-main-2 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 70px;
  display: block;
}

.fc-main-2.about_tomo {
  padding: 0 0 16px 14px;
}

.html-embed {
  margin-top: 47px;
  margin-bottom: 84px;
}

.detail_credit_fc {
  margin-bottom: 28px;
  padding-left: 7px;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.fc-main-exhibition {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 27px;
  margin-bottom: 114px;
  padding-bottom: 0;
  display: block;
}

.fc-main-exhibition.about_tomo {
  padding: 0 0 16px 14px;
}

.street-debate-tomo {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 74px;
  display: block;
}

.street-debate-tomo.about_tomo {
  padding: 0 0 16px 14px;
}

.street-debate-michael {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 17px;
  display: block;
}

.street-debate-michael.about_tomo {
  padding: 0 0 16px 14px;
}

.not-sign-11 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 120px;
  display: block;
}

.not-sign-11.about_tomo {
  padding: 0 0 16px 14px;
}

.not-sign-12 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 120px;
  display: block;
}

.not-sign-12.about_tomo {
  padding: 0 0 16px 14px;
}

.not-sign-13 {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 120px;
  display: block;
}

.not-sign-13.about_tomo {
  padding: 0 0 16px 14px;
}

.image-24 {
  margin-bottom: 70px;
}

.image-25 {
  margin-top: 70px;
  margin-bottom: 68px;
}

.image-26 {
  margin-bottom: 64px;
}

.video-7 {
  margin-bottom: 118px;
}

.slide-4 {
  background-image: url('../images/maebashi-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.exhibition-log {
  margin-top: 163px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.thames {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: block;
}

.thames.about_tomo {
  padding: 0 0 16px 14px;
}

.image-27 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.navbar-copy {
  background-color: #0000;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 0 87px;
}

.navbar-copy.nav_footer {
  margin-top: 47px;
  margin-bottom: 0;
  margin-left: 81px;
  padding-left: 122px;
}

.nav_menu--about {
  color: #6e6e6e;
  text-align: left;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 15.5px;
  font-weight: 300;
  display: block;
  right: auto;
}

.nav_menu--about:hover {
  color: #7dce94;
  border-bottom: 0 #000;
}

.nav_menu--about.w--current {
  color: #6e6e6e;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  display: block;
}

.nav_menu--about.language {
  margin-left: 0;
}

.nav_menu--about.language:hover {
  color: #30643e;
}

.nav_menu--about.code_tag {
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  display: block;
}

.nav_menu--about.pl_whitenav {
  color: #a4aca8;
}

.nav_menu--about.research, .nav_menu--about.code {
  display: none;
}

.deviaton-diagram {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 108px;
  display: block;
}

.deviaton-diagram.about_tomo {
  padding: 0 0 16px 14px;
}

.image-28 {
  margin-top: 68px;
}

.pdf-image {
  background-image: url('../images/metamo_pic3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 330px;
}

.pdf-image.m_image4 {
  background-image: url('../images/DSC01144-1116x1983.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.pdf-image.y_image2 {
  background-image: url('../images/yoshisuke_5.jpg');
  min-height: 350px;
}

.pdf-image.y_image2.y_adimg2 {
  background-image: url('../images/Screen-Shot-2019-01-28-at-19.31.39.png');
}

.pdf-image.y_image2.y_ex2 {
  background-image: url('../images/yoshisuke_exhibition2.jpg');
}

.pdf-image.p_img2 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.pdf-image.p_image4 {
  background-image: url('../images/phonvert_idea1.jpg');
}

.pdf-image.sd_img2 {
  background-image: url('../images/SD_2.png');
  background-position: 50%;
  max-width: none;
  height: auto;
  min-height: 350px;
}

.pdf-image.sd_image4 {
  background-image: url('../images/SD_prototype.jpeg');
}

.pdf-image.sd_gif2 {
  min-height: 280px;
}

.pdf-image.sd_gif_2 {
  background-image: url('../images/gif1.gif');
  height: auto;
  min-height: 220px;
}

.pdf-image.sd_gif_2.sd_image6 {
  background-image: url('../images/gif_small.2019-06-19-10_37_58.gif');
  background-position: 50% 80%;
  background-size: cover;
  min-height: 300px;
}

.pdf-image.sd_gif_2.es_gif2 {
  background-image: url('../images/WEB_gif2.gif');
  background-position: 50%;
  min-height: 275px;
}

.pdf-image.sd_gif_2.es_pic2 {
  background-image: url('../images/Screen-Shot-2018-09-24-at-14.24.23.png');
  height: auto;
  min-height: 250px;
}

.pdf-image.sd_gif_2.es_pic4 {
  background-image: url('../images/book1.jpg');
  height: auto;
  min-height: 300px;
}

.pdf-image.wc3 {
  background-image: url('../images/phonvert_hero2_small.jpg');
  height: auto;
  min-height: 250px;
}

.cv {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.image-29 {
  margin-top: 63px;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: center stretch;
  margin-top: 20px;
  margin-left: 87px;
  margin-right: 87px;
  display: grid;
}

.main-width {
  margin-bottom: 30px;
}

.main-width.take-down {
  display: none;
}

.main-wid {
  width: auto;
}

.jp-enblock {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
}

.jp-text {
  width: 100%;
}

.paragraph-7 {
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-size: 17.5px;
}

.enga-main {
  width: 100%;
  max-width: none;
  margin-top: 17px;
  display: block;
}

.enga-main.about_tomo {
  padding: 0 0 16px 14px;
}

.engagif {
  border-radius: 0;
  width: 50%;
  max-width: none;
  margin-top: 0;
  display: block;
}

.engagif.about_tomo {
  padding: 0 0 16px 14px;
}

.gif-ena {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  width: 100%;
  max-width: 1500px;
  margin: 14px auto 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.engamain {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 50px;
  display: block;
}

.engamain.about_tomo {
  padding: 0 0 16px 14px;
}

.enga {
  background-image: url('../images/enga-cropped.jpg');
  background-size: cover;
}

.enga._2-1slide {
  background-image: url('../images/escape_heroshot3.jpg');
  background-position: 50%;
}

.enga.b-1slide {
  background-image: url('../images/AIMayor_hero_small.jpg');
  background-position: 50%;
}

.enga.b-2slide1 {
  background-image: url('../images/sexy.jpeg');
  background-position: 50%;
}

.enga.c-1slide1 {
  background-image: url('../images/metamo_hero1.jpg');
  background-position: 50%;
}

.enga.c-2slide1 {
  background-image: url('../images/yoshisuke_hero.jpg');
  background-position: 50%;
}

.enga.detail_metamo1 {
  background-image: url('../images/metamo_pic1.jpg');
}

.enga.detail_metamo1:hover {
  opacity: 1;
}

.enga.detail_metamo2 {
  background-image: url('../images/metamo_pic3.jpg');
}

.enga.es_book1 {
  background-image: url('../images/book1.jpg');
  min-height: 300px;
}

.enga.snakecity {
  background-image: url('../images/snakecity1.jpg');
  background-position: 50%;
}

.enga.snakecity2 {
  background-image: url('../images/snakecity2.png');
  background-position: 50%;
}

.enga.snakecity3 {
  background-image: url('../images/snakecity3.jpg');
  background-position: 50%;
}

.enga.snakecity4 {
  background-image: url('../images/snakecity_main.png');
  background-position: 50%;
}

.enga.theirtube_1 {
  background-image: url('../images/OGP-Theirtube-06.png');
  background-position: 50%;
}

.enga.theirtube_2 {
  background-image: url('../images/red_personalanding.png');
  background-position: 50%;
}

.enga.theirtube_3 {
  background-image: url('../images/red_three_persona.png');
  background-position: 50%;
}

.enga.world_collider1 {
  background-image: url('../images/real_life.jpg');
  background-position: 50%;
}

.enga.world_collider2 {
  background-image: url('../images/Frameupload.jpg');
  background-position: 50%;
}

.enga.fc1 {
  background-image: url('../images/main.png');
  background-position: 50%;
}

.enga.deviationgame {
  background-image: url('../images/outdraw-sushi-tech.jpg');
  background-position: 50%;
}

.enga.notgoodsign2 {
  background-image: url('../images/main_2_glaciers.jpg');
  background-position: 50%;
}

.enga.notgoodsign1 {
  background-image: url('../images/NYIMASLAULA_NotAGoodSign_9003.JPG');
  background-position: 50%;
  background-size: cover;
}

.enga.hnt3 {
  background-image: url('../images/ns-3.JPG');
  background-position: 50%;
}

.enga.deviationgame2 {
  background-image: url('../images/dgGamePlay.jpg');
  background-position: 50%;
}

.enga.deviationgame3 {
  background-image: url('../images/dgTapestry.jpg');
  background-position: 50%;
}

.enga.hnt1 {
  background-image: url('../images/hownottosmall2.jpg');
}

.enga.hnt2 {
  background-image: url('../images/how-not-to_01-small.jpg');
  background-position: 50%;
}

.enga.hnt_3 {
  background-image: url('../images/hnt3.png');
  background-position: 50%;
}

.enga.diarytmr1 {
  background-image: url('../images/230826_150-s.jpg');
  background-position: 50%;
}

.enga.diarytmr2 {
  background-image: url('../images/plotter.jpg');
  background-position: 50%;
}

.text-block-4 {
  margin-top: 11px;
}

.jp-enblock-ver2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
}

.image-30 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-19 {
  margin-bottom: 28px;
}

.image-31 {
  padding-left: 60px;
  padding-right: 60px;
}

.link-27 {
  text-decoration: none;
}

.miraikan {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  display: block;
}

.miraikan.about_tomo {
  padding: 0 0 16px 14px;
}

.code-embed {
  margin-bottom: 40px;
}

/* @media screen and (max-width: 991px) {
  .maincontainer.collum {
    align-items: flex-start;
    padding: 17px 35px 3px;
  }

  .maincontainer.mid_titles {
    align-items: flex-start;
    padding: 23px 29px 68px;
  }

  .maincontainer.footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .maincontainer.about_grid {
    width: auto;
    margin-left: 0;
    padding-left: 70px;
    padding-right: 70px;
  }

  .heading {
    margin-top: 6px;
    margin-left: -7px;
    font-size: 21px;
  }

  .one_sentencer {
    font-size: 13px;
  }

  .column-2 {
    padding-left: 20px;
  }

  .slider {
    height: 30vw;
    min-height: 440px;
  }

  .columns-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-3 {
    background-position: 50%;
  }

  .brand_en {
    padding-right: 129px;
  }

  .brand_en.w--current {
    z-index: 4;
    padding-right: 129px;
  }

  .toplogo.toplogo_japanese {
    padding-right: 0;
  }

  .nav_menu {
    color: #5c5c5c;
    margin-top: 23px;
    margin-right: 0;
    padding: 0;
  }

  .nav_menu.w--current {
    padding-bottom: 0;
    padding-left: 0;
  }

  .menu_container {
    opacity: 1;
    margin-left: -56px;
    padding-bottom: 0;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .ham_menu_bar {
    opacity: 1;
    color: #727272;
    background-color: #0000;
    border-radius: 0;
    margin-left: -9px;
    margin-right: 522px;
    padding-left: 0;
    font-size: 30px;
    font-weight: 100;
  }

  .ham_menu_bar.w--open {
    color: #fff;
    background-color: #0000;
  }

  .icon {
    z-index: 3;
    opacity: 1;
    color: #9c9c9c;
    letter-spacing: 0;
    text-indent: 0;
    text-transform: none;
    object-fit: fill;
    background-color: #0000;
    border: 1px #000;
    font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 100;
    position: relative;
  }

  .bran_ja, .bran_ja.w--current {
    padding-right: 32px;
  }

  .logo.va {
    padding-top: 9px;
  }

  .logo.design_museum {
    margin-bottom: 0;
    padding-bottom: 6px;
  }

  .mid_heading {
    margin-top: -23px;
    margin-bottom: 9px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 4px;
    font-size: 19px;
  }

  .mid_heading.mid_heading_b {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 0;
    font-size: 19px;
    display: flex;
  }

  .container_details {
    padding-left: 40px;
    padding-right: 40px;
  }

  .detail_heading {
    margin-top: 104px;
  }

  .detail_heading.pl_h {
    font-size: 24px;
    line-height: 30px;
  }

  .detail_oneliner {
    padding-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .detail_oneliner.pl_ll {
    font-size: 24px;
  }

  .detail_oneliner.appearance_text {
    padding-top: 18px;
  }

  .detail_main_image.about_tomo {
    padding-left: 0;
  }

  .detail_project_detail {
    margin-top: 5px;
  }

  .detail_question {
    font-size: 20px;
  }

  .detail_question.inside {
    padding-left: 20px;
  }

  .detail_question.sd_design_goal {
    font-size: 21px;
  }

  .detail_question.es_question {
    font-size: 19px;
  }

  .detail_paragraph {
    padding-left: 20px;
    font-size: 15px;
    line-height: 30px;
  }

  .detail_credit {
    font-size: 12px;
  }

  .column-9.s_research {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .image-6 {
    max-height: none;
  }

  .column-11, .column-12 {
    max-height: 180px;
  }

  .detail_slider {
    overflow: visible;
  }

  .detail_slide.pic1 {
    background-position: 0 0;
  }

  .detail_slide.pic2 {
    background-position: 50%;
  }

  .d_image1 {
    min-height: 250px;
  }

  .d_image1.y_image1 {
    background-position: 50%;
    min-height: 200px;
  }

  .d_image1.p_img1 {
    height: auto;
    min-height: 210px;
  }

  .d_image1.p_image3 {
    min-height: 250px;
  }

  .d_image1.sd_img1 {
    min-height: 270px;
  }

  .d_image1.sd_image3 {
    min-height: 280px;
  }

  .d_image1.sd_gif_1 {
    min-height: 200px;
  }

  .d_image1.sd_gif_1.sd_image5 {
    min-height: 250px;
  }

  .d_image1.wc {
    height: auto;
    min-height: 210px;
  }

  .d_collumn1 {
    padding-left: 0;
  }

  .d_image2 {
    min-height: 250px;
  }

  .d_image2.y_image2 {
    min-height: 200px;
  }

  .d_image2.p_img2 {
    min-height: 210px;
  }

  .d_image2.p_image4 {
    min-height: 250px;
  }

  .d_image2.sd_img2 {
    min-height: 270px;
  }

  .d_image2.sd_image4 {
    min-height: 280px;
  }

  .d_image2.sd_gif_2 {
    min-height: 200px;
  }

  .d_image2.sd_gif_2.sd_image6, .d_image2.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .d_image2.wc3 {
    min-height: 210px;
  }

  .d_picture_double.cats {
    margin-bottom: 52px;
  }

  .d_collumn2 {
    padding-right: 0;
  }

  .awards.description.press {
    margin-top: 22px;
  }

  .button_launch_web.button_streetdebater_research {
    margin-top: 9px;
    padding: 12px 27px;
  }

  .detail_miniheading {
    font-size: 15px;
  }

  .detail_topinfo {
    padding-left: 28px;
    padding-right: 28px;
  }

  .background-video-2 {
    min-height: 100px;
  }

  .footer_text {
    font-size: 13px;
  }

  .column-18 {
    padding-left: 35px;
    padding-right: 33px;
  }

  .paragraph-3 {
    margin-top: 20px;
    font-size: 12px;
  }

  .paragraph-3.love {
    margin-top: 0;
  }

  .link-2.waag_link {
    color: #0c0c0c;
  }

  .about_paragraph {
    text-align: left;
    align-self: start;
  }

  .about_paragraph.top_about {
    align-self: start;
    font-size: 24px;
  }

  .about_paragraph.top_about.about2 {
    align-self: start;
    font-size: 20px;
  }

  .grid-2 {
    grid-template: ". . . . . . . . . . . . . . . . ."
                   ". . . . . . . . . . . . . . . . ."
                   ". . . . . . . . . . . . . . . . ."
                   ". . . . . . . . . . . . . . . . ."
                   ". . . . . . . . . . . . . . . . ."
                   ". . . . . . . . . . . . . . . . ."
                   ". . . . . . . . . . . . . . . . ."
                   ". . . . . . . . . . . . . . . . ."
                   ". . . . . . . . . . . . . . . . ."
                   ". . . . . . . . . . . . . . . . ."
                   ". . . . . . . . . . . . . . . . ."
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .gridblok.social_about {
    flex-direction: column;
    align-self: start;
    align-items: stretch;
    margin-left: 0;
    padding: 20px;
    display: flex;
  }

  .gridblok.updates_about {
    align-self: start;
    padding: 20px;
  }

  .paragraph-4 {
    line-height: 24px;
  }

  .honourblock {
    margin-top: 18px;
  }

  .playful_interventions {
    font-size: 17px;
  }

  .container-3 {
    padding: 0 47px 47px;
  }

  .summary_main {
    font-size: 17px;
  }

  .summary_block {
    padding-left: 67px;
    padding-right: 67px;
  }

  .summary_question {
    font-size: 24px;
  }

  .appearance-heading {
    font-size: 17px;
  }

  .appearance_description {
    font-size: 12.5px;
    font-weight: 400;
  }

  .appearance_date {
    font-size: 14px;
  }

  .appearance {
    margin-bottom: 41px;
  }

  .appearance_imagehold.ap2.fr2 {
    background-position: 0 0;
  }

  .appearance_imagehold.sp5 {
    background-size: contain;
  }

  .container-4 {
    overflow: visible;
  }

  .image-12 {
    display: block;
  }

  .grid-4 {
    min-width: 100px;
    overflow: visible;
  }

  .experiments_detail.ex_mid {
    font-size: 17px;
  }

  .experiments_detail.ex_para {
    font-size: 14px;
  }

  .footer_link_text {
    font-size: 15px;
  }

  .footer_link_block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .detail_small {
    padding-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .detail_small.pl_ll {
    font-size: 24px;
  }

  .detail_small.appearance_text {
    padding-top: 18px;
  }

  .about_section {
    padding-top: 0;
    font-size: 18px;
    line-height: 34px;
  }

  .about_section.pl_ll {
    font-size: 24px;
  }

  .about_section.appearance_text {
    padding-top: 18px;
  }

  .detail_oneliner_small {
    padding-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .detail_oneliner_small.pl_ll {
    font-size: 24px;
  }

  .detail_oneliner_small.appearance_text {
    padding-top: 18px;
  }

  .detail_oneliner_tomo {
    padding-top: 0;
    font-size: 24px;
    line-height: 35px;
  }

  .detail_oneliner_tomo.pl_ll {
    font-size: 24px;
  }

  .detail_oneliner_tomo.appearance_text {
    padding-top: 18px;
  }

  .detail_oneliner_collumn {
    padding-top: 0;
    padding-right: 20px;
    font-size: 17px;
    line-height: 34px;
  }

  .detail_oneliner_collumn.pl_ll {
    font-size: 24px;
  }

  .detail_oneliner_collumn.appearance_text {
    padding-top: 18px;
  }

  .detail_main_bigpic.about_tomo {
    padding-left: 0;
  }

  .handdown, .handdow_mid {
    display: none;
  }

  .link-7 {
    flex: 0 auto;
    display: block;
  }

  .theirtube, .theirtube2, .theirtube_0 {
    background-position: 50%;
  }

  .detail_main_image-_wc.about_tomo {
    padding-left: 0;
  }

  .link-26 {
    text-decoration: none;
  }

  .theirtube-response.about_tomo {
    padding-left: 0;
  }

  .theitube-gif {
    min-height: 250px;
  }

  .theitube-gif.y_image2 {
    min-height: 200px;
  }

  .theitube-gif.p_img2 {
    min-height: 210px;
  }

  .theitube-gif.p_image4 {
    min-height: 250px;
  }

  .theitube-gif.sd_img2 {
    min-height: 270px;
  }

  .theitube-gif.sd_image4 {
    min-height: 280px;
  }

  .theitube-gif.sd_gif_2 {
    min-height: 200px;
  }

  .theitube-gif.sd_gif_2.sd_image6, .theitube-gif.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .theitube-gif.wc3 {
    min-height: 210px;
  }

  .their-tube-image {
    min-height: 250px;
  }

  .their-tube-image.y_image1 {
    background-position: 50%;
    min-height: 200px;
  }

  .their-tube-image.p_img1 {
    height: auto;
    min-height: 210px;
  }

  .their-tube-image.p_image3 {
    min-height: 250px;
  }

  .their-tube-image.sd_img1 {
    min-height: 270px;
  }

  .their-tube-image.sd_image3 {
    min-height: 280px;
  }

  .their-tube-image.sd_gif_1 {
    min-height: 200px;
  }

  .their-tube-image.sd_gif_1.sd_image5 {
    min-height: 250px;
  }

  .their-tube-image.wc {
    height: auto;
    min-height: 210px;
  }

  .hownotto-main.about_tomo, .hownotto2.about_tomo, .hownotto3.about_tomo {
    padding-left: 0;
  }

  .hownottogif1 {
    min-height: 250px;
  }

  .hownottogif1.y_image2 {
    min-height: 200px;
  }

  .hownottogif1.p_img2 {
    min-height: 210px;
  }

  .hownottogif1.p_image4 {
    min-height: 250px;
  }

  .hownottogif1.sd_img2 {
    min-height: 270px;
  }

  .hownottogif1.sd_image4 {
    min-height: 280px;
  }

  .hownottogif1.sd_gif_2 {
    min-height: 200px;
  }

  .hownottogif1.sd_gif_2.sd_image6, .hownottogif1.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .hownottogif1.wc3 {
    min-height: 210px;
  }

  .hownottosmall4 {
    min-height: 250px;
  }

  .hownottosmall4.y_image1 {
    background-position: 50%;
    min-height: 200px;
  }

  .hownottosmall4.p_img1 {
    height: auto;
    min-height: 210px;
  }

  .hownottosmall4.p_image3 {
    min-height: 250px;
  }

  .hownottosmall4.sd_img1 {
    min-height: 270px;
  }

  .hownottosmall4.sd_image3 {
    min-height: 280px;
  }

  .hownottosmall4.sd_gif_1 {
    min-height: 200px;
  }

  .hownottosmall4.sd_gif_1.sd_image5 {
    min-height: 250px;
  }

  .hownottosmall4.wc {
    height: auto;
    min-height: 210px;
  }

  .hownottosmall5 {
    min-height: 250px;
  }

  .hownottosmall5.y_image1 {
    background-position: 50%;
    min-height: 200px;
  }

  .hownottosmall5.p_img1 {
    height: auto;
    min-height: 210px;
  }

  .hownottosmall5.p_image3 {
    min-height: 250px;
  }

  .hownottosmall5.sd_img1 {
    min-height: 270px;
  }

  .hownottosmall5.sd_image3 {
    min-height: 280px;
  }

  .hownottosmall5.sd_gif_1 {
    min-height: 200px;
  }

  .hownottosmall5.sd_gif_1.sd_image5 {
    min-height: 250px;
  }

  .hownottosmall5.wc {
    height: auto;
    min-height: 210px;
  }

  .hownottosmall6 {
    min-height: 250px;
  }

  .hownottosmall6.y_image2 {
    min-height: 200px;
  }

  .hownottosmall6.p_img2 {
    min-height: 210px;
  }

  .hownottosmall6.p_image4 {
    min-height: 250px;
  }

  .hownottosmall6.sd_img2 {
    min-height: 270px;
  }

  .hownottosmall6.sd_image4 {
    min-height: 280px;
  }

  .hownottosmall6.sd_gif_2 {
    min-height: 200px;
  }

  .hownottosmall6.sd_gif_2.sd_image6, .hownottosmall6.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .hownottosmall6.wc3 {
    min-height: 210px;
  }

  .hownotto6.about_tomo, .dv1.about_tomo {
    padding-left: 0;
  }

  .dv2 {
    min-height: 250px;
  }

  .dv2.y_image1 {
    background-position: 50%;
    min-height: 200px;
  }

  .dv2.p_img1 {
    height: auto;
    min-height: 210px;
  }

  .dv2.p_image3 {
    min-height: 250px;
  }

  .dv2.sd_img1 {
    min-height: 270px;
  }

  .dv2.sd_image3 {
    min-height: 280px;
  }

  .dv2.sd_gif_1 {
    min-height: 200px;
  }

  .dv2.sd_gif_1.sd_image5 {
    min-height: 250px;
  }

  .dv2.wc {
    height: auto;
    min-height: 210px;
  }

  .dv3 {
    min-height: 250px;
  }

  .dv3.y_image2 {
    min-height: 200px;
  }

  .dv3.p_img2 {
    min-height: 210px;
  }

  .dv3.p_image4 {
    min-height: 250px;
  }

  .dv3.sd_img2 {
    min-height: 270px;
  }

  .dv3.sd_image4 {
    min-height: 280px;
  }

  .dv3.sd_gif_2 {
    min-height: 200px;
  }

  .dv3.sd_gif_2.sd_image6, .dv3.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .dv3.wc3 {
    min-height: 210px;
  }

  .dvmain.about_tomo {
    padding-left: 0;
  }

  .dv-tapestry {
    min-height: 250px;
  }

  .dv-tapestry.y_image2 {
    min-height: 200px;
  }

  .dv-tapestry.p_img2 {
    min-height: 210px;
  }

  .dv-tapestry.p_image4 {
    min-height: 250px;
  }

  .dv-tapestry.sd_img2 {
    min-height: 270px;
  }

  .dv-tapestry.sd_image4 {
    min-height: 280px;
  }

  .dv-tapestry.sd_gif_2 {
    min-height: 200px;
  }

  .dv-tapestry.sd_gif_2.sd_image6, .dv-tapestry.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .dv-tapestry.wc3 {
    min-height: 210px;
  }

  .dv-close-up {
    min-height: 250px;
  }

  .dv-close-up.y_image1 {
    background-position: 50%;
    min-height: 200px;
  }

  .dv-close-up.p_img1 {
    height: auto;
    min-height: 210px;
  }

  .dv-close-up.p_image3 {
    min-height: 250px;
  }

  .dv-close-up.sd_img1 {
    min-height: 270px;
  }

  .dv-close-up.sd_image3 {
    min-height: 280px;
  }

  .dv-close-up.sd_gif_1 {
    min-height: 200px;
  }

  .dv-close-up.sd_gif_1.sd_image5 {
    min-height: 250px;
  }

  .dv-close-up.wc {
    height: auto;
    min-height: 210px;
  }

  .sign-1.about_tomo, .not-sign-1.about_tomo, .not0sign2.about_tomo, .not-sign-3.about_tomo, .not-sign-5.about_tomo, .not-sign-4.about_tomo {
    padding-left: 0;
  }

  .not-good-sign-5 {
    min-height: 250px;
  }

  .not-good-sign-5.y_image1 {
    background-position: 50%;
    min-height: 200px;
  }

  .not-good-sign-5.p_img1 {
    height: auto;
    min-height: 210px;
  }

  .not-good-sign-5.p_image3 {
    min-height: 250px;
  }

  .not-good-sign-5.sd_img1 {
    min-height: 270px;
  }

  .not-good-sign-5.sd_image3 {
    min-height: 280px;
  }

  .not-good-sign-5.sd_gif_1 {
    min-height: 200px;
  }

  .not-good-sign-5.sd_gif_1.sd_image5 {
    min-height: 250px;
  }

  .not-good-sign-5.wc {
    height: auto;
    min-height: 210px;
  }

  .not-good-sign-8 {
    min-height: 250px;
  }

  .not-good-sign-8.y_image2 {
    min-height: 200px;
  }

  .not-good-sign-8.p_img2 {
    min-height: 210px;
  }

  .not-good-sign-8.p_image4 {
    min-height: 250px;
  }

  .not-good-sign-8.sd_img2 {
    min-height: 270px;
  }

  .not-good-sign-8.sd_image4 {
    min-height: 280px;
  }

  .not-good-sign-8.sd_gif_2 {
    min-height: 200px;
  }

  .not-good-sign-8.sd_gif_2.sd_image6, .not-good-sign-8.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .not-good-sign-8.wc3 {
    min-height: 210px;
  }

  .wind-sighs.about_tomo, .sighs-fid.about_tomo, .wind-gif.about_tomo {
    padding-left: 0;
  }

  .summary_question-sign {
    font-size: 24px;
  }

  .diarymain.about_tomo, .diary2.about_tomo, .diary3.about_tomo, .diary4.about_tomo, .diary5.about_tomo {
    padding-left: 0;
  }

  .diary-gif {
    min-height: 250px;
  }

  .diary-gif.y_image1 {
    background-position: 50%;
    min-height: 200px;
  }

  .diary-gif.p_img1 {
    height: auto;
    min-height: 210px;
  }

  .diary-gif.p_image3 {
    min-height: 250px;
  }

  .diary-gif.sd_img1 {
    min-height: 270px;
  }

  .diary-gif.sd_image3 {
    min-height: 280px;
  }

  .diary-gif.sd_gif_1 {
    min-height: 200px;
  }

  .diary-gif.sd_gif_1.sd_image5 {
    min-height: 250px;
  }

  .diary-gif.wc {
    height: auto;
    min-height: 210px;
  }

  .diary6 {
    min-height: 250px;
  }

  .diary6.y_image2 {
    min-height: 200px;
  }

  .diary6.p_img2 {
    min-height: 210px;
  }

  .diary6.p_image4 {
    min-height: 250px;
  }

  .diary6.sd_img2 {
    min-height: 270px;
  }

  .diary6.sd_image4 {
    min-height: 280px;
  }

  .diary6.sd_gif_2 {
    min-height: 200px;
  }

  .diary6.sd_gif_2.sd_image6, .diary6.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .diary6.wc3 {
    min-height: 210px;
  }

  .diary-gif2.about_tomo, .selection-gif.about_tomo {
    padding-left: 0;
  }

  .diary-gif1 {
    min-height: 250px;
  }

  .diary-gif1.y_image1 {
    background-position: 50%;
    min-height: 200px;
  }

  .diary-gif1.p_img1 {
    height: auto;
    min-height: 210px;
  }

  .diary-gif1.p_image3 {
    min-height: 250px;
  }

  .diary-gif1.sd_img1 {
    min-height: 270px;
  }

  .diary-gif1.sd_image3 {
    min-height: 280px;
  }

  .diary-gif1.sd_gif_1 {
    min-height: 200px;
  }

  .diary-gif1.sd_gif_1.sd_image5 {
    min-height: 250px;
  }

  .diary-gif1.wc {
    height: auto;
    min-height: 210px;
  }

  .tate {
    min-height: 250px;
  }

  .tate.y_image2 {
    min-height: 200px;
  }

  .tate.p_img2 {
    min-height: 210px;
  }

  .tate.p_image4 {
    min-height: 250px;
  }

  .tate.sd_img2 {
    min-height: 270px;
  }

  .tate.sd_image4 {
    min-height: 280px;
  }

  .tate.sd_gif_2 {
    min-height: 200px;
  }

  .tate.sd_gif_2.sd_image6, .tate.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .tate.wc3 {
    min-height: 210px;
  }

  .d_picture_double-special.cats, .mayor.cats {
    margin-bottom: 52px;
  }

  .mayor1 {
    min-height: 250px;
  }

  .mayor1.y_image1 {
    background-position: 50%;
    min-height: 200px;
  }

  .mayor1.p_img1 {
    height: auto;
    min-height: 210px;
  }

  .mayor1.p_image3 {
    min-height: 250px;
  }

  .mayor1.sd_img1 {
    min-height: 270px;
  }

  .mayor1.sd_image3 {
    min-height: 280px;
  }

  .mayor1.sd_gif_1 {
    min-height: 200px;
  }

  .mayor1.sd_gif_1.sd_image5 {
    min-height: 250px;
  }

  .mayor1.wc {
    height: auto;
    min-height: 210px;
  }

  .mayor2 {
    min-height: 250px;
  }

  .mayor2.y_image2 {
    min-height: 200px;
  }

  .mayor2.p_img2 {
    min-height: 210px;
  }

  .mayor2.p_image4 {
    min-height: 250px;
  }

  .mayor2.sd_img2 {
    min-height: 270px;
  }

  .mayor2.sd_image4 {
    min-height: 280px;
  }

  .mayor2.sd_gif_2 {
    min-height: 200px;
  }

  .mayor2.sd_gif_2.sd_image6, .mayor2.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .mayor2.wc3 {
    min-height: 210px;
  }

  .mayorsummary {
    padding-left: 67px;
    padding-right: 67px;
  }

  .sd-123.about_tomo {
    padding-left: 0;
  }

  .slide-3-sd, .slide--sd1 {
    background-position: 50%;
  }

  .violence {
    margin-top: 5px;
  }

  .violence-1 {
    min-height: 250px;
  }

  .violence-1.y_image1 {
    background-position: 50%;
    min-height: 200px;
  }

  .violence-1.p_img1 {
    height: auto;
    min-height: 210px;
  }

  .violence-1.p_image3 {
    min-height: 250px;
  }

  .violence-1.sd_img1 {
    min-height: 270px;
  }

  .violence-1.sd_image3 {
    min-height: 280px;
  }

  .violence-1.sd_gif_1 {
    min-height: 200px;
  }

  .violence-1.sd_gif_1.sd_image5 {
    min-height: 250px;
  }

  .violence-1.wc {
    height: auto;
    min-height: 210px;
  }

  .violence-2 {
    min-height: 250px;
  }

  .violence-2.y_image2 {
    min-height: 200px;
  }

  .violence-2.p_img2 {
    min-height: 210px;
  }

  .violence-2.p_image4 {
    min-height: 250px;
  }

  .violence-2.sd_img2 {
    min-height: 270px;
  }

  .violence-2.sd_image4 {
    min-height: 280px;
  }

  .violence-2.sd_gif_2 {
    min-height: 200px;
  }

  .violence-2.sd_gif_2.sd_image6, .violence-2.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .violence-2.wc3 {
    min-height: 210px;
  }

  .violence-3.about_tomo, .violence-4.about_tomo, .violence-5.about_tomo, .future-collider1.about_tomo {
    padding-left: 0;
  }

  .fc-gif-1 {
    min-height: 250px;
  }

  .fc-gif-1.y_image1 {
    background-position: 50%;
    min-height: 200px;
  }

  .fc-gif-1.p_img1 {
    height: auto;
    min-height: 210px;
  }

  .fc-gif-1.p_image3 {
    min-height: 250px;
  }

  .fc-gif-1.sd_img1 {
    min-height: 270px;
  }

  .fc-gif-1.sd_image3 {
    min-height: 280px;
  }

  .fc-gif-1.sd_gif_1 {
    min-height: 200px;
  }

  .fc-gif-1.sd_gif_1.sd_image5 {
    min-height: 250px;
  }

  .fc-gif-1.wc {
    height: auto;
    min-height: 210px;
  }

  .fc-gif-2 {
    min-height: 250px;
  }

  .fc-gif-2.y_image2 {
    min-height: 200px;
  }

  .fc-gif-2.p_img2 {
    min-height: 210px;
  }

  .fc-gif-2.p_image4 {
    min-height: 250px;
  }

  .fc-gif-2.sd_img2 {
    min-height: 270px;
  }

  .fc-gif-2.sd_image4 {
    min-height: 280px;
  }

  .fc-gif-2.sd_gif_2 {
    min-height: 200px;
  }

  .fc-gif-2.sd_gif_2.sd_image6, .fc-gif-2.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .fc-gif-2.wc3 {
    min-height: 210px;
  }

  .fc-main-1.about_tomo, .fc-ws-1.about_tomo, .fc-sign-1.about_tomo, .fc-main-2.about_tomo {
    padding-left: 0;
  }

  .detail_credit_fc {
    font-size: 12px;
  }

  .fc-main-exhibition.about_tomo, .street-debate-tomo.about_tomo, .street-debate-michael.about_tomo, .not-sign-11.about_tomo, .not-sign-12.about_tomo, .not-sign-13.about_tomo {
    padding-left: 0;
  }

  .exhibition-log {
    font-size: 24px;
  }

  .thames.about_tomo {
    padding-left: 0;
  }

  .nav_menu--about {
    color: #5c5c5c;
    margin-top: 23px;
    margin-right: 0;
    padding: 0;
  }

  .nav_menu--about.w--current {
    padding-bottom: 0;
    padding-left: 0;
  }

  .deviaton-diagram.about_tomo {
    padding-left: 0;
  }

  .pdf-image {
    min-height: 250px;
  }

  .pdf-image.y_image2 {
    min-height: 200px;
  }

  .pdf-image.p_img2 {
    min-height: 210px;
  }

  .pdf-image.p_image4 {
    min-height: 250px;
  }

  .pdf-image.sd_img2 {
    min-height: 270px;
  }

  .pdf-image.sd_image4 {
    min-height: 280px;
  }

  .pdf-image.sd_gif_2 {
    min-height: 200px;
  }

  .pdf-image.sd_gif_2.sd_image6, .pdf-image.sd_gif_2.es_pic4 {
    min-height: 250px;
  }

  .pdf-image.wc3 {
    min-height: 210px;
  }

  .flex-block {
    grid-template-columns: 1fr;
    margin-left: 30px;
    margin-right: 30px;
  }

  .jp-enblock {
    flex-flow: column;
  }

  .enga-main.about_tomo, .engagif.about_tomo, .engamain.about_tomo {
    padding-left: 0;
  }

  .jp-enblock-ver2 {
    flex-flow: column;
  }

  .div-block-19 {
    margin-top: 48px;
  }

  .miraikan.about_tomo {
    padding-left: 0;
  }
} */

@media screen and (max-width: 860px) {
  .maincontainer._1_ongoing {
    flex-direction: row;
    display: flex;
  }

  .maincontainer.footer {
    margin-top: 53px;
    padding-top: 31px;
  }

  .heading {
    margin-top: 16px;
    font-size: 21px;
    line-height: 36px;
  }

  .hero_line_updated.line_block {
    margin-bottom: 26px;
  }

  .one_sentencer {
    font-size: 15px;
    line-height: 25px;
  }

  .slider {
    height: 30vw;
    min-height: 350px;
  }

  .column-3 {
    padding-bottom: 28px;
    padding-right: 0;
  }

  .column-4 {
    padding-left: 0;
  }

  .slide {
    background-position: 50%;
  }

  .brand_en, .brand_en.w--current {
    padding-right: 131px;
  }

  .toplogo, .toplogo.toplogo_japanese {
    padding-right: 0;
  }

  .nav_menu {
    margin-top: 0;
  }

  .menu_container {
    color: #0000;
  }

  .nav-menu {
    padding-top: 35px;
  }

  .ham_menu_bar {
    margin-left: -8px;
    margin-right: 380px;
  }

  .ham_menu_bar.w--open {
    background-color: #0000;
  }

  .bran_ja, .bran_ja.w--current {
    padding-right: 36px;
  }

  .logo.wired {
    margin-top: 18px;
  }

  .logo.va {
    width: 10%;
    padding-top: 14px;
  }

  .logo.design_museum {
    width: 18%;
  }

  .mid_heading {
    margin-top: -9px;
    font-size: 17px;
    line-height: 30px;
  }

  .mid_heading.mid_heading_b {
    font-size: 18px;
    line-height: 30px;
    display: block;
  }

  .container_details {
    padding-left: 35px;
    padding-right: 35px;
  }

  .detail_oneliner {
    font-size: 15px;
  }

  .detail_oneliner.appearance_text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
  }

  .detail_oneliner.appearance_text.experiments {
    font-size: 15px;
  }

  .detail_question {
    font-weight: 400;
    line-height: 35px;
  }

  .detail_question.inside {
    padding-left: 0;
  }

  .detail_paragraph {
    padding-left: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .column-9, .column-10 {
    padding-left: 0;
  }

  .image-6 {
    max-height: none;
  }

  .column-11, .column-12 {
    max-height: 230px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-13 {
    padding-left: 0;
  }

  .d_image1.y_image1 {
    min-height: 300px;
  }

  .d_image1.p_img1 {
    min-height: 330px;
  }

  .d_image1.sd_img1 {
    height: auto;
    min-height: 450px;
  }

  .d_image1.sd_image3 {
    min-height: 400px;
  }

  .d_image1.sd_gif_1 {
    height: auto;
    min-height: 280px;
  }

  .d_image1.wc {
    min-height: 330px;
  }

  .d_collumn1 {
    padding-right: 0;
  }

  .d_image2.y_image2 {
    min-height: 300px;
  }

  .d_image2.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .d_image2.p_img2 {
    min-height: 330px;
  }

  .d_image2.sd_img2 {
    min-height: 450px;
  }

  .d_image2.sd_image4 {
    min-height: 400px;
  }

  .d_image2.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .d_image2.wc3 {
    min-height: 330px;
  }

  .d_collumn2 {
    padding-left: 0;
  }

  .d_picture_description {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .awards.exhibition {
    margin-top: 23px;
  }

  .awards.team {
    margin-top: 14px;
  }

  .awards.description {
    margin-top: 1px;
  }

  .awards.description.press {
    margin-top: -9px;
  }

  .button_launch_web {
    padding: 5px;
    font-size: 12px;
  }

  .detail_miniheading.metamo_minihead {
    margin-left: 2px;
  }

  .column-16 {
    padding-left: 0;
  }

  .detail_topinfo {
    padding-left: 29px;
    padding-right: 29px;
  }

  .detail_topinfo.appearance_block2 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .background-video-2 {
    min-height: 50px;
  }

  .column-17 {
    padding-top: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_heading {
    margin-top: 46px;
  }

  .footer_heading.footer_tophead {
    margin-top: 22px;
  }

  .submit-button {
    margin-top: 17px;
  }

  .column-18 {
    padding-top: 46px;
    padding-left: 0;
  }

  .about_paragraph.top_about {
    align-self: start;
    font-size: 20px;
  }

  .about_paragraph.top_about.about2 {
    align-self: start;
    padding-bottom: 25px;
    font-size: 17px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-areas: ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . .";
  }

  .gridblok.social_about {
    border-top-style: none;
    border-bottom-style: none;
    align-self: start;
    padding: 14px 36px;
  }

  .honourblock.academix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .summary_main {
    font-size: 17.5px;
  }

  .summary_block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .appearance-heading {
    font-size: 18px;
  }

  .appearance_description {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
  }

  .appearance_date {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 5px;
  }

  .appearance {
    margin-bottom: 46px;
    padding-top: 21px;
    padding-bottom: 0;
  }

  .appearance.updates {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 11px;
  }

  .columns-6 {
    margin-bottom: 0;
  }

  .appearance_imagehold.ap1 {
    min-height: 300px;
  }

  .appearance_imagehold.ap1.fr1 {
    min-height: 350px;
  }

  .appearance_imagehold.ap2 {
    min-height: 300px;
  }

  .appearance_imagehold.ap2.fr2 {
    background-position: 50%;
  }

  .appearance_imagehold.ap3 {
    min-height: 300px;
  }

  .appearance_imagehold.ap3.fr3.ixda_pic {
    background-size: contain;
    min-height: 300px;
  }

  .appearance_imagehold.ap4, .appearance_imagehold.sp5 {
    min-height: 300px;
  }

  .appearance_imagehold.ap6, .appearance_imagehold.ap10, .appearance_imagehold._1p11, .appearance_imagehold.ap12, .appearance_imagehold.b1 {
    min-height: 270px;
  }

  .appearance_imagehold.b2, .appearance_imagehold.c2, .appearance_imagehold.c3, .appearance_imagehold.d1, .appearance_imagehold.d2, .appearance_imagehold.d3, .appearance_imagehold.e2, .appearance_imagehold.e3 {
    min-height: 300px;
  }

  .container-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-6.comingsoon {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .research_white_head.whitebig {
    padding-right: 32px;
  }

  .experiments_detail.ex_title {
    font-size: 20px;
    line-height: 35px;
  }

  .div-block-15 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .footer_link_text {
    font-size: 13px;
  }

  .footer_link_block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .detail_small {
    font-size: 15px;
  }

  .detail_small.appearance_text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
  }

  .detail_small.appearance_text.experiments {
    font-size: 15px;
  }

  .about_section {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
  }

  .about_section.appearance_text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
  }

  .about_section.appearance_text.experiments, .detail_oneliner_small {
    font-size: 15px;
  }

  .detail_oneliner_small.appearance_text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
  }

  .detail_oneliner_small.appearance_text.experiments {
    font-size: 15px;
  }

  .columns-9 {
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .detail_oneliner_tomo {
    margin-top: 32px;
    font-size: 22px;
  }

  .detail_oneliner_tomo.appearance_text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
  }

  .detail_oneliner_tomo.appearance_text.experiments {
    font-size: 15px;
  }

  .detail_oneliner_collumn {
    padding-top: 35px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .detail_oneliner_collumn.appearance_text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
  }

  .detail_oneliner_collumn.appearance_text.experiments {
    font-size: 15px;
  }

  .column-23 {
    flex-direction: column;
  }

  .link-8 {
    flex: none;
  }

  .theitube-gif.y_image2 {
    min-height: 300px;
  }

  .theitube-gif.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .theitube-gif.p_img2 {
    min-height: 330px;
  }

  .theitube-gif.sd_img2 {
    min-height: 450px;
  }

  .theitube-gif.sd_image4 {
    min-height: 400px;
  }

  .theitube-gif.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .theitube-gif.wc3 {
    min-height: 330px;
  }

  .their-tube-image.y_image1 {
    min-height: 300px;
  }

  .their-tube-image.p_img1 {
    min-height: 330px;
  }

  .their-tube-image.sd_img1 {
    height: auto;
    min-height: 450px;
  }

  .their-tube-image.sd_image3 {
    min-height: 400px;
  }

  .their-tube-image.sd_gif_1 {
    height: auto;
    min-height: 280px;
  }

  .their-tube-image.wc {
    min-height: 330px;
  }

  .hownottogif1.y_image2 {
    min-height: 300px;
  }

  .hownottogif1.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .hownottogif1.p_img2 {
    min-height: 330px;
  }

  .hownottogif1.sd_img2 {
    min-height: 450px;
  }

  .hownottogif1.sd_image4 {
    min-height: 400px;
  }

  .hownottogif1.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .hownottogif1.wc3 {
    min-height: 330px;
  }

  .hownottosmall4.y_image1 {
    min-height: 300px;
  }

  .hownottosmall4.p_img1 {
    min-height: 330px;
  }

  .hownottosmall4.sd_img1 {
    height: auto;
    min-height: 450px;
  }

  .hownottosmall4.sd_image3 {
    min-height: 400px;
  }

  .hownottosmall4.sd_gif_1 {
    height: auto;
    min-height: 280px;
  }

  .hownottosmall4.wc {
    min-height: 330px;
  }

  .hownottosmall5.y_image1 {
    min-height: 300px;
  }

  .hownottosmall5.p_img1 {
    min-height: 330px;
  }

  .hownottosmall5.sd_img1 {
    height: auto;
    min-height: 450px;
  }

  .hownottosmall5.sd_image3 {
    min-height: 400px;
  }

  .hownottosmall5.sd_gif_1 {
    height: auto;
    min-height: 280px;
  }

  .hownottosmall5.wc {
    min-height: 330px;
  }

  .hownottosmall6.y_image2 {
    min-height: 300px;
  }

  .hownottosmall6.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .hownottosmall6.p_img2 {
    min-height: 330px;
  }

  .hownottosmall6.sd_img2 {
    min-height: 450px;
  }

  .hownottosmall6.sd_image4 {
    min-height: 400px;
  }

  .hownottosmall6.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .hownottosmall6.wc3 {
    min-height: 330px;
  }

  .dv2.y_image1 {
    min-height: 300px;
  }

  .dv2.p_img1 {
    min-height: 330px;
  }

  .dv2.sd_img1 {
    height: auto;
    min-height: 450px;
  }

  .dv2.sd_image3 {
    min-height: 400px;
  }

  .dv2.sd_gif_1 {
    height: auto;
    min-height: 280px;
  }

  .dv2.wc {
    min-height: 330px;
  }

  .dv3.y_image2 {
    min-height: 300px;
  }

  .dv3.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .dv3.p_img2 {
    min-height: 330px;
  }

  .dv3.sd_img2 {
    min-height: 450px;
  }

  .dv3.sd_image4 {
    min-height: 400px;
  }

  .dv3.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .dv3.wc3 {
    min-height: 330px;
  }

  .dv-tapestry.y_image2 {
    min-height: 300px;
  }

  .dv-tapestry.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .dv-tapestry.p_img2 {
    min-height: 330px;
  }

  .dv-tapestry.sd_img2 {
    min-height: 450px;
  }

  .dv-tapestry.sd_image4 {
    min-height: 400px;
  }

  .dv-tapestry.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .dv-tapestry.wc3 {
    min-height: 330px;
  }

  .dv-close-up.y_image1 {
    min-height: 300px;
  }

  .dv-close-up.p_img1 {
    min-height: 330px;
  }

  .dv-close-up.sd_img1 {
    height: auto;
    min-height: 450px;
  }

  .dv-close-up.sd_image3 {
    min-height: 400px;
  }

  .dv-close-up.sd_gif_1 {
    height: auto;
    min-height: 280px;
  }

  .dv-close-up.wc {
    min-height: 330px;
  }

  .d_picture_description-last {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .not-good-sign-5.y_image1 {
    min-height: 300px;
  }

  .not-good-sign-5.p_img1 {
    min-height: 330px;
  }

  .not-good-sign-5.sd_img1 {
    height: auto;
    min-height: 450px;
  }

  .not-good-sign-5.sd_image3 {
    min-height: 400px;
  }

  .not-good-sign-5.sd_gif_1 {
    height: auto;
    min-height: 280px;
  }

  .not-good-sign-5.wc {
    min-height: 330px;
  }

  .not-good-sign-8.y_image2 {
    min-height: 300px;
  }

  .not-good-sign-8.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .not-good-sign-8.p_img2 {
    min-height: 330px;
  }

  .not-good-sign-8.sd_img2 {
    min-height: 450px;
  }

  .not-good-sign-8.sd_image4 {
    min-height: 400px;
  }

  .not-good-sign-8.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .not-good-sign-8.wc3 {
    min-height: 330px;
  }

  .diary-gif.y_image1 {
    min-height: 300px;
  }

  .diary-gif.p_img1 {
    min-height: 330px;
  }

  .diary-gif.sd_img1 {
    height: auto;
    min-height: 450px;
  }

  .diary-gif.sd_image3 {
    min-height: 400px;
  }

  .diary-gif.sd_gif_1 {
    height: auto;
    min-height: 280px;
  }

  .diary-gif.wc {
    min-height: 330px;
  }

  .diary6.y_image2 {
    min-height: 300px;
  }

  .diary6.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .diary6.p_img2 {
    min-height: 330px;
  }

  .diary6.sd_img2 {
    min-height: 450px;
  }

  .diary6.sd_image4 {
    min-height: 400px;
  }

  .diary6.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .diary6.wc3 {
    min-height: 330px;
  }

  .diary-gif1.y_image1 {
    min-height: 300px;
  }

  .diary-gif1.p_img1 {
    min-height: 330px;
  }

  .diary-gif1.sd_img1 {
    height: auto;
    min-height: 450px;
  }

  .diary-gif1.sd_image3 {
    min-height: 400px;
  }

  .diary-gif1.sd_gif_1 {
    height: auto;
    min-height: 280px;
  }

  .diary-gif1.wc {
    min-height: 330px;
  }

  .tate.y_image2 {
    min-height: 300px;
  }

  .tate.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .tate.p_img2 {
    min-height: 330px;
  }

  .tate.sd_img2 {
    min-height: 450px;
  }

  .tate.sd_image4 {
    min-height: 400px;
  }

  .tate.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .tate.wc3 {
    min-height: 330px;
  }

  .mayor1.y_image1 {
    min-height: 300px;
  }

  .mayor1.p_img1 {
    min-height: 330px;
  }

  .mayor1.sd_img1 {
    height: auto;
    min-height: 450px;
  }

  .mayor1.sd_image3 {
    min-height: 400px;
  }

  .mayor1.sd_gif_1 {
    height: auto;
    min-height: 280px;
  }

  .mayor1.wc {
    min-height: 330px;
  }

  .mayor2.y_image2 {
    min-height: 300px;
  }

  .mayor2.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .mayor2.p_img2 {
    min-height: 330px;
  }

  .mayor2.sd_img2 {
    min-height: 450px;
  }

  .mayor2.sd_image4 {
    min-height: 400px;
  }

  .mayor2.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .mayor2.wc3 {
    min-height: 330px;
  }

  .mayorsummary {
    padding-left: 10px;
    padding-right: 10px;
  }

  .violence-1.y_image1 {
    min-height: 300px;
  }

  .violence-1.p_img1 {
    min-height: 330px;
  }

  .violence-1.sd_img1 {
    height: auto;
    min-height: 450px;
  }

  .violence-1.sd_image3 {
    min-height: 400px;
  }

  .violence-1.sd_gif_1 {
    height: auto;
    min-height: 280px;
  }

  .violence-1.wc {
    min-height: 330px;
  }

  .violence-2.y_image2 {
    min-height: 300px;
  }

  .violence-2.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .violence-2.p_img2 {
    min-height: 330px;
  }

  .violence-2.sd_img2 {
    min-height: 450px;
  }

  .violence-2.sd_image4 {
    min-height: 400px;
  }

  .violence-2.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .violence-2.wc3 {
    min-height: 330px;
  }

  .fc-gif-1.y_image1 {
    min-height: 300px;
  }

  .fc-gif-1.p_img1 {
    min-height: 330px;
  }

  .fc-gif-1.sd_img1 {
    height: auto;
    min-height: 450px;
  }

  .fc-gif-1.sd_image3 {
    min-height: 400px;
  }

  .fc-gif-1.sd_gif_1 {
    height: auto;
    min-height: 280px;
  }

  .fc-gif-1.wc {
    min-height: 330px;
  }

  .fc-gif-2.y_image2 {
    min-height: 300px;
  }

  .fc-gif-2.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .fc-gif-2.p_img2 {
    min-height: 330px;
  }

  .fc-gif-2.sd_img2 {
    min-height: 450px;
  }

  .fc-gif-2.sd_image4 {
    min-height: 400px;
  }

  .fc-gif-2.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .fc-gif-2.wc3 {
    min-height: 330px;
  }

  .nav_menu--about {
    margin-top: 0;
  }

  .pdf-image.y_image2 {
    min-height: 300px;
  }

  .pdf-image.y_image2.y_adimg2 {
    min-height: 350px;
  }

  .pdf-image.p_img2 {
    min-height: 330px;
  }

  .pdf-image.sd_img2 {
    min-height: 450px;
  }

  .pdf-image.sd_image4 {
    min-height: 400px;
  }

  .pdf-image.sd_gif_2 {
    height: auto;
    min-height: 280px;
  }

  .pdf-image.wc3 {
    min-height: 330px;
  }

  .cv {
    padding-left: 16px;
    padding-right: 0;
  }

  .jp-enblock {
    padding-left: 40px;
    padding-right: 40px;
  }

  .engagif {
    width: 100%;
  }

  .gif-ena {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .enga {
    background-position: 50%;
  }

  .jp-enblock-ver2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .maincontainer.collum {
    margin-bottom: 0;
    padding: 0 17px 0 28px;
  }

  .maincontainer.mid_titles {
    padding-top: 20px;
    padding-left: 17px;
    padding-right: 13px;
  }

  .maincontainer.mid_titles.mid_phone {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .maincontainer.footer {
    padding-left: 19px;
    padding-right: 19px;
  }

  .heading {
    text-indent: 0;
    margin-top: 0;
    font-size: 4.4vw;
    line-height: 4.8vh;
    display: none;
  }

  .heading.mobile_head {
    text-align: left;
    letter-spacing: -.2px;
    margin-top: 2px;
    margin-left: -8px;
    margin-right: 1px;
    padding-top: 0;
    padding-right: 0;
    font-size: 4.7vw;
    font-weight: 300;
    line-height: 9.4vw;
    display: block;
  }

  .hero_line_updated.line_block {
    display: none;
  }

  .one_sentencer {
    margin-top: 0;
    margin-bottom: 60px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 88px;
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
  }

  .project_heading {
    margin-top: 21px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
  }

  .project_details {
    z-index: 3;
    perspective: none;
    transform-origin: 0 0;
    color: #fff;
    padding-left: 20px;
    font-size: 11px;
    font-weight: 300;
    display: none;
    position: absolute;
    inset: auto auto 21% 2%;
    transform: rotate(-90deg);
  }

  .project_details.mobileb {
    margin-bottom: 29px;
  }

  .project_details.mobileb.escape {
    bottom: 23%;
  }

  .project_details.mobileb.ai_mayor {
    bottom: 21%;
  }

  .project_details.mobileb.metamo_mobile {
    color: #fff;
    bottom: 25%;
  }

  .project_details.mobileb.mobile_yoshisuke {
    bottom: 26%;
  }

  .project_details.phonvert {
    display: none;
    bottom: 29%;
  }

  .column {
    flex: 0 auto;
  }

  .slider {
    width: 100vw;
    min-height: 280px;
  }

  .slider.es_book {
    width: 100%;
  }

  .columns-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .column-4.end_y {
    margin-bottom: 61px;
  }

  .slide {
    background-position: 50%;
  }

  .slide.es_book1 {
    background-position: 50%;
    background-size: cover;
    min-height: 300px;
  }

  .slide-2 {
    left: auto;
  }

  .brand_en {
    margin-top: -14px;
    margin-right: 15px;
    padding-top: 0;
    padding-right: 0;
  }

  .brand_en.w--current {
    z-index: auto;
    margin-right: 13px;
    padding-right: 0;
  }

  .toplogo {
    color: #000;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .toplogo.toplogo_japanese {
    display: none;
    overflow: visible;
  }

  .nav_menu {
    padding-top: 0;
    padding-bottom: 9px;
    padding-left: 0;
    font-size: 13px;
  }

  .nav_menu.w--current {
    font-size: 13px;
  }

  .menu_container {
    margin-top: -8px;
    margin-left: -78px;
    padding-top: 0;
  }

  .nav-menu {
    background-color: #fff0;
    margin-left: 13px;
    padding-top: 29px;
  }

  .ham_menu_bar {
    margin-left: 5px;
    margin-right: 180px;
    padding-right: 0;
  }

  .icon {
    color: #c5c5c5;
    border-width: 1px;
    margin-left: -2px;
  }

  .bran_ja.w--current {
    display: none;
  }

  .logo.wired {
    width: 17%;
    margin-top: 10px;
  }

  .logo.va {
    padding-top: 7px;
  }

  .logo.design_museum {
    padding-bottom: 0;
  }

  .mid_heading {
    margin-left: 2px;
    padding-top: 15px;
    padding-right: 4px;
    font-size: 4.2vw;
    line-height: 8.5vw;
  }

  .mid_heading.mid_heading_b {
    letter-spacing: -.2px;
    margin-left: 4px;
    margin-right: -5px;
    padding-top: 45px;
    padding-bottom: 53px;
    padding-left: 0;
    font-size: 4.6vw;
    line-height: 8vw;
  }

  .mid_seperator {
    margin-top: 1px;
    margin-bottom: 31px;
  }

  .container_details {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .detail_heading {
    margin-top: 110px;
    font-size: 23px;
    line-height: 40px;
  }

  .detail_oneliner {
    padding-top: 14px;
    font-size: 14px;
    line-height: 24px;
  }

  .detail_oneliner.pl_ll {
    font-size: 20px;
    line-height: 30px;
  }

  .detail_oneliner.appearance_text {
    font-size: 14px;
    line-height: 28px;
  }

  .detail_oneliner.appearance_text.experiments, .detail_oneliner.phonvertoneliner {
    font-size: 14px;
  }

  .detail_main_image {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .detail_main_image.about_tomo {
    margin-left: -10px;
  }

  .detail_project_detail {
    font-size: 12px;
  }

  .detail_question {
    font-size: 20px;
    line-height: 33px;
  }

  .detail_question.inside {
    font-size: 17px;
  }

  .detail_paragraph {
    color: #555;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
  }

  .detail_paragraph.detail_summary {
    text-align: left;
  }

  .detail_credit {
    padding-left: 0;
    font-size: 10px;
  }

  .columns-4.p_end {
    margin-bottom: 2px;
    padding-bottom: 1px;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-9.s_research {
    align-items: flex-start;
  }

  .d_image1 {
    background-position: 50%;
  }

  .d_image1.y_image1 {
    background-size: cover;
    min-height: 200px;
  }

  .d_image1.y_image1.y_adimg1 {
    min-height: 330px;
  }

  .d_image1.y_image1.y_ex1 {
    min-height: 300px;
  }

  .d_image1.p_img1 {
    height: auto;
    min-height: 180px;
  }

  .d_image1.sd_img1 {
    min-height: 250px;
  }

  .d_image1.sd_gif_1 {
    min-height: 150px;
  }

  .d_image1.wc {
    height: auto;
    min-height: 180px;
  }

  .d_image2.y_image2, .d_image2.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .d_image2.y_image2.y_ex2 {
    min-height: 300px;
  }

  .d_image2.p_img2 {
    min-height: 180px;
  }

  .d_image2.p_image4 {
    min-height: 300px;
  }

  .d_image2.sd_img2 {
    min-height: 250px;
  }

  .d_image2.sd_gif_2 {
    min-height: 150px;
  }

  .d_image2.sd_gif_2.es_pic4 {
    margin-top: 59px;
  }

  .d_image2.wc3 {
    min-height: 180px;
  }

  .d_picture_description {
    font-size: 12px;
  }

  .awards {
    margin-bottom: 5px;
    padding-left: 0;
  }

  .awards.exhibition {
    padding-left: 0;
  }

  .awards.team {
    margin-top: 21px;
  }

  .awards.description {
    margin-top: 14px;
  }

  .button_launch_web {
    padding-left: 6px;
    padding-right: 7px;
    font-size: 10px;
    inset: auto -7% 6% auto;
  }

  .button_launch_web.button_streetdebater {
    padding-left: 13px;
    padding-right: 13px;
    right: -3%;
  }

  .button_launch_web.button_streetdebater_research {
    font-size: 14px;
    right: 1%;
  }

  .detail_topinfo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail_topinfo.appearance_block2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-9 {
    width: 100vw;
  }

  .footer_email {
    font-size: 14px;
  }

  .footer_text {
    font-size: 12px;
  }

  .column-17 {
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_heading {
    font-size: 15px;
    line-height: 27px;
  }

  .social_media_box.about_social {
    justify-content: center;
    align-items: center;
    height: 80%;
    margin-bottom: 10px;
  }

  .footer_mail_icon {
    margin-right: 6px;
  }

  .column-18 {
    padding-top: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    margin-top: 42px;
  }

  .go_back_top {
    padding-left: 0;
  }

  .about_paragraph {
    text-align: left;
    align-self: start;
    font-size: 14px;
  }

  .about_paragraph.top_about {
    align-self: start;
    padding-left: 5px;
    font-size: 4.4vw;
    font-weight: 400;
    line-height: 8vw;
  }

  .about_paragraph.top_about.about2 {
    align-self: start;
    padding-left: 5px;
    font-size: 3.8vw;
    font-weight: 300;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-areas: ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . ."
                         ". . . . . . . . . . . . . . . . .";
  }

  .gridblok.social_about {
    align-self: start;
    padding-right: 3px;
  }

  .honourblock.academix {
    padding-left: 9px;
    padding-right: 9px;
  }

  .paragraph-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6.awards_text {
    font-size: 12px;
  }

  .container-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .playful_interventions {
    font-size: 15px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 35px;
  }

  .container-3 {
    margin-top: -36px;
    padding: 0 22px 22px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .summary_main {
    margin-bottom: 40px;
    font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
    font-size: 15.5px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
  }

  .summary_block {
    padding: 33px 0 67px;
  }

  .summary_question {
    margin-top: 0;
    padding-bottom: 3px;
    font-size: 19px;
    line-height: 33px;
  }

  .appearance_description {
    font-size: 14px;
  }

  .appearance_date {
    margin-bottom: 12px;
  }

  .appearance {
    padding-left: 0;
    padding-right: 0;
  }

  .appearance_imagehold.ap1, .appearance_imagehold.ap1.fr1, .appearance_imagehold.ap2, .appearance_imagehold.ap3, .appearance_imagehold.sp5, .appearance_imagehold.b3, .appearance_imagehold.b2, .appearance_imagehold.d1, .appearance_imagehold.d3, .appearance_imagehold.e2, .appearance_imagehold.e3 {
    min-height: 200px;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .research_white_head.whitebig {
    padding-right: 17px;
    font-size: 18px;
  }

  .research_block_image {
    min-height: 300px;
  }

  .research_block_image.resourceful, .research_block_image.escape_smartcity, .research_block_image.objectresponder {
    min-height: 250px;
  }

  .experiments_detail.ex_title {
    font-size: 20px;
    line-height: 28px;
  }

  .experiments_detail.ex_mid {
    margin-top: 30px;
    margin-bottom: 18px;
  }

  .experiments_detail.ex_para {
    line-height: 23px;
  }

  .div-block-15.ft_nav_works {
    padding-left: 19px;
    padding-right: 19px;
  }

  .footer_link_text {
    letter-spacing: -.2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 10.5px;
  }

  .footer_link_block {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_link_block.ft_pl {
    display: none;
  }

  .detail_small {
    padding-top: 14px;
    font-size: 14px;
    line-height: 24px;
  }

  .detail_small.pl_ll {
    font-size: 20px;
    line-height: 30px;
  }

  .detail_small.appearance_text {
    font-size: 14px;
    line-height: 28px;
  }

  .detail_small.appearance_text.experiments, .detail_small.phonvertoneliner {
    font-size: 14px;
  }

  .about_section {
    margin-top: -6px;
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 30px;
  }

  .about_section.pl_ll {
    font-size: 20px;
    line-height: 30px;
  }

  .about_section.appearance_text {
    font-size: 14px;
    line-height: 28px;
  }

  .about_section.appearance_text.experiments, .about_section.phonvertoneliner {
    font-size: 14px;
  }

  .div-block-17 {
    flex-flow: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .detail_oneliner_small {
    padding-top: 14px;
    font-size: 14px;
    line-height: 24px;
  }

  .detail_oneliner_small.pl_ll {
    font-size: 20px;
    line-height: 30px;
  }

  .detail_oneliner_small.appearance_text {
    font-size: 14px;
    line-height: 28px;
  }

  .detail_oneliner_small.appearance_text.experiments, .detail_oneliner_small.phonvertoneliner {
    font-size: 14px;
  }

  .detail_oneliner_tomo {
    padding-top: 14px;
    font-size: 18px;
    line-height: 30px;
  }

  .detail_oneliner_tomo.pl_ll {
    font-size: 20px;
    line-height: 30px;
  }

  .detail_oneliner_tomo.appearance_text {
    font-size: 14px;
    line-height: 28px;
  }

  .detail_oneliner_tomo.appearance_text.experiments, .detail_oneliner_tomo.phonvertoneliner {
    font-size: 14px;
  }

  .detail_oneliner_collumn {
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 30px;
  }

  .detail_oneliner_collumn.pl_ll {
    font-size: 20px;
    line-height: 30px;
  }

  .detail_oneliner_collumn.appearance_text {
    font-size: 14px;
    line-height: 28px;
  }

  .detail_oneliner_collumn.appearance_text.experiments, .detail_oneliner_collumn.phonvertoneliner {
    font-size: 14px;
  }

  .detail_main_bigpic {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .detail_main_bigpic.about_tomo {
    margin-left: -10px;
  }

  .section-4 {
    margin-bottom: 9px;
  }

  .section-5 {
    margin-bottom: 39px;
  }

  .project_details_theirtube {
    z-index: 3;
    perspective: none;
    transform-origin: 0 0;
    color: #fff;
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 11px;
    font-weight: 300;
    display: none;
    position: absolute;
    inset: auto auto 25% 2%;
    transform: rotate(-90deg);
  }

  .project_details_theirtube.mobileb {
    margin-bottom: 29px;
  }

  .project_details_theirtube.mobileb.escape {
    bottom: 23%;
  }

  .project_details_theirtube.mobileb.ai_mayor {
    bottom: 21%;
  }

  .project_details_theirtube.mobileb.metamo_mobile {
    color: #fff;
    bottom: 25%;
  }

  .project_details_theirtube.mobileb.mobile_yoshisuke {
    bottom: 26%;
  }

  .project_details_theirtube.phonvert {
    bottom: 29%;
  }

  .detail_main_image-_wc {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .detail_main_image-_wc.about_tomo {
    margin-left: -10px;
  }

  .top-heading {
    margin-top: 21px;
    padding-left: 20px;
    padding-right: 0;
  }

  .theirtube-response {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .theirtube-response.about_tomo {
    margin-left: -10px;
  }

  .theitube-gif.y_image2, .theitube-gif.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .theitube-gif.y_image2.y_ex2 {
    min-height: 300px;
  }

  .theitube-gif.p_img2 {
    min-height: 180px;
  }

  .theitube-gif.p_image4 {
    min-height: 300px;
  }

  .theitube-gif.sd_img2 {
    min-height: 250px;
  }

  .theitube-gif.sd_gif_2 {
    min-height: 150px;
  }

  .theitube-gif.wc3 {
    min-height: 180px;
  }

  .their-tube-image {
    background-position: 50%;
  }

  .their-tube-image.y_image1 {
    background-size: cover;
    min-height: 200px;
  }

  .their-tube-image.y_image1.y_adimg1 {
    min-height: 330px;
  }

  .their-tube-image.y_image1.y_ex1 {
    min-height: 300px;
  }

  .their-tube-image.p_img1 {
    height: auto;
    min-height: 180px;
  }

  .their-tube-image.sd_img1 {
    min-height: 250px;
  }

  .their-tube-image.sd_gif_1 {
    min-height: 150px;
  }

  .their-tube-image.wc {
    height: auto;
    min-height: 180px;
  }

  .hownotto-main {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .hownotto-main.about_tomo {
    margin-left: -10px;
  }

  .hownotto2 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .hownotto2.about_tomo {
    margin-left: -10px;
  }

  .hownotto3 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .hownotto3.about_tomo {
    margin-left: -10px;
  }

  .hownottogif1.y_image2, .hownottogif1.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .hownottogif1.y_image2.y_ex2 {
    min-height: 300px;
  }

  .hownottogif1.p_img2 {
    min-height: 180px;
  }

  .hownottogif1.p_image4 {
    min-height: 300px;
  }

  .hownottogif1.sd_img2 {
    min-height: 250px;
  }

  .hownottogif1.sd_gif_2 {
    min-height: 150px;
  }

  .hownottogif1.wc3 {
    min-height: 180px;
  }

  .hownottosmall4 {
    background-position: 50%;
  }

  .hownottosmall4.y_image1 {
    background-size: cover;
    min-height: 200px;
  }

  .hownottosmall4.y_image1.y_adimg1 {
    min-height: 330px;
  }

  .hownottosmall4.y_image1.y_ex1 {
    min-height: 300px;
  }

  .hownottosmall4.p_img1 {
    height: auto;
    min-height: 180px;
  }

  .hownottosmall4.sd_img1 {
    min-height: 250px;
  }

  .hownottosmall4.sd_gif_1 {
    min-height: 150px;
  }

  .hownottosmall4.wc {
    height: auto;
    min-height: 180px;
  }

  .hownottosmall5 {
    background-position: 50%;
  }

  .hownottosmall5.y_image1 {
    background-size: cover;
    min-height: 200px;
  }

  .hownottosmall5.y_image1.y_adimg1 {
    min-height: 330px;
  }

  .hownottosmall5.y_image1.y_ex1 {
    min-height: 300px;
  }

  .hownottosmall5.p_img1 {
    height: auto;
    min-height: 180px;
  }

  .hownottosmall5.sd_img1 {
    min-height: 250px;
  }

  .hownottosmall5.sd_gif_1 {
    min-height: 150px;
  }

  .hownottosmall5.wc {
    height: auto;
    min-height: 180px;
  }

  .hownottosmall6.y_image2, .hownottosmall6.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .hownottosmall6.y_image2.y_ex2 {
    min-height: 300px;
  }

  .hownottosmall6.p_img2 {
    min-height: 180px;
  }

  .hownottosmall6.p_image4 {
    min-height: 300px;
  }

  .hownottosmall6.sd_img2 {
    min-height: 250px;
  }

  .hownottosmall6.sd_gif_2 {
    min-height: 150px;
  }

  .hownottosmall6.wc3 {
    min-height: 180px;
  }

  .hownotto6 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .hownotto6.about_tomo {
    margin-left: -10px;
  }

  .dv1 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .dv1.about_tomo {
    margin-left: -10px;
  }

  .dv2 {
    background-position: 50%;
  }

  .dv2.y_image1 {
    background-size: cover;
    min-height: 200px;
  }

  .dv2.y_image1.y_adimg1 {
    min-height: 330px;
  }

  .dv2.y_image1.y_ex1 {
    min-height: 300px;
  }

  .dv2.p_img1 {
    height: auto;
    min-height: 180px;
  }

  .dv2.sd_img1 {
    min-height: 250px;
  }

  .dv2.sd_gif_1 {
    min-height: 150px;
  }

  .dv2.wc {
    height: auto;
    min-height: 180px;
  }

  .dv3.y_image2, .dv3.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .dv3.y_image2.y_ex2 {
    min-height: 300px;
  }

  .dv3.p_img2 {
    min-height: 180px;
  }

  .dv3.p_image4 {
    min-height: 300px;
  }

  .dv3.sd_img2 {
    min-height: 250px;
  }

  .dv3.sd_gif_2 {
    min-height: 150px;
  }

  .dv3.wc3 {
    min-height: 180px;
  }

  .dvmain {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .dvmain.about_tomo {
    margin-left: -10px;
  }

  .dv-tapestry.y_image2, .dv-tapestry.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .dv-tapestry.y_image2.y_ex2 {
    min-height: 300px;
  }

  .dv-tapestry.p_img2 {
    min-height: 180px;
  }

  .dv-tapestry.p_image4 {
    min-height: 300px;
  }

  .dv-tapestry.sd_img2 {
    min-height: 250px;
  }

  .dv-tapestry.sd_gif_2 {
    min-height: 150px;
  }

  .dv-tapestry.wc3 {
    min-height: 180px;
  }

  .dv-close-up {
    background-position: 50%;
  }

  .dv-close-up.y_image1 {
    background-size: cover;
    min-height: 200px;
  }

  .dv-close-up.y_image1.y_adimg1 {
    min-height: 330px;
  }

  .dv-close-up.y_image1.y_ex1 {
    min-height: 300px;
  }

  .dv-close-up.p_img1 {
    height: auto;
    min-height: 180px;
  }

  .dv-close-up.sd_img1 {
    min-height: 250px;
  }

  .dv-close-up.sd_gif_1 {
    min-height: 150px;
  }

  .dv-close-up.wc {
    height: auto;
    min-height: 180px;
  }

  .sign-1 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .sign-1.about_tomo {
    margin-left: -10px;
  }

  .not-sign-1 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .not-sign-1.about_tomo {
    margin-left: -10px;
  }

  .not0sign2 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .not0sign2.about_tomo {
    margin-left: -10px;
  }

  .not-sign-3 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .not-sign-3.about_tomo {
    margin-left: -10px;
  }

  .not-sign-5 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .not-sign-5.about_tomo {
    margin-left: -10px;
  }

  .not-sign-4 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .not-sign-4.about_tomo {
    margin-left: -10px;
  }

  .d_picture_description-last {
    font-size: 12px;
  }

  .not-good-sign-5 {
    background-position: 50%;
  }

  .not-good-sign-5.y_image1 {
    background-size: cover;
    min-height: 200px;
  }

  .not-good-sign-5.y_image1.y_adimg1 {
    min-height: 330px;
  }

  .not-good-sign-5.y_image1.y_ex1 {
    min-height: 300px;
  }

  .not-good-sign-5.p_img1 {
    height: auto;
    min-height: 180px;
  }

  .not-good-sign-5.sd_img1 {
    min-height: 250px;
  }

  .not-good-sign-5.sd_gif_1 {
    min-height: 150px;
  }

  .not-good-sign-5.wc {
    height: auto;
    min-height: 180px;
  }

  .not-good-sign-8.y_image2, .not-good-sign-8.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .not-good-sign-8.y_image2.y_ex2 {
    min-height: 300px;
  }

  .not-good-sign-8.p_img2 {
    min-height: 180px;
  }

  .not-good-sign-8.p_image4 {
    min-height: 300px;
  }

  .not-good-sign-8.sd_img2 {
    min-height: 250px;
  }

  .not-good-sign-8.sd_gif_2 {
    min-height: 150px;
  }

  .not-good-sign-8.wc3 {
    min-height: 180px;
  }

  .wind-sighs {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .wind-sighs.about_tomo {
    margin-left: -10px;
  }

  .sighs-fid {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .sighs-fid.about_tomo {
    margin-left: -10px;
  }

  .wind-gif {
    width: 100vw;
    max-width: 100vw;
    margin-top: 287px;
    margin-bottom: 287px;
    margin-left: -20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 0;
  }

  .wind-gif.about_tomo {
    margin-left: -10px;
  }

  .summary_question-sign {
    margin-top: 0;
    padding-bottom: 3px;
    font-size: 19px;
    line-height: 33px;
  }

  .diarymain {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .diarymain.about_tomo {
    margin-left: -10px;
  }

  .diary2 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .diary2.about_tomo {
    margin-left: -10px;
  }

  .diary3 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .diary3.about_tomo {
    margin-left: -10px;
  }

  .diary4 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .diary4.about_tomo {
    margin-left: -10px;
  }

  .diary5 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .diary5.about_tomo {
    margin-left: -10px;
  }

  .diary-gif {
    background-position: 50%;
  }

  .diary-gif.y_image1 {
    background-size: cover;
    min-height: 200px;
  }

  .diary-gif.y_image1.y_adimg1 {
    min-height: 330px;
  }

  .diary-gif.y_image1.y_ex1 {
    min-height: 300px;
  }

  .diary-gif.p_img1 {
    height: auto;
    min-height: 180px;
  }

  .diary-gif.sd_img1 {
    min-height: 250px;
  }

  .diary-gif.sd_gif_1 {
    min-height: 150px;
  }

  .diary-gif.wc {
    height: auto;
    min-height: 180px;
  }

  .diary6.y_image2, .diary6.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .diary6.y_image2.y_ex2 {
    min-height: 300px;
  }

  .diary6.p_img2 {
    min-height: 180px;
  }

  .diary6.p_image4 {
    min-height: 300px;
  }

  .diary6.sd_img2 {
    min-height: 250px;
  }

  .diary6.sd_gif_2 {
    min-height: 150px;
  }

  .diary6.wc3 {
    min-height: 180px;
  }

  .diary-gif2 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .diary-gif2.about_tomo {
    margin-left: -10px;
  }

  .selection-gif {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .selection-gif.about_tomo {
    margin-left: -10px;
  }

  .diary-gif1 {
    background-position: 50%;
  }

  .diary-gif1.y_image1 {
    background-size: cover;
    min-height: 200px;
  }

  .diary-gif1.y_image1.y_adimg1 {
    min-height: 330px;
  }

  .diary-gif1.y_image1.y_ex1 {
    min-height: 300px;
  }

  .diary-gif1.p_img1 {
    height: auto;
    min-height: 180px;
  }

  .diary-gif1.sd_img1 {
    min-height: 250px;
  }

  .diary-gif1.sd_gif_1 {
    min-height: 150px;
  }

  .diary-gif1.wc {
    height: auto;
    min-height: 180px;
  }

  .tate.y_image2, .tate.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .tate.y_image2.y_ex2 {
    min-height: 300px;
  }

  .tate.p_img2 {
    min-height: 180px;
  }

  .tate.p_image4 {
    min-height: 300px;
  }

  .tate.sd_img2 {
    min-height: 250px;
  }

  .tate.sd_gif_2 {
    min-height: 150px;
  }

  .tate.wc3 {
    min-height: 180px;
  }

  .d_picture_double-special {
    display: none;
  }

  .mayor1 {
    background-position: 50%;
  }

  .mayor1.y_image1 {
    background-size: cover;
    min-height: 200px;
  }

  .mayor1.y_image1.y_adimg1 {
    min-height: 330px;
  }

  .mayor1.y_image1.y_ex1 {
    min-height: 300px;
  }

  .mayor1.p_img1 {
    height: auto;
    min-height: 180px;
  }

  .mayor1.sd_img1 {
    min-height: 250px;
  }

  .mayor1.sd_gif_1 {
    min-height: 150px;
  }

  .mayor1.wc {
    height: auto;
    min-height: 180px;
  }

  .mayor2.y_image2, .mayor2.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .mayor2.y_image2.y_ex2 {
    min-height: 300px;
  }

  .mayor2.p_img2 {
    min-height: 180px;
  }

  .mayor2.p_image4 {
    min-height: 300px;
  }

  .mayor2.sd_img2 {
    min-height: 250px;
  }

  .mayor2.sd_gif_2 {
    min-height: 150px;
  }

  .mayor2.wc3 {
    min-height: 180px;
  }

  .mayorsummary {
    padding: 33px 0 67px;
  }

  .sd-123 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .sd-123.about_tomo {
    margin-left: -10px;
  }

  .violence {
    font-size: 12px;
  }

  .violence-1 {
    background-position: 50%;
  }

  .violence-1.y_image1 {
    background-size: cover;
    min-height: 200px;
  }

  .violence-1.y_image1.y_adimg1 {
    min-height: 330px;
  }

  .violence-1.y_image1.y_ex1 {
    min-height: 300px;
  }

  .violence-1.p_img1 {
    height: auto;
    min-height: 180px;
  }

  .violence-1.sd_img1 {
    min-height: 250px;
  }

  .violence-1.sd_gif_1 {
    min-height: 150px;
  }

  .violence-1.wc {
    height: auto;
    min-height: 180px;
  }

  .violence-2.y_image2, .violence-2.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .violence-2.y_image2.y_ex2 {
    min-height: 300px;
  }

  .violence-2.p_img2 {
    min-height: 180px;
  }

  .violence-2.p_image4 {
    min-height: 300px;
  }

  .violence-2.sd_img2 {
    min-height: 250px;
  }

  .violence-2.sd_gif_2 {
    min-height: 150px;
  }

  .violence-2.wc3 {
    min-height: 180px;
  }

  .violence-3 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .violence-3.about_tomo {
    margin-left: -10px;
  }

  .violence-4 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .violence-4.about_tomo {
    margin-left: -10px;
  }

  .violence-5 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .violence-5.about_tomo {
    margin-left: -10px;
  }

  .future-collider1 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .future-collider1.about_tomo {
    margin-left: -10px;
  }

  .fc-gif-1 {
    background-position: 50%;
  }

  .fc-gif-1.y_image1 {
    background-size: cover;
    min-height: 200px;
  }

  .fc-gif-1.y_image1.y_adimg1 {
    min-height: 330px;
  }

  .fc-gif-1.y_image1.y_ex1 {
    min-height: 300px;
  }

  .fc-gif-1.p_img1 {
    height: auto;
    min-height: 180px;
  }

  .fc-gif-1.sd_img1 {
    min-height: 250px;
  }

  .fc-gif-1.sd_gif_1 {
    min-height: 150px;
  }

  .fc-gif-1.wc {
    height: auto;
    min-height: 180px;
  }

  .fc-gif-2.y_image2, .fc-gif-2.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .fc-gif-2.y_image2.y_ex2 {
    min-height: 300px;
  }

  .fc-gif-2.p_img2 {
    min-height: 180px;
  }

  .fc-gif-2.p_image4 {
    min-height: 300px;
  }

  .fc-gif-2.sd_img2 {
    min-height: 250px;
  }

  .fc-gif-2.sd_gif_2 {
    min-height: 150px;
  }

  .fc-gif-2.wc3 {
    min-height: 180px;
  }

  .fc-main-1 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .fc-main-1.about_tomo {
    margin-left: -10px;
  }

  .fc-ws-1 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .fc-ws-1.about_tomo {
    margin-left: -10px;
  }

  .fc-sign-1 {
    width: 100vw;
    max-width: 100vw;
    margin-bottom: 59px;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .fc-sign-1.about_tomo {
    margin-left: -10px;
  }

  .fc-main-2 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .fc-main-2.about_tomo {
    margin-left: -10px;
  }

  .detail_credit_fc {
    padding-left: 0;
    font-size: 10px;
  }

  .fc-main-exhibition {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .fc-main-exhibition.about_tomo {
    margin-left: -10px;
  }

  .street-debate-tomo {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .street-debate-tomo.about_tomo {
    margin-left: -10px;
  }

  .street-debate-michael {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .street-debate-michael.about_tomo {
    margin-left: -10px;
  }

  .not-sign-11 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .not-sign-11.about_tomo {
    margin-left: -10px;
  }

  .not-sign-12 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .not-sign-12.about_tomo {
    margin-left: -10px;
  }

  .not-sign-13 {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .not-sign-13.about_tomo {
    margin-left: -10px;
  }

  .exhibition-log {
    margin-top: 97px;
    padding-bottom: 3px;
    font-size: 19px;
    line-height: 33px;
  }

  .thames {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .thames.about_tomo {
    margin-left: -10px;
  }

  .nav_menu--about {
    padding-top: 0;
    padding-bottom: 9px;
    padding-left: 0;
    font-size: 13px;
  }

  .nav_menu--about.w--current {
    font-size: 13px;
  }

  .deviaton-diagram {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .deviaton-diagram.about_tomo {
    margin-left: -10px;
  }

  .pdf-image.y_image2, .pdf-image.y_image2.y_adimg2 {
    min-height: 200px;
  }

  .pdf-image.y_image2.y_ex2 {
    min-height: 300px;
  }

  .pdf-image.p_img2 {
    min-height: 180px;
  }

  .pdf-image.p_image4 {
    min-height: 300px;
  }

  .pdf-image.sd_img2 {
    min-height: 250px;
  }

  .pdf-image.sd_gif_2 {
    min-height: 150px;
  }

  .pdf-image.sd_gif_2.es_pic4 {
    margin-top: 59px;
  }

  .pdf-image.wc3 {
    min-height: 180px;
  }

  .cv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block {
    margin-left: 0;
    margin-right: 0;
  }

  .main-width {
    margin-bottom: 0;
  }

  .jp-enblock {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .jp-text {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .enga-main {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .enga-main.about_tomo {
    margin-left: -10px;
  }

  .engagif {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .engagif.about_tomo {
    margin-left: -10px;
  }

  .engamain {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .engamain.about_tomo {
    margin-left: -10px;
  }

  .enga {
    background-position: 50%;
  }

  .enga.es_book1 {
    background-position: 50%;
    background-size: cover;
    min-height: 300px;
  }

  .jp-enblock-ver2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .miraikan {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    position: relative;
    left: 0;
  }

  .miraikan.about_tomo {
    margin-left: -10px;
  }
}

#w-node-ef2f6273-2c45-52eb-250a-b236ad7f1ae3-c0bc3150 {
  grid-area: 1 / 1 / 4 / 7;
}

#w-node-ef2f6273-2c45-52eb-250a-b236ad7f1ae4-c0bc3150 {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-ef2f6273-2c45-52eb-250a-b236ad7f1ae5-c0bc3150 {
  grid-area: 5 / 1 / 6 / 7;
}

#w-node-_68d924cd-47b6-02a6-6464-22faac2f5de1-b448a6ad, #w-node-ed4214f4-b2f2-705b-7aa9-863ebd7cb320-b448a6ad, #w-node-ff534d45-cf07-7d57-5300-c25bd8d87b7f-b448a6ad, #w-node-_8481eb64-6ead-8def-cf22-bd1a96023451-b448a6ad, #w-node-_94d364ae-9084-0a4e-ee02-56541e5c21bb-b448a6ad, #w-node-_824b8a54-21b6-f50c-7f9a-349d2ef4061b-b448a6ad, #w-node-_06d120cd-6550-3c96-6901-dcc5239ea4e3-b448a6ad, #w-node-_10167906-7668-709b-54a7-b62faef8658d-b448a6ad, #w-node-_69e7c5ba-b7c4-eff1-ec79-0668efc6e41e-b448a6ad, #w-node-_149da193-65cc-06e0-da28-baa7747318b8-b448a6ad, #w-node-a9d87050-3f41-c94c-c91e-2a130f5cde74-b448a6ad, #w-node-f06acd1d-b76a-91f1-efb7-6571a719e279-b448a6ad {
  align-self: start;
}

/* ============================================================
   NAVBAR REDESIGN 2026
   Three-column: [PROFILE CONTACT] [TOMO KIHARA / 木原 共] [EN JP]
   ============================================================ */

html {
  scroll-behavior: smooth;
}

.navbar {
  padding-top: 14px;
  padding-bottom: 14px;
}

.navbar-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
}

.navbar-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.navbar-brand {
  white-space: nowrap;
  text-decoration: none;
  display: block;
  text-align: center;
}

.navbar-brand .toplogo {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  opacity: 1;
  color: #000;
}

.toplogo-ja {
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #000;
  opacity: 1;
  letter-spacing: 0;
}

.navbar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.nav_menu {
  color: #000;
  font-size: 22px;
  text-decoration: none;
}

.nav-lang {
  color: #000;
  opacity: 0.3;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0;
}

.nav-lang:hover {
  color: #7dce94;
  opacity: 1;
}

.nav-lang.lang-active {
  color: #000;
  opacity: 1;
}

/* @media screen and (max-width: 991px) {
  .navbar {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .CV-container {
    padding-left: 30px;
  }
  .about-bio-row {
    padding-left: 30px;
    padding-right: 30px;
  }
} */

/* ~800px breakpoint: switch to stacked layout before the grid breaks */
@media screen and (max-width: 860px) {
  .navbar {
    padding: 12px 24px;
    margin-top: 10px;
  }
  .navbar-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    row-gap: 8px;
    align-items: center;
  }
  .navbar-brand {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
  .navbar-brand .toplogo {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .navbar-left {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    align-items: center;
    align-self: center;
    flex: initial;
    gap: 30px;
    line-height: 1;
  }
  .navbar-right {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
    flex: initial;
    gap: 8px;
    line-height: 1;
  }
  .nav_menu,
  .nav-lang {
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .CV-container {
    padding-left: 24px;
  }
  .about-bio-row {
    padding-left: 24px;
    padding-right: 24px;
  }
  .flex-block {
    grid-template-columns: 1fr;
    margin-left: 24px;
    margin-right: 24px;
  }
  .slider {
    height: 40vw;
    min-height: 320px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding: 10px 20px;
  }
  .CV-container {
    padding-left: 20px;
  }
  .about-bio-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex-block {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* ============================================================
   ABOUT PAGE — 2-COLUMN BIO LAYOUT
   Text left, portrait right — both edges aligned with navbar
   ============================================================ */

.CV-container {
  padding: 0 0 0 87px;
}

.about-bio-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 87px;
  padding-right: 87px;
  gap: 40px;
  width: 100%;
}

.about-bio-text {
  flex: 1;
  margin: 0 !important;
  max-width: 700px;
}

.about-bio-text p:last-child {
  font-size: 18px;
}

.about-bio-intro {
  margin: 0 0 20px;
  font-size: 20px;
}

.about-bio-label {
  margin: 0 0 30px;
  opacity: 0.6;
  font-size: 16px;
}



.about-bio-image {
  flex: 0 0 45%;
  max-width: 45%;
  max-width: 800px;
}

.about-bio-image .image-31 {
  width: 100%;
  padding: 0;
  display: block;
}

@media screen and (max-width: 860px) {
  .about-bio-row {
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .about-bio-image {
    order: -1;
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .CV-container {
    padding-left: 24px;
  }
}

@media screen and (max-width: 479px) {
  .about-bio-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .CV-container {
    padding-left: 20px;
  }
}

/* ============================================================
   FOOTER REDESIGN 2026
   Row 1: EMAIL : address
   Row 2: X INSTAGRAM GITHUB
   Row 3: Copyright
   ============================================================ */

.footer_section {
  background-color: #f6f5f3;
  margin-top: 47px;
  padding: 40px 87px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-email-link {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 300;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
  display: block;
}

.footer-email-link:hover {
  color: #7dce94;
}

.footer-social {
  display: flex;
  gap: 24px;
  align-items: baseline;
}

.footer-social-link {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 300;
  font-family: acumin-pro, "Zen Kaku Gothic New", sans-serif;
}

.footer-social-link:hover {
  color: #7dce94;
}

@media screen and (max-width: 860px) {
  .footer_section {
    padding: 30px 24px 20px;
    gap: 12px;
  }
  .footer-email-link,
  .footer-social-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .footer_section {
    padding: 24px 20px 16px;
    gap: 10px;
  }
  .footer-email-link,
  .footer-social-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 890px) {
  .footer_section {
    padding-left: 34px;
  }
}

/* Japanese pages: bump Zen Kaku Gothic weight from 300 to 400 for legibility */
html[lang="ja"] .one_sentencer,
html[lang="ja"] .project_heading,
html[lang="ja"] .detail_oneliner,
html[lang="ja"] .project_details,
html[lang="ja"] .detail_credit,
html[lang="ja"] .paragraph {
  font-weight: 400;
}

