@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=GFS+Didot&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:100,300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Amiri:400,700&display=swap");
@-webkit-keyframes sdb {
  0% {
    height: 50px;
    margin-top: 10px;
    opacity: 0;
  }
  40% {
    height: 50px;
    margin-top: 0;
  }
  42% {
    height: 50px;
    margin-top: 0;
  }
  90% {
    height: 0;
    margin-top: 50px;
  }
  100% {
    height: 0;
    opacity: 1;
  }
}

@keyframes sdb {
  0% {
    height: 50px;
    margin-top: 10px;
    opacity: 0;
  }
  40% {
    height: 50px;
    margin-top: 0;
  }
  42% {
    height: 50px;
    margin-top: 0;
  }
  90% {
    height: 0;
    margin-top: 50px;
  }
  100% {
    height: 0;
    opacity: 1;
  }
}

* {
  padding: 0;
  margin: 0;
}

html, body {
  width: 100%;
}

h1 {
  font-weight: 400;
}

h2 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 16px !important;
  letter-spacing: 4px;
  margin-bottom: 60px;
  position: relative;
  padding-left: .8em;
}

h2::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 1em;
  background-color: #a8adc6;
}

@media (max-width: 768px) {
  h2 {
    margin-bottom: 30px;
  }
}

a {
  text-decoration: none;
  color: #fff;
}

a:visited {
  color: #fff;
}

body {
  opacity: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img {
  width: 100%;
}

.lfade {
  opacity: 0;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}

.sfade {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1200ms;
}

.sfade.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.isPc {
  display: block;
}

@media (max-width: 768px) {
  .isPc {
    display: none;
  }
}

.isSp {
  display: none;
}

@media (max-width: 768px) {
  .isSp {
    display: block;
  }
}

.container {
  overflow: auto;
  opacity: 0;
  transition: all .4s ease-out;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.container::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(/assets/img/bg.jpg) center no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .container {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.sidebar {
  position: relative;
  width: 210px;
  height: 100%;
  min-height: 400px;
  position: fixed;
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b3000000',GradientType=1 );
  /* IE6-9 */
  color: #fff;
  transform: translateX(-210px);
  transition: transform .8s ease-out 0.2s;
}

.sidebar.lfsin {
  transform: translateX(0);
}

.sidebar.lower {
  transform: translateX(0px);
}

.sidebar .sideMain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 32vh;
}

.sidebar .sideMain .navArea {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
  padding-left: 20px;
}

.sidebar .sideMain .navArea ul {
  list-style: none;
  display: inline-block;
}

.sidebar .sideMain .navArea ul li {
  font-size: 10px;
  line-height: 38px;
  opacity: 0;
  transform: translateX(60px);
  transition: transform .6s ease, opacity .2s ease-out;
}

.sidebar .sideMain .navArea ul li:nth-child(2) {
  transition-delay: .15s;
}

.sidebar .sideMain .navArea ul li:nth-child(3) {
  transition-delay: .3s;
}

.sidebar .sideMain .navArea ul li:nth-child(4) {
  transition-delay: .45s;
}

.sidebar .sideMain .navArea ul li:nth-child(5) {
  transition-delay: .6s;
}

.sidebar .sideMain .navArea ul li:nth-child(6) {
  transition-delay: .75s;
}

.sidebar .sideMain .navArea ul li:nth-child(7) {
  transition-delay: .9s;
}

.sidebar .sideMain .navArea ul li a {
  transition: color .6s ease;
}

.sidebar .sideMain .navArea ul li.active a {
  opacity: 0.9;
  color: #b2f1ed;
}

.sidebar .sideMain .navArea ul .pnavOpen {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease-out, opacity .9s ease-out;
}

.sidebar .snsArea {
  position: absolute;
  right: 0;
  bottom: 80px;
  padding: 0 20px;
}

.sidebar .snsArea ul {
  list-style: none;
  display: inline-block;
}

.sidebar .snsArea ul li {
  width: 24px;
  display: inline-block;
}

.sidebar .snsArea ul li:first-child {
  margin-right: 10px;
}

.sidebar .copyArea {
  font-size: 10px;
  transform: scale(0.8);
  position: absolute;
  bottom: 20px;
}

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar.lower .navArea ul li {
  transform: translateX(0) !important;
  transition-delay: 0s !important;
}

#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
}

#nav-toggle span:nth-child(3) {
  top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.spNav {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b3000000',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

.spNav {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 6px;
}

.spNav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease;
}

.spNav a:hover {
  color: #666;
}

.spNav ul {
  list-style: none;
}

.spNav ul li {
  line-height: 40px;
  opacity: 0;
  transform: translateX(60px);
  transition: transform .6s ease, opacity .2s ease;
}

.spNav ul li:nth-child(2) {
  transition-delay: .15s;
}

.spNav ul li:nth-child(3) {
  transition-delay: .3s;
}

.spNav ul li:nth-child(4) {
  transition-delay: .45s;
}

.spNav ul li:nth-child(5) {
  transition-delay: .6s;
}

.spNav ul li:nth-child(6) {
  transition-delay: .75s;
}

.spNav ul li:nth-child(7) {
  transition-delay: .9s;
}

.spNav ul li.active a {
  opacity: 0.9;
  color: #b2f1ed;
}

.spNav .spSsns {
  position: absolute;
  bottom: 10px;
}

.spNav .spSsns ul {
  list-style: none;
}

.spNav .spSsns ul li {
  display: inline-block;
  width: 40px;
}

.spNav .spSsns ul li:first-child {
  margin-right: 20px;
}

/* open */
.open {
  overflow: hidden;
}

.open .spNav {
  visibility: visible;
  opacity: 1;
}

.open .spNav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
}

