@charset "UTF-8";
@font-face {
  font-family: 'timeburnerbold';
  src: url('../css/timeburnerbold.ttf') format('truetype');
}
@font-face {
  font-family: 'timeburnernormal';
  src: url('../css/timeburnernormal.ttf') format('truetype');
}

html{
    font-size: 62.5%;
		height: 100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:1.6rem;
  line-height:1.8;
}

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
  }

.logo{
	width: 50px;
  margin: 0 30px;
}
.kaigyou{
	display: block;
}









/********************************

	ハンバーガー

********************************/
header .flex{
	justify-content: space-between;
}
.trigger-menu {
  right: 38px;
}
.trigger-menu {
  position: fixed;
  top: 5%;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  z-index: 10000;
  cursor: pointer;
  mix-blend-mode: exclusion;
}
.trigger-menu__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.trigger-menu__inner span {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 3px;
  height: 3px;
  background-color: #7a8387;
  text-align: center;
}
.trigger-menu__inner span:before {
  left: -13px;
}
.trigger-menu__inner span:after {
  right: -13px;
}
.trigger-menu__inner span:before, .trigger-menu__inner span:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  background-color: #7a8387;
  width: 3px;
  height: 3px;
  transition: 0.3s;
}
.burger-btn.close .bar_top{      
  transform: translate(-50%,10px) rotate(45deg);      
  transition: transform .3s;    
}    
.burger-btn.close .bar_mid{      
  opacity: 0;       
  transition: opacity .3s;    
}    
.burger-btn.close span::before{      
  transition-property: opacity;      
  transition-duration: 1s; 
  opacity: 0;   
}
.burger-btn.close span::after{      
  transition-property: opacity;      
  transition-duration: 1s; 
  opacity: 0;   
}

  /* メニューが開いたとき */
  .nav-wrapper{      
    display: none;      
    width: 100vw;      
    height: 100vh;      
    position: fixed;      
    top: 0;      
    left: 0;       
    z-index: 2;     
  }     
  .header-nav{        
    width: 100%;        
    height: 100%;        
    background-color:#f7f5f3;        
    z-index: 2;      
  }
  .header-nav a{
    font-size: 60px;
  }  
  .header-nav.sp-container{        
    display: block;        
    position: absolute;        
    top: 50%;        
    left: 50%;        
    transform: translate(-50%,-50%);        
    text-align: center;      
  }      
  .header-nav.nav-item{        
    margin-right: 0;        
    margin-bottom: 40px;      
  }
  body.noscroll{
    overflow: hidden;
  }







