@charset "UTF-8";
/*########## ミックスイン ##########*/
/* ----- Google Fonts ----- */
@font-face {
  font-family: "NHaasGrotesk";
  font-weight: 400;
  src: url("NHaasGrotesk.eot"), url("NHaasGrotesk.woff") format("woff"), url("NHaasGrotesk.ttf") format("truetype");
}
/*########## 共通レイアウト ##########*/
.animate-moveup {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  -webkit-transition: opacity 1s, -webkit-filter 1s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1s, -webkit-filter 1s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1s, filter 1s cubic-bezier(0.5, 1, 0.89, 1), transform 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1s, filter 1s cubic-bezier(0.5, 1, 0.89, 1), transform 1s cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 1s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1);
}
.animate-moveup.effect, .animate-moveup.delayed_effect {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.5;
}

.animate-img-zoom {
  overflow: hidden;
}
.animate-img-zoom img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px) brightness(1);
          filter: blur(0px) brightness(1);
  opacity: 1;
  -webkit-transition: opacity 1.5s, -webkit-filter 1.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.5s, -webkit-filter 1.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.5s, filter 1.5s cubic-bezier(0.5, 1, 0.89, 1), transform 1.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.5s, filter 1.5s cubic-bezier(0.5, 1, 0.89, 1), transform 1.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 1.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.animate-img-zoom.effect img, .animate-img-zoom.delayed_effect img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-filter: blur(20px) brightness(0.5);
          filter: blur(20px) brightness(0.5);
  opacity: 0.5;
}

.animate-fadeup {
  /* blur + opacity + transition */
  opacity: 1;
  -webkit-filter: blur(0px) brightness(1);
          filter: blur(0px) brightness(1);
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  -webkit-transition: opacity 1s, -webkit-filter 1s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1s, -webkit-filter 1s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1s, filter 1s cubic-bezier(0.5, 1, 0.89, 1), transform 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1s, filter 1s cubic-bezier(0.5, 1, 0.89, 1), transform 1s cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 1s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, filter, transform;
}
.animate-fadeup.effect, .animate-fadeup.delayed_effect {
  opacity: 0.5;
  -webkit-filter: blur(20px) brightness(1.25);
          filter: blur(20px) brightness(1.25);
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

.animate-fadeup2 {
  /* opacity + transition */
  opacity: 1;
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, transform;
}
.animate-fadeup2.effect, .animate-fadeup2.delayed_effect {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

.animate-fadeup3 {
  /* opacity */
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.5s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity;
}
.animate-fadeup3.effect, .animate-fadeup3.delayed_effect {
  opacity: 0.5;
}

.func-txt-anim, .func-txt-anim-wrap {
  overflow: hidden;
}
.func-txt-anim span, .func-txt-anim-wrap span {
  display: inline-block;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.5s;
  transition: -webkit-transform 0.5s, -webkit-filter 0.5s;
  transition: transform 0.5s, filter 0.5s;
  transition: transform 0.5s, filter 0.5s, -webkit-transform 0.5s, -webkit-filter 0.5s;
  will-change: transform;
}
.func-txt-anim span.display, .func-txt-anim-wrap span.display {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

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

body {
  line-height: 1;
}

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

ul:after {
  display: block;
  content: "";
  clear: both;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  color: inherit;
}
@media screen and (max-width: 780px) {
  select {
    font-size: 1.6rem;
  }
}
select:focus {
  outline: none;
  border: none;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

::-moz-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

::-ms-input-placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}

::placeholder {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  ::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  ::-moz-placeholder {
    font-size: 1.6rem;
  }
  :-ms-input-placeholder {
    font-size: 1.6rem;
  }
  ::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  ::placeholder {
    font-size: 1.6rem;
  }
}

select option::-webkit-input-placeholder {
  color: #444;
}

select option::-moz-placeholder {
  color: #444;
}

select option:-ms-input-placeholder {
  color: #444;
}

select option::-ms-input-placeholder {
  color: #444;
}

select option::placeholder {
  color: #444;
}

::-webkit-placeholder {
  /*padding-top: 0.25em;*/
}

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

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

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

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  textarea {
    font-size: 16rem;
  }
}

input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #979797;
  padding: 0 5px;
  font-size: 1.6rem;
}
@media screen and (max-width: 780px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number] {
    font-size: 1.6rem;
  }
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html {
  font-size: 9px;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  height: -webkit-fill-available;
  /*scroll-behavior: smooth;*/
}
html::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}
html::-webkit-scrollbar-thumb {
  background: transparent !important;
}
@media screen and (min-width: 351px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 980px) {
  html {
    font-size: 9px;
  }
}
@media screen and (min-width: 1341px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1700px) {
  html {
    font-size: 11px;
  }
}