.main-contents {
  transition-delay: 0.3s;
  position: relative;
  width: calc(100% - 210px);
  margin-left: 210px;
  min-height: 400px;
}

@media (max-width: 768px) {
  .main-contents {
    width: 100%;
    margin-left: 0;
  }
}

.spCopy {
  font-size: 10px;
  transform: scale(0.8);
  text-align: center;
  /* left: 0; */
  /* right: 0; */
  margin-bottom: 20px;
  /* bottom: 20px; */
  /* margin: auto; */
  color: #fff;
}

.section {
  position: relative;
  overflow: hidden;
}

#top .topWrapper {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
  padding: 2%;
  margin: 8vh auto;
  height: 84vh;
}

#top .topWrapper .titleArea {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  margin-top: 30vh;
}

#top .topWrapper .titleArea h1 {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Amiri", serif;
  letter-spacing: 2px;
  text-align: center;
  transform: translateY(40px);
  transition: transform .8s ease;
}

#top .topWrapper .titleArea h1.is-fixed {
  position: fixed;
  top: 0;
  left: 100px;
  z-index: 2;
  width: 100%;
  transform: scale(0.6);
}

@media (max-width: 768px) {
  #top .topWrapper .titleArea h1.is-fixed {
    left: 0;
  }
}

@media (max-width: 768px) {
  #top .topWrapper .titleArea h1 {
    font-size: 22px;
  }
}

#top .topWrapper .titleArea p {
  letter-spacing: 4px;
  text-align: center;
  transform: translateY(40px);
  transition: transform .8s ease .2s;
}

#top .topWrapper .titleArea .lfmove {
  transform: translateY(0);
}

#top .topWrapper .newsArea {
  font-size: 12px;
  position: absolute;
  opacity: 0;
  transition: all .8s ease .8s;
  text-align: center;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 200px;
  margin: auto;
  padding: 0 40px;
}

#top .topWrapper .newsArea.lffade {
  opacity: 1;
}

#top .topWrapper .newsArea ul {
  list-style: none;
}

#top .topWrapper .newsArea ul li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  #top .topWrapper .newsArea {
    text-align: left;
    bottom: 120px;
    padding: 0 10px;
  }
}

#top .scrollWrap {
  opacity: 1;
}

#top .scrollWrap p:first-child {
  width: 156px;
  color: #fcfcfc;
  font-family: "Lato", sans-serif;
  text-align: center;
  position: absolute;
  /* top: 344px; */
  bottom: 60px;
  left: 0;
  right: 0;
  font-size: 10px;
  letter-spacing: 4px;
  margin: auto;
}