/* パソコン */
@media screen and ( min-width: 769px ){
/* *********************
          common 
***********************/
p{
  color: #7a8387;
}
ul,
ol{
  list-style-type:none;
  list-style-type: none;
  text-align: center;
  padding: 10% 0;
}
a{
  text-decoration:none;
  color:#434f57;
  outline: none;
}
img{
  display: block;
}
.flex{
  display: flex;
}

.contents-inner{
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 10rem;
}


/********************************

	header

********************************/
header{
    position: fixed;
    top: 5%;
    left: 0;
    z-index: 5;
    width: 100%;
}
.container{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-right: 4rem;
    margin: 0;
}
.container li {
    display: inline;
    list-style-type: none;
    padding-right: 30px;
}
nav li {
    padding: 2rem 0.5rem 1rem;
}
a{
    color: #434f57;
    text-decoration: none;
}
a:hover{
  color: #828090;
  transition: 0.3s;
}



/********************************

	hero mv

********************************/
.hero {
	position: relative;
  }
.hero .inner{
  padding-bottom: 2500px;
}

/* video */
  .video-box {
	position: relative;
	width: 100vw;
  height: 100vh;
  overflow: hidden;
  }
  .video {
	position: fixed;
  top: 0;
  left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
  z-index: -2;
  }
  .video-box .sp-video{
    display: none;
  }

  /* overlay */
  .overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgb(173 176 206 / 40%);
  z-index: -1;
  }
  
  /* text */
  .text-box {
	position: absolute;
	top: -5%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: flex;
    justify-content: space-between;
	padding: 0 30px;
	margin-top: 10rem;
  }
  .text-wrap>p{
    letter-spacing: 1px;
    font-size: 2.5rem;
    /* font-weight: bold; */
    padding: 7px 0;
    line-height: 1.3;
  }
  .text-wrap a{
    font-weight: bold;
  }
  .sns-box{
    margin: auto 0;
  }
  .sns-box>p{
    font-size: 2rem;
    margin: 15px 0;
  }

  h1 {
	font-family: Roboto;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 50px;
	text-align: center;
	color: #fff;
  }
  
  
  /* *********************
     contents-common 
  ***********************/
  h2{
    color: #7a8387;
  }
  .a,.w,.s,.c{
    font-family: 'timeburnerbold';
    /* font-family: 'Bodoni Moda', serif; */
    font-size: 40px;
      margin: 40px;
      writing-mode: vertical-lr;
      -moz-writing-mode: vertical-lr;
      -o-writing-mode: vertical-lr;
      -webkit-writing-mode: vertical-lr;
    letter-spacing: 5px;
  }
  #about,#works,#skills,#contact{
    justify-content: space-around;
  }
  #contact{
    padding-bottom: 10%;
  }
  .main_wrap{
    transition: all .7s ease;

  }

  .mv-block {
    position: relative;
  }
  
  .mv-ttl {
    font-family: 'timeburnernormal';
    /* font-family: 'Bodoni Moda', serif; */
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    text-align: left;
    right: 7%;
    margin: auto;
    letter-spacing: 0.1em;
    top: 50%;
  }

  
  .mv-area {
    /* height: 100vh;
    width: 100vw; */
    background: #c0ccd1;
    position: relative;
  }
  .mv-area img{
    width: 60%;
  }
  .other-block {
    /* padding: 100px 0 300px; */
    position: relative;
    background: #c0ccd1;
  }
  .contents-block{
    z-index: 2;
  }
  /* *********************
          about 
  ***********************/
  .photo{
    max-width: 450px;
      height: auto;
  }
  .photo2{
    max-width: 130px;
    height: auto;
  }
  .photo3{
    max-width: 370px;
    height: auto;
  }
  .center{
    justify-content: center;
      padding: 100px 0 50px 0;
      align-items: center;      
  }
  .about-contents .center{
    justify-content: center;
    padding: 100px 0 50px 0;
    align-items: inherit;  
  }
  .about-contents p{
    color: #373d45;
  }
  .about-flex-left .gyou{
    padding: 15px 0 0 0;

  }
  .flex-right{
    padding-left: 75px;
  }
  .flex-right p {
      max-width: 400px;
  }
.introduction{
  max-width: 700px;
  justify-content: center;
  padding: 100px 0 50px 0;
  align-items: center;
  margin: 0 auto;
}
  /* .name {
      font-size: 30px;
      border-bottom: solid 2px #fff;
      max-width: 360px;
      padding-bottom: 10px;
      margin-bottom: 10px;
  } */
  .name span {
      font-size: 12px;
      padding-left: 20px;
  }
  .t-center table{
    margin: 0 auto 30px;
      text-align: left;
      font-weight: lighter;
  }
  #policy p {
      max-width: 700px;
      padding: 0 0 30px;
      text-indent: -1em;
  }
  /* .t-center h3, .t-center p {
      display: inline-block;
      text-align: left;
  } */
  h3{
    display: inline-block;
    text-align: left;
    font-size: 30px;
    border-bottom: solid 2px #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #fff;
  }
  .about-700{
    width: 700px;
    flex-direction: column;
  }
  .t-center>.about-700{
    padding: 0;
  }
.about-flex-left{
  padding: 100px 0 50px 0;
}
.mini{
  font-size: 12px;
  font-weight: lighter;
  padding-left: 15px;
}
.grey{
  color: #7a8387;
}
  /* *********************
          skill 
  ***********************/
  .score{
    display: flex;
    align-items: flex-start;
  }
  .score table{
    /* display: flex;
    flex-direction: column;
    font-size: 30px; */
    font-size: 20px;
  }
  td {
    padding-left: 45px;
    text-indent: -1em;
    max-width: 740px;
    font-size: 15px;
}
.skill-lists{
  padding: 50px 0;
}
.tools{
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  border: solid 1px;
}
th{
  font-weight:normal;
}
  /* *********************
          work 
  ***********************/
  /* 作品紹介部分 */
  .works li{
    display: flex;
    justify-content: space-between;
  }
  .works_item{
    width: 50vw;
  }
  .works_item_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
  }
  #works img{
    width: 100%;
  }
  .bold{
    color: #373d45;
    font-size: large;
    font-weight: bold;
  }
  .describe p{
    margin-bottom: 10px;
  }
  .work_item_img{
    overflow: hidden;
  }
  .work_item_img img:hover{
    transform: scale(1.1);
    transition: 0.3s;
  }

  /* *********************
          作品紹介ページ 
  ***********************/
  .work-details{
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 10%;
  }
  .work-details .view img{
    width: 100%;
    margin: 20px auto 0;
  }
  .work-details .view .dtp{
    width: 60%;
  }
  .work-ttl{
    padding-top: 10%;
    justify-content: space-between;
    border-bottom: solid 3px #3f3f3f;
  }
