@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: 'objectivebold_italic';
  src: url("../font/Objective-Bold-Italic.woff2") format("woff2"), url("../font/objective-bold-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'objectiveblack_italic';
  src: url("../font/Objective-Black-Italic.woff2") format("woff2"), url("../font/objective-black-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "sans-serif", "objectivebold_italic", "sans-serif", "yu-gothic-pr6n", "sans-serif";
  font-weight: 400;
  font-style: normal;
}

.greeting {
  width: 63.67188%;
  margin: 30rem auto;
}

.greeting-title {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP";
  text-align: center;
}

@media (max-width: 600px) {
  .greeting-title {
    font-size: 2.4rem;
  }
}

.greeting-text {
  margin-top: 4rem;
  font-size: 2.4rem;
  line-height: 2em;
  font-family: "Noto Sans JP";
}

@media (max-width: 600px) {
  .greeting-text {
    font-size: 1.8rem;
  }
}

.skills {
  background-color: #f0f0f0;
  position: relative;
  z-index: -10;
}

.skills .titleh3 {
  color: #000;
  padding-top: 14.5rem;
  font-family: "objectivebold_italic";
  font-size: 6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #000503;
  font-size: 50px;
  text-shadow: 5px -2px 0px #f0f0f0, 6px -3px 0px #7ad6bb;
  font-weight: bold;
}

.skills .cording:before {
  background-color: #7ad6bb;
  width: 83.7%;
  height: 50vh;
  content: "";
  position: absolute;
  top: -11%;
  left: -11%;
  z-index: -1;
}

@media (max-width: 600px) {
  .skills .cording:before {
    top: 1%;
  }
}

.skills .cording {
  margin: 20rem 11rem;
  position: relative;
}

.skills .cording:after {
  content: "Portfolio";
  position: absolute;
  top: 578px;
  left: -755px;
  display: block;
  color: #fff;
  font-size: 30rem;
  font-family: "objectivebold_italic";
  font-weight: bold;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: -1;
}

@media (max-width: 600px) {
  .skills .cording {
    margin: 10rem 5rem;
  }
}

.skills .cording-title {
  padding-left: 10%;
  font-size: 2.5vw;
  font-family: "Noto Sans JP";
}

.skills .cording-title span {
  font-size: 7.8125vw;
  font-weight: bold;
  font-family: "objectivebold_italic";
}

.skills .cording-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.8125% 0;
}

@media (max-width: 600px) {
  .skills .cording-wrapper {
    display: block;
    padding: 8.33333% 0;
  }
}

.skills .cording-wrapper .image01 {
  width: 50%;
}

.skills .cording-wrapper .image01 img {
  width: 100%;
}

@media (max-width: 600px) {
  .skills .cording-wrapper .image01 {
    width: 100%;
  }
}

.skills .cording-wrapper-text {
  font-size: 2rem;
  line-height: 2em;
  width: 42%;
  padding-left: 10%;
  font-family: "Noto Sans JP";
}

@media (max-width: 600px) {
  .skills .cording-wrapper-text {
    width: 100%;
    padding-left: 0;
    font-size: 1.8rem;
  }
}

.skills .designed:before {
  background-color: #7ad6bb;
  width: 83.7%;
  height: 50vh;
  content: "";
  position: absolute;
  top: -11%;
  right: -11%;
  z-index: -1;
}

@media (max-width: 600px) {
  .skills .designed:before {
    right: -16.66667%;
    width: 83.33333%;
  }
}

.skills .designed {
  margin: 11rem;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 600px) {
  .skills .designed {
    margin: 0rem 5rem;
  }
}

.skills .designed-title {
  padding-left: 10%;
  text-align: right;
  font-size: 2.5vw;
  font-family: "Noto Sans JP";
  margin-top: 10rem;
}

.skills .designed-title span {
  font-size: 7.8125vw;
  font-weight: bold;
  font-family: "objectivebold_italic";
}

.skills .designed-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.8125% 0;
}

@media (max-width: 600px) {
  .skills .designed-wrapper {
    display: block;
    padding: 16.66667% 0;
  }
}

.skills .designed-wrapper .image02 {
  width: 50%;
  padding-left: 10%;
}

.skills .designed-wrapper .image02 img {
  width: 100%;
}

@media (max-width: 600px) {
  .skills .designed-wrapper .image02 {
    width: 100%;
    padding-left: 0;
    padding-top: 5rem;
  }
}

.skills .designed-wrapper-text {
  font-size: 2rem;
  line-height: 2em;
  width: 42%;
  font-family: "Noto Sans JP";
}

