@charset "utf-8";
/* ======================================================
Global
====================================================== */
html{
  font-size: 62.5%;
}
body{
  color: #333;
  line-height: 1.6;
  font-family: 'Montserrat', 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.6rem;
}
.inner{
  max-width: 100rem;
  min-width: 32rem;
  margin: 0 auto;
  padding: 0 .5rem;
}
h1{
  font-size: 3.2rem;
}
img{
  max-width: 100%;
  height: auto;
}
.row01{
  display: none;
}
.row02{
  display: none;
}
:root{
  --main-color: #;
  --sub-color: #f9f9f9;
  --act-color: #800;
  --act-rgba-color: rgba(136, 0, 0, 0.5);
}
/* ======================================================
Wrapper
====================================================== */
#wrapper{
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
/* ======================================================
Header
====================================================== */
header{
  padding: 2rem 0;
}
header .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav ul{
  display: flex;
  gap: 1.6rem;
}
nav a:hover{
  color: rgba(51, 51, 51, 0.5);
}
.navi-emphasis{
  font-weight: bold;
}
/*ハンバーガーメニュー*/
header ul.sp {
  padding-top: 4rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background: rgba(255,255,255,0.95);
  pointer-events: none;
  opacity: 0; /*通常時はここで消してる*/
  transition: opacity 0.2s linear;
}
header ul.sp a {
  color: var(--link-color);
}
header ul.sp.is-active {
  pointer-events: auto;
  opacity: 1;/*ボタンがクリックされると表示される*/
}
/* ======================================================
Footer
====================================================== */
#footer-main{
  padding: 1rem 0;
}
#footer-main .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: 4.4rem;
}
#footer-main .inner h3{
  font-size: 1.8rem;
  font-weight: bold;
}
#footer-main .info ul{
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
#footer-main .info li{
  font-size: 30px;
  color: #888;
}
#footer-main .inner .navi-bottom{
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
#footer-main .navi-bottom a:hover{
  color: rgba(51, 51, 51, 0.5);
}
.copy{
  text-align: center;
}
#footer-other .info ul{
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
#footer-other .info li{
  font-size: 30px;
  color: #888;
}
/* ======================================================
Contents
====================================================== */
main{
    flex-grow: 1;
}
main .about{
  height: 100vh;
  text-align: center;
}
main .about h2{
  font-size: 5.6rem;
  margin-top: 15rem;
  animation: fade-in01 10s ease 1 forwards;
}
@keyframes fade-in01{
  0%{
    opacity: 0;
  }
  3%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
main .about h3{
  color: #777;
  font-size: 2.4rem;
  margin-top: -1.2rem;
  animation: fade-in01 10s ease 1 forwards;
}
main .about .profile{
  margin-top: 2.4rem;
  animation: fade-in02 10s ease 1 forwards;
}
@keyframes fade-in02{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
main .about .arrow{
  font-size: 5.6rem;
  color: #ccc;
  padding-top: 12rem;
  font-weight: lighter;
  animation: fade-in03 10s ease 1 forwards, up-down01 2s linear 5.3s infinite
}
@keyframes fade-in03{
  0%{
    opacity: 0;
  }
  30%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes up-down01{
  0%{
    transform: translate(0,0);
  }
  50%{
    transform: translate(0,.6rem);
  }
  100%{
    transform: translate(0,0);
  }
}
main .works{
background-color: var(--sub-color);
text-align: center;
padding: 7rem 0 15rem 0;
margin-bottom: 8rem;
}
.to-top{
  position: fixed;
  bottom: .8rem;
  right: 1.2rem;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #888;
  text-align: center;
  font-size: 2rem;
  display: none;
}
.to-top:hover{
  color:rgba(136, 0, 0, 0.5);
}
main .works h2{
  color: #555;
  font-size: 2.5rem;
  position: relative;
  top: -9.2rem;
}
main .works .banner01, main .works .banner02, .works .banner03,  main .works .web01, main .works .photo01, main .works .video01{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 4.5rem;
  margin-bottom: 5.5rem;
}
main .works .banner02 li, main .works .banner03 li, main .works .web01 li, main .works .video01 li{
  width: 47.25rem;
}
main .works .photo01 li{
  width: 300px;
}
/* ======================================================
About.HTML
====================================================== */
#about .about h2{
  font-size: 4.8rem;
  letter-spacing: 1.2rem;
}
#about .about .profile-about{
  margin-top: 2.4rem;
  animation: fade-in02 10s ease 1 forwards;
}
#about .about .detile{
  margin-top: 1.6rem;
}
#about .about .arrow{
  font-size: 5.6rem;
  color: #ccc;
  padding-top: 4.3rem;
  font-weight: lighter;
  animation: fade-in03 10s ease 1 forwards, up-down01 2s linear 5.3s infinite
}
#about .skills{
  background-color: var(--sub-color);
  text-align: center;
  padding: 7rem 0 15rem 0;
  margin-bottom: 8rem;
}
#about .skills h2{
  color: #555;
  font-size: 2.5rem;
  position: relative;
  top: -9.2rem;
}
#about .skill-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem 15.75rem;
  max-width: 480px;
  margin: 0 auto;
}
#about .skill-list li{
  box-shadow: 0 0 .3rem var(--act-color);
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.9;
}
#about .skill-list li:nth-child(3){
  font-size: 2rem;
  line-height: 2.75;
  /* font-weight: bold; */
  letter-spacing: -.3rem;
}
#about .skill-list li:nth-child(4){
  font-size: 2.4rem;
  line-height: 2.3;
}
#about .skill-list li:nth-child(6){
  font-size: 2.2rem;
  line-height: 2.5;
  letter-spacing: -.2rem;
}
.works-slide{
  margin-top: 10rem;
}
.works-slide li{
  margin: 0 1rem;
}
#footer-other{
  padding: 1rem 0;
}
#footer-other .info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer-other img{
  width: 15rem;
  height: 15rem;
  border: .5rem solid rgba(204, 204, 204, 0.3);
  border-radius: .3rem;
}
#footer-other .inner h3{
  font-size: 1.8rem;
  font-weight: bold;
}
#footer-other .info ul{
  margin-top: 1.6rem;
}
#footer-other .navi-bottom{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4rem;
  margin-top: 2.2rem;
  margin-bottom: 2rem;
}
#footer-other .navi-bottom a:hover{
  color: rgba(51, 51, 51, 0.5);
}
/* ======================================================
Works.HTML
====================================================== */
#works{
  margin: 5rem 0;
}
.cate{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 7rem;
}
.cate a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.cate a::after {
  position: absolute;
  bottom: -.2rem;
  left: 0;
  content: '';
  width: 100%;
  height: .1rem;
  background: #555;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.cate a:hover::after {
  transform: scale(1, 1);
}
#works h2{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
}
#works h3{
  font-size: 1.8rem;
  margin: 2.5rem 0 1rem 0;
}
.banner-list01,.banner-list02,.banner-list03, .web-list01, .others-list01{
  max-width: 80rem;
  margin: 0 auto 10rem auto;
}
.banner-list02 .works-box img,.banner-list03 .works-box img, .web-list01 .works-box img, .others-list01 .works-box img{
  max-height: none;
}
.banner-list02 .works-box .works-detail ,.banner-list03 .works-box .works-detail, .web-list01 .works-box .works-detail{
  width: 100%;
  margin: 0 auto;
}
.worksBigBox{
  margin-bottom: 10rem;
}
.works-box{
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: -10rem;
  padding-top: 10rem;
}
.works-detail h4{
  margin-bottom: .5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
}
.works-box img{
  max-height: 25rem;
}
.batch{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
  margin-top: 1rem;
}
.skill{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 0 0 .2rem var(--act-color);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.works-detail{
  width: 46rem;
  font-size: 1.4rem;
}
.works-detail dt{
  float: left;
  color: #555;
}
.works-detail dd{
  padding: .4rem 0 .4rem 12rem;
  border-bottom: #ccc 1px solid;
}
.detail{
  width: 100%;
  font-size: 1.4rem;
  overflow: hidden;
  display: none;
}
.detail dt{
  float: left;
  color: #555;
}
.detail dd{
  padding: .5rem 0 .5rem 18rem;
  border-bottom: 1px solid #ccc;
}
.moreDetail{
  font-weight: bold;
  color: #555;
  margin-bottom: .5rem;
}
.web-image{
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.web-image a{
  max-width: 39rem;
}
.web-list01 a:hover, .others-list01 a:hover{
  color: rgba(51, 51, 51, 0.5);
}
.web-list01 .bottom{
  display: flex;
  justify-content: space-between;
}
.bottom a{
  margin-top: 1.3rem;
}
.bottom a i{
  margin:  0 0 .8rem 1rem;
  font-size: 1.2rem;
  color: #999;
}
.skill-h{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 0 0 .2rem var(--act-color);
  font-size: 1.1rem;
  line-height: 2.75;
  letter-spacing: -.2rem;
  font-weight: bold;
  text-align: center;
}
.skill-c{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 0 0 .2rem var(--act-color);
  font-size: 1.2rem;
  line-height: 2.56;
  letter-spacing: -.1rem;
  font-weight: bold;
  text-align: center;
}
.photo-list01{
  max-width: 80rem;
  margin: 0 auto 10rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photo-list01 li{
  max-width: 33%;
}
.video-list01{
  max-width: 80rem;
  margin: 0 auto 10rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.2rem;
}
.video-list01 .works-box{
  margin-bottom: 0;
}
.video{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-list01 li{
  width: 48%;
}
.video-list01 li dl{
  width: 100%;
}
.others-list01 .linestamp-img{
  max-width: 38rem;
  box-shadow: 0 0 0.2rem #999;
}
.others-list01 .works-box .works-detail{
  width: 38rem;
}
.others-list01 .works-box .works-detail .bottom{
  font-size: 1.6rem;
  margin-top: 1.3rem;
  text-align: end;
}
/* ======================================================
Contact.HTML
====================================================== */
main #contact{
  margin: 5rem 0;
  padding: 3rem 0 5rem 0;
  background-color: var(--sub-color);
}
#contact h2{
  color: #555;
  font-size: 2.5rem;
  position: relative;
  top: -5.2rem;
  text-align: center;
}
main #contact form {
  margin: 2rem 1rem 0;
}
main #contact label {
  display: flex;
  margin-bottom: 1rem;
}
main #contact label span {
  width: 30%;
}
main #contact label span span {
  background: #db6363;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  padding: 0.125rem 0.25rem;
}
main #contact label span span.no {
  background: #aaa;
}
main #contact form h3 {
  font-size: 1rem;
  margin: 2rem 0 1.5rem;
}
main #contact input, main #contact select, main #contact button{
  border: 1px solid #999;
  border-radius: 4px;
  padding: .175rem .7rem;
}
main #contact textarea{
  border: 1px solid #999;
  border-radius: 4px;
  padding: .175rem .7rem;
  width: 70%;
}
#contact .send-buttons{
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 3rem;
}
main #contact button:hover{
  color: #f9f9f9;
  background-color: #db6363;
  border: 1px solid #f9f9f9;
}
/* ======================================================
Screen 1000px
====================================================== */
@media screen and (max-width: 1000px){
  .inner{
    padding: 0 1.2rem;
  }
  html{
    font-size: 56.25%;
  }
  main .works .banner02 li, main .works .banner03 li,  main .works .web01 li, main .works .video01 li{
    width: 71.6rem;
  }
  .works-box{
    margin-top: -7rem;
    padding-top: 7rem;
  }
  .banner-list01,.banner-list02,.banner-list03, .web-list01, .photo-list01, .video-list01, .others-list01{
    max-width: 66.5rem;
  }
  .works-box{
    gap: 3.5rem;
  }
  .web-image a{
    max-width: 32.25rem;
  }
  .works-box .works-detail{
    width: 33rem;
  }
  .video-list01 .works-box{
    width: 47.59%;
  }
  .video-list01 .works-box li{
    width: 100%;
  }
  .banner-list02 .works-box .works-detail,.banner-list03 .works-box .works-detail{
    width: 100%;
    margin: 0 auto;
  }
  .others-list01 .linestamp-img{
    max-width: 31.25rem;
  }
  .others-list01 .works-box .works-detail{
    width: 31.25rem;
  }
  .specialfontsize{
    font-size: 1.7rem;
  }
  .sample-img{
    display: none;
  }
}
/* ======================================================
Screen 620px
====================================================== */
@media screen and (max-width: 620px){
  html{
    font-size: 56.25%;
  }
  h1{
    font-size: 2.6rem;
  }
  header .inner{
    display: block;
  }
  nav ul{
    justify-content: center;
    gap: 3.2rem;
    margin-top: 1rem;
  }
  main .about h2{
    margin-top: 10rem;
    line-height: 1.3;
    font-size: 4.4rem;
  }
  .space{
    display: none;
  }
  .row01{
    display: block;
  }
  main .about .arrow{
    padding-top: 9.3rem;
  }
  .to-top{
    display: none!important;
  }
  #footer-main .inner{
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
  #footer-main .inner .navi-bottom{
    display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4rem;
  margin-top: 2.2rem;
  }
  main .works .photo01, main .works .video01{
    display: none;
  }
  /* ----------about page---------- */
  #about .about h2{
    font-size: 3.5rem;
    letter-spacing: 1.2rem;
  }
  .row02{
    display: block;
  }
  #about .about .arrow{
    padding-top: 4rem;
  }
  #about .skill-list{
    gap: 5.5rem 12rem;
  }
  #footer-other .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.2rem;
  }
  #footer-other .left{
    text-align: center;
  }
  /* ----------works page---------- */
  .detail dt{
    float: none;
  }
  .detail dd{
    padding: 0;
  }
  .banner-list01{
    max-width: 30rem;
    margin: 0 auto;
  }
  .banner-list01 .works-detail{
    max-width: 30rem;
    margin: 0 auto;
  }
  .banner-list02{
    max-width: 56.7rem;
    margin: 0 auto;
  }
  .banner-list03, .web-list01, .photo-list01, .video-list01, .others-list01{
    max-width: 56.7rem;
    margin: 0 auto 7rem auto;
  }
  .works-detail{
    width: 100%;
    margin: 0 auto;
  }
  #works h3{
    display: none;
  }
  .cate li:last-child{
    display: none
  }
  .web-image a{
    max-width: 56.7rem;
    margin: 0 auto;
  }
  .webimg-second{
    display: none;
  }
  .photo-list01 li{
    max-width: 50%;
  }
  .video-list01 li{
    width: 100%;
  }
  .video-list01 .works-box{
    width: 100%;
  }
  .video-list01 .works-detail{
    width: 100%;
  }
  .specialfontsize{
    font-size: 1.8rem;
  }
  .others-list01 .linestamp-img{
    max-width: 56.7rem;
  }
  .others-list01 .works-box .works-detail{
    width: 100%;
  }
  /* ----------contact page---------- */
  #contact .send-buttons{
    justify-content: center;
    text-align: center;
  }
  main #contact label {
    flex-wrap: wrap;
  }
  main #contact label span{
    width: 100%;
  }
  main #contact input, main #contact select, main #contact textarea, main #contact button{
    width: 100%;
  }
  /* ----------hamburger menu---------- */
