/*
Theme Name: Unito
Description: Theme for Unito
Theme URI:
Author: CIAL inc.
Author URI:
Version: 1.0.0
License:
License URI:
*/
/*! 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; }

ul, li {
  list-style: none;
  padding: 0; }

a {
  text-decoration: none; }

/**
 * 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.67em 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 */
  -webkit-text-decoration: underline dotted;
          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 {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

@media (min-width: 425px) {
  body {
    position: relative;
    cursor: none; }
    body a {
      cursor: none; }
    body .header-list a {
      transition: color 0.6s;
      transition: border-bottom 0.6s; }
      body .header-list a:hover {
        color: #aaa;
        transition: color 0.6s;
        transition: border-bottom 0.6s; }
    body .news-entry_content a {
      transition: color 0.6s;
      transition: border-bottom 0.6s; }
      body .news-entry_content a:hover {
        color: #777;
        transition: color 0.6s;
        transition: border-bottom 0.6s; }
    body .footer-list a {
      transition: color 0.6s;
      transition: border-bottom 0.6s; }
      body .footer-list a:hover {
        color: #777;
        transition: color 0.6s;
        transition: border-bottom 0.6s; }
    body .contact .section-title-jp,
    body .contact .section-title-en {
      transition: color 0.6s; }
      body .contact .section-title-jp:hover,
      body .contact .section-title-en:hover {
        color: #777;
        transition: color 0.6s; }
  .cursor,
  .follower {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
  .cursor {
    width: 8px;
    height: 8px;
    background-color: #333;
    border: 1px solid #333;
    transition: background-color ease 0.6s;
    transition: border ease 0.6s;
    z-index: 1001; }
    .cursor.is-active {
      background-color: rgba(255, 255, 255, 0);
      border: 1px solid #555;
      width: 8px;
      height: 8px;
      transition: background-color ease 0.6s;
      transition: border ease 0.6s;
      transition: width ease 0.6s;
      transition: height ease 0.6s; }
  .follower {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: rgba(204, 204, 204, 0.5);
    z-index: 1000;
    transition: transform ease 0.6s;
    text-align: center; }
    .follower span {
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      transform: scale(0); }
    .follower.is-active {
      transform: scale(3); } }

* {
  color: #707070; }

h1, .section-title-jp {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal; }

.list__item {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-style: normal; }

.section-title-en {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #b1b1b1;
  font-size: 1.25vw;
  letter-spacing: 1.22222vw; }

.section-title-jp {
  font-size: 1.66667vw;
  line-height: 1.81;
  letter-spacing: 3.40278vw; }

.company-grid__l {
  color: #b1b1b1; }

.section-title-concept-jp {
  letter-spacing: 2.08333vw; }

.description {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1vw;
  letter-spacing: 0.15556vw;
  line-height: 2.1; }

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

.list__item {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.97222vw;
  letter-spacing: 0.11667vw;
  line-height: 1.57; }

.sp {
  display: none;
}

header {
  height: 8.75vw; }

.top {
  height: 100%; }

body {
  font-family: YuGothic, sans-serif; }

h2 {
  letter-spacing: 0.2em;
  -webkit-margin-before: 0.08em;
          margin-block-start: 0.08em;
  -webkit-margin-after: 0.08em;
          margin-block-end: 0.08em;
  font-weight: 100;
  font-size: 1.8em;
  font-family: Futura; }

h3 {
  letter-spacing: 0.2em;
  -webkit-margin-before: 0.08em;
          margin-block-start: 0.08em;
  -webkit-margin-after: 0.08em;
          margin-block-end: 0.08em;
  font-weight: 100;
  font-size: 2.2em;
  font-family: Futura; }

.h3-jp-subtitle {
  font-weight: 100;
  font-size: 1.0em; }

p {
  line-height: 1.6em; }

.jp-subtitle {
  font-weight: 100;
  font-size: 1.2em; }

.section-contents-wrapper {
  position: relative;
  margin: 0px 6vw; }

.section-contents-wrapper_service {
  position: relative;
  padding: 0px 6vw; }

.section-contents-wrapper-black {
  position: relative;
  padding: 0px 6vw;
  background-color: #404040; }
  .section-contents-wrapper-black h2, .section-contents-wrapper-black p {
    color: #fff; }

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: -9999px; }

.header-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-top: 28px; }

.header-list__item-left {
  margin-right: auto;
  font-weight: 600;
  letter-spacing: 0.2em;
  height: 38px;
  margin-top: 0px;
  padding-bottom: 4px;
  margin-left: 12px; }

.header-list__item-right {
  margin-right: 20px; }

.menu-header {
  margin-top: 3vh !important;
  margin-bottom: 0vh !important; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .8s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 32px !important;
  height: 22px !important; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c7c7c7;
  border-radius: 4px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 20px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 60%; }

.menu-trigger span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-315deg) scale(0.5); }

.menu-trigger.active span:nth-of-type(2) {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #c7c7c7;
  border-radius: 50%; }

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(315deg) scale(0.5);
  width: 100%; }

.top {
  width: 88vw;
  height: 100vh; }

.top__image-wrapper {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px 0px;
  z-index: -1; }

.top__image {
  overflow: hidden;
  position: relative; }

.top__image:before {
  -webkit-animation: top__image 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: top__image 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

@-webkit-keyframes top__image {
  100% {
    transform: translateY(100%); } }

@keyframes top__image {
  100% {
    transform: translateY(100%); } }

.top__image {
  display: flex;
  justify-content: center;
  position: absolute; }

.top__image-data {
  height: 73vh;
  width: 29vw;
  margin-left: 19vw; }

.top__copy-en {
  position: absolute;
  top: 10vh;
  left: 8vw; }
  .top__copy-en h2 {
    font-size: 3vw;
    font-weight: 600; }

.top__copy-jp {
  text-align: right;
  position: absolute;
  bottom: 24vh;
  right: 0vh;
  margin-right: 10vw; }
  .top__copy-jp p {
    color: #9a9a9a;
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 2.4em; }

.top__section-left-box {
  position: absolute;
  transform: rotate(-90deg);
  bottom: 0;
  left: 140px; }

.top__section-right-box {
  height: 100px;
  width: 2px;
  background: #FFF;
  position: absolute;
  bottom: -100px;
  left: 140px;
  z-index: 9; }

.top__section-line-left {
  background: #7d7d7d;
  width: 20vw;
  height: 2px;
  position: absolute;
  left: 0vw;
  top: 50%; }

.top__section-line-right {
  background: #7d7d7d;
  width: 1vw;
  height: 2px;
  position: absolute;
  left: 22vw;
  top: 50%;
  margin-right: 3vw; }

.service-section {
  background-color: #EBEDEF;
  color: #707070 !important; }

.service {
  display: flex; }

.service__left-contents {
  padding-top: 72px;
  padding-bottom: 128px;
  margin-left: 9vw; }

.service__subtitle {
  margin-top: 25px; }

.service__description {
  margin-top: 36px; }

.service__image-data {
  height: 100%;
  width: 29vw;
  margin-left: 8vw;
  background-size: 42vw; }

.service__logo-image {
  height: 70px;
  width: auto;
  background-size: 120px;
  background-position: left; }

.service__logo-image-container {
  margin-top: 32px;
  width: 100%;
  height: auto; }

.service__button {
  border: solid 1px #707070;
  display: inline-block;
  padding: 0px 40px;
  margin-top: 20px; }
  .service__buttonhover {
    background-color: #404040;
    color: #ffffff; }

.service__button-icon {
  display: inline-block;
  height: 14px; }

.service__button-text {
  display: inline-block;
  margin-left: 16px; }

.service__responsive-image-container {
  display: none; }

.vision {
  display: flex; }

.vision__left-contents {
  padding-top: 72px;
  padding-bottom: 128px;
  margin-left: 9vw; }

.vision__subtitle {
  margin-top: 25px; }

.vision__description {
  margin-top: 36px; }

.vision__image-data {
  height: 100%;
  width: 29vw;
  margin-left: 8vw; }

.brands {
  margin: 0 8vw; }

.brands__title {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  margin-top: 88px; }

.brands__section-title-brands {
  text-align: center; }

.brands__section-left-box {
  width: 50%;
  position: relative; }

.brands__section-right-box {
  width: 50%; }

.brands__section-line-left {
  background: #7d7d7d;
  width: 1vw;
  height: 2px;
  position: absolute;
  left: 0vw;
  top: 50%; }

.brands__section-line-right {
  background: #7d7d7d;
  width: 20vw;
  height: 2px;
  position: absolute;
  left: 2vw;
  top: 50%;
  margin-right: 3vw; }

.brands__title-description {
  text-align: center;
  margin: 52px 12vw 0px 12vw; }

.brands__unito {
  display: flex;
  justify-content: center;
  position: relative;
  margin: auto;
  margin-top: 50px;
  width: 841px; }

.brands__unito__title {
  margin: 30px 30px 80px 30px; }

.brands__unito__subtitle {
  margin-top: 12px;
  margin-bottom: 30px; }

.brands__unito__description {
  margin-top: 32px;
  width: 452px; }

.brands__button {
  text-align: center; }

.brands__travel-image {
  height: 280px;
  width: 376px; }

.brands__booked-image {
  height: 280px;
  width: 324px; }

.brands__lineup-title {
  font-size: 2.5em;
  letter-spacing: 0.1em;
  font-weight: 100; }

.brands__flagships {
  width: 750px;
  margin: 30px auto 80px; }

.brands__unito__akihabara {
  width: 32vw; }

.brands__unito__akihabara-image-container {
  margin-top: 32px;
  margin-left: 11%;
  width: 70%;
  height: 320px; }

.brands__unito__akihabara-image {
  width: 100%;
  height: 100%; }

.brands__unito__akihabara-description {
  margin-top: 32px; }

.brands__lineup-title-comming-soon {
  margin-bottom: 32px;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 600; }

.brands__unito__comming-soon {
  width: 29vw;
  position: relative;
  margin-left: auto;
  margin-top: -196px; }

.brands__unito__comming-soon-image-container {
  margin-top: 32px;
  width: 100%;
  height: 320px; }

.brands__unito__comming-soon-image {
  width: 100%;
  height: 100%; }

.brands__coliving {
  position: relative;
  margin-top: 0px; }

.brands__coliving__title {
  margin-bottom: 120px;
  text-align: right; }

.brands__coliving__description {
  margin-top: 32px;
  margin-left: 18vw; }

.brands__coliving__top-image-container {
  position: absolute;
  top: 0;
  left: -6vw;
  z-index: -1; }

.brands__coliving__top-image {
  height: 85vh;
  width: 37vw; }

.brands__lineup-title-coliving {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 300;
  white-space: nowrap; }

.brands__coliving__akasaka-image-container {
  margin-top: 32px;
  width: 100%;
  height: 280px; }

.brands__coliving__right {
  width: 32vw;
  margin-top: -146px;
  margin-left: auto; }

.brands__coliving__left {
  width: 29vw;
  position: relative;
  margin-right: auto;
  margin-top: -146px; }

.brands__unito__magazine {
  margin-left: 5vw; }

.brands__software {
  width: 750px;
  margin: 0 auto;
  position: relative; }

.brands__software-image-container {
  position: absolute;
  left: 360px;
  bottom: -90px;
  z-index: -1; }

.brands__software-image {
  height: 530px;
  width: 389px; }

.brands__software__item {
  width: 48vw; }

.brands__software__title {
  margin-bottom: 48px; }

.brands__software__item-image-container {
  margin-top: 32px;
  height: 283px;
  width: 385px; }

.brands__software-description {
  width: 320px;
  font-size: 14px; }

.brands__site__btn {
  width: 320px;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.brands__responsive-top-image-container {
  display: none; }

.brands__responsive-mockup-image-container {
  display: none; }

.brands__responsive-software-image-container {
  display: none; }

.press {
  width: 750px;
  margin: 160px auto 0;
  padding: 120px 0 60px; }

.press__subtitle {
  margin-top: 25px; }

.press__section-left-box {
  position: absolute;
  transform: rotate(-90deg);
  top: 20px;
  left: calc(50vw - 430px); }

.press__section-right-box {
  height: 100px;
  width: 2px;
  background: #FFF;
  position: absolute;
  top: 20px;
  left: calc(50vw - 430px); }

.press__section-line-left {
  background: #7d7d7d;
  width: 20vw;
  height: 2px;
  position: absolute;
  left: 0vw;
  top: 50%; }

.press__section-line-right {
  background: #7d7d7d;
  width: 1vw;
  height: 2px;
  position: absolute;
  left: 22vw;
  top: 50%;
  margin-right: 3vw; }

.press__articles {
  display: flex;
  justify-content: space-between;
  position: relative; }

.press__link {
  display: inline-block;
  margin-top: 88px;
}

.press__article-image-container {
  width: 100%;
  height: auto; }

.press__article-image {
  height: 220px;
  width: 220px; }

.press__article-date {
  color: #adadad !important;
  font-size: 0.8em; }

.press__article-title {
  color: #fff;
  font-size: 1.0em;
  font-weight: 400; }

.press__more__link {
  width: 750px;
  margin-top: 88px;
  display: inline-block; }

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

.press__more-text {
  font-size: 1.2em;
  margin: 0 30px; }

.press__more-line-left {
  background: #7d7d7d;
  width: 14vw;
  height: 2px;
  display: block; }

.press__more-line-right {
  background: #7d7d7d;
  width: 14vw;
  height: 2px;
  display: block; }

.media-coverage-section {
  border-bottom: 1px solid #404040;
}

.media-coverage__title {
  white-space: nowrap; }

.media-coverage__articles-container {
  width: calc(50vw + 375px);
  margin-right: -17%; }

.media-coverage__articles {
  display: flex;
  position: relative;
  overflow-x: scroll; }

.media-coverage__article {
  background-color: white;
  margin: 50px 30px 0px 0px; }

.media-coverage__article-title {
  font-size: 1.5em;
  color: #707070 !important;
  margin: 5px 30px 0 30px; }

.media-coverage__article-date {
  color: #adadad !important;
  font-size: 0.8em;
  margin: 0 30px 3px 30px; }

.media-coverage__article-image-container {
  width: 100%;
  height: auto;
  margin: 5px 30px; }

.media-coverage__article-image {
  height: 23vw;
  width: 21vw; }

.media-coverage__article-category-container {
  background-color: #404040;
  width: auto; }

.media-coverage__article-category {
  display: inline-block;
  background-color: #404040;
  color: white;
  font-size: 1.0em;
  padding: 0 20px 0 40px; }

#partners-section {
  margin: 0; }

.partners {
  margin: 0; }

.partners__title {
  width: 100%;
  margin-top: 88px;
  padding: 100px calc(50vw - 375px) 60px;
  background: #404040;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.partners__section-title {
  color: #FFF;
}

.partners__section-subtitle {
  color: #FFF; }

.partners__section-left-box {
  position: absolute;
  transform: rotate(-90deg);
  top: 20px;
  left: calc(50vw - 430px); }

.partners__section-right-box {
  height: 100px;
  width: 2px;
  background: #FFF;
  position: absolute;
  top: 20px;
  left: calc(50vw - 430px); }

.partners__section-line-left {
  background: #7d7d7d;
  width: 20vw;
  height: 2px;
  position: absolute;
  left: 0vw;
  top: 50%; }

.partners__section-line-right {
  background: #7d7d7d;
  width: 1vw;
  height: 2px;
  position: absolute;
  left: 22vw;
  top: 50%;
  margin-right: 3vw; }

.partners__partners-1 {
  position: relative;
  margin-top: 72px;
  margin-bottom: 120px;
  display: flex;
  justify-content: center; }

.partners__partners-1-title {
  text-align: right; }

.partners__partners-1 .partners__unito__texts {
  width: 247px;
  margin-right: 50px; }

.partners__item-description {
  font-size: 14px;
}

.partners__partners-1-image {
  height: 16vw;
  width: 16vw; }

.partners__partners-1-image-container {
  position: relative;
  top: 52px;
  z-index: -1; }

.partners__partners-2 {
  position: relative;
  margin-top: 160px;
  margin-bottom: 120px;
  display: flex;
  justify-content: center; }

.partners__partners-2-title {
  text-align: left; }

.partners__partners-2 .partners__unito__texts {
  width: 305px;
  margin-left: 50px; }

.partners__partners-2-description {
  font-size: 14px; }

.partners__partners-2-image {
  height: 196px;
  width: 253px; }

.partners__partners-3 {
  position: relative;
  margin-top: 72px;
  margin-bottom: 120px;
  display: flex;
  justify-content: center; }

.partners__partners-3-title {
  text-align: right; }

.partners__partners-3 .partners__unito__texts {
  width: 312px;
  margin-right: 50px;
  text-align: right; }

.partners__partners-3-description {
  font-size: 14px; }

.partners__partners-3-image {
  height: 237px;
  width: 231px; }

.partners__unito__texts {
  width: 510px; }

.team__section-background {
  background-color: #404040;
  height: 366px;
  width: 100vw;
  margin-left: -6vw;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1; }

.team {
  width: 750px;
  margin: 0 auto 40px;
  padding: 88px 0;
  z-index: 1; }

.team__title {
  color: #ffffff; }

.team__subtitle {
  color: #ffffff;
  margin-top: 12px;
  color: #d0d0d0; }

.team__container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: left;
  align-items: center; }

.team__section-title-white {
  text-align: left;
  color: #d0d0d0;
  font-size: 1.2em; }

.team__section-title {
  color: #707070;
  font-size: 1.2em; }

.team__section-title-container {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  margin-top: 60px;
  margin-left: 25px; }

.team__section-left-box {
  position: relative;
  margin-left: 2vw; }

.team__section-right-box {
  width: 50%; }

.team__section-line-left {
  background: #7d7d7d;
  width: 20vw;
  height: 1px;
  position: absolute;
  left: 0vw;
  top: 50%; }

.team__section-line-right {
  background: #7d7d7d;
  width: 1vw;
  height: 1px;
  position: absolute;
  left: 22vw;
  top: 50%;
  margin-right: 3vw; }

.team__member-item {
  margin: 0px 25px; }

.team__member-image {
  height: 136px;
  width: 136px; }

.team__member-image-container {
  margin-top: 32px;
  width: 100%;
  height: auto; }

.team__member-role {
  color: #adadad !important;
  font-size: 10px;
  margin-top: 16px;
  margin-bottom: 6px; }

.team__member-name {
  font-size: 13px; }

.team__joinus-container {
  margin-top: 120px; }

.team__joinus {
  margin-top: 48px;
  color: #adadad !important;
  text-align: center;
  margin: 52px 12vw 0px 12vw; }

.team__joinus__button {
  margin-top: 32px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #404040;
  width: 120px;
  padding: 20px 80px;
  border-radius: 10px;
  transition-duration: 0.8s; }
  .team__joinus__button:hover {
    background-color: #8c8c8c; }

.team__joinus__button-text {
  color: #fff;
  font-size: 0.9em;
  white-space: nowrap; }

.media__title {
  width: 750px;
  margin: 0 auto;
  padding: 100px 0 60px;
  background: #FFF; }

.media__section-title, 
.media__section-subtitle {
  color: #707070; }

.media__section-left-box {
  position: absolute;
  top: 120px;
  left: 50%; }

.media__section-right-box {
  height: 100px;
  width: 2px;
  background: #FFF;
  position: absolute;
  top: 20px;
  left: 140px; }

.media__section-line-left {
  background: #7d7d7d;
  width: 20vw;
  height: 2px;
  position: absolute;
  left: 0vw;
  top: 50%; }

.media__section-line-right {
  background: #7d7d7d;
  width: 1vw;
  height: 2px;
  position: absolute;
  left: 22vw;
  top: 50%;
  margin-right: 3vw; }

.media__container {
  width: 750px;
  margin: 0 auto;
  justify-content: center; }

.media__item {
  margin: 0 15px; }

.media__image {
  height: 70px;
  width: 120px; }

.mediakit__container {
  text-align: center; }

.mediakit__link {
  display: inline-block;
  margin-top: 30px; }

.mediakit__button {
  height: 60px;
  width: 240px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.recruit__title {
  width: 750px;
  margin: 0 auto;
  padding: 100px 0 60px;
  background: #FFF; }

.recruit__section-title, 
.recruit__section-subtitle {
  color: #707070; }

.recruit__section-left-box {
  position: absolute;
  top: 120px;
  left: 50%; }

.recruit__section-right-box {
  height: 100px;
  width: 2px;
  background: #FFF;
  position: absolute;
  top: 20px;
  left: 140px; }

.recruit__section-line-left {
  background: #7d7d7d;
  width: 20vw;
  height: 2px;
  position: absolute;
  left: 0vw;
  top: 50%; }

.recruit__section-line-right {
  background: #7d7d7d;
  width: 1vw;
  height: 2px;
  position: absolute;
  left: 22vw;
  top: 50%;
  margin-right: 3vw; }

.recruit__container {
  width: 750px;
  margin: 0 auto;
}

.recruit__item-image-container {
  margin-top: 32px;
  width: 100%;
  height: auto;
  text-align: center; }

.recruit__item-image {
  height: 160px;
  width: 170px;
  background-size: 100%;
  margin: 0 auto; }

.recruit__item-link {
  display: block;
  margin-top: 10px;
}

.recruit__item-button {
  border: solid 1px #707070;
  padding: 0px 10px;
  width: 174px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  font-size: 14px; }

.recruit__item-button-text {
  margin: 0;
  display: inline-block;
  font-size: 10px;
  text-align: left; }

.recruit__button-icon {
  display: inline-block;
  height: 10px; }

.recruit__item {
  margin: 0px 30px; }

.contact__form-container {
  width: 60vw;
  margin: 80px auto; }

.contact__label-container {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  line-height: 42px; }

.contact__form-purpose {
  display: block;
  width: 160%;
  border: 1px solid #ababab;
  border-radius: 0px;
  padding: .6em 1.4em .5em .8em;
  background-color: #fff; }

.contact__label {
  width: 16vw; }

.contact__form-submit {
  text-align: center;
  margin-top: 40px; }

.wpcf7-submit {
  display: block;
  margin: 52px auto 0px auto;
  margin-top: 32px;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #404040;
  width: 120px;
  padding: 20px 140px 20px 80px;
  border-radius: 10px; }
  .wpcf7-submit:hover {
    color: #4e4e4e;
    background-color: #ffffff; }

.wpcf7-select {
  width: 34vw;
  box-shadow: none;
  background-color: #ffffff;
  padding: 0.6em 1vw;
  border: 1px solid #707070;
  border-radius: 4px;
  outline: none;
  background: none; }

.wpcf7-text {
  width: 32vw;
  box-shadow: none;
  background-color: #ffffff;
  padding: 0.6em 1vw;
  border: 1px solid #707070;
  border-radius: 4px;
  outline: none;
  background: none; }

.wpcf7-textarea {
  width: 32vw;
  box-shadow: none;
  background-color: #ffffff;
  padding: 0.6em 1vw;
  border: 1px solid #707070;
  border-radius: 4px;
  outline: none;
  background: none; }

footer {
  margin-top: 120px;
  padding: 20px 0px;
  background-color: #404040;
  height: 100%; }
  footer p {
    color: #bdbdbd;
    font-size: 0.8em;
    text-align: center; }

.footer__items {
  margin: 0px 2vw 0px 2vw;
  justify-content: center;
  align-items: center; }

.footer__items-sns {
  display: flex;
  justify-content: center; }

.footer__item-icon {
  margin: 0px 2vw; }

@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  .sp {
    display: block;
    margin: 0;
    padding: 10px 0; }

  header {
    display: none; }

  .menu {
    position: absolute;
    top: 0;
    z-index: 99;
    box-sizing: border-box;
    color: #737373;
    visibility: visible; }
  #menu-trigger.active {
    z-index: 9999; }
  .menu-list {
    height: 100vh;
    width: 100vw;
    background: #FFF;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9;
    opacity: 0;
    transition: 0.8s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none; }
  .menu-list-active {
    z-index: 999;
    opacity: 1;
    display: flex; }
  .menu-list a {
    display: inline-block;
    margin: 10px 0; }
  .menu-header__text {
    display: none; }
  .menu-header__img {
    position: fixed;
    top: 20px;
    right: 20px; }

  .press, .press__more__link, .team, 
  .media__title, .media__container, 
  .recruit__title, .recruit__container {
    width: 450px; }

  .top__image-data {
    height: 600px;
    width: 400px; }
  .top__copy-en h2 {
    font-size: 24px; }
  .top__copy-jp p {
    font-size: 12px; }
  .top__section-left-box, 
  .top__section-right-box {
    left: calc(50vw - 300px); }

  .brands__flagships, .brands__software, .brands__unito {
    width: 450px; }
  .brands__responsive-top-image-container {
    display: block; }
  .brands__top-image-container {
    display: none; }
  .brands__software-image {
    height: 400px;
    width: 300px; }

  .partners__title {
    padding: 100px calc(50vw - 225px) 60px; }
  .partners__section-left-box, 
  .partners__section-right-box {
    left: calc(50vw - 260px); }

  .press__articles {
    flex-direction: column;
    align-items: center; }
  .press__section-left-box, 
  .press__section-right-box {
    left: calc(50vw - 260px); }

  .media__title {
    padding: 100px 0 60px; }
  .media-coverage__articles-container {
    width: calc(50vw + 225px); }
  .team__member-item {
    margin: 0 40px; }
  .team__section-line-left {
    width: 12vw; }
  .team__section-line-right {
    left: 14vw; }
  .team__section-right-box {
    width: 10%; }

  .recruit__title {
    padding: 100px 0 60px; }
  .recruit__item {
    margin: 0 25px; } }

@media (max-width: 767px) {
  .top {
    height: 500px; }
  .top__image-data {
    height: 315px;
    width: 237px;
    margin-top: 100px;
    margin-left: calc(100vw - 300px); }
  .top__copy-en h2 {
    letter-spacing: 0.1em; }
  .top__copy-jp {
    bottom: 30px; }
  .top__section-left-box, 
  .top__section-right-box {
    left: calc(50vw - 180px); }
  .top__section-line-left {
    width: 34vw; }
  .top__section-line-right {
    left: 36vw; }

  .service__image-container {
    display: none; }
  .service__responsive-image-container {
    display: block; }
  .service__image-data {
    height: 150px;
    width: 150px;
    margin: 0 auto; }

  .vision {
    flex-direction: column; }
  .vision__left-contents {
    padding-bottom: 80px; }
  .vision__image-data {
    height: 500px;
    width: 100%;
    max-width: 375px;
    margin: 0 auto; }
  .vision__subtitle {
    margin: 10px 0 0; }
  .vision__description {
    margin: 20px 0 60px; }

  .section-contents-wrapper {
    margin: 0 auto; }
  .brands__unito__title {
    margin: 30px auto 80px; }
  .brands__unito__description {
    width: 100%; }
  .brands__travel-image {
    margin: 0 auto; }
  .brands__unito__description {
    width: 100%; }
  .brands__flagships {
    width: 100%; }
  .brands__unito__akihabara {
    width: 100%; }
  .brands__coliving__right, 
  .brands__coliving__left {
    width: 100%;
    margin-top: 50px; }
  .brands__software, 
  .brands__software__item {
    width: 100%; }
  .brands__software-image-container {
    left: calc(50vw + 25px);
    bottom: 150px;
    margin-bottom: 50px; }
  .brands__software-image {
    height: 210px;
    width: 160px; }
  .brands__software__item-image-container {
    height: 210px;
    width: 286px; }
  .brands__unito__description {
    margin-top: 80px; }

  .team__section-background {
    margin: 0; } }

@media (max-width: 500px) {
  .top__image-data {
    margin-top: 0; }
  .top__copy-jp {
    margin-right: 0vw;
    bottom: 30px; }
  .top__copy-jp p {
    font-size: 12px;
    line-height: 24px; }
  .top__section-line-left {
    width: 50vw; }
  .top__section-line-right {
    left: 52vw; }
  .service__description p {
    font-size: 12px;
    margin: 5px 0; }
  .jp-subtitle {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .vision__left-contents {
    padding-bottom: 40px;
  }
  .vision__image-data {
    height: 500px;
    width: 100vw;
    margin-left: -6vw;
  }
  .brands__title-description {
    margin: 20px 0 0;
  }
  .brands__unito {
    width: 100%;
  }
  .brands__button {
    text-align: right;
  }
  .brands__unito__akihabara {
    width: 270px;
    margin: 0;
  }
  .brands__unito__akihabara-image-container {
    height: 161px;
    width: 100%;
    margin: 30px 0 0;
  }
  .brands__coliving__right, 
  .brands__coliving__left {
    width: 270px;
    margin-top: 60px;
  }
  .brands__lineup-title-magazine {
    letter-spacing: 0.1em;
  }
  .brands__section-title {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
  .brands__software-responsive-image {
    left: 140px;
  }
  .brands__site__btn {
    width: 100%;
  }
  .partners__title {
    padding: 80px calc(50vw - 155px) 40px;
  }
  .partners__section-left-box, 
  .partners__section-right-box {
    left: 20px;
  }
  .partners__partners-1 {
    margin: 60px 0 40px;
    background: rgba(255,255,255,0.5);
  }
  .partners__partners-1-title {
    text-align: left;
  }
  .partners__partners-1-image-container {
    position: absolute;
    top: 0px;
    left: 48vw;
  }
  .partners__partners-2 {
    margin: 60px 0 40px;
    background: rgba(255,255,255,0.5);
  }
  .partners__partners-2-title {
    text-align: right;
  }
  .partners__partners-2-subtitle {
    text-align: right;
  }
  .partners__partners-2 .partners__unito__texts {
    margin: 0;
  }
  .partners__partners-2-image-container {
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: -1;
  }
  .partners__partners-3 {
    margin: 60px 0 40px;
    background: rgba(255,255,255,0.5);
  }
  .partners__partners-3-title {
    text-align: left;
  }
  .partners__partners-3-subtitle {
    text-align: left;
  }
  .partners__partners-3 .partners__unito__texts {
    margin: 0;
  }
  .partners__partners-3-description {
    text-align: left;
  }
  .partners__partners-3-image-container {
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: -1;
  }
  .partners__section-line-left {
    width: 30vw;
  }
  .partners__section-line-right {
    left: 32vw;
  }
  .partners__section-right-box {
    height: 50px;
  }
  .team__joinus-container {
    margin-top: 40px;
  }
  .press {
    width: 100%;
    margin: 80px auto 0;
  }
  .press__more__link {
    width: 100%;
  }
  .press__section-left-box, .press__section-right-box {
    left: 15px;
  }
  .press__section-line-left {
    width: 30vw;
  }
  .press__section-line-right {
    left: 32vw;
  }
  .press__section-right-box {
    height: 50px;
  }
  .media__title {
    width: 100%;
  }
  .media__container {
    width: 310px;
  }
  .media-coverage__articles-container {
    width: calc(50vw + 155px);
  }
  .team {
    width: 310px;
    padding: 40px 0 0;
  }
  .team__member-item {
    margin: 0 25px;
  }
  .recruit__title {
    width: 100%;
  }
  .recruit__container {
    width: 100%;
  }
  .recruit__section-left-box {
    top: 95px;
    left: calc(50% + 50px);
  }
  .recruit__item {
    width: 42vw;
    margin: 0 auto;
  }
}

@media (max-width: 375px) {
  .top__section-left-box, .top__section-right-box {
    left: -5px;
  }
}

@media (max-width: 425px) {
  .pc {
    display: none; }
  h2 {
    font-size: 7vw;
    letter-spacing: 0.3em; }
  p {
    font-size: 0.8em; }
  .menu-header__text {
    display: none; }
  .menu-header__img {
    position: fixed;
    top: 5vh;
    right: 8vw; }
  .menu {
    position: absolute;
    top: 0;
    z-index: 99;
    color: #737373;
    visibility: visible; }
    .menu-header {
      font-family: gill-sans-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 2.24vw;
      width: 82.13333vw;
      margin: 9.9851vh auto 11.02832vh;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 3.73333vw; }
      .menu-header__img {
        height: 10.4vw;
        width: 10.4vw; }
    .menu-list__item {
      font-family: gill-sans-nova, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 6.4vw;
      letter-spacing: 0.768vw;
      margin: 7.30253vh auto 0 20.8vw; }
  .header-list {
    margin-top: 0px; }
  .list__item {
    font-size: 3.2vw; }
  .menu-icon {
    margin-top: 1.33333vw; }
  .header-list__item-left {
    position: absolute;
    top: 4.5vh;
    left: 4vw; }
  #contents-wrapper {
    overflow: hidden; }
  .top__image-wrapper {
    top: 17vh;
    left: 0px;
    padding: 0px 0px; }
  .top__copy-en {
    top: 10vh;
    left: 2vw; }
    .top__copy-en h2 {
      font-size: 9vw; }
  .service {
    display: initial; }
  .service-section {
    padding-top: 60px; }
  .service__image-data {
    height: 40vh;
    width: 100vw;
    margin-left: -6vw;
    background-size: 114vw; }
  .service__left-contents {
    margin-right: 9vw;
    padding-top: 0px;
    padding-bottom: 70px; }
  .service__button {
    display: block;
    text-align: center;
    padding: 6px 40px;
    margin-top: 40px; }
  .service__image-container {
    display: none; }
  .service__responsive-image-container {
    display: initial; }
  .service__image-data {
    width: 280px; }
  .vision {
    display: initial; }
  .vision__left-contents {
    margin-right: 9vw; }
  .brands__unito {
    display: flex;
    flex-direction: column; }
  .brands__unito__title {
    margin: 20px 0 20px 0; }
  .brands__title-description {
    margin: 29px -4vw 0px -4vw; }
  .brands__section-line-right {
    background: #7d7d7d;
    width: 8vw;
    height: 2px;
    position: absolute;
    left: 2vw;
    top: 50%; }
  .brands__unito__description {
    margin-top: 32px;
    margin-right: 0vw;
    width: 280px; }
  .brands__unito__comming-soon {
    width: 55vw;
    position: relative;
    margin-left: auto;
    margin-top: 60px;
    left: 7vw; }
  .brands__unito__comming-soon-image-container {
    margin-top: 32px;
    width: 100%;
    height: 150px; }
  .brands__coliving {
    margin-top: 40px; }
  .brands__coliving__description {
    margin-top: 32px;
    margin-left: 0vw; }
  .brands__software__title {
    margin-bottom: 0; }
  .brands__software-image {
    height: 210px;
    width: 158px;
    right: 0;
    bottom: 0; }
  .brands__software__item-image-container {
    display: none;
    margin-top: 32px;
    width: 100%;
    height: 190px; }
  .brands__travel-image {
    height: 212px;
    width: 285px; }
  .brands__booked-image {
    height: 212px;
    width: 285px; }
  .brands__software-description {
    margin-top: 0; }
  .brands__software__responsive-images-container {
    height: 350px;
    width: 100%;
    margin-top: 30px; }
  .brands__responsive-top-image-container {
    display: block; }
  .brands__responsive-mockup-image-container {
    display: block;
    position: absolute; }
  .brands__responsive-software-image-container {
    position: absolute;
    display: block;
    z-index: -1; }
  .brands__top-image-container {
    display: none; }
  .brands__software-image-container {
    display: none; }
  .brands__software-responsive-image {
    position: absolute;
    left: 100px;
    top: 120px; }
  .brands__software-responsive-mockup {
    width: 260px;
    height: 210px; }
  .press__article-image {
    height: 60vw;
    width: 60vw; }
  .media-coverage__title {
    letter-spacing: 0.2em !important; }
  .media-coverage__article-title {
    font-size: 1.0em; }
  .media-coverage__article-image {
    height: 25vh;
    width: 20vh; }
  .partners__partners-1-image {
    height: 36vw;
    width: 36vw; }
  .partners__partners-2-image {
    height: 34vw;
    width: 54vw; }
  .partners__partners-3-image {
    height: 21vh;
    width: 37vw; }
  .team__section-background {
    height: 324px; }
  .team__section-title-white {
    text-align: left;
    font-size: 1.0em;
    letter-spacing: 0.1em; }
  .team__section-title {
    text-align: left;
    font-size: 1.0em;
    letter-spacing: 3px;
    letter-spacing: 0.1em; }
  .team__section-right-box {
    width: 10%; }
  .team__section-line-left {
    width: 12vw; }
  .team__section-line-right {
    left: 14vw; }
  .team__section-left-box {
    margin-left: 6vw; }
  .team__section-title-container {
    margin-left: 0px; }
  .team__member-image-container {
    margin-top: 32px;
    width: 100%;
    height: auto;
    margin-top: 52px;
    width: 100%;
    height: auto; }
  .team__member-image {
    height: 28vw;
    width: 28vw; }
  .team__member-role {
    width: 28vw; }
  .recruit__item-image-container {
    margin-top: 32px;
    width: 100%;
    height: auto;
    margin-top: 52px;
    width: 100%;
    height: auto; }
  .recruit__item-image {
    height: 28vw;
    width: 28vw; }
  .recruit__item-button {
    height: 38px;
    width: 93%;
    padding: 0px 8px;
    margin-top: 4px; }
  .contact__form-container {
    width: 72vw;
    margin: 60px auto; }
  .contact__label-container {
    display: initial;
    line-height: 0px; }
  .wpcf7-select {
    width: 100%;
    margin-top: 12px; }
  .wpcf7-text {
    width: 100%;
    margin-top: 12px; }
  .wpcf7-textarea {
    width: 100%;
    margin-top: 12px; }
  footer {
    height: 100%; }
  .footer__links {
    margin: 0px 2vw 0px 2vw;
    display: initial;
    justify-content: center; }
  .footer__links-item-copy {
    margin: 0px 4vw 24px 4vw; }
  .footer__link-item {
    margin: 6px 20px; }
  .footer__items-right {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-left: auto;
    margin-right: 4vw; } }


/*mediakit-page*/
#sp_logo {
  display: none;
  position: relative;
}

#sp_logo a {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 20px;
}

#all {
  padding: 100px 0;
}

#introduce, #logo, #flagship, #home_back {
  margin: 180px 0;
}

.all_content, .introduce_content, .logo_content, .flagship_content, .home_back_content {
  width: 750px;
  margin: 0 auto;
}

.introduce_title, .logo_title, .flagship_title {
  position: relative;
}

.all_content h2, .introduce_content h2, .logo_content h2, .flagship_content h2 {
  font-size: 24px;
}

.introduce_title .media__section-left-box, 
.logo_title .media__section-left-box, 
.flagship_title .media__section-left-box {
  top: 12px;
}

.all_content p, .introduce_content p, .logo_content p, .flagship_content p {
  font-size: 14px;
  margin: 0;
}

.introduce_btn_box, .logo_btn_box, .flagship_btn_box {
  text-align: right;
}

.all_content a, .introduce_content a, .logo_content a, .flagship_content a {
  display: inline-block;
}

.all_btn, .introduce_btn, .logo_btn, .flagship_btn {
  height: 60px;
  width: 270px;
  background: #404040;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all_btn p, .introduce_btn p, .logo_btn p, .flagship_btn p {
  color: #FFF;
}

#all {
  text-align: center;
}

p.all_txt {
  margin: 40px 0;
}

textarea.introduce_txt {
  height: 120px;
  width: 100%;
  margin: 40px 0;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #707070;
  -webkit-appearance: none;
}

.introduce_btn_box {
  display: flex;
  justify-content: flex-end;
}

button.introduce_btn {
  -webkit-appearance: none;
}

.logo_img {
  height: 180px;
  width: 100%;
  margin: 40px 0;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_img img {
  height: auto;
  width: 200px;
  display: block;
}

.logo_btn_item {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.logo_btn_txt {
  text-align: left;
}

.logo_btn_txt h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.flagship_subtitle {
  margin-top: 20px;
}

.flagship_btn_box {
  margin: 40px 0;
}

.flagship_btn_item {
  margin: 30px 0;
}

.flagship_btn_txt {
  text-align: left;
}

.flagship_btn_img {
  margin: 20px 0;
}

.flagship_btn_img img {
  height: auto;
  width: 100%;
  display: block;
}

.back_home_content {
  text-align: center;
}

.back_home_content a {
  display: inline-block;
}

.back_home_btn {
  height: 50px;
  width: 200px;
  border: 1px solid #707070;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back_home_btn p {
  margin: 0;
}

.back_home_btn:before {
  content: "";
  display: block;
  height: 1px;
  width: 4px;
  background: #707070;
  position: absolute;
  top: 50%;
  left: -60px;
}

.back_home_btn:after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #707070;
  position: absolute;
  top: 50%;
  left: -50px;
}

@media (max-width: 1024px) {
  #sp_logo {
    display: block;
  }

  #all {
    padding: 120px 0 40px;
  }
}

@media (max-width: 767px) {
  #introduce, #logo, #flagship, #home_back {
    margin: 100px 0;
  }

  .all_content, .introduce_content, .logo_content, .flagship_content, .home_back_content {
    width: 450px;
    margin: 0 auto;
  }

  .all_content h2, .introduce_content h2, .logo_content h2, .flagship_content h2 {
    font-size: 18px;
  }

  .introduce_title .media__section-left-box, 
  .logo_title .media__section-left-box, 
  .flagship_title .media__section-left-box {
    top: 9px;
  }

  .all_content p, .introduce_content p, .logo_content p, .flagship_content p {
    font-size: 12px;
  }

  .all_btn, .introduce_btn, .logo_btn, .flagship_btn {
    height: 50px;
    width: 240px;
  }

  p.all_txt {
    margin: 20px 0;
  }

  .logo_btn_txt h3, .flagship_btn_txt h3 {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  #all {
    padding: 120px 0 40px;
  }

  .all_content, .introduce_content, .logo_content, .flagship_content, .home_back_content {
    width: 310px;
  }

  .all_content h2, .introduce_content h2, .logo_content h2, .flagship_content h2 {
    font-size: 18px;
  }

  .introduce_title .media__section-left-box, 
  .logo_title .media__section-left-box, 
  .flagship_title .media__section-left-box {
    top: 9px;
    left: calc(100% - 80px);
  }

  .all_content p, .introduce_content p, .logo_content p, .flagship_content p {
    font-size: 10px;
  }

  .all_btn, .introduce_btn, .logo_btn, .flagship_btn {
    height: 40px;
    width: 200px;
  }

  p.all_txt {
    margin: 20px 0;
  }

  .logo_btn_item {
    flex-direction: column;
  }

  .logo_btn_txt {
    width: 100%;
    margin-bottom: 10px;
  }

  .logo_btn_txt h3, .flagship_btn_txt h3 {
    font-size: 18px;
  }

  textarea.introduce_txt {
    font-size: 14px;
  }

  .back_home_btn {
    height: 40px;
    width: 160px;
  }
}
/*mediakit-page*/
