@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
html {
font-size: 62.5%!important; /*10px = 1rem*/
}
body {
  color: #333333;
  font-size: 1.4rem; /*14px*/
  font-family: 'Lato','Noto Sans JP',sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.03em;
  *font-size: small;
  *font: x-small;
  background-color: #fff;
  counter-reset: number;
    font-size: 1.4rem!important; /*14px*/
  line-height: 1.4;
  scroll-behavior: smooth;
}
.font-bg {
font-family: brandon-grotesque, sans-serif;
font-weight: 500;
font-style: italic;
}
img {
    image-rendering: -webkit-optimize-contrast;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,img {
  border: 0;
}
li {
  list-style: none;
}
caption,th {
  text-align: left;
}
th {
  vertical-align: baseline;
}
select,input,button,textarea {
  font: 99%;
}
table {
  font-size: inherit;
  font: 100%;
}
address,caption,em,strong,th {
  font-style:normal;
  font-weight:normal;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 1.8rem; 
  font-family: 'Lato','Noto Sans JP',sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
input,textarea,select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,textarea,select {
  *font-size: 100%;
}
a {
  color: #a39f9f;
    text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

a:visited {}
a:hover, a:focus,a:active {
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
  text-decoration: none;
}
a:hover img {
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}

::selection {
  color: #FFF;
  background: #D69999;
}
::-moz-selection {
  color: #FFF;
  background: #D69999;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  zoom: 1;
}
.center {
  text-align: center;
}
.indent {
  display: inline-block;
  padding: 0!important;
  vertical-align: middle;
}
strong {
  font-weight: 600;
}
.mgnauto {margin: 0 auto !important;}
.mb0 { margin-bottom: 0px !important;}
.mb10 { margin-bottom: 10px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb24 { margin-bottom: 24px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb80 { margin-bottom: 80px!important;}
.mt0 { margin-top: 0px !important;}
.mt10 { margin-top: 10px!important;}
.mt20 { margin-top: 20px!important;}
.mt24 { margin-top: 24px!important;}
.mt40 { margin-top: 40px!important;}
.mt60 { margin-top: 60px!important;}
.mt80 { margin-top: 80px!important;}
.fs12 { font-size:1.2rem!important;}
.fs15 { font-size:1.5rem!important;}
.fs16 { font-size:1.6rem!important;}
.fs14 { font-size:1.4rem!important;}
.fs18 { font-size:1.8rem!important;}
.fs24 { font-size:2.4rem!important;}
.fl-l {
  float:left;
}
.fl-r {
  float:right;
}
.ph-fl-r {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
}
.ph-fl-l {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.ta-l{
  text-align:left;
}
.ta-c{
  text-align:center;
}
.ta-r{
  text-align:right;
}
.small {
  font-size: .85rem!important;
}
/*Extra small*/
/*モバイル*/
section {
    margin-bottom: 64px;
}
nav.header-menu {
    margin-bottom: 40px;
	    display: none;
}
/*header*/
header h1 {
    margin: 0;
}
header h1 img {
   margin: 0 auto;
    display: block;
    width: 210px;
}
#contents-wrap div {
display: none;
}
#contents-wrap .row {
        padding-bottom: calc(var(--bs-gutter-x) * 1);
}

#contents-wrap img {
    width: 100%;
}
#elstop-body .right-navigation .sort-list {
display: none;
}
#top-body .right-navigation .work-cat {
display: none;
}
.sort-list ul {
    display: flex;
    align-items: center;
}

.sort-list ul li {
    margin-right: 20px;
}
.sort-list ul li:last-child {
    margin-right: 0;
}
.sort-list ul li,
.work-cat ul li {
font-family: brandon-grotesque, sans-serif;
font-weight: 500;
font-style: italic;
color: #000;
font-size: 12px;
cursor: pointer;
}

.left-navigation {
    display: none;
}
/*sp-menu*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#999;
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:39%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*g-nav sns*/
#g-nav .social-links {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#g-nav .social-links span {
    margin-right: 24px;
}

#g-nav .social-links span:last-child {
    margin-right: 0;
}

#g-nav .social-links span a img {
    width: 17px;
}
/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #fff;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: 'brandon-grotesque';
    font-size: 1.5rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	

	
