@charset "UTF-8";
/*リセット用css呼び出し*/
/* 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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*#########################################################

scss用宣言

#########################################################*/
/*clearfix*/
/*カラー*/
/*margin　padding*/
/*2px*/
/*5px*/
/*7px*/
/*10px*/
/*15px*/
/*20px*/
/*25px*/
/*30px*/
/*35px*/
/*40px*/
/*45px*/
/*50px*/
/*60px*/
/*70px*/
/*90px*/
/*90px*/
/*#########################################################

全ページ共通設定

#########################################################*/
html {
  overflow-y: scroll;
  height: 100%;
}

/*webフォント
@font-face {
  font-family: "mamelon";
  src: url("font/Mamelon-3HiRegular.woff2") format("woff2"),
   url("font/Mamelon-3HiRegular.eot") format("eot");
}*/
body {
  line-height: 2;
  letter-spacing: 0.2rem;
  font-size: 16px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  background-color: #ffffff;
}

/*テキストリンク*/
a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

/*画像*/
img {
  width: 100%;
  vertical-align: bottom;
}

/*各ボックス共通設定*/
header, article, section, footer {
  margin-bottom: 9.375rem;
  zoom: 1;
}
header:before, header:after, article:before, article:after, section:before, section:after, footer:before, footer:after {
  content: "";
  display: table;
}
header:after, article:after, section:after, footer:after {
  clear: both;
}

article {
  max-width: 1280px;
  margin: 0 auto;
}

/*H2タイトル*/
h2 {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 5.625rem;
}

/*footer
----------------------------------------------------*/
footer {
  /*コピーライト*/
}
footer .copyright {
  font-size: 70%;
}

/*#########################################################

TOPページ

#########################################################*/
.top {
  text-align: center;
  /*header
  ----------------------------------------------------*/
  /*ABOUT
  ----------------------------------------------------*/
  /*てんのひと
  ----------------------------------------------------*/
  /*会社概要
  ----------------------------------------------------*/
}
.top header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}
.top header h1 {
  max-width: 12rem;
}
.top .about .text {
  line-height: 4;
}
.top .members {
  margin-bottom: 0;
  /*名前*/
  /*各能力*/
}
.top .members .member {
  margin-bottom: 5.625rem;
}
.top .members h3 {
  background: url("img/circleB.png") no-repeat top center;
  background-size: contain;
  padding: 1.5625rem;
  margin-bottom: 3.75rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 150%;
}
.top .members h3 span {
  font-size: 40%;
  font-weight: normal;
  display: block;
}
.top .members .member-in {
  display: flex;
  justify-content: center;
}
.top .members .member-in dl {
  width: 25%;
  font-size: 90%;
}
.top .members .member-in dl dt {
  background: url("img/circleW.png") no-repeat top center;
  background-size: contain;
  padding: 1.5625rem;
  margin-bottom: 1.5625rem;
  line-height: 1.2;
}
.top .company {
  margin-bottom: 4.375rem;
}
.top .company .company-table {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 90%;
}
.top .company dl {
  width: 100%;
  display: table;
  border: 1px solid #000;
  margin-bottom: -1px;
}
.top .company dt, .top .company dd {
  display: table-cell;
  padding: 1.25rem;
  vertical-align: middle;
}
.top .company dt {
  text-align: center;
  width: 30%;
  border-right: 1px solid #000;
}
.top .company span {
  font-size: 60%;
  letter-spacing: 0.5;
  display: block;
}
.top .company dd {
  width: 70%;
  text-align: left;
  line-height: 2.2;
}

/*映画館
  ----------------------------------------------------*/
.cinema section video {
  width: 100%;
  max-width: 800px;
  height: 100%;
}
.cinema section h2 {
  font-weight: bold;
  margin-bottom: 1.25rem;
}

/*media Queries(スマホ用メディアクエリ)
----------------------------------------------------*/
@media only screen and (max-width: 640px) {
  /*各ボックス共通設定*/
  header, article, section, footer {
    margin-bottom: 5.625rem;
  }
  .top {
    /*header*/
    /*てんのひと*/
    /*会社概要*/
  }
  .top header h1 {
    max-width: 8rem;
  }
  .top .members .member-in {
    font-size: 80%;
    flex-wrap: wrap;
  }
  .top .members .member-in dl {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .top .members .member-in dl dt {
    padding: 0.9375rem;
  }
  .top .members .member-in dl dd {
    font-size: 80%;
  }
  .top .company .company-table {
    width: 90%;
    font-size: 75%;
  }
  .top .company span {
    font-size: 60%;
  }
  .top .company dl, .top .company dt, .top .company dd {
    display: block;
    border: none;
    width: 100%;
    text-align: left;
  }
  .top .company dt {
    padding: 0.625rem;
    border-bottom: 1px dotted #000;
  }
  .top .company dd {
    padding: 0.625rem;
    border-bottom: 1px solid #000;
  }
}
/*media Queries(タブレット用メディアクエリ)max→iPad Pro
----------------------------------------------------*/
/*media Queries(PC用メディアクエリ)
----------------------------------------------------*/