 body {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: .05em;
  color: #242E43 ;
}
.notel{
pointer-events: none;
    text-decoration-line: none;
    color: inherit !important;
}
*:focus {
outline: none;
}

a {
  transition: opacity .3s;
  text-decoration: none;
  color: #1ca9e3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
  pointer-events:none;
}

.movie-wrap{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/*--------------------------------
 ローディング
---------------------------------*/
.loading {
  position: fixed;
  z-index: 1000; 
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.85);
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.loading .circle {
  display: block;
  position: relative;
  top: calc( 50% - 20px );
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 7px solid #ffffff;
  border-top: 7px solid #A0A0A0;
  border-radius: 50px;
  animation: loading 700ms linear 0ms infinite normal both;
}

@keyframes loading {
  0% { transform: rotate( 0deg ); }
  100% { transform: rotate( 360deg ); }
}

.loading h2{
    display: block;
    text-align: center;
    position: relative;
    color: #ffffff;
    margin: 0 auto;
    top: calc( 50% - 20px );
}



/*--------------------------------
 レイアウト
---------------------------------*/
.wrapper {
  padding-top: 63px;
}

.section {
  padding: 90px 0;
  background-color: #FFFFFF;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
  
}

/*--------------------------------
 見出し
---------------------------------*/
.title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: .05em;
  color: #242E43 ;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: rgba(36, 46, 67, 0);
  transition: 0.5s;
}

.headerColor-default{
 background-color: rgba(36, 46, 67, 1);    
}

.headerworks {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: rgba(36, 46, 67, 1);
}


.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 40px;
}

.headerworks .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 40px;
}

.header-logo {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 20px;
  letter-spacing: .05em;
}

.headerworks-logo {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 20px;
  letter-spacing: .05em;
}

.header-logo a {
  color: #FFFFFF ;
}

.headerworks-logo a {
  color: #FFFFFF ;
}

.gnav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.gnav-item:not(:last-child) {
  margin-right: 20px;
}

.gnav-item a {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  transition: .3s;
  letter-spacing: .05em;
  color: #FFFFFF ;
}
.gnav-item a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFFFFF ;
}

.gnav-item a:hover:after {
  width: 100%;
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv {
  width: 100%;
  height: 93vh;
}

.mv-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-title {
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 50;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
  color: #ffffff;
  opacity: 0.7;
}    
  #bg-video{
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: 100%;
 z-index: -100;
 /*background: url('poster.jpg') no-repeat;*/
 background-size: cver;
 background-color: #242E43;
 opacity: 1;
}


/*--------------------------------
 スクロール
---------------------------------*/
.scrolldown4{
  position:absolute;
  bottom:1%;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
  text-shadow: 1px 0px 0px #333;
  opacity: 0.7;
}

@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

.scrolldown4 span{
  position: absolute;
  left:-20px;
  bottom:10px;
  color: #FFFFFF;
  opacity: 0.7;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown4:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #FFFFFF;
    transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width:1px;
  height: 50px;
  background:#ffffff;
}

/*--------------------------------
 Works
---------------------------------*/
.works-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.works-item {
  width: 31.74603%;
  margin-right: 1.58730%;
  margin-bottom: 40px;
  color: #242E43 ;
}

.works-item:hover {
  opacity: .6;
}

.works-item:nth-of-type(3n) {
  margin-right: 0;
}

.works-img img {
  border: 0px;
}

.works-name {
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
}

.works-info {
  font-size: 15px;
  margin-top: 5px;
}

/*--------------------------------
 About
---------------------------------*/
.profile {
  display: block;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.profile-img {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 25px;
 }
.profile-img img {
}
.profile-body {
  flex: 1;
}

.profile-body p {
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

.profile-body p:not(:last-child) {
  margin-bottom: 30px;
}

/*--------------------------------
 Contact
---------------------------------*/
.contact {
  text-align: center;
}

.contact-item:not(:last-child) {
  margin-right: 10px;   
}

.contact-text {
  margin-top: 10px;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 16px;
  background-color: #242E43 ;
}

.copyright {
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
}

/*--------------------------------
 下層：Worksページ
---------------------------------*/
.article {
  padding: 80px 0;
}

.article-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-title {
  margin-bottom: 30px;
  text-align: center;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.article-body h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 1em;
}

.article-body h3:not(:first-child) {
  margin-top: 50px;
}

.article-body h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  border-radius: 3px;
  background-color: #242E43 ;
}

.article-body p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0px;
}

.home-link {
  text-align: center;
}

/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  /* 見出し */
  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .lead {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  /* レイアウト */
  .wrapper {
    padding-top: 0px;
  }

  .section {
    padding: 60px 0;
  }

  .container {
    padding: 0 20px;
  }

  /* ヘッダー */
  .header .container {
    padding: 8px 15px;
  }

.headerworks .container {
    padding: 8px 15px;
  }    
    
  .header-logo {
    font-size: 10px;
    margin-right: 15px;
  }
    
.headerworkss-logo {
    font-size: 10px;
    margin-right: 15px;
  }    

  .gnav-item:not(:last-child) {
    margin-right: 10px;
  }

  .gnav-item a {
    font-size: 10px;
  }

  .gnav-item a:after {
    display: none;
  }

  /*  メインビジュアル */
  .mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  position: relative;
  }

  .mv-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
  
  .mv-title {
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 50%;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
  color: #ffffff;
  opacity: 0.7;
}    
    
  #bg-video{
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: 100%;
 height: auto;
 z-index: 0;
 /*background: url('poster.jpg') no-repeat;*/
 background-size: cover;
 opacity: 1;
}
    
  /* Works */
  .works-name {
    font-size: 12px;
  }

  .works-info {
    margin-top: 3px;
  }

  .works-list {
    justify-content: space-between;
  }

  .works-item {
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* About */
  .profile {
    display: block;
  }
  .profile-img {
    width: 125px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .profile-body p {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }

  .profile-body p:not(:last-child) {
    margin-bottom: 20px;
  }

  /* フッター */
  .footer {
    padding: 14px;
  }

  /* 下層ページ */
  .article {
    padding: 50px 0;
  }

  .article-body h3 {
    font-size: 16px;
    padding-left: .8em;
  }

  .article-body h3:not(:first-child) {
    margin-top: 30px;
  }

  .article-body p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
    .wrapper {
  padding-top: 30px;
}

    .header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: rgba(36, 46, 67, 1);
  transition: 0s;
}

    .mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
  text-align: center;
  position: relative;
  margin-top: 9px;
  }
    .mv-title {
  display: flex;
  position: absolute;
  bottom: 12%;
  transform: translateX(-50%);
  webkit-transform: translateX(-50%);
  ms-transform: translateX(-50%);
  font-size: 0px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: .05em;
  color: #ffffff;
  opacity: 0;
}    
    #bg-video{
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: auto;
 z-index: 0;
 /*background: url('poster.jpg') no-repeat;*/
 background-size: cover;
 opacity: 1;
}
    .copyright {
  font-size: 8.5px;
}
/*--------------------------------
 スクロール
---------------------------------*/
.scrolldown4 span{
  position: absolute;
  left:-20px;
  bottom:10px;
  color: #eee;
  font-size: 0rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown4:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 0px;
    height: 0px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width:0px;
  height: 0px;
  background:#eee;
}
}
    