/*ボタン内側*/

.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 2px;
	background-color: #666;
  }


.openbtn span:nth-of-type(1) {
	top:22px;	
  	width: 50%;
}

.openbtn span:nth-of-type(2) {
	top:29px;
  	width:30%;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}
.grid-item img {
    width: 100%;
}
.grid li {
    display: block;
}
ul.sort-btn {
    justify-content: center;
       margin-bottom: 21px;
}
header {
    padding-top: 28px;
}
.sort-btn li {
    position: relative;
  display: inline-block;
  text-decoration: none;
  }
.sort-btn li.active::after {
position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(1, 1);

}
.sort-btn li::after {
position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.sort-btn li.active:hover::after {
transform: scale(1, 1);
}
footer {
    margin: 30px 0;
}

footer p {
    font-size: 1.2rem;
    text-align: center;
}
footer .social-links {
    text-align: center;
	margin-bottom: 20px;
}

footer .social-links .social-icn {
    margin-right: 26px;
}
footer .social-links span:last-child {
    margin: 0;
}
footer .social-links .social-icn a img {
    width: 18px;
}

.copy h2 {
    font-family: 'brandon-grotesque';
    font-weight: 400;
    font-style: thin;
    text-align: center;
    letter-spacing: 0.12em;
    margin-bottom: 100px;
    margin: 50px 0;
    line-height: 1.7;
    font-size: 1.3rem;
    color: #666666;
}

.copy h2 span {
    font-size: 1.3rem;
    display: block;
    text-align: center;
}
/*.illust {
    background-image: url(../img/illust.png);
    background-repeat: no-repeat;
    background-size: 241px auto;
    background-position: 81% 105%;
}*/

/*--portfolio detaile--*/
.portfolio-detail-lg img {
    width: 100%;
    height: auto;
	margin-bottom: 8px;
}
.portfolio-detail-sm img {
    width: 100%;
    height: auto;
	margin-bottom: 8px;
}

section#portfolio-detail h2 {
    font-size: 1.7rem;
    margin-bottom: 30px;
	letter-spacing: 0.06em;
	margin-top: 68px;
}

section#portfolio-detail h2 span {
    font-size: 1.4rem;
    display: block;
    font-family: 'brandon-grotesque';
    font-style: italic;
    font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 2px;
}
.portfolio-detail-lg {
    margin-bottom: 80px;
}

.lg-txt1,
.sm-txt {
    font-size: 1.4rem;
    line-height: 1.8;
	width: 100%;
	letter-spacing: 0;
}

.lg-txt1 p,
.sm-txt p {
    margin-bottom: 20px;
}
.lg-txt1 p:last-child, .sm-txt p:last-child {
    margin-bottom: 0;
}
.container-page {
width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
#elstop-body .copy {
    display: none;
}
#elstop-body .right-navigation {
    display: none;
}
/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,1.2rem)!important;
    padding-left: var(--bs-gutter-x,1.2rem)!important;
    margin-right: auto;
    margin-left: auto;
}*/
.about-ph img {
    width: 100%;
}
#about {
    padding-top: 40px;
    margin-bottom: 58px;
}
.about-txt h2 {
    font-size: 1.7rem;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
}

.about-txt h2 span {
    font-size: 1.4rem;
    font-family: 'brandon-grotesque';
    font-weight: 500;
    font-style: italic;
    margin-left: 10px;
    letter-spacing: 0.02em;
}

.about-txt p {
    margin-bottom: 20px;
    line-height: 1.5;
}
.about-txt p:last-child {
   margin-bottom: 0;
}
.about-ph {
    margin-bottom: 15px;
}
.skill-detail h3 {
    font-family: 'brandon-grotesque';
    font-weight: 500;
    font-style: italic;
    font-size: 2rem;
    margin-bottom: 8px;
}

.skill-detail ul li {
    margin-bottom: 2px;
}
.skill-detail ul {
    margin-bottom: 26px;
}
.contact-wrap {
    width: 100%;
}
.contact-wrap h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
}

.contact-btn a {
    padding: 1.2rem 2rem;
    text-align: center;
    margin: 0 auto;
    display: block;
	color: #333333;
    text-decoration: none;
}