body {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
  background: #fff;
  width: 100%;
  font-weight: 400;
  font-family: hiragino-kaku-gothic-pron, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
  height: -webkit-fill-available;
  overflow-x: unset !important;
}
body h1, body h2, body h3, body h4, body h5 {
  font-weight: 400;
}

/* フォント読み込み中：画面全体（または特定のテキスト）を透明にする */
.wf-loading body {
  opacity: 0;
}

/* 読み込み完了、または失敗時：表示させる（フェードイン） */
.wf-active body,
.wf-inactive body {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; /* 滑らかに表示したい場合 */
}

body.bind {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

article {
  padding-top: 0px;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  will-change: opacity;
}
article.loading {
  opacity: 0;
}

section .section_inner {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  section .section_inner {
    width: 83%;
    max-width: 1590px;
  }
}
@media screen and (min-width: 720px) {
  section .section_inner {
    /*min-width: 1200px;*/
  }
}

button {
  font-family: inherit;
  font-weight: inherit;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}
button:focus {
  outline: none;
}

.func-anker-link * {
  pointer-events: none;
}

header {
  position: relative;
  width: 100%;
}
header .header_inner {
  padding: 20px;
}
header .header_inner .header_left .header_logo {
  width: 100px;
}
header .header_inner .header_left .header_logo a {
  display: block;
}
header .header_inner .header_left .header_logo a img {
  width: 100%;
}
header .header_inner .header_left .header_navigation {
  min-height: 135px;
}
header .header_inner .header_left .header_navigation nav {
  margin-top: 30px;
}
header .header_inner .header_left .header_navigation nav ul {
  position: relative;
}
header .header_inner .header_left .header_navigation nav ul li {
  margin: 5px 0;
}
header .header_inner .header_left .header_navigation nav ul li:nth-of-type(1) {
  margin-top: 0;
}
header .header_inner .header_left .header_navigation nav ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
header .header_inner .header_left .header_navigation nav ul li a {
  width: 220px;
  position: relative;
  z-index: 10;
  display: block;
  font-family: NHaasGrotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 1.5rem;
  color: inherit;
  padding: 3px 0;
}
header .header_inner .header_left .header_navigation nav ul li a span {
  position: relative;
  z-index: 20;
  background: #fff;
  padding-right: 10px;
}
header .header_inner .header_left .header_navigation nav ul li ul {
  width: calc(100% - 220px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 10px;
  top: 0;
  left: 220px;
  border-left: 1px solid #000;
  padding-left: 20px;
  background: #fff;
}
header .header_inner .header_left .header_navigation nav ul li ul li a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
}
header .header_inner .header_left .header_navigation nav ul li ul li a::before {
  display: none;
}
header .header_inner .header_left .header_navigation nav ul li.brands .parent {
  position: relative;
}
header .header_inner .header_left .header_navigation nav ul li.brands .parent::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
}
header .header_inner .header_right {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
}
header .header_inner .header_right a, header .header_inner .header_right button {
  width: 100%;
  display: block;
}

