@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}

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

.sp-only {
  display: none;
}

body {
  background: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.area {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 999;
}

header h1 {
  padding: 10px 0 0 10px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

header nav {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  text-align: right;
  padding-right: 3em;
}

header nav ul {
  line-height: 80px;
}

header nav ul li {
  display: inline;
  list-style: none;
  padding: 0 1.0em;
}

header nav ul li a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  font-weight: bold;
}

header .contact-icon {
  display: block;
  background: #cb2434;
  width: 80px;
  color: #fff;
  text-align: center;
  position: relative;
}

header .contact-icon i {
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
}

header .contact-icon:after {
  content: "CONTACT";
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  font-size: 0.7rem;
}

#fv-area {
  overflow: hidden;
  height: 750px;
  position: relative;
}

#fv-area #bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  min-width: inherit;
  min-height: 100%;
  width: inherit;
  overflow: hidden;
  z-index: -100;
  background: url("poster.jpg") no-repeat;
  background-size: cover;
}

#fv-area div {
  height: 750px;
}

#fv-area h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  color: #cb2434;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: .05em;
}

main {
  margin-top: 60px;
  background: #f5f5f5;
  height: auto;
}

.area-visual {
  background-size: cover;
  width: 52%;
  position: absolute;
  height: 556px;
  z-index: 1;
}

.area-visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.area-visual a {
  display: block;
  width: 35%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  color: #fff;
  border: 1px solid #fff;
  padding: 1em;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.area-visual a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.area-visual a:after {
  content: " ";
  border-bottom: 1px solid #fff;
  width: 50px;
  position: absolute;
  right: -25px;
  top: 47%;
}

.area-txt {
  position: absolute;
  display: block;
  width: 52%;
  background: rgba(255, 255, 255, 0.8);
}

.area-txt h3 {
  margin-bottom: 3em;
  position: relative;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.area-txt h3:before {
  content: " ";
  width: 5em;
  bottom: -1.5em;
  border-bottom: 1px solid #cb2434;
  position: absolute;
  left: 0;
}

.area-txt p {
  margin-bottom: 1.8em;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-size: 1.12rem;
}

.area-txt p:nth-last-child(1) {
  margin-bottom: 0;
}

.error {
  background: #cb2434;
}

#video-area {
  position: relative;
  min-height: 660px;
}

#video-area .area-visual {
  margin-top: 50px;
  left: 0;
  background-image: url(../images/top/video-back.png);
}

#video-area .area-visual img {
  position: absolute;
}

#video-area .area-txt {
  padding: 7em 3em 5em 5em;
  right: 0;
}

#audivisual-area {
  position: relative;
  min-height: 660px;
}

#audivisual-area .area-visual {
  right: 0;
  background-image: url(../images/top/audivisual-back.png);
}

#audivisual-area .area-visual img {
  position: absolute;
}

#audivisual-area .area-txt {
  padding: 2.5em 4em;
  margin-top: 50px;
  left: 0;
  z-index: 2;
}

#audivisual-area .area-txt p {
  line-height: 1.5em;
}

video.v {
  width: 100% !important;
  height: 100% !important;
}

#service-area {
  position: relative;
  margin-top: 130px;
}

#service-area h3 {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-top: 30px;
}

#service-area .box-01 {
  background-color: #cb2434;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 350px;
}

#service-area .box-02 {
  background-color: #cb2434;
  position: absolute;
  max-width: 1300px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  /* Safari用 */
  transform: translate(-50%, 0);
  font-size: 0.7rem;
  width: 100%;
  height: 350px;
}

#service-area .video-contents {
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service-area .video-contents a {
  display: block;
  z-index: 1;
  position: relative;
  height: 420px;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#service-area .video-contents a:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#service-area .video-contents h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  /* Safari用 */
  transform: translate(-50%, 0);
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  z-index: 10;
}

#service-area .video-contents h4 span {
  display: block;
}

#partner-area {
  position: relative;
  margin-top: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(98%, #fff), color-stop(98%, transparent), to(transparent));
  background: linear-gradient(90deg, #fff 0%, #fff 98%, transparent 98%, transparent 100%);
}

#partner-area h3 {
  position: absolute;
  z-index: 3;
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
  font-size: 1.8rem;
  top: -1.5em;
  letter-spacing: 0.1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  /* Safari用 */
  transform: translate(-50%, 0);
}