header ul.pc {
  display: none;
}

/*ハンバーガーメニュー*/
:root {
  --hamburger-menu-size: 38px; /* メニューの大きさ */
  --hamburger-menu-padding: 16px;
  --hamburger-menu-border-px: 1.5px; /* 線の太さ */
  --hamburger-menu-border-color: #777; /* 線の色 */
  --hamburger-menu-transition: 0.3s; /* アニメーション秒数 */
}
.hamburger-menu {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 10;
  width: 60px;/*ハンバーガーの高さ*/
  height: 50px;/*ハンバーガーの幅*/
}
.btm-menu {
  position: absolute;
  font-size: 1.5rem;
  bottom: -10px;
  padding-left: 20px;
  width: 100%;
}
.hamburger-menu-line {
  position: absolute;
  transition: var(--hamburger-menu-transition);
  width: calc(100% - var(--hamburger-menu-padding) * 2);
  height: var(--hamburger-menu-border-px);
  background-color: var(--hamburger-menu-border-color);
}
.line-top {
  top: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}
.line-middle {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  left: var(--hamburger-menu-padding);
}
.line-bottom {
  bottom: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}
.hamburger-menu-active > .line-top {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(45deg);
}
.hamburger-menu-active > .line-middle {
  width: 0;
  height: 0;
  left: var(--hamburger-menu-padding);
}
.hamburger-menu-active > .line-bottom {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(-45deg);
}
}
/* ======================================================
Font Awesome
====================================================== */
E::before{
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
E::before{
	content: "\e055";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}
E::before{
	content: "\f081";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}
E::before{
	content: "\f082";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}
E::before{
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}