:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc800;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #ffc800;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc800;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 255, 200, 0;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 200, 0;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Roboto Slab, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



html
{
  background-color: #282828;
}

#about
{
	background-color:rgb(61 66 71);
}

#work
{
	background-color:rgb(35, 44, 45);
}

#contact
{
  background-color:rgb(223, 219, 208, 1);
}

.headergroup h2
{
	padding: 30px;
  margin-bottom: 0;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;  
}


.content {
  padding: 40px 0;
    padding-top: 40px;
}


section {
  display: block;
}

/* Team Members */
.section-team .content {
  padding-top: 0;
}
.team-members {
  margin: 2em auto 0;
  text-align: center;
}

.section-team .team-members li {
  display: inline-block;
  width: 100%;
  margin-bottom: 2em;
}
.team-member-image {
  margin: auto;
  width: 75%;
  max-width: 165px;
}
.team-member-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-width: 3px;
border-color: #dfdbd0;
border-style: solid;
}

.team-member-title
{
  font-family: 'Bebas Neue', sans-serif;
  padding: 10px;
}

.section-team .team-members li .team-member-title {
  margin: 0.35em 0 0.5em;
  
}

.team-member-text
{
  width: 60%;
  margin: auto;
  font-size: .9em;
  padding: 20px 0;
}

.team-member-text p {
  color: white;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .section-team .team-members li {
    width: 50%;
    padding: 0 2em;
  }
}
/******Contact******/

/*Contact */



  .contact-text{
    margin:45px auto;
  }

/* Contact Form */

  #contact .contact{
    /*width:90%;
    max-width: 830px;*/
    margin: 0 auto;
    padding:25px 25px 0px 25px;
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2);
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 100%;
    padding: 15px;
    background:rgba(0, 0, 0, 0.63);
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .form:hover{
    border:1px solid #8BC3A3;
  }

  .form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
  }

/* Send Button Styles */

  .formbtn {
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
	line-height: inherit;
    background:rgba(44, 111, 119, 1);
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .formbtn:hover{
    background:#111;
    color: white;
    border:none;
  }

  .formbtn:active{
    opacity: 0.9;
  }
  
  h2 
  {
vertical-align: top;
text-transform: uppercase;
text-align: center;
line-height: 1.1em;
  }
  
  
  .headergroup::after {

    content: '';
    display: block;
    width: 60vw;
    height: 1px;
    margin: 0 auto 0;
    background: rgb(117, 117, 117);
  }
	
	
.formcol
{
	
float: left;
padding: 5px;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

.sendbutton	
	
	{
		  width: 100%;
  

	}
	
.sendbutton  button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 10px;
}

.film-text
{
	padding: 30px 0px;
  font-size: .9em;
}

.film-image
{
	padding: 20px;
}

.film-title
{
  text-align: center;
  padding: 25px 0;
  font-family: 'Bebas Neue', sans-serif;
}

.film-block::after
{
  content: '';
    display: block;
    width: 60vw;
    height: 1px;
    margin: 1.5em auto 0;
    background: rgb(117, 117, 117);
}
 

.poster picture img
{
  max-width: 350px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.l-bg
{
  color: #111;
}

.d-bg
{
  color: #fff;
}

.submit-button, .trailer button, .tagline button
{
  color: #fff;
  background-color: rgb(155, 186, 189) !important;
  border-color: rgb(176, 203, 205) !important;
}

.trailer button
{
  padding: 10px 15px;
}


#work {
  background-image: url(../images/parallax1-1920.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.writing-work
{
  width: 60%;
  margin: auto;
  font-size: .9em;
  padding: 20px 0;
}

.fadein {
  opacity: 0;
  transition: all 1s;
  scale: 1 0.9;
}

.fadein.visible {
  opacity: 1;
  scale: 1 1;
}

.navcontain
{
  max-width: 960px;
  float: right;
}

@media (max-width: 767px) {
  .navcontain
{
  float: none;
}
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.carousel-image
{
  min-width: 416px;
  min-height: 234px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.film_e_01
{
  background-image: url(../images/film_e_01-640.png);
}

#bg-image
{
  background-image: url(../images/mobile-bg.jpg);
  background-repeat: no-repeat;
  background-position: 25% 75%;
  background-size: cover;
  min-width: 100%;
min-height: 100vh;
max-width: 100%;
max-height: 100vh;
object-fit: cover;
z-index: -1;
}

@media (max-width: 640px)
{
  .film_e_01
  {
    background-image: url(../images/film_e_01-320.png);
  }

  .top-layout
  {
    display: none;
  }

  .top-layout-mobile
  {
    display: inherit;    
  }
}

@media (min-width: 640px) 
{
  .top-layout
  {
    display: inherit;
  }

  .top-layout-mobile
  {
    display: none;    
  }
}

@media (min-width: 960px) and (max-width: 1280px)
{
  
}

@media (min-width: 1280px) and (max-width: 1920px)
{
  
}

@media (min-width: 1920px)
{
  
}

.modal
{
  background-color:rgba(0, 0, 0, 0.5);
}

.modal-dialog {
  min-height: 100%;
  display: flex;
  align-items: center;
  max-width: none;
  
}

#modalplayer
{
  width: 100%;
  aspect-ratio: 16/9;
  display:block;
  margin:auto;
  max-width: calc(177.778vh);
  max-height: 90vh;
}

.player
{
}

@media (min-width: 576px)
{
  .modal-dialog {
    margin: auto;
  }
}

@media (min-width: 1200px)
{
  #modalplayer {
    width: 90%;
  }
}

#modal .container
{
  display: flex;
  align-items: center;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  outline: 0;
}

@media (min-width: 576px) {
.modal-dialog {
  max-width: none !important;
  margin: auto !important;
}
}

.modal-dialog .embed-responsive
{
  pointer-events: auto;
}

[lng="jp"]
{
  display: none;
  font-family: 'Noto Serif JP', serif;
}

.tagline
{
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  font-size: 2em;
}

.tagline .btn
  {
    font-size: .4em;
    padding: 10px 20px;
  }

@media (min-width: 576px) {
  .tagline .btn
  {
    font-size: .8em;
    padding: 10px 30px;
  }
}