@charset "utf-8";

* {box-sizing: border-box;}

body {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.96px;
  text-align: left;
  color: #221814;
}

@media screen and (max-width: 768px){
  body {
    width: 100%;
    min-width: 320px;
    font-size: 14px;
  }

  body.noscroll {
    overflow: hidden;
  }
  
}

.f-yogo {font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;}
.f-roboto {font-family: 'Roboto Condensed', sans-serif!important;}
.f-notosans {font-family: 'Noto Sans JP', sans-serif!important;}

a {
  text-decoration: none;
  color: #221814;
  transition: all  0.3s ease-out;
}

a:hover {
  text-decoration: none;
  color: #221814;
  text-decoration: none!important;
  opacity: 0.6;
}

a:focus{overflow: visible;}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* 汎用PC/SP出し分け */
.pc{display: inline;}
.sp{display: none;}

@media screen and (max-width: 768px){
  .pc{display: none;}
  .sp{display: inline;}
}

/* ------------------------------------
  Layout
------------------------------------ */
.l-wrapper {
  position: relative;
}

main.is-modal_open{
  /* position: fixed; */
  height: 100%;
  width: 100%;
}


/* page top */

.page-top {
	right: 1rem;
	bottom: 0;
	transform: translateY(100%)
}

.page-top.is-show {
	bottom: 4rem;
	transform: translateY(0)
}
.page-top a {
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}
.page-top a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: .4rem 0 0;
	content: '';
	transform: translate(-50%, -50%) rotate(135deg);
	border-bottom: 2px solid #0c1f29;
	border-left: 2px solid #0c1f29
}

@media screen and (max-width: 767px) {

}

@media print, screen and (min-width: 768px){
  body {
    width:100%;
    min-width: 930px;
  }
}


/* ------------------------------------
  header
------------------------------------ */

.l-header{
	position: fixed;
	width: 100%;
	z-index: 40;
	top: 0;
	left: 0;
}


