/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea,
ul,
li,
ol,
div,
p,
span,
a {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

li, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

div, h1, h2, h3, h4, h5, li, p, a, span {
  font-family: 'roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

div, h1, h2, h3, h4, li, p, a, span {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

html {
  font-size: 62.5%;
}

body, section, div, p, span, a, ul, li, ol {
  box-sizing: border-box;
}

a {
  color: #000;
}

img {
  width: 100%;
  height: auto;
}

.slick-arrow {
  display: none;
}

a:focus {
  border: none;
  outline: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.br-pc {
  display: block;
}

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

.br-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .br-sp {
    display: block;
  }
}

.br-tab {
  display: none;
}

@media screen and (max-width: 834px) {
  .br-tab {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .br-tab {
    display: none;
  }
}

select, input {
  outline: none;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  background: #f5f5f5;
}

.page-title__hide {
  visibility: hidden;
}

.mt-12 {
  margin-top: 12px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-112 {
  margin-top: 112px;
}

.mb-32 {
  margin-bottom: 80px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mb-128 {
  margin-bottom: 128px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-168 {
  margin-bottom: 168px;
}

.section-line {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #000000;
}

.history-line {
  height: 0;
  margin: 16px 0 22px;
  padding: 0;
  border: 0;
  border-top: 1px solid #000000;
}

@media screen and (max-width: 640px) {
  .history-line {
    margin: 20px 0 16px;
  }
}

.history-line + .history__detail-txt {
  margin: 16px 0 0 0;
}

.skill {
  width: 100%;
  max-width: 1700px;
  padding: 0 7%;
  margin: 100px auto 0;
}

@media screen and (max-width: 834px) {
  .skill {
    margin: 70px auto 0;
    padding: 0 26px;
  }
}

.skill__title {
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "aktiv-grotesk", sans-serif;
}

.skill__block {
  max-width: 720px;
  margin: 38px 0 0 0;
}

@media screen and (max-width: 640px) {
  .skill__block {
    margin: 32px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .skill__tag {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}

.skill__tag-item {
  float: left;
  margin: 6px 50px 0 0;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .skill__tag-item {
    font-size: 1.6rem;
    margin: 4px 30px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .skill__tag-item {
    float: none;
    margin: 6px 0 0 0;
    font-size: 1.3rem;
  }
  .sp .skill__tag-item {
    width: 50%;
  }
  .sp .skill__tag-item:nth-of-type(even) {
    padding: 0 0 0 16px;
  }
}

.skill__tool {
  margin: 10px 0 0 0;
}

.skill__tool-item {
  float: left;
  margin: 8px 8px 0 0;
  padding: 4px 10px;
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid #000000;
}

@media screen and (max-width: 834px) {
  .skill__tool-item {
    margin: 4px 4px 0 0;
    font-size: 1.2rem;
  }
}

.history + .skill {
  margin: 100px auto 0;
  padding: 90px 7% 0;
  background: #e5e5e5;
}

@media screen and (max-width: 640px) {
  .history + .skill {
    padding: 90px 26px 0;
  }
}

.history + .skill + .footer {
  background: #e5e5e5;
  margin: 0;
  padding: 60px 7% 0;
}

@media screen and (max-width: 640px) {
  .history + .skill + .footer {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .history + .skill + .footer .footer__wrapper {
    width: calc(100% - 52px);
    margin: 0 auto;
  }
}

.history + .skill + .footer .footer__bottom {
  margin: 30px 0 0;
  padding: 0 0 30px 0;
}

@media screen and (max-width: 640px) {
  .history + .skill + .footer .footer__bottom {
    width: calc(100% - 52px);
    margin: 30px auto 0;
  }
}

.footer {
  width: 100%;
  max-width: 1700px;
  margin: 80px auto 0;
  padding: 0 7%;
  box-sizing: border-box;
}

@media screen and (max-width: 834px) {
  .footer {
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 640px) {
  .footer {
    padding: 0 22px 0 26px;
  }
}

.footer__wrapper {
  position: relative;
  min-height: 300px;
}

@media screen and (max-width: 640px) {
  .footer__wrapper {
    min-height: 120px;
  }
}

.footer__inner {
  position: relative;
  left: 0;
  top: 96px;
}

@media screen and (max-width: 640px) {
  .footer__inner {
    top: 0;
  }
}

.footer__email {
  display: block;
  position: relative;
  z-index: 1;
  height: 9rem;
  overflow: hidden;
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .footer__email {
    width: 90%;
    height: 8rem;
  }
}

@media screen and (max-width: 834px) {
  .footer__email {
    position: relative;
    width: 100%;
    height: auto;
    overflow: unset;
  }
}

.footer__email-adress {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: top 0.3s;
  font-size: 6.8rem;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .footer__email-adress {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 834px) {
  .footer__email-adress {
    font-size: 5rem;
  }
}

@media screen and (max-width: 640px) {
  .footer__email-adress {
    font-size: 4.1rem;
    letter-spacing: -1px;
  }
}

.footer__email-txt {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  transition: top 0.3s;
  font-size: 6.6rem;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .footer__email-txt {
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 834px) {
  .footer__email-txt {
    display: none;
  }
}

.footer__email-txt:after {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 9rem;
  height: 9rem;
  background: url(../images/common/arrow.png) center/contain no-repeat;
}

@media screen and (max-width: 1024px) {
  .footer__email-txt:after {
    width: 8rem;
    height: 8rem;
    right: -116px;
  }
}

.footer__email:hover .footer__email-adress {
  top: -100%;
  transition: top 0.3s;
}

@media screen and (max-width: 834px) {
  .footer__email:hover .footer__email-adress {
    top: 0;
  }
}

.footer__email:hover .footer__email-txt {
  top: 0;
  transition: top 0.3s;
}

@media screen and (max-width: 834px) {
  .footer__email:hover .footer__email-txt {
    top: 100%;
  }
}

.footer__email:hover + .footer__portrait {
  height: 320px;
  opacity: 1;
  transform: translate(0, -60%) rotate(5deg);
  transition: opacity 0.3s ,transform 0.8s;
}

@media screen and (max-width: 834px) {
  .footer__email:hover + .footer__portrait {
    height: 280px;
    transform: translate(0, -46%) rotate(5deg);
  }
}

@media screen and (max-width: 640px) {
  .footer__email:hover + .footer__portrait {
    height: 200px;
    transform: translate(-20px, -40%) rotate(5deg);
  }
}

.footer__email:hover + .footer__portrait > img {
  width: 110%;
  transition: width 1s ease;
}

.footer__portrait {
  position: absolute;
  width: 270px;
  height: 310px;
  left: 54%;
  top: 50%;
  transform: translate(0, -60%) rotate(0deg);
  overflow: hidden;
  font-size: 0;
  opacity: 0;
  transition: opacity 0.3s , transform 0.8s;
}

@media screen and (max-width: 834px) {
  .footer__portrait {
    left: auto;
    right: 6%;
    transform: translate(0, -46%) rotate(5deg);
    width: 230px;
    height: 280px;
    opacity: 1;
  }
}

@media screen and (max-width: 640px) {
  .footer__portrait {
    width: 170px;
    height: 200px;
    left: auto;
    right: 0;
    transform: translate(-20px, -40%) rotate(5deg);
    display: none;
  }
}

.footer__portrait > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition: width 1s ease;
}

@media screen and (max-width: 834px) {
  .footer__portrait > img {
    width: 110%;
  }
}

.footer__portrait:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 106%;
  height: 106%;
  background: rgba(255, 255, 255, 0.6);
  mix-blend-mode: screen;
  content: "";
}

.footer__bottom {
  display: flex;
  align-items: flex-end;
  margin: 30px 0;
}

@media screen and (max-width: 834px) {
  .footer__bottom {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 640px) {
  .footer__bottom {
    margin: 30px 0;
  }
}

.footer__icon {
  width: 26px;
}

@media screen and (max-width: 834px) {
  .footer__icon {
    width: 24px;
  }
}

.footer__icon a {
  display: block;
}

.footer__icon a:hover {
  opacity: 0.6;
}

.footer__copylight {
  margin: 0 0 0 auto;
}

.photo + .footer {
  margin: 112px auto 0;
}

@media screen and (max-width: 640px) {
  .photo + .footer {
    margin: 84px auto 0;
  }
}

.project + .footer {
  margin: 48px auto 0;
}

@media screen and (max-width: 640px) {
  .project + .footer {
    margin: 0 auto 0;
  }
}

.project + .footer .footer__portrait {
  transform: translate(0, -46%) rotate(0);
}

@media screen and (max-width: 834px) {
  .project + .footer .footer__portrait {
    transform: translate(0, -46%) rotate(5deg);
  }
}

@media screen and (max-width: 640px) {
  .project + .footer .footer__portrait {
    display: none;
  }
}

.project + .footer .footer__email:hover + .footer__portrait {
  transform: translate(0, -46%) rotate(5deg);
}

@media screen and (max-width: 640px) {
  .project + .footer .footer__bottom {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 640px) {
  .project + .footer .footer__inner {
    top: 0;
  }
}

@media screen and (max-width: 640px) {
  .project + .footer .footer__wrapper {
    min-height: 170px;
  }
}

@media screen and (max-width: 834px) {
  .project + .footer {
    margin: 96px auto 0;
  }
}

@media screen and (max-width: 640px) {
  .project + .footer {
    margin: 48px auto 0;
  }
}

.header {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 1700px;
  height: 64px;
  margin: 0 auto;
  padding: 0 7%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .header {
    align-items: center;
    padding: 0 22px 0 26px;
  }
}

.header__logo {
  position: relative;
  z-index: 9;
  min-width: 40px;
  width: 40px;
}

.header__logo a {
  display: block;
  font-size: 0;
}

.header__nav {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 640px) {
  .header__nav {
    position: fixed;
    visibility: hidden;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100vw;
    opacity: 0;
    transition: opacity .2s;
    z-index: 2;
  }
  .header__nav.fade {
    opacity: 1;
    visibility: visible;
    min-height: 600px;
  }
  .header__nav-wrapper {
    background: #ffffff;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
}

@media screen and (max-width: 640px) {
  .header__nav-inner {
    min-width: 700px;
  }
}

.header__nav-list {
  display: flex;
}

@media screen and (max-width: 640px) {
  .header__nav-list {
    display: block;
    position: absolute;
    top: 16%;
    width: 100%;
  }
}

.header__nav-item {
  margin: 0 0 0 56px;
}

@media screen and (max-width: 640px) {
  .header__nav-item {
    margin: 0 0 64px 0;
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    background-position: 72% center;
    background-size: 46px;
  }
}

.header__nav-item > a {
  position: relative;
  padding: 0 5px;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .header__nav-item > a {
    display: block;
    padding: 0 0 0 8%;
    font-size: 3.8rem;
    font-weight: 500;
  }
}

.header__nav-item > a:before {
  position: absolute;
  left: 0;
  top: 56%;
  width: 0;
  height: 1px;
  background: #000000;
  content: "";
  transition: width 0.3s;
}

@media screen and (max-width: 640px) {
  .header__nav-item > a:before {
    display: none;
  }
}

.header__nav-item > a:hover:before {
  width: 100%;
  transition: width 0.3s;
}

.header__nav-item > a.active:before {
  width: 100%;
}

.header__nav-sublist {
  display: none;
}

@media screen and (max-width: 640px) {
  .header__nav-sublist {
    display: block;
    position: absolute;
    bottom: 90px;
    padding: 0 0 0 8%;
  }
}

@media screen and (max-width: 640px) {
  .header__nav-subitem {
    display: block;
    margin: 0 0 26px 0;
  }
  .header__nav-subitem a {
    display: inline-block;
    position: relative;
    padding: 0 0 10px 0;
    font-size: 1.5rem;
    font-weight: 300;
  }
  .header__nav-subitem a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 3px;
    background: #000000;
  }
}

.header__btn {
  display: none;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 640px) {
  .header__btn {
    display: block;
    height: 39px;
    position: relative;
    width: 39px;
    z-index: 3;
    background-color: transparent;
    border: none;
  }
  .header__btn-bar {
    background: #000000;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 30px;
  }
  .close .header__btn-bar {
    height: 2px;
  }
  .header__btn-bar.top {
    top: 14px;
  }
  .close .header__btn-bar.top {
    transform: translate(-50%, 6px) rotate(45deg);
    transition: transform .3s;
  }
  .header__btn-bar.bottom {
    bottom: 13px;
  }
  .close .header__btn-bar.bottom {
    transform: translate(-50%, -4px) rotate(-45deg);
    transition: transform .3s;
  }
}

@media screen and (max-width: 640px) {
  .noscroll {
    overflow: hidden;
  }
}

/* =========================
TOP 
=========================*/
.hero {
  margin: 120px 0 150px;
}

@media screen and (max-width: 834px) {
  .hero {
    margin: 60px 0 80px;
  }
}

@media screen and (max-width: 640px) {
  .hero {
    margin: 40px 0 60px;
  }
}

.hero__img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 1%;
}

@media screen and (max-width: 1024px) {
  .hero__img {
    padding: 0 0 0 2%;
  }
}

.hero__txt {
  width: calc(100% - 110px);
  max-width: 890px;
  margin: 28px auto 0;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 834px) {
  .hero__txt {
    width: calc(100% - 80px);
    font-size: 2.3rem;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 640px) {
  .hero__txt {
    width: calc(100% - 46px);
    margin: 28px auto 0;
    padding: 0 8% 0 0;
    box-sizing: border-box;
  }
}

.dept__block.col1 {
  width: 100%;
}

.dept__block.col2 {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .dept__block.col2 {
    display: block;
  }
}

.dept__col {
  position: relative;
  height: 620px;
  overflow: hidden;
}

.dept__col:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 104%;
  height: 104%;
}

.col2 .dept__col {
  width: 50%;
  height: 620px;
}

@media screen and (max-width: 1366px) {
  .col2 .dept__col {
    height: 520px;
  }
}

@media screen and (max-width: 1024px) {
  .col2 .dept__col {
    height: 400px;
  }
}

@media screen and (max-width: 834px) {
  .col2 .dept__col {
    height: 320px;
  }
}

@media screen and (max-width: 640px) {
  .col2 .dept__col {
    height: 290px;
    width: 100%;
  }
}

.col2 .dept__col.marketing {
  padding: 0;
}

.col1 .dept__col {
  height: 620px;
}

@media screen and (max-width: 1366px) {
  .col1 .dept__col {
    height: 560px;
  }
}

@media screen and (max-width: 1024px) {
  .col1 .dept__col {
    height: 400px;
  }
}

@media screen and (max-width: 834px) {
  .col1 .dept__col {
    height: 320px;
  }
}

@media screen and (max-width: 640px) {
  .col1 .dept__col {
    height: 290px;
  }
}

.dept__col.digital-product:before {
  background: url(../images/top/degital-product.jpg) top/cover no-repeat;
}

.dept__col.web:before {
  background: url(../images/top/web.jpg) center/cover no-repeat;
}

.dept__col.promotion:before {
  background: url(../images/top/promotion.jpg) center/cover no-repeat;
}

.dept__col.branding-design:before {
  background: url(../images/top/branding-design.jpg) center/cover no-repeat;
}

.dept__col.photography:before {
  background: url(../images/top/photography.jpg) center/cover no-repeat;
}

.dept__col.marketing:before {
  background: url(../images/top/marketing.jpg) center/cover no-repeat;
}

.dept__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.dept__link:before {
  transition: background 0.2s;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 834px) {
  .dept__link:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0));
  }
}

.dept__link:hover:before {
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.2s;
}

@media screen and (max-width: 834px) {
  .dept__link:hover:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0));
  }
}

.dept__link:hover .dept__txt-box {
  opacity: 1;
  transition: opacity 0.2s;
}

.dept__txt-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .dept__txt-box {
    top: auto;
    bottom: 22px;
    left: 22px;
    transform: none;
    text-align: left;
    opacity: 1;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
  }
}

.dept__title {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 4.6rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.2px;
}

@media screen and (max-width: 834px) {
  .dept__title {
    font-size: 2.8rem;
    letter-spacing: 0.6px;
  }
}

.dept__txt {
  margin: 18px 0 0 0;
  font-family: "roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.4px;
  line-height: 1.3;
}

@media screen and (max-width: 834px) {
  .dept__txt {
    font-size: 1.3rem;
    margin: 4px 0 0 0;
  }
}

/* =========================
LIST
=========================*/
.list {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 7%;
}

@media screen and (max-width: 640px) {
  .list {
    padding: 0 26px;
  }
}

.list__title {
  font-size: 4.8rem;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}

@media screen and (max-width: 640px) {
  .list__title {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 640px) {
  .list__title.mt-96 {
    margin-top: 40px;
  }
}

.list__txt {
  max-width: 450px;
  margin: 36px 0 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .list__txt {
    margin: 24px 0 0 0;
    font-size: 1.4rem;
  }
}

.list__block {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .list__block.mt-96 {
    margin-top: 64px;
  }
}

@media screen and (max-width: 834px) {
  .list__block.mt-112 {
    margin-top: 64px;
  }
}

.marketing .list__block {
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (max-width: 640px) {
  .marketing .list__block {
    flex-wrap: wrap;
  }
}

.marketing .list__block.appear-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .marketing .list__block.appear-sp {
    display: flex;
  }
}

.list__item {
  position: relative;
  width: calc((100% - 96px) / 3);
  margin: 0 0 96px 48px;
}

@media screen and (max-width: 1024px) {
  .list__item {
    width: calc((100% - 64px) / 3);
    margin: 0 0 96px 32px;
  }
}

@media screen and (max-width: 834px) {
  .list__item {
    width: calc((100% - 32px) / 2);
    margin: 0 0 96px 32px;
  }
}

@media screen and (max-width: 640px) {
  .list__item {
    width: calc((100% - 20px) / 2);
    margin: 0 0 72px 20px;
  }
  .marketing .list__item {
    margin: 0 0 40px 20px;
  }
  .marketing .equal .list__item {
    margin: 0 0 20px 20px;
  }
}

.list__item:first-of-type {
  margin: 0 0 96px 0;
}

@media screen and (max-width: 1024px) {
  .list__item:first-of-type {
    margin: 0 0 96px 0;
  }
}

@media screen and (max-width: 640px) {
  .list__item:first-of-type {
    margin: 0 0 72px 0;
  }
  .marketing .list__item:first-of-type {
    margin: 0 0 40px 0;
  }
  .marketing .equal .list__item:first-of-type {
    margin: 0 0 20px 0;
  }
}

.list__item:nth-of-type(3n + 1) {
  margin: 0 0 96px 0;
}

.marketing .list__item:nth-of-type(3n + 1) {
  margin: 0 0 96px 48px;
}

@media screen and (max-width: 1024px) {
  .marketing .list__item:nth-of-type(3n + 1) {
    margin: 0 0 96px 32px;
  }
}

@media screen and (max-width: 834px) {
  .list__item:nth-of-type(3n + 1) {
    margin: 0 0 96px 32px;
  }
}

@media screen and (max-width: 640px) {
  .list__item:nth-of-type(3n + 1) {
    margin: 0 0 72px 20px;
  }
  .marketing .list__item:nth-of-type(3n + 1) {
    margin: 0 0 40px 20px;
  }
  .marketing .equal .list__item:nth-of-type(3n + 1) {
    margin: 0 0 20px 20px;
  }
}

@media screen and (max-width: 834px) {
  .list__item:nth-of-type(2n + 1) {
    margin: 0 0 96px 0;
  }
  .marketing .list__item:nth-of-type(2n + 1) {
    margin: 0 0 96px 32px;
  }
}

@media screen and (max-width: 640px) {
  .list__item:nth-of-type(2n + 1) {
    margin: 0 0 72px 0;
  }
  .marketing .list__item:nth-of-type(2n + 1) {
    margin: 0 0 40px 0;
  }
  .marketing .equal .list__item:nth-of-type(2n + 1) {
    margin: 0 0 20px 0;
  }
}

.marketing .list__item:nth-of-type(2) {
  margin: 0 0 96px 0;
}

@media screen and (max-width: 640px) {
  .marketing .list__item:nth-of-type(2) {
    margin: 0 0 20px 20px;
  }
}

@media screen and (max-width: 640px) {
  .list__item.bg {
    background: #e5e5e5;
  }
}

.list__item-img {
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.list__item-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s;
  z-index: -1;
  content: "";
}

a .list__item-img > img {
  transform: scale(1.02);
  transition: transform 0.3s;
}

.list__item-txtbox {
  width: 90%;
  opacity: 1;
  transition: opacity 0.2s;
}

.list__item-title {
  margin: 32px 0 0 0;
  font-size: 2.8rem;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .list__item-title {
    margin: 28px 0 0 0;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .list__item-title {
    margin: 18px 0 0 0;
    font-size: 2.1rem;
  }
  .marketing .list__item-title {
    margin: 8px 0 0 0;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.3px;
  }
}

.list__item-txt {
  margin: 16px 0 0 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
  color: #333333;
}

@media screen and (max-width: 1024px) {
  .list__item-txt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 640px) {
  .list__item-txt {
    margin: 12px 0 0 0;
    font-size: 1.2rem;
  }
}

.list__item-link {
  display: block;
}

.list__item-link:hover .list__item-img:before {
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
  z-index: 1;
}

.list__item-link:hover .list__item-img > img {
  transform: scale(1);
  transition: transform 0.3s;
}

.list__item-link:hover .list__item-txtbox {
  opacity: 0.7;
  transition: opacity 0.2s;
}

/* =========================
MARKETING LIST
=========================*/
.marketing {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 7%;
}

@media screen and (max-width: 640px) {
  .marketing {
    padding: 0 26px;
  }
}

.marketing__title {
  font-size: 4.8rem;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}

@media screen and (max-width: 640px) {
  .marketing__title {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 640px) {
  .marketing__title.mt-112 {
    margin-top: 96px;
  }
}

@media screen and (max-width: 640px) {
  .marketing__title.mt-96 {
    margin-top: 72px;
  }
}

.marketing__txt {
  margin: 36px 0 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 640px) {
  .marketing__txt {
    margin: 32px 0 0 0;
    font-size: 1.5rem;
  }
}

.marketing__l-block {
  position: sticky;
  top: 40px;
  float: left;
  width: calc(45% - 24px);
}

.marketing__l-item-title {
  margin: 32px 0 0 0;
  font-size: 2.8rem;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .marketing__l-item-title {
    font-size: 2rem;
    margin: 12px 0 0 0;
  }
  .marketing__l-item-title.center {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}

.marketing__l-item-txt {
  width: 86%;
  margin: 16px 0 0 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
  color: #333333;
}

@media screen and (max-width: 640px) {
  .marketing__l-item-txt {
    width: 100%;
    font-size: 1.2rem;
  }
}

.marketing__r-block {
  float: right;
  width: calc(55% - 24px);
}

.marketing__r-list {
  display: flex;
  flex-wrap: wrap;
}

.marketing__r-item {
  width: calc((100% - 48px)/2);
  margin: 0 0 48px 48px;
}

.marketing__r-item:first-of-type {
  margin: 0 0 48px 0;
}

.marketing__r-item:nth-of-type(2n+1) {
  margin: 0 0 48px 0;
}

.marketing__r-item-img {
  font-size: 0;
}

.marketing__r-item-txt {
  margin: 12px 0 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.2px;
}

/* =========================
PHOTOGRAPHY
=========================*/
.photo {
  padding: 0 7%;
}

@media screen and (max-width: 640px) {
  .photo {
    padding: 0 26px;
  }
}

.photo__list {
  display: flex;
  flex-wrap: wrap;
}

.photo__list-title {
  margin: 0 0 20px 0;
  font-size: 2.1rem;
  font-weight: 600;
  font-family: "aktiv-grotesk", sans-serif;
}

.photo__item {
  font-size: 0;
}

.col2 .photo__item {
  width: calc((100% - 8px)/2);
  margin: 0 0 0 8px;
}

.col2 .photo__item:first-of-type {
  margin: 0 0 8px 0;
}

.col2 .photo__item:nth-of-type(2n + 1) {
  margin: 0 0 8px 0;
}

.col3 .photo__item {
  width: calc((100% - 16px)/3);
  margin: 0 0 8px 8px;
}

.col3 .photo__item:first-of-type {
  margin: 0 0 8px 0;
}

.col3 .photo__item:nth-of-type(3n + 1) {
  margin: 0 0 8px 0;
}

@media screen and (max-width: 640px) {
  .col3 .photo__item {
    width: calc((100% - 8px)/2);
  }
  .col3 .photo__item:nth-of-type(3n + 1) {
    margin: 0 0 8px 8px;
  }
  .col3 .photo__item:nth-of-type(2n + 1) {
    margin: 0 0 8px 0;
  }
}

.movie__list-title {
  margin: 0 0 20px 0;
  font-size: 2.1rem;
  font-weight: 600;
  font-family: "aktiv-grotesk", sans-serif;
}

.movie__item {
  background: #ececec;
}

.movie__item + .movie__item {
  margin: 10px 0 0 0;
}

.movie__item-inner {
  font-size: 0;
}

.movie__item-inner.ayumuhome {
  padding: 8%;
}

.movie__item-inner.ayumuhome video {
  position: relative;
  width: 100%;
  height: auto;
}

.movie__item-inner.dot-st {
  height: 660px;
  width: auto;
  padding: 6%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .movie__item-inner.dot-st {
    height: 320px;
    padding: 8%;
  }
}

.movie__item-inner.dot-st video {
  position: relative;
  height: 100%;
  width: auto;
}

.movie__item.ayumuhome {
  width: 70%;
}

.movie__item.dot-st {
  width: 30%;
}

/* =========================
ABOUT
=========================*/
.about__outline {
  padding: 0 7%;
  margin: 190px 0 0 0;
}

@media screen and (max-width: 640px) {
  .about__outline {
    margin: 240px 0 0 0;
    padding: 0 26px;
  }
}

.about__outline-title {
  margin: 0 0 0 -7px;
  font-size: 13.2rem;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 800;
}

@media screen and (max-width: 640px) {
  .about__outline-title {
    margin: 0 0 0 -4px;
    font-size: 8rem;
    letter-spacing: -1px;
  }
}

.about__outline-txt {
  max-width: 500px;
  margin: 24px 0 0 0;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.7;
}

@media screen and (max-width: 834px) {
  .about__outline-txt {
    max-width: 300px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.history {
  padding: 0 7%;
}

@media screen and (max-width: 640px) {
  .history {
    padding: 0 26px;
  }
}

.history__list {
  margin: 220px 0 0 0;
}

@media screen and (max-width: 640px) {
  .history__list {
    margin: 180px 0 0 0;
  }
}

.history__item {
  display: flex;
}

.history__item + .history__item {
  margin: 220px 0 0 0;
}

@media screen and (max-width: 640px) {
  .history__item + .history__item {
    margin: 140px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .history__item {
    display: block;
  }
}

.history__detail {
  width: 210px;
}

@media screen and (max-width: 834px) {
  .history__detail {
    width: 170px;
  }
}

@media screen and (max-width: 640px) {
  .history__detail {
    width: 100%;
  }
}

.history__detail-year {
  font-size: 5.5rem;
  font-weight: 600;
  letter-spacing: -1px;
}

@media screen and (max-width: 834px) {
  .history__detail-year {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 640px) {
  .history__detail-year {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}

.history__detail-txt {
  margin: 20px 0 0 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .history__detail-txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 640px) {
  .history__detail-txt {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.history__company {
  width: calc(100% - 260px);
  margin: 0 0 0 50px;
}

@media screen and (max-width: 834px) {
  .history__company {
    width: calc(100% - 170px);
  }
}

@media screen and (max-width: 640px) {
  .history__company {
    width: 100%;
    margin: 0;
  }
}

.history__company-name {
  margin: -11px 0 0 0;
  font-size: 10.5rem;
  font-weight: 600;
  letter-spacing: -1px;
}

@media screen and (max-width: 1024px) {
  .history__company-name {
    margin: -10px 0 0 0;
    font-size: 9.5rem;
  }
}

@media screen and (max-width: 834px) {
  .history__company-name {
    margin: -6px 0 0 0;
    font-size: 6.8rem;
  }
}

@media screen and (max-width: 640px) {
  .history__company-name {
    margin: 32px 0 0 -2px;
    font-size: 5.2rem;
    line-height: 0.8;
  }
}

.history__company-txt {
  width: 90%;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .history__company-txt {
    margin: 16px 0 0 0;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

/* =========================
PROJECT DETAIL
=========================*/
.project {
  width: 100%;
  max-width: 1700px;
  margin: 40px auto 0;
  padding: 0 7%;
}

@media screen and (max-width: 640px) {
  .project {
    margin: 24px auto 0;
    padding: 0 26px;
  }
}

.project__hero-img {
  position: relative;
  width: 100%;
  height: 680px;
}

@media screen and (max-width: 1366px) {
  .project__hero-img {
    height: 560px;
  }
}

@media screen and (max-width: 1024px) {
  .project__hero-img {
    height: 450px;
  }
}

@media screen and (max-width: 834px) {
  .project__hero-img {
    height: 380px;
  }
}

@media screen and (max-width: 640px) {
  .project__hero-img {
    height: 400px;
  }
}

.project__hero-img:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

.snkrdunk .project__hero-img:after {
  background: url("../images/projects/snkrdunk/main.jpg") center/cover no-repeat;
}

.snkrdunk-gb .project__hero-img:after {
  background: url("../images/projects/snkrdunk-gb/main.jpg") center/cover no-repeat;
}

.constella-app .project__hero-img:after {
  background: url("../images/projects/constella-app/main.jpg") center/cover no-repeat;
}

.warphome .project__hero-img:after {
  background: url("../images/projects/warphome/main.jpg") center/cover no-repeat;
}

.magazine .project__hero-img:after {
  background: url("../images/projects/magazine/main.jpg") center/cover no-repeat;
}

.headliner .project__hero-img:after {
  background: url("../images/projects/headliner/main.jpg") center/cover no-repeat;
}

.grounds .project__hero-img:after {
  background: url("../images/projects/grounds/main.jpg") center/cover no-repeat;
}

.dot-st .project__hero-img:after {
  background: url("../images/projects/dot-st/main.jpg") center/cover no-repeat;
}

.product-appraisal .project__hero-img:after {
  background: url("../images/projects/product-appraisal/main.jpg") center/cover no-repeat;
}

.mfc .project__hero-img:after {
  background: url("../images/projects/mfc/main.jpg") center/cover no-repeat;
}

.campaigns .project__hero-img:after {
  background: url("../images/projects/campaigns/main.jpg") center/cover no-repeat;
}

.constella .project__hero-img:after {
  background: url("../images/projects/constella/main.jpg") center/cover no-repeat;
}

.jibunhouse .project__hero-img:after {
  background: url("../images/projects/jibunhouse/main.jpg") center/cover no-repeat;
}

.ayumuhome .project__hero-img:after {
  background: url("../images/projects/ayumuhome/main.jpg") center/cover no-repeat;
}

.rej .project__hero-img:after {
  background: url("../images/projects/rej/main.jpg") center/cover no-repeat;
}

.willseed .project__hero-img:after {
  background: url("../images/projects/willseed/main.jpg") center/cover no-repeat;
}

.satonova .project__hero-img:after {
  background: url("../images/projects/satonova/main.jpg") center/cover no-repeat;
}

.mitsubishi-replace .project__hero-img:after {
  background: url("../images/projects/mitsubishi-replace/main.jpg") center/cover no-repeat;
}

.mitsubishi-zubadan .project__hero-img:after {
  background: url("../images/projects/mitsubishi-zubadan/main.jpg") center/cover no-repeat;
}

.weclip .project__hero-img:after {
  background: url("../images/projects/weclip/main.jpg") center/cover no-repeat;
}

.litlinkcard .project__hero-img:after {
  background: url("../images/projects/litlinkcard/main.jpg") center/cover no-repeat;
}

.headliner .project__hero-img.sp:after {
  background: url("../images/projects/headliner/main-sp.jpg");
  background-position: center 28%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dot-st .project__hero-img.sp:after {
  background: url("../images/projects/dot-st/main-sp.jpg");
  background-position: center 28%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project__hero-txtbox {
  max-width: 480px;
  width: 90%;
  margin: 56px auto 0;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .project__hero-txtbox {
    max-width: 440px;
    margin: 32px auto 0;
  }
}

.project__hero-title {
  font-family: "roboto-condensed", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .project__hero-title {
    font-size: 3.8rem;
  }
}

.project__hero-txt {
  width: 82%;
  margin: 20px auto 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
}

@media screen and (max-width: 834px) {
  .project__hero-txt {
    margin: 16px auto 0;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .project__hero-txt {
    width: 100%;
    margin: 14px auto 0;
    font-size: 1.4rem;
  }
}

.project__mock {
  width: 80%;
  max-width: 560px;
  margin: 90px auto;
}

.project__mock.app {
  max-width: 460px;
}

.project__mock.web {
  width: 86%;
  max-width: 750px;
}

@media screen and (max-width: 1366px) {
  .project__mock.web {
    max-width: 600px;
  }
}

@media screen and (max-width: 1024px) {
  .project__mock.web {
    max-width: 480px;
  }
}

@media screen and (max-width: 834px) {
  .project__mock.web {
    max-width: 460px;
  }
}

@media screen and (max-width: 1024px) {
  .project__mock {
    max-width: 480px;
  }
  .project__mock.app {
    max-width: 420px;
  }
}

@media screen and (max-width: 834px) {
  .project__mock {
    max-width: 420px;
  }
  .project__mock.app {
    max-width: 380px;
  }
}

@media screen and (max-width: 640px) {
  .project__mock {
    margin: 80px auto 70px;
  }
}

.project__explanation-txtbox {
  width: 90%;
  max-width: 480px;
  margin: 60px auto 0;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .project__explanation-txtbox {
    max-width: 440px;
  }
}

@media screen and (max-width: 640px) {
  .project__explanation-txtbox {
    width: 100%;
  }
}

.project__explanation-title {
  font-size: 3.3rem;
  font-weight: 600;
}

@media screen and (max-width: 834px) {
  .project__explanation-title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .project__explanation-title {
    line-height: 1;
  }
}

.project__explanation-txt {
  margin: 20px 0 0 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

@media screen and (max-width: 834px) {
  .project__explanation-txt {
    margin: 16px 0 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 640px) {
  .project__explanation-txt {
    margin: 20px 0 0 0;
    line-height: 1.3;
  }
}

.project__explanation-img {
  position: relative;
  width: 100%;
  height: 540px;
  margin: 80px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .project__explanation-img {
    height: 420px;
  }
}

@media screen and (max-width: 834px) {
  .project__explanation-img {
    height: 360px;
  }
}

@media screen and (max-width: 640px) {
  .project__explanation-img {
    height: 330px;
    margin: 70px 0 0 0;
  }
}

.project__explanation-img:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

.snkrdunk .project__explanation-img:after {
  background: url("../images/projects/snkrdunk/explanation.jpg") center/cover no-repeat;
}

.snkrdunk-gb .project__explanation-img:after {
  background: url("../images/projects/snkrdunk-gb/explanation.jpg") center/cover no-repeat;
}

.project__function {
  margin: 72px 0 0 0;
  padding: 7%;
  background: #ececec;
}

.project__function.transparent {
  background: transparent;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .project__function.transparent {
    margin: 42px 0;
  }
}

.project__function.transparent + .project__function.transparent.transparent {
  margin: 12px 0;
  padding: 0 7% 7% 7%;
}

@media screen and (max-width: 640px) {
  .project__function.transparent + .project__function.transparent.transparent {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .project__color + .project__function {
    margin: 56px 0 0 0;
  }
}

.project__function.tab .project__function-list {
  max-width: 780px;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .project__function.tab .project__function-list {
    max-width: 100%;
  }
}

.project__function.tab .project__function-item {
  width: calc((100% - 40px)/2);
}

@media screen and (max-width: 834px) {
  .project__function.tab .project__function-item {
    width: calc((100% - 26px)/2);
  }
}

@media screen and (max-width: 640px) {
  .project__function.tab .project__function-item {
    width: calc(100%/1.3);
  }
}

.project__function.tab .project__function-item + .project__function-item {
  margin: 0 0 40px 40px;
}

@media screen and (max-width: 834px) {
  .project__function.tab .project__function-item + .project__function-item {
    margin: 0 0 26px 26px;
  }
}

@media screen and (max-width: 640px) {
  .project__function.tab .project__function-item + .project__function-item {
    margin: 0 0 0 16px;
  }
}

.project__function.tab .project__function-item:nth-of-type(3) {
  margin: 0;
}

@media screen and (max-width: 834px) {
  .project__function.tab .project__function-item:nth-of-type(3) {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .project__function.tab .project__function-item:nth-of-type(3) {
    margin: 0 0 0 16px;
  }
}

.project__function.tab .project__function-item:nth-of-type(4) {
  margin: 0 0 0 40px;
}

@media screen and (max-width: 834px) {
  .project__function.tab .project__function-item:nth-of-type(4) {
    margin: 0 0 0 26px;
  }
}

@media screen and (max-width: 640px) {
  .project__function.tab .project__function-item:nth-of-type(4) {
    margin: 0 0 0 16px;
  }
}

.project__function.bottom .project__function-list {
  max-width: 1020px;
}

.project__function + .project__function {
  margin: 72px 0 0 0;
}

@media screen and (max-width: 640px) {
  .project__function + .project__function {
    margin: 56px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .project__function {
    background: transparent;
    padding: 0;
  }
}

.project__function-list {
  display: flex;
  max-width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .project__function-list {
    max-width: 680px;
  }
}

@media screen and (max-width: 640px) {
  .project__function-list {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 0 10px 0;
  }
}

.project__function-item {
  width: calc((100% - 100px)/3);
}

@media screen and (max-width: 1024px) {
  .project__function-item {
    width: calc((100% - 80px)/3);
  }
}

@media screen and (max-width: 640px) {
  .project__function-item {
    width: calc(100%/2.7);
    display: inline-block;
    vertical-align: top;
  }
}

.project__function-item + .project__function-item {
  margin: 0 0 0 50px;
}

@media screen and (max-width: 1024px) {
  .project__function-item + .project__function-item {
    margin: 0 0 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .project__function-item + .project__function-item {
    margin: 0 0 0 20px;
  }
}

.project__function-item-img {
  font-size: 0;
}

.project__function-item-txtbox {
  margin: 25px auto 0;
  text-align: center;
  width: calc(100% - 20px);
}

@media screen and (max-width: 640px) {
  .project__function-item-txtbox {
    margin: 12px 0 0 0;
  }
}

.project__function-item-title {
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .project__function-item-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .project__function-item-title {
    font-size: 1.8rem;
  }
}

.project__function-item-txt {
  margin: 16px 0 0 0;
  font-size: 1.4rem;
  color: #888888;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .project__function-item-txt {
    margin: 12px 0 0 0;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 834px) {
  .project__function-item-txt {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 640px) {
  .project__function-item-txt {
    margin: 8px 0 0 0;
    white-space: normal;
  }
}

.project__logo {
  padding: 6% 7% 7% 7%;
  margin: 72px 0 0 0;
  background: #ffffff;
}

@media screen and (max-width: 640px) {
  .project__logo {
    margin: 56px 0 0 0;
    padding: 4% 8% 5%;
  }
}

.project__logo-inner + .project__logo-inner {
  margin: 50px 0 0 0;
}

@media screen and (max-width: 640px) {
  .project__logo-inner + .project__logo-inner {
    margin: 0;
  }
}

.project__logo-content {
  width: 80%;
  max-width: 520px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .project__logo-content {
    width: 320px;
  }
}

@media screen and (max-width: 640px) {
  .project__logo-content {
    width: 86%;
  }
}

.project__logo-title {
  transform: translateY(16px);
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .project__logo-title {
    transform: translateY(30px);
    font-size: 1.4rem;
  }
}

.project__font {
  padding: 6% 7% 7% 7%;
  margin: 8px 0 0 0;
  background: #ffffff;
}

@media screen and (max-width: 640px) {
  .project__font {
    padding: 10% 8% 12%;
  }
}

.project__font-title {
  transform: translateY(16px);
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .project__font-title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .project__font-title {
    transform: translateY(0);
    margin: 0 0 20px 0;
  }
}

.project__font-content {
  width: 84%;
  max-width: 980px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 640px) {
  .project__font-content {
    width: 88%;
    margin: 0 auto;
  }
}

.project__color {
  padding: 4% 7% 7% 7%;
  margin: 8px 0 0 0;
  background: #ffffff;
}

@media screen and (max-width: 640px) {
  .project__color {
    padding: 10% 8% 11%;
  }
}

.project__color-title {
  transform: translateY(16px);
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .project__color-title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .project__color-title {
    transform: translateY(0);
    margin: 0 0 20px 0;
  }
}

.project__color-list {
  display: flex;
  width: 82%;
  max-width: 980px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 640px) {
  .project__color-list {
    display: block;
    width: 100%;
  }
}

.project__color-item {
  width: calc(100%/3);
}

@media screen and (max-width: 640px) {
  .project__color-item {
    width: 72%;
    margin: 28px auto 0;
  }
}

.project__color-item + .project__color-item {
  margin: 0 0 0 -1px;
}

@media screen and (max-width: 640px) {
  .project__color-item + .project__color-item {
    margin: 20px auto 0;
  }
}

.project__color-sample {
  height: 92px;
  background: #ffffff;
  border: 1px solid #333333;
}

@media screen and (max-width: 834px) {
  .project__color-sample {
    height: 72px;
  }
}

.project__color-txt {
  margin: 16px 0 0 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .project__color-txt {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 640px) {
  .project__color-txt {
    margin: 8px 0 0 0;
    line-height: 1.2;
  }
}

@media screen and (max-width: 640px) {
  .project__content.mt-72 {
    margin: 56px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .project__content.mt-72.mb-72 {
    margin: 56px 0 56px 0;
  }
}

.project__content-title {
  margin: 0 0 16px 0;
  font-size: 2rem;
  font-weight: 500;
}

.project__content-img {
  font-size: 0;
}

@media screen and (max-width: 834px) {
  .project__content.mt-96 {
    margin-top: 72px;
  }
}

@media screen and (max-width: 640px) {
  .project__content.mt-96 {
    margin-top: 56px;
  }
}

.project__screenshot {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0 0 12px 0;
}

.project__screenshot-item {
  display: inline-block;
  width: calc(100%/4.8);
  font-size: 0;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 640px) {
  .project__screenshot-item {
    width: calc(100%/2.7);
  }
}

@media screen and (max-width: 834px) {
  .project__screenshot.mt-96 {
    margin-top: 78px;
  }
}

@media screen and (max-width: 640px) {
  .project__screenshot.mt-96 {
    margin-top: 68px;
  }
}

@media screen and (max-width: 834px) {
  .project__screenshot.mb-160 {
    margin-bottom: 122px;
  }
}

@media screen and (max-width: 640px) {
  .project__screenshot.mb-160 {
    margin-bottom: 72px;
  }
}

.movie__item-inner.dot-st-detail {
  max-width: 640px;
  padding: 7%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .movie__item-inner.dot-st-detail {
    padding: 0;
  }
}

.movie__item-inner.dot-st-detail video {
  width: 100%;
  height: auto;
}

.movie__item-inner.produc-appraisal {
  max-width: 100%;
  padding: 6%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .movie__item-inner.produc-appraisal {
    padding: 0%;
  }
}

.movie__item-inner.produc-appraisal video {
  width: 100%;
  height: auto;
}

.project__function + .movie {
  margin: 12px 0 96px 0;
}

@media screen and (max-width: 640px) {
  .project__function + .movie {
    margin: 56px 0 96px 0;
  }
}

.appear-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .appear-sp {
    display: block;
  }
}

.appear-pc {
  display: block;
}

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

.img-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .img-sp {
    display: block;
  }
}

.img-pc {
  display: block;
}

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


.project__function-list-titleblock{
  max-width: 780px;
  margin: 80px auto 32px;
  text-align: center;
}


@media screen and (max-width: 640px) {
  .project__function-list-titleblock{
    margin: 100px auto 32px;
    text-align: left;
  }
}


.project__function-list-title {
  margin-bottom: 16px;
  font-size: 3.2rem;
  font-weight: 700;
}

.project__function-list-description {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
.project__function-list-title{
  margin-bottom: 6px;
}
}