#partner-area ul {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 1em;
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

#partner-area ul:after {
  content: "";
  display: block;
  width: 49.99998%;
}

#partner-area ul li {
  width: 16.66666%;
  text-align: center;
  list-style: none;
  max-height: 115px;
}

#partner-area ul li img {
  width: 100%;
  max-width: 200px;
}

#partner-area .box-01 {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 400px;
}

#partner-area .box-02 {
  background-color: #fff;
  position: absolute;
  max-width: 1300px;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  /* Safari用 */
  transform: translate(-50%, 0);
  font-size: 0.7rem;
  width: 100%;
  height: 400px;
}

#news-area {
  background: #fff;
  padding-top: 100px;
  margin-top: 100px;
  position: relative;
}

#news-area .area {
  position: relative;
  padding-bottom: 300px;
}

#news-area h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

#news-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 995px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

#news-area dl dt,
#news-area dl dd {
  border-bottom: 1px solid #f5f6f5;
  padding: 2em 0;
  font-size: 1.1rem;
  letter-spacing: 0;
}

#news-area dl dt {
  width: 11%;
}

#news-area dl dd {
  width: 89%;
}

#news-area > a {
  cursor: pointer;
  display: block;
  width: 200px;
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  color: #000;
  border: 1px solid #cb2434;
  padding: 1em;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 15;
}

#news-area > a:hover {
  background: #cb2434;
  color: #fff;
}

#news-area > a:after {
  content: " ";
  border-bottom: 1px solid #cb2434;
  width: 50px;
  position: absolute;
  right: -25px;
  top: 47%;
}

#contact-area {
  background: #cb2434;
  position: absolute;
  max-width: 1300px;
  width: 100%;
  height: 350px;
  bottom: -430px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

#contact-area h3 {
  background: #cb2434;
  width: 250px;
  position: absolute;
  top: 150px;
  z-index: 16;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
}

#contact-area a {
  display: block;
  width: 550px;
  height: 100px;
  line-height: 60px;
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  color: #fff;
  border: 1px solid #fff;
  padding: 1em;
  text-align: center;
  font-size: 1.3rem;
  z-index: 15;
}

#contact-area a:hover {
  background: rgba(0, 0, 0, 0);
}

#contact-area a:after {
  content: " ";
  border-bottom: 1px solid #fff;
  width: 50px;
  position: absolute;
  right: -25px;
  top: 47%;
}

footer {
  margin-top: 350px;
  background: #f5f5f5;
}

footer section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer section ul li {
  list-style: none;
}

footer section div {
  width: 50%;
  padding: 0 30px;
}

footer section div:nth-child(1) {
  border-right: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer section div:nth-child(1) img {
  padding-right: 20px;
}

footer section div:nth-child(1) ul {
  padding-top: 10px;
  color: #333;
}

footer section div:nth-child(1) ul li {
  line-height: 1.4em;
}

footer section div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 80px;
  font-size: 0.9rem;
}

footer section div:nth-child(2) dl,
footer section div:nth-child(2) ul {
  display: inline;
  padding-right: 40px;
  line-height: 1.5em;
}

footer section div:nth-child(2) dd a {
  color: #333;
}

footer section div:nth-child(2) dd a:visited {
  color: #333;
}

footer section div:nth-child(2) dd a:before {
  content: "ー";
  padding-right: 0.2em;
}

footer section div:nth-child(2) ul:nth-child(1) {
  width: 20% !important;
}

footer section div:nth-child(2) ul li a {
  color: #333;
}

footer section div:nth-child(2) ul li a:visited {
  color: #333;
}

footer section div:nth-child(2) .sns-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

footer section div:nth-child(2) .sns-box li {
  padding: 5px;
}

footer small {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #333;
  margin-bottom: 50px;
}

.mejs-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.mejs-overlay .mejs-overlay-button {
  background: url("../images/common/control.png") no-repeat;
  background-position: -80px -39px;
  z-index: 3;
  position: absolute;
  display: block;
}

.mejs-overlay:hover .mejs-overlay-button {
  opacity: .8;
}
/*# sourceMappingURL=style.css.map */