/* sp */
@media only screen and (max-width:767px) {

	.l-header.open .sp{
    display: block;
  }

	.l-header{
    background-color: #ffffff;
    /*box-shadow: 0px 1px 2px rgba(00, 00, 00, 0.1);*/
  }

  .header-menu__wrapper{
    padding:14px 25px;
  }

  .header-logo__wrapper{
    width:120px;
    max-width:28%;
    height: auto;
  }

  .l-header.open .header-logo__wrapper{
    width:100%;
    max-width:100%;
    height: auto;
    padding-bottom:60px;
  }  

  .l-header .header-logo__img{
    transition: .5s;
  }
	.l-header .header-logo__img.black{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    max-width: 120px;
  } 

	.l-header.open .header-logo__img.black{
    opacity: 0;
    display: none;
	} 

  .l-header .header-logo__img.white{
    opacity: 0;
    display: none;
  }

  .l-header.open .header-logo__img.white{
    opacity: 1;
    display: block;
    height: auto;
    width: 146.62px;
    min-width: 146.62px;
  }
  
  .l-header.open .header-logo__wrapper{
    width: 100%;
    padding-top:60px;
    text-align: left;
    margin: 0px;
  }

  .l-header.open .header-logo__link{
    display: inline-block;
    width:auto;
    text-align: left;
  }  


  .header-menu-list__wrapper{
    display: none;
  }

  .l-header.open .header-menu-list__wrapper{
    display: block;
  }
  .l-header.open{
    min-height: 100vh;
  }
  .l-header.open .header-menu__wrapper{
    background-color: rgba(00, 00, 00, 1);
    height: 100vh;
    z-index: 100;
    transition: .5s;
    overflow-y: auto;
  }

  .l-header.open .header-menu__nav-list a{
    color: #ffffff;
  }

  .l-header.open .header-menu__nav-list a:hover{
    color: #ffffff;
  }

  .l-header.open .header-menu__nav-listitem{
    margin-top: 35px;
    margin-bottom:35px;
    text-align: left;
    color: #919191;
    padding-bottom:30px;
    border-bottom: 1px solid #919191;
  }

  .l-header.open .header-menu__nav-child{
    margin-top: 20px;
  }

  .l-header.open .header-menu__nav-child a{
    color: #919191;
  }

  .l-header.open .header-menu__nav-child li{
    margin-top: 10px;
  }
  .l-header.open .header-menu__nav-grand-child{
    padding-left: 1em;
  }
  .l-header.open .header-menu__nav-grand-child-item::before{
    content: '- ';
    color: #ffffff;
  }

  .l-header.open .header-contact__wrapper{
    padding-top: 60px;
  }
  .l-header.open .header-contact__text{
    padding:37px; 
    background-color: #2E2E2E; 
    text-align: center;   
  }

  .l-header.open .header-contact__wrapper a,.l-header.open .header-contact__wrapper a:hover{
    color: #ffffff;    
  }
  .l-header.open .header-contact__sns{
    display: flex;
    justify-content: center;
  }
  .l-header.open .header-contact__sns-link{
    display: grid;
    width: 27px;
    height: 27px;
    margin: 60px 10px;
  }
  .l-header.open .header-contact__sns-link img{
    width: 27px;
    height: 27px;
  }
  .l-header.open .header-privacymark__wrapper{
    text-align: center;
  }
  .l-header.open .header-link__wrapper{
    margin-top:30px;
  }
  .l-header.open .header-link__wrapper{
    margin-top:30px;
  }
  .l-header.open .header-link__list{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    width: 100%;
    text-align: center;
  }
  .l-header.open .header-link__list a{
    color: #ffffff;
  }
  .l-header.open .header-link__listitem{
    font-size: 11px;
    display: inline-block;
    margin: 0 10px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .l-header.open .header-copy__wrapper{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-top:40px;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
  }

  .header__closer, .header__closer span, .header__opener, .header__opener span {
    display: inline-block
  }

  .l-header .header__opener {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 25px;
    height: 18px;
  }

  .l-header.open .header__opener {
    display: none;
  }

  .header__opener span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #000
  }
  .header__opener span:nth-of-type(1) {
    top: 0;
    width: 100%;
  }
  .header__opener span:nth-of-type(2) {
    top: 8px;
    width: 100%;
  }
  .header__opener span:nth-of-type(3) {
    bottom: 0;
    width: 100%;
  }
  .header__closer {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 20px;
    height: 20px;
  }
  .header__closer span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #ffffff;
  }
  
  .header__closer span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg)
  }
  .header__closer span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(-45deg)
  }

}

/* header pc */
@media print, screen and (min-width:768px) {

	.l-header .sp{
    display: none;
  }

	.l-header {
    min-width: 930px;
		padding: 0 0 0 60px;
    background-color: #fff;
	}

  .header-menu__wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

	.header-logo__wrapper{
    padding: 15px 0;
	}
	.header-logo__link{
    display: block;
	}

	.header-logo__img.black{
    height: 30px;
    width: 109.09px;
    min-width: 109.09px;
	} 
  .header-logo__img.white{
    display: none;
  }

  .header-menu__nav-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 15px 0;
  }

  .header-menu__nav-listitem{
    padding: 0 15px 0 15px;
    position: relative;
  }

  .header-menu__nav-parent{
    position: relative;
  }
  
  .header-menu__nav-parent.is-current::after{
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -6px;
    border-bottom: 1px solid #000000;
  }

  .header-menu-list__wrapper{
    display: flex;
    flex-direction: row;
  }

  .header-contact__wrapper{
    display: flex;
    flex-direction: row;
    margin-left:35px;
  } 
  .header-contact__text{
    background-color: #333333;

  } 
  .header-contact__link{
    color: #ffffff;
    font-size: 12px;
    height:100%;
    display: grid;
    place-items: center;
    padding:15px;
  }
 
  .header-contact__link:hover{
    color: #ffffff;
  }

  .header-contact__sns{
    background-color: #000000;
    width: 60px;
  }

  .header-contact__sns-link{
    display: grid;
    place-items: center;
    height: 100%;
    width: 100%;
  }
  .header-contact__sns-link picture{
    width: 21px;
    width: 21px;
  }

	.l-header .header-menu__nav-child a.is-current:after {
		position: absolute;
		bottom: -1rem;
		left: 0;
		width: 100%;
		height: 1px;
		content: '';
		background: #000
	}

	.l-header .header-menu__nav-child {
    display: none;
		position: absolute;
		top: 40px;
		left: 50%;
		padding: 20px 25px;
		transform: translateX(-50%);
		text-align: left;
		white-space: nowrap;
		background: #333333;
	}
  
	.l-header .header-menu__nav-child:before {
		position: absolute;
		top: 1px;
		left: 50%;
		content: '';
		transform: translate(-50%, -100%);
		border-right: 10px solid transparent;
		border-bottom: 14px solid #333333;
		border-left: 10px solid transparent;
	}
	.l-header .header-menu__nav-child li:not(:last-child) {
		margin: 0 0 5px
	}

	.l-header .header-menu__nav-child a {
		font-size: 14px;
		color: #FFF;
    font-weight: normal;
	}
  .l-header .header-menu__nav-grand-child{
    padding-top:10px;
    padding-left: 1em;
    margin-bottom: 15px;
  }
  .l-header .header-menu__nav-grand-child-item::before{
    content: '- ';
    color: #ffffff;
  }
  .header__closer{
    display: none;
  }


}