@media (max-width: 768px) {
  #top .scrollWrap p:first-child {
    bottom: 130px;
  }
}

#top .scrollWrap .ykscrollbar {
  position: absolute;
  bottom: 00px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  transform: scale(0.7);
  height: 0;
  background: #fcfcfc;
  -webkit-animation: sdb 2s infinite ease;
  animation: sdb 2s infinite ease;
}

@media (max-width: 768px) {
  #top .scrollWrap .ykscrollbar {
    bottom: 70px;
  }
}

.main-contents .lowerTitle {
  font-size: 22px;
  font-family: "Amiri", serif;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 100px;
  z-index: 2;
  width: 100%;
  transform: scale(0.6);
}

@media (max-width: 768px) {
  .main-contents .lowerTitle {
    left: 0;
  }
}

#works .worksWrapper {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
  background: #fff;
  padding: 2%;
  margin: 8vh auto;
}

@media (max-width: 768px) {
  #works .worksWrapper {
    padding: 6%;
  }
}

#works .worksWrapper ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

#works .worksWrapper ul li {
  position: relative;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 1%;
}

#works .worksWrapper ul li:nth-child(4n) {
  margin-right: 0;
}

#works .worksWrapper ul li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (max-width: 768px) {
  #works .worksWrapper ul li {
    width: 49%;
  }
  #works .worksWrapper ul li:nth-child(2n) {
    margin-right: 0;
  }
}

#works .worksWrapper ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

#works .worksWrapper ul li a {
  transition: all .7s ease;
}

#works .worksWrapper ul li a:hover {
  opacity: 0.6;
}

#detail {
  min-height: 100vh;
}

#detail .detailWrapper {
  position: relative;
  overflow: hidden;
  width: 90%;
  padding: 2%;
  max-width: 1500px;
  margin: 40px auto;
  background: #fff;
  margin: 8vh auto;
}

@media (max-width: 768px) {
  #detail .detailWrapper {
    padding: 6%;
  }
}

#detail .detailWrapper h1 {
  display: inline-block;
  font-size: 22px;
  font-family: "Amiri", serif;
  margin-right: 20px;
}

#detail .detailWrapper .workInfo {
  display: inline-block;
  margin-bottom: 20px;
}

#detail .detailWrapper .workInfo p {
  display: inline-block;
}

#detail .detailWrapper .workInfo p:first-child {
  margin-right: 10px;
}

#detail .detailWrapper .closeParts {
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 4%;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

#detail .detailWrapper .closeParts span::before,
#detail .detailWrapper .closeParts span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 2%;
  margin: 0% 0 0 -42%;
  background: #000000;
}

#detail .detailWrapper .infoArea {
  margin-bottom: 40px;
}

#detail .detailWrapper .closeParts span::before {
  transform: rotate(-45deg);
}

#detail .detailWrapper .closeParts span::after {
  transform: rotate(45deg);
}

#detail .detailWrapper .transitionParts {
  text-align: right;
}

#detail .detailWrapper .transitionParts .back, #detail .detailWrapper .transitionParts .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media (max-width: 768px) {
  #detail .detailWrapper .transitionParts .back, #detail .detailWrapper .transitionParts .next {
    top: 86%;
  }
}

#detail .detailWrapper .transitionParts .back span, #detail .detailWrapper .transitionParts .next span {
  position: absolute;
  display: block;
  /* padding-left: 20px; */
  width: 100%;
  height: 100%;
}

#detail .detailWrapper .transitionParts .back span::before, #detail .detailWrapper .transitionParts .next span::before {
  content: '';
  width: 50%;
  height: 50%;
  border: 0px;
  border-top: solid 1px #494949;
  border-right: solid 1px #494949;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 25%;
  margin-top: -25%;
}

#detail .detailWrapper .transitionParts .next span::before {
  transform: rotate(45deg);
}

#detail .detailWrapper .transitionParts .back {
  left: 8px;
}

@media (max-width: 768px) {
  #detail .detailWrapper .transitionParts .back {
    left: 6%;
  }
}

#detail .detailWrapper .transitionParts .next {
  right: 8px;
}

@media (max-width: 768px) {
  #detail .detailWrapper .transitionParts .next {
    right: 6%;
  }
}

