* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
  font-size:100%;
  margin: 0px;
  color: rgb(100, 100, 100);
}

h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: lighter;
  font-size: 36px;
  height: 100px;
  color: rgb(129, 129, 129);
}

a {
  text-decoration: none;
  display: inline-block;
  color: black;
}

li {
  list-style: none;
}



body {
  overscroll-behavior-y: none;
}

header {
  width: 100%;
  text-align: center;
  position: fixed;
  height: 60px;
  /* background-color: thistle; */
  z-index: 1;
}

/* .cover {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vw;
  background-color: rgb(117, 56, 56);
  z-index: 0;
} */

.taiyaki {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: rgb(92, 92, 92);
  /* text-shadow: 1px 1px 2px rgb(190, 190, 190); */
  font-size: 20px;
  font-weight: 400;
  font-family: 'Comfortaa', cursive;
  /* background-color: rgb(144, 87, 87); */
}
.taiyaki:hover {
  color: black;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1.1, 1.1);
  transition: all 0.1s ease 0s;
}


.img-container {
  position: fixed;
  /* background-color: rgb(100, 50, 50); */
  width: 100%;
  height: 100%;
  /* transform: translate(, -50%); */
  /* left: 50%; */
  z-index: 0;
}




.js-modal-open {
  position: fixed;
  transform: translate(-10vmin, -10vmin);
  animation : fadeIn 2s ease 0s 1 normal;
  animation-delay: 2s;
  -webkit-animation : fadeIn 2s ease 0s 1 normal;
  transition: all 0.5s ease 0s;
  /* background-color: rgb(124, 74, 74); */
}
.js-modal-open:hover {
  z-index: 3;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1.0;}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1.0;}
}


.hoge {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  display: none;
  height: 30vmin;
  width: 30vmin;
  object-fit: cover;
  max-width: 15vmin;
  max-height: 15vmin;
  opacity: 0.8;
  background-color: black;
  box-shadow : 10px 10px 10px 0 rgba(129, 129, 129, 0.705);
}

.hoge-camera {
}


.picture-name {
  display: none;
  position: absolute;
  transform: translate(-50%,-50%);
  top: calc(50% - 10vmin);
  /* padding-bottom: 10px; */
  font-size: 12px;
  padding: 3px;
  font-family: 'Comfortaa', cursive;
  background-color: rgba(255, 255, 255, 0.8);
  /* text-shadow: 2px 2px 0px #ffffff; */
}


.drag-and-drop {
  position: absolute;
  transform: translate(-50%, -50%);
  /* z-index: 1000; */
}
/* .hoge:hover {
  cursor: move;
  transform: translate(-50%,-50%) rotate(5deg);
  transition: all 0.1s ease 0s;
} */
.hover:hover{
  cursor: move;
  transform: translate(-50%,-50%) rotate(5deg);
  transition: all 0.1s ease 0s;
}


.drag {
  z-index: 1001;
  transform: translate(-50%, -50%);
  text-align: center;
  /* width: 100vw; */
  /* height: 100vh; */
  padding: 100vmax;
  /* background-color: rgb(64, 85, 104); */
}

.invisible-wall {
  position: fixed;
  z-index: 2;
  background-color: rgb(141, 90, 90);
}







.modal{
  text-align: center;
  display: none;
  position: fixed;
  top: 0px;
  height: calc(100%);
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: scroll;
}

#modal__content{
  text-align: center;
  top: 0;
  width: 100%;
  max-width: 600px;
  /* height: 100%; */
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
}
#modal-photos{
  width: 100%;
  padding: 30px 0;
  /* background-color: rgb(173, 154, 154); */
}
.js-modal-close:hover {
  opacity: 1.0;
  cursor: pointer;
}

.site {
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
  font-weight: lighter;
  color: rgb(100, 100, 100);
}

.discription {
  display: none;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 95%;
  padding: 0 2.5%;
  border-right: 1px solid rgb(200, 200, 200);
  border-left: 1px solid rgb(200, 200, 200);
  margin: 0 2.5% 20px 2.5%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.discription p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.data {
  text-align: right;
  font-size: 13px;
}


.photo {
  width: 95%;
  max-width: 600px;
  padding: 0 0 30px 0;
  /* background-color: teal; */
}

.tap-to-close {
  /* position: absolute; */
  top: 20px;
  /* left: 50%; */
  /* transform: translate(-50%, 0); */
  line-height: 60px;
  width: 100%;
  /* height: 100%; */
  margin: 0 auto;
  color: rgb(128, 128, 128);
  font-size: 14px;
  /* background-color: rgb(255, 255, 255); */
}








/* SELECTOR */

.project-selector {
  position: fixed;
  text-align: center;
  bottom: 50px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  animation: selector-fadeIn 1.0s linear 1.0s;
  animation-fill-mode: both;
}
@keyframes selector-fadeIn{
	0%{	opacity: 0;}
	100%{	opacity: 1;}
}

.selector-box {
  text-align: center;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}
.selector {
  float: left;
  margin: 0 15px;
  opacity: 0.6;
  font-size: 14px;
  font-family: 'Comfortaa', cursive;
}
.photo-position {
  text-align: center;
  margin: 0 auto;
  width: 200px;
}
.arrange {
  float: left;
  line-height: 5px;
  margin: 15px 15px 0 15px;
  opacity: 0.6;
  font-size: 14px;
  font-family: 'Comfortaa', cursive;
}
.arrange-fin {
  float: left;
  line-height: 5px;
  margin: 15px 15px 0 15px;
  opacity: 0.6;
  font-size: 14px;
  font-family: 'Comfortaa', cursive;
}
.random {
  float: left;
  line-height: 5px;
  margin: 15px 15px 0 15px;
  opacity: 0.6;
  font-size: 14px;
  font-family: 'Comfortaa', cursive;
}
.clear {
  clear: left;
}
.selector:hover,
.arrange:hover,
.random:hover {
  opacity: 1.0;
  cursor: pointer;
  transform: scale(1.1, 1.1);
  transition: all 0.1s ease 0s;
}













/* FOOTER */

footer {
  position: fixed;
  bottom: 0px;
  /* border-top: 1px solid rgb(173, 173, 173); */
  width: 100%;
  height: 40px;
  margin: 0 auto;
  text-align: right;
  /* background-color: rgba(255, 255, 255, 0.8); */
}

h3 {
  font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", 'Sawarabi Gothic', 'M PLUS Rounded 1c', 'M PLUS 1p', 'Kosugi', sans-serif;
  font-weight:normal;
  line-height: 40px;
  font-size: 10px;
  color:  rgb(172, 172, 172);
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  /* border-top: 1px solid rgb(173, 173, 173); */
}






/*   Loading   */


.loading-spinner {
  margin: 0 auto;
  top: calc(50vh - 30px);
  width: 57px;
  height: 57px;
  position: relative;
  /* background-color: rgb(133, 74, 74); */
  z-index: 1000;
}

.cube1, .cube2 {
  background-color: rgb(180, 180, 180);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}