/* ------------------------------------
  Footer
------------------------------------ */
.backto-top__wrapper{
  position: absolute;
  display: block;
  width: 100%;
}

.backto-top__button{
  position: absolute;
  top: -70px;
  right:10px;
  width: 60px;
  height: 60px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 5px #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.backto-top__button:before{
  content:'';
  display: block;
  width: 10px;
  height: 10px;
  transform:rotate(45deg);
  border-left: 2px solid  #000000;
  border-top: 2px solid #000000;
  opacity: 1;
}

.l-footer {
  display: none;
  text-align: left;
  position: relative;
  z-index: 5;
}

.footer__wrapper{
  background-color: #000000;
  color: #ffffff;
  padding: 90px 25px 50px ;
}

.footer__wrapper a,
.footer__wrapper a:hover{
  color: #ffffff;
}


.footer-nav__wrapper{
  display: flex;
  margin:auto;
  max-width: 930px;
  width:100%;
  justify-content: space-between;
}

.footer-nav__inner{
  width:auto;
}

.footer-nav__list{

}
.footer-nav__list-title{
  font-size: 16px;
  font-weight: 400;
}
.footer-nav__list-data{
  margin-top:15px;
  font-size: 14px;
}
.footer-nav__list-child{
  margin-top:15px;
}

.footer-nav__list-child-item{
  margin-top:15px;
  padding-left: 1em;
}

.footer-nav__list-child-item::before{
  content: '- ';
  display: inline;
}

.footer-nav__list dd a,
.footer-nav__list dd a:hover{
  color: #919191;
}

.footer-logo__wrapper{
  max-width: 1000px;
  width:100%;
  text-align: center;
  margin:auto;
  padding-top:80px;
}

.footer-bottom__right{

}

.footer-bottom__left{
  padding-top:10px;
}