@media screen and (min-width: 780px) {
  header {
    position: relative;
    width: 100%;
  }
  header .header_inner {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_inner .header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header_inner .header_left .header_logo {
    width: 160px;
    margin-right: 60px;
  }
  header .header_inner .header_left .header_logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  header .header_inner .header_left .header_logo a:hover {
    opacity: 0.75;
  }
  header .header_inner .header_left .header_navigation {
    min-height: unset;
  }
  header .header_inner .header_left .header_navigation nav {
    margin-top: 0px;
  }
  header .header_inner .header_left .header_navigation nav ul li {
    margin: 5px 0;
  }
  header .header_inner .header_left .header_navigation nav ul li a {
    width: 250px;
    font-size: 1.6rem;
    padding: 3px 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  header .header_inner .header_left .header_navigation nav ul li a:hover {
    opacity: 0.75;
  }
  header .header_inner .header_left .header_navigation nav ul li a span {
    padding-right: 20px;
  }
  header .header_inner .header_left .header_navigation nav ul li ul {
    width: 260px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 10px;
    top: 0;
    left: 250px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .header_inner .header_left .header_navigation nav ul li ul li {
    width: 50%;
  }
  header .header_inner .header_left .header_navigation nav ul li ul li:nth-of-type(2) {
    margin-top: 0;
  }
  header .header_inner .header_left .header_navigation nav ul li ul li a {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
  header .header_inner .header_right {
    position: static;
    width: 60px;
  }
  header .header_inner .header_right a, header .header_inner .header_right button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  header .header_inner .header_right a:hover, header .header_inner .header_right button:hover {
    opacity: 0.75;
  }
  header .header_inner .header_right a, header .header_inner .header_right button {
    display: block;
  }
}
footer {
  border-top: 1px solid #000;
  padding: 30px 0;
}
footer .footer_inner {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  footer .footer_inner {
    width: 83%;
    max-width: 1590px;
  }
}
footer .footer_inner .footer_left .footer_logo {
  max-width: 160px;
}
footer .footer_inner .footer_left .footer_logo a {
  display: block;
}
footer .footer_inner .footer_left .footer_logo a img {
  width: 100%;
}
footer .footer_inner .footer_right {
  line-height: 1.8;
  margin-top: 20px;
}
footer .footer_inner .footer_right .corp_name {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
footer .footer_inner .footer_right .corp_address {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
footer .footer_inner .footer_right .corp_address span {
  display: block;
}
footer .footer_inner .footer_right .copyright {
  font-size: 1rem;
  font-family: NHaasGrotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

@media screen and (min-width: 780px) {
  footer {
    border-top: 1px solid #000;
    padding: 60px 0;
  }
  footer .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer_inner .footer_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_inner .footer_left .footer_logo {
    max-width: 160px;
    margin-right: 40px;
  }
  footer .footer_inner .footer_left .footer_logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  footer .footer_inner .footer_left .footer_logo a:hover {
    opacity: 0.75;
  }
  footer .footer_inner .footer_right {
    line-height: 1.8;
    text-align: right;
    margin-top: 0px;
  }
  footer .footer_inner .footer_right .corp_name {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  footer .footer_inner .footer_right .corp_address {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  footer .footer_inner .footer_right .corp_address span {
    display: inline-block;
    padding-left: 0.5em;
  }
  footer .footer_inner .footer_right .copyright {
    font-size: 1.2rem;
    font-family: NHaasGrotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
  }
}
/*########## ページ個別レイアウト ##########*/
.page-index .section-main {
  padding-bottom: 16vw;
}
.page-index .section-brandlist {
  padding-bottom: 8vw;
}
.page-index .section-brandlist .comp-underpage-ttl {
  margin-bottom: 30px;
}
.page-index .section-studio {
  padding-bottom: 16vw;
}
.page-index .section-studio .studio_img {
  margin-bottom: 40px;
}
.page-index .section-studio .studio_txt {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 720px) {
  .page-index .section-studio .studio_txt {
    width: 83%;
    max-width: 1590px;
  }
}
.page-index .section-studio .studio_txt .studio_desc {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-index .section-studio .studio_txt .studio_desc p {
  margin-bottom: 1.25em;
}
.page-index .section-studio .studio_txt .studio_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .page-index .section-studio .studio_txt .studio_desc {
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.8;
  }
}

@media screen and (min-width: 780px) {
  .page-index .section-main {
    padding-bottom: 120px;
  }
  .page-index .section-brandlist {
    padding-bottom: 160px;
  }
  .page-index .section-brandlist .comp-underpage-ttl {
    margin-bottom: 60px;
  }
  .page-index .section-studio {
    padding-bottom: 16vw;
  }
  .page-index .section-studio .studio_img {
    margin-bottom: 80px;
  }
  .page-index .section-studio .studio_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-index .section-studio .studio_txt .comp-underpage-ttl {
    width: 50%;
  }
  .page-index .section-studio .studio_txt .studio_desc {
    width: 50%;
    margin-top: 0px;
  }
}
.page-company {
  padding-top: 40px;
  border-top: 1px solid #000;
}
.page-company .company_flex_wrapper .company_ttl {
  margin-bottom: 30px;
}
.page-company .company_flex_wrapper .company_ttl .section_img {
  margin-top: 30px;
}
.page-company .company_flex_wrapper .company_flex_content .description {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-company .company_flex_wrapper .company_flex_content .description p {
  margin-bottom: 1.25em;
}
.page-company .company_flex_wrapper .company_flex_content .description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .page-company .company_flex_wrapper .company_flex_content .description {
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.8;
  }
}
.page-company .company_flex_wrapper .company_flex_content .description br {
  display: none;
}
.page-company .section-main {
  padding-bottom: 20vw;
}
.page-company .section-main .comp-underpage-ttl {
  margin-bottom: 50px;
}
.page-company .section-mission {
  padding-bottom: 20vw;
}
.page-company .section-profile {
  padding-bottom: 20vw;
}

@media screen and (min-width: 780px) {
  .page-company {
    padding-top: 100px;
    border-top: 0px solid #000;
  }
  .page-company .company_flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-company .company_flex_wrapper .company_ttl {
    position: relative;
    width: 30%;
    margin-bottom: 0px;
  }
  .page-company .company_flex_wrapper .company_ttl .section_img {
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 300px;
  }
  .page-company .company_flex_wrapper .company_flex_content {
    width: 55%;
    margin-top: 25px;
  }
  .page-company .company_flex_wrapper .company_flex_content .description br {
    display: block;
  }
  .page-company .section-main {
    padding-bottom: 200px;
  }
  .page-company .section-main .comp-underpage-ttl {
    margin-bottom: 100px;
  }
  .page-company .section-mission {
    padding-bottom: 200px;
  }
  .page-company .section-profile {
    padding-bottom: 160px;
  }
}
.page-brand-list {
  border-top: 1px solid #000;
  padding-top: 40px;
}
.page-brand-list .section-brandlist {
  padding-bottom: 20vw;
}
.page-brand-list .section-brandlist .comp-underpage-ttl {
  margin-bottom: 30px;
}

@media screen and (min-width: 780px) {
  .page-brand-list {
    padding-top: 100px;
    border-top: 0px solid #000;
  }
  .page-brand-list .section-brandlist {
    padding-bottom: 20vw;
  }
  .page-brand-list .section-brandlist .comp-underpage-ttl {
    margin-bottom: 60px;
  }
}
.page-brand .section-main {
  padding-bottom: 20vw;
}
.page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper {
  margin-bottom: 30px;
}
.page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_thumb {
  border: 1px solid #d8d8d8;
  margin-bottom: 25px;
}
.page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_ttl {
  font-family: NHaasGrotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .duration {
  font-family: NHaasGrotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_desc p {
  margin-bottom: 1.25em;
}
.page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_desc {
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.8;
  }
}
.page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_desc .link_wrap {
  margin-top: 10px;
}
.page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_desc .link_wrap a {
  color: inherit;
  text-decoration: underline;
}
.page-brand .section-main .brand_flex_wrapper .brand_visual_wrapper .visual_wrapper .visual_item {
  margin-bottom: 10px;
}
.page-brand .section-main .brand_flex_wrapper .brand_visual_wrapper .visual_wrapper .visual_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-brand .section-brandlist {
  padding-bottom: 20vw;
}
.page-brand .section-brandlist .comp-section-ttl {
  margin-bottom: 30px;
}

@media screen and (min-width: 780px) {
  .page-brand {
    padding-top: 40px;
  }
  .page-brand .section-main {
    padding-bottom: 160px;
  }
  .page-brand .section-main .brand_flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper {
    width: 30%;
    margin-bottom: 0px;
  }
  .page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_thumb {
    margin-bottom: 30px;
  }
  .page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .duration {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_desc .link_wrap {
    margin-top: 10px;
  }
  .page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_desc .link_wrap a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  .page-brand .section-main .brand_flex_wrapper .brand_ttl_wrapper .brand_desc .link_wrap a:hover {
    opacity: 0.75;
  }
  .page-brand .section-main .brand_flex_wrapper .brand_visual_wrapper {
    width: 65%;
  }
  .page-brand .section-main .brand_flex_wrapper .brand_visual_wrapper .visual_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-brand .section-main .brand_flex_wrapper .brand_visual_wrapper .visual_wrapper .visual_item {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .page-brand .section-main .brand_flex_wrapper .brand_visual_wrapper .visual_wrapper .visual_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .page-brand .section-brandlist {
    padding-bottom: 160px;
  }
  .page-brand .section-brandlist .comp-section-ttl {
    margin-bottom: 30px;
  }
}
.page-studio {
  padding-top: 40px;
  border-top: 1px solid #000;
}
.page-studio .section-main {
  padding-bottom: 20vw;
}
.page-studio .section-main .studio_flex_wrapper .studio_ttl_wrapper .comp-underpage-ttl {
  margin-bottom: 10px;
}
.page-studio .section-main .studio_flex_wrapper .studio_ttl_wrapper .comp-section-ttl {
  margin-bottom: 30px;
}
.page-studio .section-main .studio_flex_wrapper .studio_img_wrapper .studio_visuals .img_item {
  margin-bottom: 10px;
}
.page-studio .section-main .studio_flex_wrapper .studio_description {
  margin-top: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-studio .section-main .studio_flex_wrapper .studio_description p {
  margin-bottom: 1.25em;
}
.page-studio .section-main .studio_flex_wrapper .studio_description p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .page-studio .section-main .studio_flex_wrapper .studio_description {
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.8;
  }
}
.page-studio .section-collaboration {
  padding-bottom: 16vw;
}
.page-studio .section-collaboration .comp-section-ttl {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-studio {
    padding-top: 100px;
    border-top: 0px solid #000;
  }
  .page-studio .section-main {
    padding-bottom: 160px;
  }
  .page-studio .section-main .studio_flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-studio .section-main .studio_flex_wrapper .studio_ttl_wrapper {
    width: 30%;
  }
  .page-studio .section-main .studio_flex_wrapper .studio_ttl_wrapper .comp-underpage-ttl {
    margin-bottom: 10px;
  }
  .page-studio .section-main .studio_flex_wrapper .studio_ttl_wrapper .comp-section-ttl {
    margin-bottom: 30px;
  }
  .page-studio .section-main .studio_flex_wrapper .studio_img_wrapper {
    width: 65%;
  }
  .page-studio .section-main .studio_flex_wrapper .studio_img_wrapper .studio_visuals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-studio .section-main .studio_flex_wrapper .studio_img_wrapper .studio_visuals .img_item {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .page-studio .section-main .studio_flex_wrapper .studio_img_wrapper .studio_visuals .img_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .page-studio .section-main .studio_flex_wrapper .studio_description {
    margin-top: 40px;
  }
  .page-studio .section-collaboration {
    padding-bottom: 160px;
  }
  .page-studio .section-collaboration .comp-section-ttl {
    margin-bottom: 60px;
  }
}
.page-contact {
  padding-top: 40px;
  border-top: 1px solid #000;
}
.page-contact .section-main {
  padding-bottom: 16vw;
}
.page-contact .section-main .contact_flex_wrapper .contact_ttl_wrapper .comp-underpage-ttl {
  margin-bottom: 10px;
}
.page-contact .section-main .contact_flex_wrapper .contact_ttl_wrapper .contact_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-contact .section-main .contact_flex_wrapper .contact_ttl_wrapper .contact_desc p {
  margin-bottom: 1.25em;
}
.page-contact .section-main .contact_flex_wrapper .contact_ttl_wrapper .contact_desc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .page-contact .section-main .contact_flex_wrapper .contact_ttl_wrapper .contact_desc {
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.8;
  }
}

@media screen and (min-width: 780px) {
  .page-contact {
    padding-top: 100px;
    border-top: 0px solid #000;
  }
  .page-contact .section-main {
    padding-bottom: 160px;
  }
  .page-contact .section-main .contact_flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contact .section-main .contact_flex_wrapper .contact_ttl_wrapper {
    width: 30%;
  }
  .page-contact .section-main .contact_flex_wrapper .contact_ttl_wrapper .comp-underpage-ttl {
    margin-bottom: 30px;
  }
  .page-contact .section-main .contact_flex_wrapper .contact_contents_wrapper {
    width: 60%;
  }
}
/*########## コンポーネント ##########*/
/* 共通 */
.comp-underpage-ttl {
  font-size: 2.6rem;
  font-family: NHaasGrotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

@media screen and (min-width: 780px) {
  .comp-underpage-ttl {
    font-size: 4rem;
  }
}
.comp-section-ttl span {
  display: block;
  font-size: 1.4rem;
  font-family: NHaasGrotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  margin-bottom: 7px;
}
.comp-section-ttl .ttl_jp {
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (min-width: 780px) {
  .comp-section-ttl span {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .comp-section-ttl .ttl_jp {
    font-size: 2.4rem;
  }
}
.comp-navigation {
  min-height: 135px;
  margin-top: 30px;
}
.comp-navigation ul {
  position: relative;
}
.comp-navigation ul li {
  margin: 5px 0;
}
.comp-navigation ul li:nth-of-type(1) {
  margin-top: 0;
}
.comp-navigation ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-navigation ul li a {
  width: 220px;
  position: relative;
  z-index: 10;
  display: block;
  font-family: NHaasGrotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 1.5rem;
  color: inherit;
  padding: 3px 0;
}
.comp-navigation ul li a span {
  position: relative;
  z-index: 20;
  background: #fff;
  padding-right: 10px;
}
.comp-navigation ul li ul {
  width: calc(100% - 220px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 10px;
  top: 0;
  left: 220px;
  border-left: 1px solid #000;
  padding-left: 20px;
  background: #fff;
}
.comp-navigation ul li ul li a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
}
.comp-navigation ul li ul li a::before {
  display: none;
}
.comp-navigation ul li.brands .parent {
  position: relative;
}
.comp-navigation ul li.brands .parent::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
}

@media screen and (min-width: 780px) {
  .comp-navigation {
    min-height: unset;
    margin-top: 0px;
  }
  .comp-navigation ul li {
    margin: 5px 0;
  }
  .comp-navigation ul li a {
    width: 250px;
    font-size: 1.6rem;
    padding: 3px 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  .comp-navigation ul li a:hover {
    opacity: 0.75;
  }
  .comp-navigation ul li a span {
    padding-right: 20px;
  }
  .comp-navigation ul li ul {
    width: 260px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    z-index: 10px;
    top: 0;
    left: 250px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-navigation ul li ul li {
    width: 50%;
  }
  .comp-navigation ul li ul li:nth-of-type(2) {
    margin-top: 0;
  }
  .comp-navigation ul li ul li a {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
}
/* トップページ */
.comp-index-kv {
  width: 100%;
}
.comp-index-kv .kv_inner {
  position: relative;
  height: calc(var(--wHeightPx) - 260px);
  overflow: hidden;
}
.comp-index-kv .kv_inner .kv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-filter 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.5s, -webkit-filter 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.5s, filter 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.5s, filter 1s cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 1s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: opacity, filter;
}
.comp-index-kv .kv_inner .kv_slide a {
  position: relative;
  display: block;
  height: calc(var(--wHeightPx) - 260px);
}
.comp-index-kv .kv_inner .kv_slide a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.comp-index-kv .kv_inner .kv_slide a img.pc_img {
  display: none;
}
.comp-index-kv .kv_inner .kv_slide a .caption {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0px;
  bottom: 0px;
  padding: 20px;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: NHaasGrotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 70, 70, 0)), color-stop(90%, rgba(70, 70, 70, 0.9)));
  background: linear-gradient(180deg, rgba(70, 70, 70, 0) 0%, rgba(70, 70, 70, 0.9) 90%);
}
.comp-index-kv .kv_inner .kv_slide.display_slide {
  opacity: 1;
  -webkit-filter: blur(0px) brightness(1);
          filter: blur(0px) brightness(1);
}

@media screen and (min-width: 780px) {
  .comp-index-kv {
    width: 100%;
  }
  .comp-index-kv .kv_inner {
    height: calc(var(--wHeightPx) - 160px);
    max-height: 50vw;
  }
  .comp-index-kv .kv_inner .kv_slide a {
    height: calc(var(--wHeightPx) - 160px);
    max-height: 50vw;
  }
  .comp-index-kv .kv_inner .kv_slide a img.sp_img {
    display: none;
  }
  .comp-index-kv .kv_inner .kv_slide a img.pc_img {
    display: block;
  }
  .comp-index-kv .kv_inner .kv_slide a .caption {
    padding: 40px;
    font-size: 2rem;
  }
}
/* 下層ページ */
.comp-corporate-profile {
  border-top: 1px solid #000;
  padding-top: 25px;
}
.comp-corporate-profile .profile_item {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
}
.comp-corporate-profile .profile_item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-corporate-profile .profile_item .profile_ttl {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.comp-corporate-profile .profile_item .profile_contents {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .comp-corporate-profile {
    padding-top: 30px;
  }
  .comp-corporate-profile .profile_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
  .comp-corporate-profile .profile_item .profile_ttl {
    width: 160px;
    font-size: 1.5rem;
    margin-bottom: 0px;
  }
  .comp-corporate-profile .profile_item .profile_contents {
    width: calc(100% - 160px);
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.comp-project-list {
  display: block;
}
.comp-project-list .project_item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 50px;
  font-family: NHaasGrotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}
.comp-project-list .project_item a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.comp-project-list .project_item a:hover {
  opacity: 0.75;
}
.comp-project-list .project_item a {
  color: inherit;
}
.comp-project-list .project_item a .img_wrap {
  display: block;
  margin-bottom: 25px;
}
.comp-project-list .project_item a .project_name {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.comp-project-list .project_item a .role {
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 721px) {
  .comp-project-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-project-list .project_item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 50px;
  }
  .comp-project-list .project_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .comp-project-list .project_item .txt_wrap .project_name a {
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 981px) {
  .comp-project-list .project_item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 65px;
  }
  .comp-project-list .project_item .img_wrap {
    margin-bottom: 25px;
  }
  .comp-project-list .project_item:nth-of-type(2n) {
    margin-right: 3.5%;
  }
  .comp-project-list .project_item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.comp-collabo-list .collabo_item {
  margin-bottom: 45px;
}
.comp-collabo-list .collabo_item a {
  display: block;
  color: inherit;
}
.comp-collabo-list .collabo_item a .collabo_img {
  display: block;
  margin-bottom: 20px;
}
.comp-collabo-list .collabo_item a .collabo_txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (min-width: 780px) {
  .comp-collabo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comp-collabo-list .collabo_item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 65px;
  }
  .comp-collabo-list .collabo_item:nth-of-type(2n) {
    margin-right: 3.5%;
  }
  .comp-collabo-list .collabo_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .comp-collabo-list .collabo_item a .collabo_img {
    display: block;
    margin-bottom: 25px;
  }
  .comp-collabo-list .collabo_item a .collabo_txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.comp-form-wrap {
  overflow: hidden;
}
.comp-form-wrap .attention {
  width: 100%;
  display: block;
  font-size: 1.2rem;
  padding: 10px 0 0;
  color: red;
}
.comp-form-wrap .form_item {
  margin-bottom: 20px;
  border-top: 1px dotted #d8d8d8;
  padding-top: 25px;
  margin-top: 25px;
}
.comp-form-wrap .form_item:nth-of-type(1) {
  border-top: 0;
}
.comp-form-wrap .form_item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.comp-form-wrap .form_item .label .label_ttl {
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
}
.comp-form-wrap .form_item .label .form_condition {
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #fff;
  padding: 5px 10px;
}
.comp-form-wrap .form_item .label .form_condition.required {
  background: #000;
  border: 1px solid #000;
}
.comp-form-wrap .form_item .label .form_condition.optional {
  border: 1px solid #000;
  color: #000;
}
.comp-form-wrap .form_item .form_wrap {
  margin-bottom: 10px;
}
.comp-form-wrap .form_item .form_wrap:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-form-wrap .form_item .form_wrap input[type=text],
.comp-form-wrap .form_item .form_wrap input[type=email],
.comp-form-wrap .form_item .form_wrap input[type=tel] {
  display: block;
  width: 100%;
  border: none;
  background: #f4f4f4;
  border-radius: 0px;
  padding: 15px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-form-wrap .form_item .form_wrap textarea {
  display: block;
  width: 100%;
  height: 180px;
  border: none;
  background: #f4f4f4;
  border-radius: 0px;
  padding: 15px;
  line-height: 1.6;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comp-form-wrap .form_item .form_wrap select {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: none;
  background: #f4f4f4;
  border-radius: 0px;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(https://res.cloudinary.com/fstand/image/upload/f_auto,q_auto/v1622001037/common/selector_caret_vgjvxt.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.comp-form-wrap .privacy_wrap {
  margin-top: 30px;
}
.comp-form-wrap .privacy_wrap .privacy_ttl {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 1.35px;
  color: #000;
  margin-bottom: 20px;
}
.comp-form-wrap .privacy_wrap .privacy_inner {
  border: 1px solid #979797;
  padding: 15px;
  height: 200px;
  overflow: scroll;
  margin-bottom: 30px;
  font-weight: normal;
}
.comp-form-wrap .privacy_wrap .privacy_inner .privacy_content h5 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #343434;
  margin-bottom: 10px;
}
.comp-form-wrap .privacy_wrap .privacy_inner .privacy_content p {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.comp-form-wrap .privacy_wrap .privacy_inner .privacy_content p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.comp-form-wrap .privacy_wrap .agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.comp-form-wrap .privacy_wrap .agreement input[name=agreement] {
  margin-right: 10px;
}
.comp-form-wrap .ajax_loader {
  width: 100%;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.comp-form-wrap .ajax_loader.loading {
  height: 100px;
}
.comp-form-wrap .ajax_loader .loading {
  display: block;
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  background-image: url(../img/common/loading.svg);
}
.comp-form-wrap .status_message {
  height: 0;
  overflow: hidden;
  text-align: left;
  font-size: 1.6rem;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.comp-form-wrap .status_message .text {
  display: block;
  background: #f4f4f4;
  padding: 15px;
  line-height: 1.6;
}
.comp-form-wrap .status_message.complete {
  height: 100px;
  margin-bottom: 0px;
}
.comp-form-wrap .status_message.error {
  height: 120px;
  margin-bottom: 0px;
}
.comp-form-wrap .status_message.error .text {
  color: #D62538;
  border: 1px solid #D62538;
}
.comp-form-wrap .submit_wrap {
  max-width: 380px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  background: #000;
  color: #fff;
  padding: 15px 0;
  border-radius: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.comp-form-wrap .submit_wrap:hover {
  opacity: 0.75;
}
.comp-form-wrap .submit_wrap.disabled {
  background: #979797;
  pointer-events: none;
}
.comp-form-wrap .submit_wrap::before {
  display: none;
}
.comp-form-wrap .submit_wrap .text_wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.comp-form-wrap .submit_wrap .text_wrap .en {
  font-size: 2rem;
}
.comp-form-wrap .submit_wrap .text_wrap .ja {
  font-size: 1.6rem;
}
.comp-form-wrap .submit_wrap input {
  position: absolute;
  z-index: 20;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.comp-form-wrap .submit_wrap:hover::before {
  width: 100%;
}

@media screen and (min-width: 741px) {
  .comp-form-wrap {
    margin-top: 0 !important;
  }
  .comp-form-wrap .attention {
    width: 100%;
  }
  .comp-form-wrap .form_item {
    margin-bottom: 30px;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .comp-form-wrap .form_item:nth-of-type(1) {
    border-top: 0;
  }
  .comp-form-wrap .form_item .label .label_ttl {
    font-size: 1.6rem;
  }
  .comp-form-wrap .form_item .label .form_condition {
    font-size: 1.4rem;
    padding: 7px 10px;
  }
  .comp-form-wrap .form_item .form_wrap input[type=text],
  .comp-form-wrap .form_item .form_wrap input[type=email],
  .comp-form-wrap .form_item .form_wrap input[type=tel] {
    font-size: revert;
  }
  .comp-form-wrap .form_item .form_wrap textarea {
    font-size: revert;
  }
  .comp-form-wrap .form_item .form_wrap select {
    height: auto;
    line-height: normal;
    padding: 15px;
    font-size: revert;
  }
  .comp-form-wrap .form_item .date_flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .comp-form-wrap .form_item .date_flex:nth-last-of-type(1) {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
  }
  .comp-form-wrap .form_item .date_flex .date_wrap {
    width: 150px;
    font-size: inherit;
    color: inherit;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .comp-form-wrap .form_item .date_flex .input_wrap {
    width: 350px;
    margin-right: 10px;
  }
  .comp-form-wrap .form_item .date_flex .input_wrap input[type=date] {
    font-size: 1.4rem;
    padding: 7px 10px;
    height: auto;
    line-height: normal;
  }
  .comp-form-wrap .form_item .date_flex .time_wrap {
    width: calc(100% - 520px);
  }
  .comp-form-wrap .privacy_wrap {
    margin-top: 40px;
  }
  .comp-form-wrap .privacy_wrap .privacy_inner {
    padding: 20px;
    margin-bottom: 40px;
  }
  .comp-form-wrap .privacy_wrap .privacy_inner .privacy_content h5 {
    letter-spacing: 0.5px;
  }
  .comp-form-wrap .privacy_wrap .privacy_inner .privacy_content p {
    letter-spacing: 0.44px;
  }
  .comp-form-wrap .privacy_wrap .agreement {
    margin-bottom: 40px;
  }
  .comp-form-wrap .ajax_loader .loading {
    height: 100px;
  }
  .comp-form-wrap .status_message.complete {
    height: 80px;
  }
  .comp-form-wrap .status_message.error {
    height: 100px;
  }
  .comp-form-wrap .submit_wrap {
    padding: 20px 0;
  }
  .comp-form-wrap .submit_wrap .text_wrap .en {
    font-size: revert;
    letter-spacing: normal;
  }
  .comp-form-wrap .submit_wrap .text_wrap .ja {
    font-size: 2rem;
  }
}