@charset "UTF-8";
/* CSS Document */

html{
  font-size: calc(100vw/3.75);
}

body{
  overflow-y: scroll;
  font-size: 0.15rem;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
img{
  max-width: 100%;
  height: auto;
}
video{
  max-width: 100%;
  max-height: 100%;
}
/*-------------------------------------
            　　utlity
--------------------------------------*/
.br_pc{
  display: none;
}
.center{
  text-align: center;
}
.fixed{
  position: fixed;
}
/*-------------------------------------
               header
--------------------------------------*/
.header{
  width: 100vw;
  height: 55px;
  z-index: 110;
  align-items: center;
  background-color: #3a3a40;
  color: #fff;
  top:0;
  left:0;
}
h1>a>img{
  width: 182px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.menu{
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 120;
  top: 0;
  left: -100%;
  width: 100vw;
  height: 100vh;
  font-size: 0.25rem;
  background-color: rgba(58,58,64,0.90);
  text-align: center;
  text-transform: uppercase;
  padding-top: 19.5vh;
}
.menu>li{
  margin-bottom: 7.2vh;;
}
.menu_btn{
  position: absolute;
  z-index: 130;
  top: 16px;
  right: 6vw;  
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  cursor: pointer;
  position: relative;
  width: 35px;
  height: 23px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
body.active{
  overflow: hidden;
}
.menu-trigger.active {
  width: 40px;
}
.menu.active{
  left: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/*-------------------------------------
           top(hero_img)
--------------------------------------*/
.main_visual{
  position: relative;
  width: 100%;
  height: calc(100vh - 55px);
  margin-top: 55px;
}
.hero_img{
  position: fixed;
  background-position: top;
  z-index: -2;
  content:"";
  display:block;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background: url("../img/material/hero_img_sp.jpg") center no-repeat;
  background-size:cover;
}
.bg{
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.05;
}
.main_visual>p{
  position: absolute;
  width: 74.93vw; 
  height: auto; 
  padding: 9px 10px 10px;
  transform: translate(-50%,-50%);
  top:45%;
  left:50%;
  background-color: rgba(255,255,255,0.70);
}
.scroll_btn{
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
}
.scroll_btn>a>span{
  color: #fff;
  font-size: 15px;
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
}
@keyframes arrow {
  50%{
    transform: translateY(-30%);
  }
  100%{
    transform: translateY(0%);
  }
}
.arrow{
  height: 38px;
  margin-bottom: 0.4vh;
  animation-name: arrow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  
}

.arrow-bottom{
  text-align: center;
  position: absolute;
  width: 100%;
}
.arrow-bottom:nth-child(2){
  top: 17px;
}
.arrow-bottom>img{
  width: 33px;
}

/*-------------------------------------
            　　title
--------------------------------------*/
.top_main{
  background-color: #fff;
  width: 100%;
}
.inner{
  padding: 0 0 7.5vh; 
}
.title{
  font-family: 'Lato', sans-serif;
  font-size: 0.25rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #333;
  text-transform: uppercase;
  padding-top: 70px;
  margin-bottom: 6vh;
}
h2.title::before{
  font-weight: normal;
  content: "ー "
}
h2.title::after{
  font-weight: normal;
  content: " ー"
}
.title_text{
  font-size: 0.16rem;
  margin-bottom: 3.75vh;
}

/*-------------------------------------
             profile
--------------------------------------*/
.profile_img{
  width: 41.2vw;
}
.profile_name{
  letter-spacing: 0.1em;
  font-size: 0.25rem;
  margin: 3.75vh auto;
}
.profile_text{
  margin-bottom: 2.25vh;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.profile_tool{
  display: flex;
  flex-direction: column;
  background-color: rgba(58,58,64,0.10);
  max-width: 85.3vw;
  margin: 3.75vh auto 0;
  padding: 0.7vh 0 1.5vh;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.profile_tool>p{
  display: inline-block;
}
.profile_tool>p:first-of-type{
  font-weight: bold; 
}
/*-------------------------------------
             gallery(top)
--------------------------------------*/
.gallery_banner{
  width: 65.3vw;
  margin: 0 auto 3vh;
  border: 1px solid #3a3a40;
  background-color: #000;
  position: relative;
}
.gallery_banner:last-of-type{
  margin-bottom: 0;
}
.gallery_banner>a>img{
  width: 65.3vw;
  opacity: 0.8;
}
.gallery_banner>a>p{
  position: absolute;
  transform: translate(-50%,-50%);
  top:50%;
  left:50%;
  color: #efefef;
  font-size: 0.24rem;
  text-shadow: 0 3px 3px rgba(0,0,0,1.00);
}
.decolate_1{
  position: absolute;
  z-index: 100;
  width: 63vw;
  height: 95%;  
  border: 2px solid #fff;
  transform: translate(-50%,-50%);
  top:50%;
  left:50%;
}
.decolate_2{
  position: absolute;
  z-index: 100;
  width: 60vw;
  height: 88%;
  border: 1px solid #fff;
  transform: translate(-50%,-50%);
  top:50%;
  left:50%;
}
/*-------------------------------------
             contact
--------------------------------------*/
.contact>.title_text{
  line-height: normal;
}
.contact_text{
  text-align: center;
  font-size: 0.13rem;
  margin: 0 auto;
  width: 82.1vw;
  line-height: normal;
}
.contact_text>li{
  text-align: left;
}
.form{
  padding: 6vh 14.5vw 7.5vh;
}
#formWrap {
	margin:0 auto;
	line-height:120%;
}
input[type="text"], textarea {
  width: 100%;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable tr{
  display: flex;
  flex-direction: column;
}
table.formTable th{
	font-weight:normal;
	text-align:left;
}
table.formTable td{
	border-bottom:2px solid #999;
	padding:20px 0 10px;
  margin-bottom: 50px;
  text-align: left;
}
::placeholder{
  color: #ccc;
}
table.formTable td textarea{
  resize: none;
}
.send{
  color: #666;
  padding: 10px 20px;
  border: 1px solid #8a8a8a;
}
/*-------------------------------------
             footer
--------------------------------------*/
footer{
  width: 100%;
  background-color: #3a3a40;
  color: #fff;
  line-height: 1em;
  padding: 0.04rem;
  height: 0.25rem;;
  font-size: 100%;
}


/*-------------------------------------
          GALLERY_page
--------------------------------------*/
.gallery_title{
  margin-top: 55px;
  line-height: 1;
  padding: 0.1rem 0;
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: 0.3rem;
  height: auto;
  border-bottom: 4px double #333333;
  z-index: 105;
  width: 100%;
  top: 0;
  background-color: #fff;
}
.gallery{
  margin-top: calc(55px + 0.65rem);
}
.gallery>h3{
  font-family: 'Lato', sans-serif;
  font-size: 0.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-top: calc(55px + 0.65rem);
  margin: 0 0 0.15rem;
}
.gallery>h3:first-of-type{
  padding-top: 0;
  margin: 0.25rem 0 0.15rem;
}
.gallery>h3::before{
  content: "- "
}
.gallery>h3::after{
  content: " -"
}
.illust_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.illust_list>a>p>img{
  width: 40.4vw;
  border: 1px solid #3a3a40;
  margin: 0 0.055rem 0.15rem;
}
.gallery_footer{
  margin-top: 0.85rem;
}
/*-------------------------------------
          ILLUST_page
--------------------------------------*/
.illust_wrap{
  min-height: calc(100vh - 55px - 1.3rem);
}
.gallery_illust{
  margin-top: calc(55px + 0.85rem);
  margin-bottom: 0.5rem;
}
.illust{
  margin: 0 auto;
  text-align: center;
}
.illust>img{
  width: 85.3vw;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.illust>video{
  width: 85.3vw;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}

.textarea{
  width: 85.3vw;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 0.15rem;
  overflow: auto;
  margin: 0.1rem auto 0;
}
.back_btn{
  width: 0.7rem;
  height: 0.3rem;
  border: 1px solid #8a8a8a;
  padding: 0.06rem 0;
  margin: 0 auto 0.72rem;
  font-size: 0.16rem;
  text-transform: uppercase;
  color: #666;
  line-height: 1;
}
.back_btn:hover{
  box-shadow: 2px 2px 0 0 rgba(0,0,0,0.5);
}
.illust_footer{
  margin-top: 0;
}




/*============================================================

                        SP-PC中間用CSS :560-959px

=============================================================*/

@media screen and (min-width:560px){
  html{
    font-size: calc(100vw/5.6);
  }
  body{
    font-size: 0.18rem;
  }
/*-------------------------------------
               header
--------------------------------------*/  
  .header{
    height: 70px;
  }
  h1>a>img{
    width: 308px;
  }
  .menu>li:hover{
    color: #888;
  }
  
/*-------------------------------------
           top(hero_img)
--------------------------------------*/ 
  .main_visual{
    height: calc(100vh - 70px);
    margin-top: 70px;
  }
  .hero_img{
    background: url("../img/material/hero_img_pc.jpg") center no-repeat;
    background-size:cover;
  }
  .main_visual>p{
    position: absolute;
    max-width: 563px;
    max-height: 125px;
    padding: 15px 20px;
    transform: translate(-50%,-50%);
    top:45%;
    left:50%;
    background-color: rgba(255,255,255,0.70);
  }
  .scroll_btn>a>span{
    font-size: 0.15rem;
  }
/*-------------------------------------
            　　title
--------------------------------------*/
  .title{
    padding-top: 96px;
    font-size: 40px;
  }
  .title_text{
    font-size: 0.2rem;
  }
  .contact_text>.br_sp{
    display: none;
  }
  .contact_text>li>.br_pc{
    display: inline-block;
  }
  .contact_text>li>.br_sp{
    display: none;
  }
/*-------------------------------------
             profile
--------------------------------------*/  
  .profile_tool{
  max-width: 65.1vw;
}
/*-------------------------------------
             contact
--------------------------------------*/
  .contact_text{
    font-size: 0.15rem;
    text-align: center;
    margin: 0 auto;
    width: 75vw;
  }
/*-------------------------------------
          GALLERY_page
--------------------------------------*/
  .gallery_title{
    margin-top: 70px;
    padding: 10px 0;
    font-family: 'Lato', sans-serif;
    text-align: center;
    height: auto;
    border-bottom: 4px double #333333;
  }
  .gallery{
    margin-top: calc(70px + 20px + 0.55rem);
  }
  
  
  
  
  
  
}
/*============================================================

                        PC版用CSS :960以上

=============================================================*/
@media screen and (min-width:960px){
  
  html{
    font-size: 62.5%;
  }
  body{
    font-size: 1.8rem;
  }
  
/*-------------------------------------
            　　utlity
--------------------------------------*/
  .br_sp{
    display: none;
  }
  .br_pc{
    display: inline-block;
  }
/*-------------------------------------
               header
--------------------------------------*/
  .header{
    height: 70px;
    padding: 0 12.8vw 0 13.3vw;
    display: flex;
    z-index: 110;
    justify-content:space-between;
    align-items: center;
    background-color: #3a3a40;
    color: #fff;
    top:0;
    left:0;
  }
  h1>a>img{
    all: initial;
    width: 308px;
    margin-top: 10px
  }
  .menu{
    position: static;
    flex-direction: initial;
    background-color: transparent;
    padding: 0;
    margin: 0 0 0 50px;
    font-size: 2.4rem;
    width: 46.7vw;
    max-width: 488px;
    height: inherit;
    justify-content: space-between;
  }
  .menu>li{
    margin: 0;
  }
  .menu_btn{
    display: none;
  }

/*-------------------------------------
           top(hero_img)
--------------------------------------*/
  .hero_img{
    background: url("../img/material/hero_img_pc.jpg") center no-repeat;
    background-size:cover;
  }
  .scroll_btn>a>span{
    font-size: 2.6rem;
  }
/*-------------------------------------
            　　title
--------------------------------------*/
  .inner{
    width: 88vw;
    padding: 0 0 100px; 
    margin: 0 auto;
  }
  .title{
    font-size: 4rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  h2.title::before{
    font-weight: normal;
    content: "ー "
  }
  h2.title::after{
    font-weight: normal;
    content: " ー"
  }
  .title_text{
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
/*-------------------------------------
             profile
--------------------------------------*/
  .profile_list{
    display: flex;
    justify-content: center;
  }
  .profile_list>dl{
    text-align: left;
  }
  .profile_img{
    width: 271px;
    height: 264px;
    margin: 54px 30px 0 0;
  }
  .profile_name{
    font-size: 3rem;
    margin: 40px 0 30px;
  }
  .profile_text{
    margin-bottom: 20px;
  }
  .profile_tool{
    flex-direction: row;
    width: 570px;
    margin: 40px 10px 0 80px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    letter-spacing: 0.1em;
  }
  .profile_tool>p:first-of-type{
    width: 20%;
    height: 50px; 
  }
  .profile_tool>p:last-of-type{
    height: 25px;
    margin-left: 15px;
  }
/*-------------------------------------
             gallery(top)
--------------------------------------*/
  .gallery_top>ul{
    display: flex;
    justify-content: center;
    margin: 60px 0 100px;
  }
  .gallery_banner{
    width: 328px;
    margin: 0 10px;
    position: relative;
  }
  .gallery_banner:hover a>img{
    opacity: 0.3;
  }
  .gallery_banner>a>p{
    font-size: 3.2rem;
  }
  .gallery_banner>a>img{
    width: 327px;
  }
  .gallery_banner:last-of-type{
    margin-bottom: initial;;
  }
  .decolate_1{
    width: 97%;
    height: 95%;  
  }
  .decolate_2{
    width: 94%;
    height: 90%;
  }
/*-------------------------------------
             contact
--------------------------------------*/
  .contact_text{
    text-align: center;
    font-size: 1.8rem;
    margin: 0 auto;
    width: 498px;
    line-height: normal;
  }
  #formWrap {
    width:450px;
    margin:0 auto;
    line-height:120%;
    font-size:90%;
  }
  .form_check_points{
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 60px
  }
  table.formTable{
    width:100%;
    margin:0 auto;
    border-collapse:collapse;
  }
  table.formTable tr{
    display: flex;
    flex-direction: column;
  }
  table.formTable th{
    font-weight:normal;
    text-align:left;
  }
  table.formTable td{
    border-bottom:2px solid #999;
    padding:20px 10px 10px;
    margin-bottom: 50px;
  }
  ::placeholder{
    color: #ccc;
  }
  table.formTable td textarea{
    resize: none;
  }
  .send{
    color: #666;
    padding: 10px 20px;
    border: 1px solid #8a8a8a;
  }
/*-------------------------------------
             footer
--------------------------------------*/
footer{
  font-size: 12px;
  padding: 5px;
  height: 25px;
}

/*-------------------------------------
          GALLERY_page
--------------------------------------*/
  .gallery_title{
    font-size: 3rem;
  }
  .gallery{
    margin-top: calc(115px + 3rem);
  }
  .gallery>h3{
    font-size: 3rem;
    padding-top: calc(115px + 3rem);
    margin: 0 0 20px;
  }
  .gallery>h3:first-of-type{
    padding-top: 0;
    margin: 25px 0 20px;
  }
  .illust_list{
    width: 79.35vw;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .illust_list>a>p{
    padding: 0  0 3.4vw 0; 
  }
  .illust_list>a>p:hover >img{
    box-shadow: 10px 10px rgba(58,58,64,1.00);
    transform: translate(-10px,-10px);
    transition: 0.2s ease;
  }
  .illust_list>a>p>img{
    width: 22vw;
    max-width: inherit;
    margin: 0 0 0 3.4vw;
  }
  .gallery_footer{
    margin-top: 150px;
  }
  
/*-------------------------------------
          ILLUST_page
--------------------------------------*/ 
  .illust_wrap{
    min-height: calc(100vh - 149px);
  }
  .gallery_illust{
    display: flex;
    margin: 0 0 0 25%;
    justify-content: center;
    padding: 20px 0;
    margin-top: 124px;
  }
  .illust_main{
    min-height: calc(100vh - 149px);
  }
  .illust{
    width: 48.8vw;
    height: 73.2vh;
    margin: 0;
    position: relative;
  }
  .illust>img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
  .illust>video{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
  .textarea{
    box-sizing: border-box;
    width: 24.4vw;
    height: 73.2vh;
    padding: 20px;
    text-align: left;
    overflow: auto;
    font-size: 1.8rem;
    line-height: normal;
    display: flex;
    margin: 0;
  }
  .text{
    margin: auto 0;
  }
  .back_btn{
    width: 70px;
    height: 30px;
    font-size: 1.6rem;
    margin: 0 auto 30px;
    padding: 5px 0;
  }
  
}