.footer-bottom__wrapper{
  max-width: 1000px;
  width: 100%;
  margin:auto;
  padding-top:20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.footer-contact__sns{
  padding-top:30px;
  display: flex;
  justify-content: flex-end;
}

.footer-contact__sns-link{
  display: inline-block;
  width:28px;
  height:28px;
  margin-left: 25px;
}

.footer-link__list{
  display: flex;
}
.footer-link__listitem{
  margin-right:30px;
}
.footer-link__listitem a{
  font-family: 'Noto Sans JP', sans-serif;
  color:#ffffff;
  font-size : 13px;
  font-weight: normal;
}
.footer-copy__wrapper{
  margin-top:10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: normal;
}

/*sp*/
@media screen and (max-width: 767px) {

  .footer__wrapper{
    background-color: #000000;
    color: #ffffff;
    padding: 30px 25px 25px ;
  }
  .backto-top__button{
    position: absolute;
    top: -57px;
    right:10px;
    width: 47px;
    height: 47px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 5px #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .backto-top__button:before{
    content:'';
    display: block;
    width: 10px;
    height: 10px;
    transform:rotate(45deg);
    border-left: 2px solid  #000000;
    border-top: 2px solid #000000;
    opacity: 1;
  }

  .footer-nav__wrapper{
    display: flex;
    flex-direction: column;
    margin:auto;
  }

  .footer-nav__inner{
    padding-top:30px;
    padding-bottom:30px;
    border-bottom: 1px solid #919191;
  }

  .footer-nav__inner:last-child{
    border-bottom: none;
  }





  .footer-logo__wrapper{
    text-align: center;
    margin:auto;
    padding-top:20px;
    display: flex;
    flex-direction: column-reverse;
  }

  .footer-logo__link{
    padding-top: 50px;
    width: 200px;
    margin: auto;
  }

  .footer-contact__sns{
    padding-top:0px;
    display: flex;
    justify-content: center;
  }
  
  .footer-contact__sns-link{
    display: inline-block;
    width:28px;
    height:28px;
    margin-left: 25px;
  }

  .footer-bottom__wrapper{
    max-width: 1000px;
    width: 100%;
    margin:auto;
    padding-top:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-bottom__right{
    padding-top:45px;
    text-align: center;
  }

  .footer-link__list{
    display: block;
    text-align: center;
  }
  .footer-link__listitem{
    display: inline-block;
    margin-right:10px;
    margin-left:10px;
    font-size: 10px;
    margin-top:15px;
  }
  .footer-link__listitem a{
    display: inline-block;
    font-size: 10px;
  }
  .footer-copy__wrapper{
    text-align: center;
    margin-top: 25px;
    font-size: 10px;
  }


}

/*pc*/
@media print, screen and (min-width: 768px){

}

/* ------------------------------------
  breadcrumbs
------------------------------------ */

.breadcrumbs__wrapper{
  width:100%;
  padding-left:60px;
  padding-top:20px;
  text-align: left;
}

.breadcrumbs__nav{
  width:100%;
  overflow-x: auto;
}
.breadcrumbs__nav-list{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.breadcrumbs__nav-listitem{
  font-size:12px;
  white-space: nowrap;
}

.breadcrumbs__nav-listitem::after{
  content:'＞';
  display: inline-block;
  width: 1.6rem;
  text-align: center;
}
.breadcrumbs__nav-listitem:last-of-type:after{
  content:'';
  display: none;
}

/*sp*/
@media screen and (max-width: 767px) {

  .breadcrumbs__wrapper{
    width:100%;
    padding-left:25px;
    padding-right:25px;
    padding-top:10px;
    text-align: left;
  }
  
  .breadcrumbs__nav{
    width:100%;
    overflow-x: auto;
  }
  .breadcrumbs__nav-list{
    display: inline;
    justify-content: flex-start;
    flex-direction: row;
  }
  
  .breadcrumbs__nav-listitem{
    font-size:12px;
    white-space: nowrap;
    display: inline;
    text-wrap: wrap;
    max-width: 100%
  }
  
  .breadcrumbs__nav-listitem::after{
    content:'＞';
    display: inline-block;
    width: 1.6rem;
    text-align: center;
  }
  .breadcrumbs__nav-listitem:last-of-type:after{
    content:'';
    display: none;
  }
}


/* ------------------------------------
  main
------------------------------------ */

.l-main {
  display: none;
  min-height: calc(100vh - 60px);
  padding-top:60px;
  padding-bottom:120px;
  background-color: #ffffff ;
}

@media screen and (max-width: 768px) {
  .l-main {
    min-height: calc(100vh - 60px);
    padding-bottom: 90px;
  }
}

.l-base-w {
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 10px;
}
.l-base {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 10px
}
.l-base-s {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.l-base-works {
  width: 100%;
  max-width: 1068px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .l-base {
    width: 80vw;
    padding: 0;
  }
  .l-base-s {
    width: 80vw;
  }
  .l-base-works {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
  }
  .page-works .l-base-works {
    width: 80%;
    min-width: 80%;
    padding: 0px;
    box-sizing: border-box;
  }
}

/* ------------------------------------
  Part
------------------------------------ */
.p-sp-only {
  display: none!important;
}
.p-sp-s-only {
  display: none!important;
}
@media screen and (max-width: 768px) {
  .p-pc-only {
    display: none!important;
  }
  .p-sp-only {
    display: inherit!important;
  }
}
@media screen and (max-width: 480px) {
  .p-sp-s-only {
    display: inherit!important;
  }
}

.p-anchor {
  margin-top: 20px;
  padding-top: -20px;
}

.p-opa {
  transition: all  0.3s ease-out;
}
.p-opa:hover {
  text-decoration: none!important;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-opa {
    transition: initial;
  }
  .p-opa:hover {
    opacity: 1;
  }
}

.p-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.p-pageTitle {
  margin-bottom: 140px;
  font-size: 50px;
  letter-spacing: 2.5px;
  color: #1a1311;
  text-align: left;
}
.p-pageTitle--top {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-pageTitle {
    margin-bottom: 42px;
    font-size: 40px;
    letter-spacing: 2.5px;
  }
}

.p-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 2000;
}

.back-to-list a{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  background-image: url('../img/arrow_back@2x.png');
  background-size: 17px 9px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 25px;
}

/* ------------------------------------
  Component
------------------------------------ */
.c-btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  border: 1px solid #474645;
  font-size: 20px;
  letter-spacing: 1px;
  color: #474645;
}
.c-btn.wht {
  border: 1px solid #fff;
  color: #fff;
}
.c-btn a {
  display: block;
  color: #474645;
}
.c-btn.wht a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-btn {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
  }
}


.c-worksList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-worksList li {
  position: relative;
  width: 32.5%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}

.c-worksList li.spacer {
  max-height:0px;
  visibility: hidden;
  margin: 0px;
  padding: 0px;
}

.c-worksList-img{
  background-color: #221814;
  height: 196px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-worksList-text{
  box-sizing: border-box;
  text-align: left;
  min-height: 120px;
  padding: 20px 20px;
}
.c-worksList-title{
  font-family: 'Noto Sans JP', sans-serif;
}
.c-worksList-client{
  font-family: 'Roboto Condensed', sans-serif;
  margin-right: 10px;
  font-size: 8.5px;
}
.c-worksList-client-name{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  display: block;
  margin-top: 8px;
}
.c-worksList-shien-name{
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #201715;
  color:#FFFFFF;
  padding:0px 10px;
  font-size:11px;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
  margin-top: 12px;
  border-radius: 4px;
  height:23px;
}
.c-worksList-shien-name:hover,.c-worksList-shien-name:active{
  color:#FFFFFF;
}
.c-worksList-shien-name:nth-last-of-type(){
  margin-right:0px;
}
.c-worksList li:hover {
  background: transparent;
}

.c-worksList li img{
  transform:  scale(1.05,1.05);
  transition:0.2s all;
}
.c-worksList li:hover img{
  transform:  scale(1.1,1.1);
  transition:0.7s all;
}

.c-worksList li img {
  width: 100%;
  height: auto;
  object-fit:contain;
}

@media screen and (max-width: 768px) {
  .c-worksList {
    margin-bottom: 65px;
  }
  .c-worksList li ,
  .page-works .c-worksList li{
    width: 100%;
    max-height: 100%;
  }
  .c-worksList li.spacer ,
  .page-works .c-worksList li.spacer{
    max-height: 0px;
    visibility: hidden;
    margin-bottom: 0px;
  }
  .c-worksList-img{
    background-color: #221814;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-worksList li:nth-child(odd) ,
  .page-works .c-worksList li:nth-child(odd) {
    margin-right: 0;
  }
  .c-worksList li:nth-child(even),
  .page-works .c-worksList li:nth-child(even){
    margin-left: 0;
  }
}




/* pagination */
.activity-nav{
  text-align: center;
  margin-top: 50px;
}
.page-numbers{
  margin:0 10px;
}
.page-numbers.current{
  color:#999;
}

/* swiper bullets */
.swiper-pagination {
	position: absolute;
	bottom: -70px;
	left: 10px;
	width: auto !important;
	left: auto !important;
	margin: 0 0 3em;
  max-width: 500px;
}
.swiper-pagination-bullet {
	padding: 0;
  margin-left: 5px;
	width: 70px !important;
	height: 2px !important;
  border-radius: 0px !important;
	opacity: 1;
	background: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active {
	color:#fff;
	background: #666 !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
  	width: 20px;
  }
}

/*spacer*/
.spacer{
  height:0px;
}