.work-ttl h1{
    font-family: Roboto;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(29, 29, 29);
    padding: 0px;
    }
    .txt{
      align-items: center;
      font-size: 12px;
    }
    .txt p{
      font-family: Roboto;
    }
    .work-ttl .txt .tag{
      position: relative;
      padding-right: 16px;
    }
    .work-ttl .txt .day {
      padding-left: 16px;
  }
    .work-ttl .txt .tag::before {
      content: "";
      position: absolute;
      background: #000;
      width: 1px;
      height: 14px;
      right: 0;
      top: calc(50% - 5px);
  }
  .view p {
    margin-bottom: 40px;
    font-size: 14px;
}

  /* *********************
          contact 
  ***********************/

  .g-form,.last-g-form{
    width: 300px;
  }
  .last-g-form{
    height: 200px;
  }
  button, input[type="button"], input[type="submit"], .btn_base, .btn_send {
      border: 0 solid #000;
    border-radius: 5px;
    margin: 10px;
      width: 100px;
      height: 30px;
      /* color: #fff; */
      cursor: pointer;
      display: inline-block;
      font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
      letter-spacing: 0.12em;
      padding: 0;
      position: relative;
      text-align: center;
  }
  /* *********************
          footer 
  ***********************/
footer{
  width: 100%;
  font-weight: normal;
  margin: 0;
  letter-spacing: 2px;
  text-align: left;
  padding: 40px 0 32px;
}
.color-footer{
  position: absolute;
  bottom: 0%;
}
.main_wrap footer{
  position: absolute;
  bottom: 15%;
}
.footer-inner{
  padding: 0 60px;
}
footer .txt{
  font-size: 10px;
}
footer .txt .copyright{
  position: relative;
  padding-right: 16px;
}
footer .txt .email {
  padding-left: 16px;
}
footer .txt .copyright::before {
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
  height: 14px;
  right: 0;
  top: calc(50% - 5px);
}
.footer-inner .footer-sns p{
  font-size: 20px;
  margin-right: 15px;
}
.wrapper .inner{
  position: relative;
}

    /* 写真の切り替え */
    img.sp_img{
      display: none;
    }
    img.pc_img{
      display: inline;
    }
  }
  

 





























  /* タブレットとスマホ */
  @media screen and ( max-width: 767px ){


  /* *********************
          common 
  ***********************/
  p{
    color: #7a8387;
    font-size: 3.3vw;
    letter-spacing: .1em;
    line-height: 2.5em;
  }
  ul,
  ol{
    list-style-type:none;
    list-style-type: none;
    text-align: center;
    padding: 10% 0;
  }
  a{
      text-decoration:none;
      color: #434f57;
      outline: none;
}
  a:hover{
    color: #828090;
    transition: 0.3s;
  }

img{
  display: block;
}
.flex{
  display: flex;
}

.contents-inner{
  margin: 0 auto;
  width: 100%;
  /* padding: 0px 15px 0 0; */
}
.mini{
  font-size: 2.5vw;
  font-weight: lighter;
  padding-left: 15px;
}
.grey{
  color: #7a8387;
}
/********************************

	ハンバーガー

********************************/
header .flex{
	justify-content: space-between;
  align-items: center;
  height: 50px;
}
/* .trigger-menu {
  right: 38px;
} */
.trigger-menu {
  position: fixed;
  top: 20px;
  width: 16px;
  height: 16px;
  transition: 0.3s;
  z-index: 10000;
  cursor: pointer;
  mix-blend-mode: exclusion;
}
.trigger-menu__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.trigger-menu__inner span {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 2px;
  height: 2px;
  background-color: #7a8387;
  text-align: center;
}
.trigger-menu__inner span:before {
  left: -7px;
}
.trigger-menu__inner span:after {
  right: -7px;
}
.trigger-menu__inner span:before, .trigger-menu__inner span:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  /* background-color: #b2afaf; */
  background-color: #7a8387;
  width: 2px;
  height: 2px;
  transition: 0.3s;
}
.burger-btn.close .bar_top{      
  transform: translate(-50%,10px) rotate(45deg);      
  transition: transform .3s;    
}    
.burger-btn.close .bar_mid{      
  opacity: 0;       
  transition: opacity .3s;    
}    
.burger-btn.close span::before{      
  transition-property: opacity;      
  transition-duration: 1s; 
  opacity: 0;   
}
.burger-btn.close span::after{      
  transition-property: opacity;      
  transition-duration: 1s; 
  opacity: 0;   
}

  /* メニューが開いたとき */
  .nav-wrapper{      
    display: none;      
    width: 100vw;      
    height: 100vh;      
    position: fixed;      
    top: 0;      
    left: 0;       
    z-index: 2;     
  }
  .nav-wrapper a{
    font-size: 3.5rem;
  }
  .header-nav{        
    width: 100%;        
    height: 100%;        
    background-color:#f7f5f3;        
    z-index: 2;      
  }     
  .header-nav.sp-container{        
    display: block;        
    position: absolute;        
    top: 50%;        
    left: 50%;        
    transform: translate(-50%,-50%);        
    text-align: center;      
  }      
  .header-nav.nav-item{        
    margin-right: 0;        
    margin-bottom: 40px;      
  }
  body.noscroll{
    overflow: hidden;
  }



