/* ----------------------------------------------------------------- */
/* Foundation */
/* ----------------------------------------------------------------- */
/*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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* 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 {
    content: '';
    content: none;
}
q:before, q:after {
    content: '';
    content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* Color */
/* ------------------------- */
/* Background */
/* ------------------------- */
/* Text */
/* ------------------------- */
/* Link */
/* ------------------------- */
/* ----------------------------------------------------------------- */
/* Utility */
/* ----------------------------------------------------------------- */
/* */
/* Mixins */
/* -------------------------------------------------- */
/* Utilities */
/* ------------------------- */
/* Clearfix */
/*便宜上利用する */
.u-ta--right {
  text-align: right;
}
.u-ta--left {
  text-align: left;
}
.u-ta--center {
  text-align: center;
}
.u-bgc--white {
  background-color: #fff;
}
.u-tc--white {
  color: $text-color-right;
}
.u-margin__bottom--l {
  margin-bottom: 40px;
}
.u-margin__bottom--m {
  margin-bottom: 20px;
}
.u-margin__bottom--s {
  margin-bottom: 10px;
}
.u-margin__bottom--ss {
  margin-bottom: 5px;
}
.u-margin__top--l {
  margin-top: 40px;
}
.u-margin__top--m {
  margin-top: 20px;
}
.u-margin__top--s {
  margin-top: 10px;
}
.u-padding__bottom--0 {
  padding-bottom: 0 !important;
}
.u-prewrap {
  white-space: pre-wrap;
}
/* ----------------------------------------------------------------- */
/* Layout */
/* ----------------------------------------------------------------- */
*, *:before, *:after {
  box-sizing: border-box;
}
#app, body, html {
  height: 100%;
}
html {
  position                : relative;
  -webkit-font-smoothing  : antialiased;
  -moz-osx-font-smoothing : grayscale;
  font-size               : $base-font-size;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Hiragino Sans","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  background-color: #f6f1eb;
  color: #444;
}
a, a:hover, a:focus {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.l-container {
  display: flex;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
}
.l-main {
  flex-grow: 1;
  width: 100%;
}
.l-main__inner {
  padding: 60px 15px 0;
}
.l-main__movie {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .l-main {
    width: 960px;
  }
  .l-main__inner {
    padding: 0px 15px 0;
  }
  .l-main__movie {
    width: 640px;
    margin: 0 auto;
  }
}
/* */
/* Footer Layout */
/* -------------------------------------------------- */
.l-footer {
  padding: 0 15px;
  color: #666;
  margin-top: 36px;
  width: 100%;
}
.l-footer .l-footer__inner {
    padding: 0 15px;
    border-top: 1px solid #ccc;
}
.l-footer__copyright {
  text-align: center;
  font-size: 14px;
  margin: 18px 0;
}
@media (min-width: 768px) {
  .l-footer {
    width: 960px;
  }
}
.l-header {
  position: relative;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 8px 16px rgba(217,207,196,.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header .l-header__logo {
    width: 60px;
}
.l-header .l-header__logo a, .l-header .l-header__logo img {
      display: block;
      width: 100%;
}
@media (min-width: 768px) {
  .l-header {
    height: 150px;
    box-shadow: none;
    position: static;
  }
    .l-header .l-header__logo {
      width: 84px;
  }
}
/* ----------------------------------------------------------------- */
/* Component */
/* ----------------------------------------------------------------- */
.c-button {
  width: 100%;
  font-family: ProximaNova,Verdana,'Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
  background-color: #444;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.c-form__item {
  margin-bottom: 20px;
  width: 100%;
}
.c-form__item__label {
  margin-bottom: 8px;
  color: #999;
  line-height: 30px;
  padding-top: 2px;
  font-size: 11px;
  width: 100%;
}
.c-form__item__body input {
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    outline: 0;
    height: 30px;
    line-height: 29px;
    padding: 0 5px 0 2px;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    background-color: #f6f1eb;
    background-color: #f6f1eb;
}
.c-form__item__attention {
  font-size: 11px;
  line-height: 1.55;
  color: #999;
  padding-left: 1em;
  margin-top: 18px;
}
.c-form__item__attention li {
    text-indent: -1em;
    paddin-left: 1em;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
  .c-form {
    width: 560px;
    margin: 0 auto;
  }
  .c-form__item__label {
    font-size: 12px;
  }
    .c-form__item__body input {
      height: 40px;
      line-height: 39px;
  }
}
.c-section {
  margin-bottom: 56px;
}
.c-section img {
    display: block;
    width: 100%;
    margin-top: 20px;
}
.c-section a {
    border-bottom: 1px solid #444;
}
.c-section__title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1.55;
  margin-bottom: 0;
}
.c-section__attention, .c-section__text {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.55;
  margin-top: 8px;
}
.c-section__attention {
  padding-left: 1em;
}
.c-section__attention li {
    text-indent: -1em;
    paddin-left: 1em;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
  .c-section {
    width: 560px;
    margin: 0 auto;
    margin-bottom: 56px;
  }
    .c-section a:hover, .c-section a:focus {
      color: #999;
      border-bottom: 1px solid #999;
  }
}
.c-title, .c-title_head {
  font-size: 28px;
  padding: 18px 0;
  font-weight: 400;
  text-align: center;
  line-height: 1.55;
}
.c-title .sub, .c-title_head .sub {
    font-size: 16px;
    font-weight: 200;
}
.c-title_head {
  padding: 18px 0 0;
}
.c-title_head .sub {
    font-size: 11px;
    font-weight: 200;
}
.c-title__sub {
  font-size: 12px;
  padding: 0 0 18px;
  text-align: center;
  line-height: 1.55;
  font-weight: 200;
}
.c-text {
  font-size: 12px;
  padding: 0 0 18px;
  text-align: center;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .c-title {
    font-size: 32px;
  }

  .c-title__sub {
    font-size: 16px;
  }
}
/* ----------------------------------------------------------------- */
/* Project */
/* ----------------------------------------------------------------- */