#detail .detailWrapper .imageArea {
  width: 88%;
  margin: 10vh auto;
}

@media (max-width: 768px) {
  #detail .detailWrapper .imageArea {
    width: 100%;
  }
}

#about .aboutWrapper {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
  background: #fff;
  padding: 2%;
  margin: 8vh auto;
}

@media (max-width: 768px) {
  #about .aboutWrapper {
    padding: 6%;
  }
}

#about h1 {
  display: inline-block;
  font-size: 22px;
  font-family: "Amiri", serif;
  margin-right: 20px;
  margin-bottom: 40px;
}

#about .aboutProf {
  margin-bottom: 60px;
  font-size: 12px;
  text-align: center;
}

#about .aboutProf h3 {
  margin-bottom: 20px;
}

#about .aboutProf p {
  line-height: 30px;
}

#about .aboutInfo {
  margin-bottom: 60px;
}

#about .aboutInfo a {
  text-decoration: none;
  color: #008b82;
}

#about .aboutInfo a:visited {
  olor: #008b82;
}

#about .aboutInfo p {
  text-align: center;
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 10px;
}

#about .aboutInfo ul {
  list-style: none;
  font-size: 10px;
  width: 52%;
  margin: 0 auto;
}

#about .aboutInfo ul li {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  #about .aboutInfo ul {
    width: 90%;
  }
}

#shop .shopWrapper {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
  background: #fff;
  padding: 2%;
  margin: 8vh auto;
  height: 84vh;
}

@media (max-width: 768px) {
  #shop .shopWrapper {
    padding: 6%;
  }
}

#shop .shopWrapper div.shop_itemList {
  font-size: 10px;
  text-align: center;
  padding-top: 40px;
}

#shop .shopWrapper div.shop_itemList ul {
  display: flex;
  justify-content: space-evenly;
}

@media (max-width: 768px) {
  #shop .shopWrapper div.shop_itemList ul {
    display: block;
  }
}

#shop .shopWrapper div.shop_itemList ul li {
  list-style: none;
  width: 220px;
}

@media (max-width: 768px) {
  #shop .shopWrapper div.shop_itemList ul li {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

#shop .shopWrapper div.shop_itemList ul li .baseWrap {
  overflow: hidden;
  height: 310px;
  border: 1px solid #fbfbfb;
}

@media (max-width: 768px) {
  #shop .shopWrapper div.shop_itemList ul li .baseWrap {
    height: 276px;
  }
}

@media (max-width: 768px) {
  #shop .shopWrapper div.shop_itemList ul li .baseWrap iframe {
    width: 230px;
  }
}

#shop .shopWrapper div.shop_itemList ul li .itemInfo {
  width: 100%;
}

#shop .shopWrapper div.shop_itemList ul li .itemInfo p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#shop .shopWrapper div.shop_itemList ul li .itemInfo p:first-child {
  margin-bottom: 6px;
}

@media only screen and (max-width: 700px) {
  #shop .shopWrapper div.shop_itemList ul li {
    width: 90%;
    display: block;
  }
}

#contact .contactWrapper {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
  background: #fff;
  padding: 2%;
  margin: 8vh auto;
  height: 84vh;
}

@media (max-width: 768px) {
  #contact .contactWrapper {
    padding: 6%;
  }
}

#contact .contactWrapper h2 + div {
  font-size: 12px;
  text-align: center;
  padding-top: 40px;
  margin-top: 20vh;
}

#contact .contactWrapper .contactBtn {
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin: 40px auto 0;
  padding: 10px 0;
  border: 1px solid #000;
  width: 180px;
  transition: all .7s ease;
  cursor: pointer;
}

#contact .contactWrapper .contactBtn:hover {
  background: #000;
}

#contact .contactWrapper .contactBtn:hover a {
  color: #fff;
}

#contact .contactWrapper .contactBtn a {
  display: block;
  color: #000;
  transition: all .7s ease;
}

@media (max-width: 768px) {
  .aboutWrapper, .worksWrapper, .contactWrapper {
    padding: 4% !important;
  }
}

@media (max-width: 768px) {
  .shopWrapper {
    height: initial !important;
  }
}

.isSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .isSp {
    display: block;
  }
}