.contact-btn img {
    width: 20px;
    vertical-align: bottom;
    margin-right: 10px;
}
.line {
    width: 90%;
}

#contact {
    margin-top: 64px;
    margin-bottom: 100px;
}

#contact h2 {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 36px;
    line-height: 1.8;
}

.row>* {
    padding-right: calc(var(--bs-gutter-x) * .8)!important;
    padding-left: calc(var(--bs-gutter-x) * .8)!important;
}
.triangle {
    margin: 28px auto 0;
    display: block;
}
/* ----------------------------------------
* レスポンシブ 
---------------------------------------- */
@media (min-width:576px){
/*Small*/
/* 小デバイス（横向きモバイル, 576px 以上） */
}

@media (min-width:768px){
/*Medium*/
/* 中デバイス（タブレット, 768px 以上） */
.container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 670px;
}

.pc-none {
  display: none;
}

.right-navigation {
    position: fixed;
    top: calc( 50vh);
    right: 38px;
    z-index: 2;
    transform: translateY(-50%) translateX(50%) rotate( 
90deg);
}
.left-navigation {
display: block;
    position: fixed;
    top: calc( 50vh);
    left: 38px;
    z-index: 2;
    transform: translateY(-50%) translateX(-50%) rotate( 
90deg);
}
.left-navigation span.social-icn {
    margin-right: 20px;
    transform: rotate(-90deg);
    display: inline-block;
    width: 20px;
    height: auto;
}
.left-navigation .social-links {
    display: flex;
    align-items: center;
}
nav.header-menu {
    margin-bottom: 130px;
	margin-bottom: 70px;
	display: block;
	 flex-wrap: wrap;
}
/*.sp-menu {
display: none;
}*/
header {
    padding-top: 50px;
}
header h1 img {
    margin: 0 auto;
}
.header-menu ul {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: italic;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.4rem;
}
.header-menu ul li {
    margin-right: 20px;
    letter-spacing: 0.06em;
}
.header-menu ul li:last-child {
    margin: 0;
}

.header-menu {
    margin-bottom: 130px;
	display: block;

}
/*.header-menu ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.header-menu ul li a::after {
position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.header-menu ul li a:hover::after {
transform: scale(1, 1);
}*/
footer {
    margin: 50px 0;
}
.openbtn {
    top: 31px;
    right: 26px;
}
.container-page {
max-width: 1040px!important;
}
.copy h2 {
	margin: 70px 0 94px;
    line-height: 2.1;
    font-size: 1.3rem;
	word-spacing: 0.24em;
}
#portfolio-detail .container {
    padding: 0 40px;
}
#elstop-body .right-navigation {
display: block;
}
ul.sort-btn {
margin-bottom: 0;
}
.sort-list ul li {
font-size: 11px;
}
.work-cat ul li {
font-size: 12px;
}
.portfolio-detail-lg img {
	margin-bottom: 28px;
}
.lg-txt1, .sm-txt {
    line-height: 1.8;
}
.lg-txt1 {
	width: 77%;
}
.portfolio-detail-sm img {
	margin-bottom: 0;
}
.sm-txt p {
    padding: 0 20px;
}
header h1 a:hover img {
    opacity: 1;
}
header h1 img {
    width: 224px;
}
/*about*/
#g-nav ul {
    top: 52%;
}
#about {
    padding-top: 68px;
}
}
@media (min-width:992px){
/*Large*/
/* 大デバイス（デスクトップ, 992px 以上） */
.container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 930px;
}
.about-txt {
    padding: 0 20px 0 25px!important;
}
.about-txt h2 {
    margin-bottom: 17px;
}
.about-txt p {
    line-height: 1.7;
}
.contact-wrap {
    width: 80%;
    margin: 0 auto;
}
.line {
  width: 42%;
}


}
@media (min-width:1200px){
/*Extra large*/
/* 特大デバイス（ワイド・デスクトップ, 1200px 以上） */
.container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 1010px; 
}
}
@media (min-width:1400px){
/* 超特大デバイス (よりワイドな・デスクトップ, 1400px 以上） */
.container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 1280px; 
}
}