/********************************

	header

********************************/
header {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 50px;
  top: 11px;
}
.container{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-right: 4rem;
    margin: 0;
}
.container li {
    display: inline;
    list-style-type: none;
    padding-right: 30px;
}
nav li {
    padding: 2rem 0.5rem 1rem;
}
.logo {
  width: 30px;
  margin: 0 30px;
}


/********************************

	main contents

********************************/
.hero {
	position: relative;
  }

  /* video */
  .video-box {
	position: relative;
	width: 100vw;
  height: 100vh;
  overflow: hidden;
  }
  .video {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    /* height: 100vh; */
  }
  .video-box .pc-video{
    display: none;
  }

  /* overlay */
  .overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgb(173 176 206 / 40%);
  z-index: -1;
  }
  
  /* text */
  .text-box {
    position: absolute;
    top: -10%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    margin-top: 10rem;
}
  .text-wrap>p{
    letter-spacing: .7px;
    font-size: 3.5vw;
    padding: 7px 0;
    line-height: 1.3;
  }
  .text-wrap a{
    font-size: 4vw;
    font-weight: bold;
  }
  .sns-box{
    margin: auto 0;
  }
  .sns-box>p{
    font-size: 1.5rem;
    margin: 5px 0;
  }

  h1 {
	font-family: Roboto;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 50px;
	text-align: center;
	color: #fff;
  }
  






  
  /* *********************
     contents-common 
  ***********************/
  h2{
    color: #7a8387;
  }
  .a,.w,.s,.c{
    font-family: 'timeburnerbold';
    /* font-family: 'Bodoni Moda', serif; */
    font-size: 7vw;
    margin: 15px;
    /* writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    animation: SlideIn 0.5s;
    position: sticky;
    position: -webkit-sticky; */
    letter-spacing: 5px;
    top: 100px;
    height: 100%;
    text-align: center;
  }
  .about-contents{
    flex-direction: column;
  }
  .about-contents p{
    color: #373d45;
  }
  .about-flex-left{
    padding: 0 0 50px 0;
  }
  .about-flex-left .gyou{
    padding: 15px 0 0 0;

  }
  #about,#works,#skills,#contact{
    justify-content: space-around;
  }
  #contact{
    padding-bottom: 10%;
  }
 
  
  .mv-ttl {
    font-family: 'timeburnernormal';
    /* font-family: 'Bodoni Moda', serif; */
    font-size: 2.8rem;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    text-align: left;
    margin: auto;
    letter-spacing: 0.1em;
    top: 14%;
  }
  
  .mv-area {
    background: #c0ccd1;
  }
  .mv-area img{
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: -1;
  }
  .other-block {
    margin: 70vw auto 0;
    width: 100vw;
    padding-top: 14vw;
    position: relative;
    background: #c0ccd1;
  }
  .contents-block{
    z-index: 2;
  }
  /* *********************
          about 
  ***********************/
  .photo{
    width: 100%;
  }
  .center{
    justify-content: center;
    padding: 30px 0;
      align-items: center;
      flex-direction: column;
  }
  .flex-right p {
      max-width: 400px;
  }