@media (max-width: 600px) {
  .skills .designed-wrapper-text {
    width: 100%;
    padding-left: 0;
    font-size: 1.8rem;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: 'objectivebold_italic';
  src: url("../font/Objective-Bold-Italic.woff2") format("woff2"), url("../font/objective-bold-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'objectiveblack_italic';
  src: url("../font/Objective-Black-Italic.woff2") format("woff2"), url("../font/objective-black-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "sans-serif", "objectivebold_italic", "sans-serif", "yu-gothic-pr6n", "sans-serif";
  font-weight: 400;
  font-style: normal;
}

.works {
  position: relative;
}

.works::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: 63.5px;
  z-index: -1;
}

.works .titleh3 {
  color: #000;
  padding-top: 14.5rem;
  font-family: "objectivebold_italic";
  font-size: 6rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #000503;
  font-size: 50px;
  text-shadow: 5px -2px 0px #fff, 6px -3px 0px #7ad6bb;
  font-weight: bold;
  line-height: 2;
}

.works .titleh3::before {
  content: attr(data-en);
  display: block;
  color: #7ad6bb;
  font-size: 2.4rem;
  font-style: italic;
  font-family: "objectivebold_italic";
  text-shadow: none;
}

.works .corporate-site {
  margin-top: 6rem;
  padding: 9.92188%;
}

@media (max-width: 600px) {
  .works .corporate-site {
    padding: 16.66667%;
  }
}

.works .corporate-site01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media (max-width: 600px) {
  .works .corporate-site01 {
    display: block;
  }
}

.works .corporate-site01 .image {
  width: 39.0625%;
  position: relative;
}

@media (max-width: 600px) {
  .works .corporate-site01 .image {
    width: 100%;
  }
}

.works .corporate-site01 .image img {
  width: 100%;
}

.works .corporate-site01 .image p {
  color: #000;
  font-size: 2.8125vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-42%, -50%);
          transform: translate(-42%, -50%);
  font-family: "objectivebold_italic";
  width: 100%;
  letter-spacing: 0;
}

@media (max-width: 600px) {
  .works .corporate-site01 .image p {
    font-size: 6vw;
  }
}

.works .corporate-site01 .corporate-site-text {
  width: 62.5%;
  padding-left: 2.34375%;
}

@media (max-width: 600px) {
  .works .corporate-site01 .corporate-site-text {
    width: 100%;
  }
}

.works .corporate-site01 .corporate-site-text time {
  font-family: "objectivebold_italic";
  font-size: 3.2rem;
  font-weight: medium;
}

.works .corporate-site01 .corporate-site-text p {
  font-size: 2rem;
  line-height: 2;
  font-family: "Noto Sans JP";
  padding-top: 3rem;
}

@media (max-width: 600px) {
  .works .corporate-site01 .corporate-site-text p {
    font-size: 1.8rem;
  }
}

.works .corporate-site01::after {
  content: "";
  /*position: absolute;*/
  width: 20px;
  height: 20px;
  border: 10px solid #7ad6bb;
  border-radius: 50%;
  display: inline-block;
  left: -60px;
  right: 1205px;
  top: 15px;
  -webkit-transform: translate(-50%, 250%);
          transform: translate(-50%, 250%);
  position: fixed;
}

.works .corporate-site .kokorogake {
  padding: 0 14.0625%;
}

@media (max-width: 600px) {
  .works .corporate-site .kokorogake {
    padding: 8.33333%;
  }
}

.works .corporate-site .kokorogake dt {
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-weight: bold;
}

.works .corporate-site .kokorogake dd {
  font-size: 2rem;
  line-height: 2;
  font-family: "Noto Sans JP";
  padding-top: 3rem;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: 'objectivebold_italic';
  src: url("../font/Objective-Bold-Italic.woff2") format("woff2"), url("../font/objective-bold-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'objectiveblack_italic';
  src: url("../font/Objective-Black-Italic.woff2") format("woff2"), url("../font/objective-black-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "sans-serif", "objectivebold_italic", "sans-serif", "yu-gothic-pr6n", "sans-serif";
  font-weight: 400;
  font-style: normal;
}

/*ほかにもいっぱい発信してます*/
.others {
  background-color: #f0f0f0;
  padding-bottom: 30rem;
}

.others .hasshin {
  position: relative;
}

.others .hasshin .image03 {
  padding-top: 12rem;
  width: 88.28125%;
  padding-left: 1.5625%;
  position: relative;
}

.others .hasshin .image03 img {
  width: 100%;
}

.others .hasshin dt {
  font-size: 2.5vw;
  font-family: "Noto Sans JP";
  text-align: center;
  padding-top: 24rem;
}

.others .hasshin dt span {
  font-size: 7.8125vw;
  font-family: "objectivebold_italic";
  font-weight: bold;
  padding-left: 11rem;
}

.others .hasshin dd {
  width: 37.5%;
  font-size: 1.5625vw;
  font-family: "Noto Sans JP";
  line-height: 2;
  position: absolute;
  right: 19.53125%;
  top: 44rem;
  z-index: 1;
}

@media (max-width: 600px) {
  .others .hasshin dd {
    top: 34rem;
    width: 100%;
    font-size: 1.5rem;
    right: 0;
    padding: 0 10%;
  }
}

.others .coffee {
  position: relative;
}

.others .coffee .image04 {
  padding-top: 2rem;
  width: 70.3125%;
  padding-left: 9.375%;
  position: relative;
}

.others .coffee .image04 img {
  width: 100%;
}

.others .coffee dt {
  font-size: 2.5vw;
  font-family: "Noto Sans JP";
  text-align: right;
  padding-top: -10rem;
  right: 13.28125%;
  position: absolute;
  bottom: 4rem;
}

@media (max-width: 600px) {
  .others .coffee dt {
    bottom: -10rem;
  }
}

.others .coffee dt span {
  font-size: 7.8125vw;
  font-family: "objectivebold_italic";
  font-weight: bold;
  padding-left: 11rem;
}

.others .coffee dd {
  width: 37.5%;
  font-size: 1.5625vw;
  font-family: "Noto Sans JP";
  line-height: 2;
  position: absolute;
  right: 19.53125%;
  bottom: -20rem;
}

@media (max-width: 600px) {
  .others .coffee dd {
    top: 34rem;
    width: 100%;
    font-size: 1.5rem;
    right: 0;
    padding: 0 10%;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: 'objectivebold_italic';
  src: url("../font/Objective-Bold-Italic.woff2") format("woff2"), url("../font/objective-bold-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'objectiveblack_italic';
  src: url("../font/Objective-Black-Italic.woff2") format("woff2"), url("../font/objective-black-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "sans-serif", "objectivebold_italic", "sans-serif", "yu-gothic-pr6n", "sans-serif";
  font-weight: 400;
  font-style: normal;
}

.history {
  margin-top: 6rem;
  padding: 9.92188%;
}

.history .titleh3 {
  color: #000;
  /*padding-top: 14.5rem;*/
  font-family: "objectivebold_italic";
  font-size: 6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #000503;
  font-size: 50px;
  text-shadow: 5px -2px 0px #f0f0f0, 6px -3px 0px #7ad6bb;
  font-weight: bold;
}

.history-list {
  margin: 0 auto;
  width: 70.3125%;
  margin-top: 6rem;
  font-size: 1.33333vw;
  line-height: 2;
  font-family: "objectivebold_italic";
}

.history-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.history-list a time {
  color: #7ad6bb;
  width: 20%;
  font-weight: bold;
  border-top: 1px solid #7ad6bb;
  padding: 3.33333%;
}

.history-list a p {
  color: #000;
  margin-left: 3.33333%;
  border-top: 1px solid #000;
  padding: 3.33333%;
  width: 80%;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: 'objectivebold_italic';
  src: url("../font/Objective-Bold-Italic.woff2") format("woff2"), url("../font/objective-bold-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'objectiveblack_italic';
  src: url("../font/Objective-Black-Italic.woff2") format("woff2"), url("../font/objective-black-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "sans-serif", "objectivebold_italic", "sans-serif", "yu-gothic-pr6n", "sans-serif";
  font-weight: 400;
  font-style: normal;
}

.myvalue .kodawari {
  background-color: #000;
  padding: 11.71875% 19.53125%;
}

.myvalue .kodawari h4 {
  color: #7ad6bb;
  font-family: "objectivebold_italic";
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

.myvalue .kodawari p {
  font-size: 3.75vw;
  font-family: "Noto Sans JP";
  color: #fff;
  padding-top: 3rem;
  line-height: 1.5;
}

.myvalue .text2 {
  background-image: url(../image/sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.myvalue .text2 p {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.5625vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 62.5%;
}

@media (max-width: 600px) {
  .myvalue .text2 p {
    font-size: 3vw;
  }
}

.myvalue .text2::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.footer {
  background-color: #7ad6bb;
  height: 27.34375vh;
}

@font-face {
  font-family: 'objectivebold_italic';
  src: url("../font/objective-bold-italic-webfont.woff2") format("woff2"), url("../font/objective-bold-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'objectiveblack_italic';
  src: url("../font/objective-black-italic-webfont.woff2") format("woff2"), url("../font/objective-black-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "sans-serif;", "sans-serif","yu-gothic-pr6n", "sans-serif";
  font-weight: 400;
  font-style: normal;
}

header {
  position: relative;
  height: 100vh;
}

.video-area {
  position: relative;
  z-index: -1;
  /*最背面に設定*/
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  clip: rect(auto, auto, 1000px, auto);
  max-height: 80vh;
}

h1 {
  position: absolute;
  top: 80%;
  left: 55%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #7ad6bb;
  /*text-shadow: 0 0 15px #666;*/
  font-size: 14.0625vw;
  font-family: "objectivebold_italic";
  width: 100%;
  line-height: 1.3;
}
/*# sourceMappingURL=style.css.map */