/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */ ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden, [hidden] {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " ("attr(href) ")";
  }
  abbr[title]::after {
    content: " ("attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/*-------------------------------------------------------------------------------------------------


pc


-------------------------------------------------------------------------------------------------*/
/*--------------------------------

all

---------------------------------*/
html {
  font-size: 62.5%;
  color: #333;
}
h1 {
  max-width: 250px;
  width: 100%;
  height: auto;
  padding-left: 120px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  margin: 0;
}
h2 {
  font-family: 'Lato', sans-serif;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2em;
  border-bottom: solid 1px #333;
  padding-bottom: 24px;
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 0.8;
}
section {
  margin-bottom: 80px;
}
/*--------------------------------

header

---------------------------------*/
nav ul {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 120px;
}
nav ul li {
  padding-left: 40px;
}
nav ul li:first-child {
  padding: 0;
}
nav ul li a {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: bold;
}
nav ul li a span {
  color: #e3808f;
}
#header {
  /*fixedで上部固定*/
  position: fixed;
  height: 70px;
  width: 100%;
  z-index: 999; /*最前面へ*/
  /*以下はレイアウトのためのCSS*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
/*　上に上がる動き　*/
#header.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#header.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------

main

---------------------------------*/
main {
  padding-top: 70px;
}
video {
  width: 100%;
  height: auto;
  margin-bottom: 160px;
}
.movie_tb {
  display: none;
}
.movie_sp {
  display: none;
}
/*--------------------------------

profile

---------------------------------*/
.profile_box {
  padding: 0 120px;
  margin-bottom: 80px;
}
.profile_box h2 {
  text-align: left;
}
.profile_box ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}
.profile_box ul li img {
  max-width: 588px;
  width: 100%;
  height: auto;
}
.profile_box ul {
  font-weight: 300;
}
.profile_box ul li:last-of-type {
  letter-spacing: 0.1em;
}
.profile_box ul li p {
  margin: 0;
}
.profile_box ul li .profession {
  font-size: 2rem;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 400;
}
.profile_box ul li .name {
  font-size: 3.6rem;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 0.8;
  font-weight: 400;
}
.profile_box ul li .profile_box_age {
  margin-bottom: 32px;
}
.profile_box ul li dl {
  margin: 0;
}
.profile_box ul li dl div {
  margin-bottom: 24px;
}
.profile_box ul li dl dt {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 400;
}
.profile_box ul li dl dd {
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
}
.timeline {
  padding: 0 120px;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.timeline dt {
  width: 15%;
  font-family: 'Lato', sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
}
.timeline dd {
  width: 85%;
  margin-inline-start: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 48px;
  letter-spacing: 0.1em;
}
.timeline dd a {
  color: #e3808f;
}
/*--------------------------------

works

---------------------------------*/
.works {
  padding: 0 120px;
}
.works h2 {
  text-align: center;
}
.works_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works_box article {
  width: calc(100% / 3 - 1rem);
  margin-bottom: 1.25rem;
}
.works_box:after {
  content: "";
  display: block;
  width: calc(100% / 3 - 1rem);
  height: 0;
}
.works_box article a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.works_box article figure {
  overflow: hidden;
  margin: 0;
}
.works_box article figure img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.5s;
}
.works_box article a:hover figure img {
  transform: scale(1.1);
}
.works_box article figcaption {
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.works_box article a:hover figcaption {
  opacity: 1;
}
.works_box article figcaption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /*背景色*/
}
.works_box article figcaption:hover::before {
  transform: scale(1, 1);
}
.works_text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.works_box article figcaption div p {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0;
  padding-bottom: 16px;
  font-family: 'Noto Sans', sans-serif;
}
.works_box article figcaption div div span {
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.works_box article figcaption div div .works_link {
  text-transform: none;
  font-size: 1rem;
}
/*--------------------------------

survice

---------------------------------*/
.survice {
  padding: 0 120px;
  margin-bottom: 245px;
}
.survice h2 {
  text-align: right;
}
.survice ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 115px 0;
  padding: 0;
}
.survice ul li {
  list-style: inside;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: 'Noto Sans', sans-serif;
}
.survice ul li span {
  letter-spacing: -0.1em;
}
.survice_levelup {
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.survice_levelup_text {
  font-size: 2.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.survice_levelup_text span {
  font-size: 4.8rem;
}
.survice_levelup_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.survice_levelup_img img {
  animation: rotate-anime 5s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------

contact

---------------------------------*/
.contact {
  padding: 0 120px;
}
.contact h2 {
  text-align: center;
}
.contact p {
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 64px;
}
.contact .mail {
  text-align: center;
  margin-bottom: 48px;
}
.contact .mail_btn {
  background-color: #e3808f;
  border: solid 1px #e3808f;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0.1em;
  padding: 28px 120px;
  cursor: pointer;
  border-radius: 7px;
  transition: 0.3s;
}
.contact .mail_btn:hover {
  background-color: #fff;
  color: #e3808f;
}
.contact .contact_attention {
  text-align: center;
  font-size: 1.2rem;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0.1em;
}
/*--------------------------------

footer

---------------------------------*/
footer {
  background-color: #786956;
  padding: 48px 0;
}
footer div {
  padding: 0 120px;
}
footer div ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
footer div ul li:last-child {
  padding-left: 16px;
}
footer div p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  text-align: center;
}
footer div ul li .size {
  font-size: 4em;
  color: #fff;
}
/*-------------------------------------------------------------------------------------------------


pc(1200)


-------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
  /* 1200px以下に適用されるCSS（ノートPC用） */
  /*--------------------------------

all

---------------------------------*/
  html {
    font-size: 62.5%;
    color: #333;
  }
  h1 {
    max-width: 250px;
    width: 20vw;
    height: auto;
    padding-left: 120px;
  }
  li {
    list-style: none;
  }
  a {
    text-decoration: none;
  }
  p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6rem;
    margin: 0;
  }
  h2 {
    font-family: 'Lato', sans-serif;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
    border-bottom: solid 1px #333;
    padding-bottom: 24px;
    margin-top: 0;
    margin-bottom: 32px;
    line-height: 0.8;
  }
  section {
    margin-bottom: 80px;
  }
  /*--------------------------------

header

---------------------------------*/
  nav ul {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding-left: 0;
    padding-right: 120px;
  }
  nav ul li {
    padding-left: 40px;
  }
  nav ul li:first-child {
    padding: 0;
  }
  nav ul li a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 1.33vw;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: bold;
  }
  nav ul li a span {
    color: #e3808f;
  }
  #header {
    /*fixedで上部固定*/
    position: fixed;
    height: 70px;
    width: 100%;
    z-index: 999; /*最前面へ*/
    /*以下はレイアウトのためのCSS*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }
  /*　上に上がる動き　*/
  #header.UpMove {
    animation: UpAnime 0.5s forwards;
  }
  /*--------------------------------

main

---------------------------------*/
  main {
    padding-top: 70px;
  }
  video {
    width: 100%;
    height: auto;
    margin-bottom: 160px;
  }
  .movie_sp {
    display: none;
  }
  /*--------------------------------

profile

---------------------------------*/
  .profile_box {
    padding: 0 120px;
    margin-bottom: 80px;
  }
  .profile_box h2 {
    text-align: left;
  }
  .profile_box ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
  }
  .profile_box ul li img {
    max-width: 588px;
    width: 100%;
    height: auto;
  }
  .profile_box ul {
    font-weight: 300;
  }
  .profile_box ul li:last-of-type {
    letter-spacing: 0.1em;
  }
  .profile_box ul li p {
    margin: 0;
  }
  .profile_box ul li .profession {
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 400;
  }
  .profile_box ul li .name {
    font-size: 3.6rem;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 0.8;
    font-weight: 400;
  }
  .profile_box ul li .profile_box_age {
    margin-bottom: 32px;
  }
  .profile_box ul li dl {
    margin: 0;
  }
  .profile_box ul li dl div {
    margin-bottom: 24px;
  }
  .profile_box ul li dl dt {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 400;
  }
  .profile_box ul li dl dd {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6rem;
  }
  .timeline {
    padding: 0 120px;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
  }
  .timeline dt {
    width: 15%;
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 48px;
  }
  .timeline dd {
    width: 85%;
    margin-inline-start: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 48px;
    letter-spacing: 0.1em;
  }
  .timeline dd a {
    color: #e3808f;
  }
  /*--------------------------------

works

---------------------------------*/
  .works {
    padding: 0 120px;
  }
  .works h2 {
    text-align: center;
  }
  .works_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .works_box article {
    width: calc(100% / 3 - 1rem);
    margin-bottom: 1.25rem;
  }
  .works_box article a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
  }
  .works_box article figure {
    overflow: hidden;
    margin: 0;
  }
  .works_box article figure img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: 0.5s;
  }
  .works_box article a:hover figure img {
    transform: scale(1.1);
  }
  .works_box article figcaption {
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
  }
  .works_box article a:hover figcaption {
    opacity: 1;
  }
  .works_box article figcaption::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /*背景色*/
  }
  .works_box article figcaption:hover::before {
    transform: scale(1, 1);
  }
  .works_text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .works_box article figcaption div p {
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 0;
    padding-bottom: 16px;
    font-family: 'Noto Sans', sans-serif;
  }
  .works_box article figcaption div div span {
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
  }
  .works_box article figcaption div div .works_link {
    text-transform: none;
    font-size: 1rem;
  }
  /*--------------------------------

survice

---------------------------------*/
  .survice {
    padding: 0 120px;
    margin-bottom: 245px;
  }
  .survice h2 {
    text-align: right;
  }
  .survice ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 115px 0;
    padding: 0;
  }
  .survice ul li {
    list-style: inside;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: 'Noto Sans', sans-serif;
  }
  .survice ul li span {
    letter-spacing: -0.1em;
  }
  .survice_levelup {
    position: relative;
    text-align: center;
    box-sizing: border-box;
  }
  .survice_levelup_text {
    font-size: 2.4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .survice_levelup_text span {
    font-size: 4.8rem;
  }
  .survice_levelup_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .survice_levelup_img img {
    animation: rotate-anime 5s linear infinite;
  }
  /*--------------------------------

contact

---------------------------------*/
  .contact {
    padding: 0 120px;
  }
  .contact h2 {
    text-align: center;
  }
  .contact p {
    text-align: center;
    font-size: 1.6rem;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.1em;
  }
  /*--------------------------------

footer

---------------------------------*/
  footer {
    background-color: #786956;
    padding: 48px 0;
  }
  footer div {
    padding: 0 120px;
  }
  footer div ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  footer div ul li:last-child {
    padding-left: 16px;
  }
  footer div p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 1.2rem;
    text-align: center;
  }
  footer div ul li .size {
    font-size: 4em;
    color: #fff;
  }
}
/*-------------------------------------------------------------------------------------------------


tb


-------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 834px) {
  /* 834px以下に適用されるCSS（タブレット用） */
  /*--------------------------------

all

---------------------------------*/
  html {
    font-size: 62.5%;
    color: #333;
  }
  h1 {
    max-width: 250px;
    width: 100%;
    height: auto;
    padding-left: 30px;
  }
  li {
    list-style: none;
  }
  a {
    text-decoration: none;
  }
  p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.92vw;
    margin: 0;
  }
  h2 {
    font-family: 'Lato', sans-serif;
    font-size: 7.67vw;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
    border-bottom: solid 1px #333;
    padding-bottom: 32px;
    margin-top: 0;
    margin-bottom: 48px;
    line-height: 0.8;
  }
  section {
    margin-bottom: 64px;
  }
  /*--------------------------------

header

---------------------------------*/
  nav ul {
    list-style: none;
    display: block;
    padding-left: 0;
    padding-right: 30px;
  }
  nav ul li {
    padding: 0px;
  }
  nav ul li a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 1.92vw;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: bold;
  }
  nav ul li a span {
    color: #e3808f;
  }
  #header {
    /*fixedで上部固定*/
    position: fixed;
    height: 70px;
    width: 100%;
    z-index: 999; /*最前面へ*/
    /*以下はレイアウトのためのCSS*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }
  /*　上に上がる動き　*/
  #header.UpMove {
    animation: UpAnime 0.5s forwards;
  }
  /*========= ナビゲーションのためのCSS ===============*/
  #g_nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #fff;
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g_nav.panelactive {
    right: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g_nav.panelactive #g_nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g_nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*リストのレイアウト設定*/
  #g_nav li {
    list-style: none;
    text-align: center;
  }
  #g_nav li a {
    color: #333;
    text-decoration: none;
    padding: 32px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 3.84vw;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 10px;
    right: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  /*×に変化*/
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 2px;
    background-color: #666;
  }
  .openbtn span:nth-of-type(1) {
    top: 22px;
    width: 50%;
  }
  .openbtn span:nth-of-type(2) {
    top: 29px;
    width: 30%;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  .openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  /*--------------------------------

main

---------------------------------*/
  main {
    padding-top: 70px;
  }
  video {
    width: 100%;
    height: auto;
    margin-bottom: 64px;
  }
  .movie_pc {
    display: none;
  }
  .movie_tb {
    display: block;
  }
  .movie_sp {
    display: none;
  }
  /*--------------------------------

profile

---------------------------------*/
  .profile_box {
    padding: 0 30px;
    margin-bottom: 64px;
  }
  .profile_box h2 {
    text-align: left;
  }
  .profile_box ul {
    display: block;
    padding: 0;
  }
  .profile_box ul li img {
    max-width: 774px;
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .profile_box ul {
    font-weight: 300;
  }
  .profile_box ul li:last-of-type {
    letter-spacing: 0.1em;
  }
  .profile_box ul li p {
    margin: 0;
  }
  .profile_box ul li .profession {
    font-size: 2.88vw;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 400;
  }
  .profile_box ul li .name {
    font-size: 5.76vw;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 0.8;
    font-weight: 400;
  }
  .profile_box ul li .profile_box_age {
    margin-bottom: 32px;
  }
  .profile_box ul li dl {
    margin: 0;
  }
  .profile_box ul li dl div {
    margin-bottom: 24px;
  }
  .profile_box ul li dl dt {
    font-family: 'Lato', sans-serif;
    font-size: 2.4vw;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 400;
  }
  .profile_box ul li dl dd {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.92vw;
  }
  .timeline {
    padding: 0 30px;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
  }
  .timeline dt {
    width: 20%;
    font-family: 'Lato', sans-serif;
    font-size: 2.88vw;
    letter-spacing: 0.1em;
    margin-bottom: 48px;
  }
  .timeline dd {
    width: 80%;
    margin-inline-start: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.92vw;
    margin-bottom: 48px;
    letter-spacing: 0.1em;
  }
  .timeline dd a {
    color: #e3808f;
  }
  /*--------------------------------

works

---------------------------------*/
  .works {
    padding: 0 30px;
  }
  .works h2 {
    text-align: center;
  }
  .works_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .works_box article {
    width: calc(100% / 3 - 1rem);
    margin-bottom: 1.25rem;
  }
  .works_box article a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
  }
  .works_box article figure {
    overflow: hidden;
    margin: 0;
  }
  .works_box article figure img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: 0.5s;
  }
  .works_box article a:hover figure img {
    transform: scale(1.1);
  }
  .works_box article figcaption {
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
  }
  .works_box article a:hover figcaption {
    opacity: 1;
  }
  .works_box article figcaption::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /*背景色*/
  }
  .works_box article figcaption:hover::before {
    transform: scale(1, 1);
  }
  .works_text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .works_box article figcaption div p {
    font-size: 1.92vw;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 0;
    padding-bottom: 8px;
    font-family: 'Noto Sans', sans-serif;
  }
  .works_box article figcaption div div span {
    text-transform: uppercase;
    font-size: 1.44vw;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
  }
  .works_box article figcaption div div .works_link {
    text-transform: none;
    font-size: 1.2vw;
  }
  /*--------------------------------

survice

---------------------------------*/
  .survice {
    padding: 0 30px;
    margin-bottom: 245px;
  }
  .survice h2 {
    text-align: right;
  }
  .survice ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 115px 0;
    padding: 0;
  }
  .survice ul li {
    list-style: inside;
    font-size: 3.36vw;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: 'Noto Sans', sans-serif;
  }
  .survice ul li span {
    letter-spacing: -0.1em;
  }
  .survice_levelup {
    position: relative;
    text-align: center;
    box-sizing: border-box;
  }
  .survice_levelup_text {
    font-size: 2.4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .survice_levelup_text span {
    font-size: 5.76vw;
  }
  .survice_levelup_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .survice_levelup_img img {
    animation: rotate-anime 5s linear infinite;
  }
  /*--------------------------------

contact

---------------------------------*/
  .contact {
    padding: 0 30px;
  }
  .contact h2 {
    text-align: center;
  }
  .contact p {
    text-align: center;
    font-size: 1.92vw;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.1em;
  }
  .contact .mail {
    text-align: center;
    margin-bottom: 48px;
  }
  .contact .mail_btn {
    background-color: #e3808f;
    border: solid 1px #e3808f;
    color: #ffffff;
    text-align: center;
    font-size: 1.92vw;
    letter-spacing: 0.1em;
    padding: 28px 120px;
    cursor: pointer;
    border-radius: 7px;
    transition: 0.3s;
  }
  .contact .mail_btn:hover {
    background-color: #fff;
    color: #e3808f;
  }
  .contact .contact_attention {
    text-align: center;
    font-size: 1.44vw;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.1em;
  }
  /*--------------------------------

footer

---------------------------------*/
  footer {
    background-color: #786956;
    padding: 48px 0;
  }
  footer div {
    padding: 0 30px;
  }
  footer div ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 24px 0;
    padding: 0;
  }
  footer div ul li:last-child {
    padding-left: 16px;
  }
  footer div p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 1.44vw;
    text-align: center;
  }
  footer div ul li .size {
    font-size: 4em;
    color: #fff;
  }
}
/*-------------------------------------------------------------------------------------------------


sp


-------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  /* 480px以下に適用されるCSS（タブレット用） */
  /*--------------------------------

all

---------------------------------*/
  html {
    font-size: 62.5%;
    color: #333;
  }
  h1 {
    max-width: 160px;
    width: 100%;
    height: auto;
    padding-left: 20px;
  }
  li {
    list-style: none;
  }
  a {
    text-decoration: none;
  }
  p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 3.33vw;
    margin: 0;
  }
  h2 {
    font-family: 'Lato', sans-serif;
    font-size: 8.33vw;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
    border-bottom: solid 1px #333;
    padding-bottom: 24px;
    margin-top: 0;
    margin-bottom: 32px;
    line-height: 0.8;
  }
  section {
    margin-bottom: 48px;
  }
  .movie_pc {
    display: none;
  }
  .movie_tb {
    display: none;
  }
  .movie_sp {
    display: block;
  }
  /*--------------------------------

header

---------------------------------*/
  nav ul {
    list-style: none;
    display: block;
    padding-left: 0;
    padding-right: 20px;
  }
  nav ul li {
    padding: 0px;
  }
  nav ul li a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 1.92vw;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: bold;
  }
  nav ul li a span {
    color: #e3808f;
  }
  #header {
    /*fixedで上部固定*/
    position: fixed;
    height: 50px;
    width: 100%;
    z-index: 999; /*最前面へ*/
    /*以下はレイアウトのためのCSS*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }
  /*　上に上がる動き　*/
  #header.UpMove {
    animation: UpAnime 0.5s forwards;
  }
  /*========= ナビゲーションのためのCSS ===============*/
  #g_nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #fff;
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g_nav.panelactive {
    right: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g_nav.panelactive #g_nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g_nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*リストのレイアウト設定*/
  #g_nav li {
    list-style: none;
    text-align: center;
  }
  #g_nav li a {
    color: #333;
    text-decoration: none;
    padding: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 4.17vw;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 0px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  /*×に変化*/
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 2px;
    background-color: #666;
  }
  .openbtn span:nth-of-type(1) {
    top: 22px;
    width: 50%;
  }
  .openbtn span:nth-of-type(2) {
    top: 29px;
    width: 30%;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  .openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  /*--------------------------------

main

---------------------------------*/
  main {
    padding-top: 50px;
  }
  video {
    width: 100%;
    height: auto;
    margin-bottom: 48px;
  }
  /*--------------------------------

profile

---------------------------------*/
  .profile_box {
    padding: 0 20px;
    margin-bottom: 49px;
  }
  .profile_box h2 {
    text-align: left;
  }
  .profile_box ul {
    display: block;
    padding: 0;
  }
  .profile_box ul li img {
    max-width: 440px;
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .profile_box ul {
    font-weight: 300;
  }
  .profile_box ul li:last-of-type {
    letter-spacing: 0.1em;
  }
  .profile_box ul li p {
    margin: 0;
  }
  .profile_box ul li .profession {
    font-size: 2.92vw;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 400;
  }
  .profile_box ul li .name {
    font-size: 6.25vw;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 0.8;
    font-weight: 400;
  }
  .profile_box ul li .profile_box_age {
    margin-bottom: 32px;
  }
  .profile_box ul li dl {
    margin: 0;
  }
  .profile_box ul li dl div {
    margin-bottom: 24px;
  }
  .profile_box ul li dl dt {
    font-family: 'Lato', sans-serif;
    font-size: 3.75vw;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 400;
  }
  .profile_box ul li dl dd {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.92vw;
  }
  .timeline {
    padding: 0 20px;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
  }
  .timeline dt {
    width: 20%;
    font-family: 'Lato', sans-serif;
    font-size: 3.33vw;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .timeline dd {
    width: 80%;
    margin-inline-start: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.92vw;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .timeline dd a {
    color: #e3808f;
  }
  /*--------------------------------

works

---------------------------------*/
  .works {
    padding: 0 20px;
  }
  .works h2 {
    text-align: center;
  }
  .works_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .works_box article {
    width: calc(100% / 2 - 1rem);
    margin-bottom: 2rem;
  }
  .works_box article a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
  }
  .works_box article figure {
    overflow: hidden;
    margin: 0;
  }
  .works_box article figure img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: 0.5s;
  }
  .works_box article a:hover figure img {
    transform: scale(1.1);
  }
  .works_box article figcaption {
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
  }
  .works_box article a:hover figcaption {
    opacity: 1;
  }
  .works_box article figcaption::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /*背景色*/
  }
  .works_box article figcaption:hover::before {
    transform: scale(1, 1);
  }
  .works_text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .works_box article figcaption div p {
    font-size: 3.33vw;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 0;
    padding-bottom: 8px;
    font-family: 'Noto Sans', sans-serif;
  }
  .works_box article figcaption div div span {
    text-transform: uppercase;
    font-size: 2.92vw;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
  }
  /*--------------------------------

survice

---------------------------------*/
  .survice {
    padding: 0 20px;
    margin-bottom: 108px;
  }
  .survice h2 {
    text-align: right;
  }
  .survice ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 115px 0;
    padding: 0;
  }
  .survice ul li {
    list-style: inside;
    font-size: 4.17vw;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: 'Noto Sans', sans-serif;
  }
  .survice ul li span {
    letter-spacing: -0.1em;
  }
  .survice_levelup {
    position: relative;
    text-align: center;
    box-sizing: border-box;
  }
  .survice_levelup_text {
    font-size: 3.33vw;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .survice_levelup_text span {
    font-size: 7.5vw;
  }
  .survice_levelup_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .survice_levelup_img img {
    animation: rotate-anime 5s linear infinite;
    width: 80%;
  }
  /*--------------------------------

contact

---------------------------------*/
  .contact {
    padding: 0 20px;
  }
  .contact h2 {
    text-align: center;
  }
  .contact p {
    text-align: center;
    font-size: 3.33vw;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.1em;
  }
  .contact .mail {
    text-align: center;
    margin-bottom: 48px;
  }
  .contact .mail_btn {
    background-color: #e3808f;
    border: solid 1px #e3808f;
    color: #ffffff;
    text-align: center;
    font-size: 3.33vw;
    letter-spacing: 0.1em;
    padding: 6% 24%;
    cursor: pointer;
    border-radius: 7px;
    transition: 0.3s;
  }
  .contact .mail_btn:hover {
    background-color: #fff;
    color: #e3808f;
  }
  .contact .contact_attention {
    text-align: center;
    font-size: 2.5vw;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.1em;
  }
  /*--------------------------------

footer

---------------------------------*/
  footer {
    background-color: #786956;
    padding: 48px 0;
  }
  footer div {
    padding: 0 20px;
  }
  footer div ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 24px 0;
    padding: 0;
  }
  footer div ul li:last-child {
    padding-left: 16px;
  }
  footer div p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 2.5vw;
    text-align: center;
  }
  footer div ul li .size {
    font-size: 4em;
    color: #fff;
  }
}