.introduction{
  width:80%;
  justify-content: center;
  padding: 50px 0 50px 0;
  align-items: center;
  margin: 0 auto;
}
  /* .name {
      font-size: 17px;
      border-bottom: solid 2px #333;
      max-width: 360px;
      padding-bottom: 10px;
      margin-bottom: 10px;
  } */
  .name span {
      font-size: 12px;
      padding-left: 20px;
  }
  .t-center table{
    margin: 30px auto;
    text-align: left;
    font-weight: lighter;
  }

  h3{
    display: inline-block;
    text-align: left;
    font-size: 5.4vw;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #fff;;
  }
.about-700{
  justify-content: center;
  padding: 0px 0 50px 0;
  align-items: baseline;
  margin: 0 auto;
  width: 80%;
}


  /* *********************
          skill 
  ***********************/
  .score{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .score table{
    font-size: 3.3vw;
  }
  td {
    padding-left: 45px;
    text-indent: -1em;
    max-width: 740px;
    font-size: 15px;
}
.skill-lists{
  padding: 50px 0;
}
.tools{
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border: solid 1px;
}
th{
  font-weight:normal;
}
  /* *********************
          work 
  ***********************/
  /* 作品紹介部分 */
  .works li{
    display: flex;
    justify-content: space-between;
  }
  .works_item{
    width: 50vw;
  }
  .works_item_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
  }
  #works img{
    width: 70%;
    margin: 0 auto;
  }
  .bold{
    color: #373d45;
    /* font-size: large; */
    font-weight: bold;
  }
  .describe p{
    margin-bottom: 10px;
  }
  .work_item_img{
    overflow: hidden;
    width: 100%;
    padding: 40px;

  }
  .work_item_img img:hover{
    transform: scale(1.1);
    transition: 0.3s;
  }

  /* *********************
          作品紹介ページ 
  ***********************/
  .work-details{
    margin: 0 auto;
    padding-bottom: 10%;
  }
  .work-details .view img{
    width: 100%;
    margin: 20px auto 0;
  }
  .work-details .view .dtp{
    width: 60%;
  }
  .work-ttl{
    padding-top: 15%;
    justify-content: space-between;
    border-bottom: solid 3px #3f3f3f;
  }
.work-ttl h1{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(29, 29, 29);
    padding: 0px;
    }
    .txt{
      align-items: center;
    }
    .work-ttl .txt p{
      align-items: center;
      font-size: 2vw;
    }
    .work-ttl .txt .tag{
      position: relative;
      padding-right: 7px;
    }
    .work-ttl .txt .day {
      padding-left: 7px;
  }
    .work-ttl .txt .tag::before {
      content: "";
      position: absolute;
      background: #000;
      width: 1px;
      height: 12px;
      right: 0;
      top: calc(50% - 5px);
  }
  .view p {
    margin-bottom: 20px;
    font-size: 14px;
}

  /* *********************
          contact 
  ***********************/

  .g-form,.last-g-form{
    width: 300px;
  }
  .last-g-form{
    height: 200px;
  }
  button, input[type="button"], input[type="submit"], .btn_base, .btn_send {
      border: 0 solid #000;
    border-radius: 5px;
    margin: 10px;
      width: 100px;
      height: 30px;
      /* color: #fff; */
      cursor: pointer;
      display: inline-block;
      font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
      letter-spacing: 0.12em;
      padding: 0;
      position: relative;
      text-align: center;
      background-color: #c0ccd1;
  }
  /* *********************
          footer 
  ***********************/
footer{
  width: 100%;
  font-weight: normal;
  margin: 0;
  letter-spacing: 2px;
  text-align: left;
  padding: 40px 0 32px;
}
footer p{
  font-size: 2.5vw;
}
.color-footer{
  background-color: #c2bdb9;
}
.footer-inner{
  padding: 0px 15px;
  margin: 0 auto;
}

footer .txt .copyright{
  position: relative;
  padding-right: 16px;
}
footer .txt .email {
  padding-left: 16px;
}
footer .txt .copyright::before {
  content: "";
  position: absolute;
  background: #000;
  width: 1px;
  height: 14px;
  right: 0;
  top: calc(50% - 5px);
}
.footer-inner .footer-sns p{
  margin-right: 15px;
}
.wrapper .inner{
  position: relative;
}
.work-details-inner{
  width: 80%;
  margin: 0 auto;
}

    /* 写真の切り替え */
    img.sp_img{
      display: none;
    }
    img.pc_img{
      display: inline;
    }























  }









 



