@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #555;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #Fefcfb;
  line-height: 2.0;
  -webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
/* スマホ用スタイル */
#wrapper {
  width: 100%;
  margin: 0 auto;
}
header {
  z-index: 999;
}
header h1 img {
  width: 50px;
}
header h1 {
  margin: 0;
  padding: 0;
  width: 150px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
}
nav {
  position: fixed;
  right: 64px;
  top: 12px;
  z-index: 900;
  animation: slide-skew 2s cubic-bezier(0.25, 0.9, 0.5, 1) forwards;
  font-family: 'Lora', serif;
}
@keyframes slide-skew {
  0% {
    transform: translate(0, -100px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
nav ul {
  text-align: right;
}
nav ul li {
  display: inline;
  margin: 0 12px 10px 0;
  font-size: 1.4rem;
}
nav ul li a {
  text-decoration: none;
  color: #888;
}
/* Contact */
#contact {
  position: relative;
  margin-bottom: 40px;
}
.contact_getintouch {
  text-decoration: none;
  color: #6d696A;
  font-size: 4.0rem;
  font-family: 'Lobster';
}
.contact_here a {
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
}
.contact_here {
  text-align: right;
}
.contact_here img {
  width: 24px;
  margin: 8px 8px 0;
}
/* 横に流れるテキスト */
.slideshow_wrap {
  padding: 0;
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  bottom: 0;
  top: 0;
}
.slideshow {
  display: flex;
  animation: loop-slide 10s infinite linear 1s both;
}
.slideshow span {
  width: 400px;
  display: inline;
  margin: 0 10px;
}
@keyframes loop-slide {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-30%);
  }
}
/* footer */
footer small {
  font-size: 1.2rem;
  line-height: 40px;
  width: 95%;
  border-top: solid 1px #aaa;
  display: block;
  margin: 0 auto;
}
.pagetop {
  text-align: right;
  margin: 0 10px;
}
.pagetop a {
  text-decoration: none;
  color: #888;
  font-size: 1.4rem;
  font-weight: bold;
}
/* ダークモード切り替え */
label {
  width: 50px;
  height: 25px;
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  background: #f3f3f3;
  border-radius: 50px;
  box-shadow: inset 0px 5px 15px rgba(0, 0, 0, 0.2), inset 0px -5px 15px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: 0.3s;
  z-index: 900;
}
label:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: linear-gradient(180deg, #555, #888);
  border-radius: 40px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
input {
  width: 0;
  height: 0;
  visibility: hidden;
}
input:checked + label {
  background: #aaa;
}
input:checked + label:after {
  left: 45px;
  transform: translateX(-100%);
  background: linear-gradient(180deg, #fff, #eee);
}
label:active:after {
  width: 20px;
}
.light_theme {
  background-color: #fefcfb;
  color: #555;
}
.light_theme a {
  color: #555;
}
.dark_theme {
  background-color: #333;
  color: #ddd;
}
.dark_theme a, .dark_theme span {
  color: #ddd;
}
/* ↑ 共通 ↑ */


/* SP,TB用 Parallax */
.parallax {
	height: 40vh;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	 margin: 6vh auto 0;
}
.parallax.bg-01 {
	background-image: url("../images/yumeizumi/yumeizumi_03@1200.jpg");
}

.work_top {
  width: 90%;
  margin: 20px auto 32px;
	
}
.work_top h2 {
  display: inline;
  font-size: 2.8rem;
  margin-bottom: 12px;
}
.work_top .work_top__roll {
  color: #aaa;
  margin-bottom: 0;
}
.work_top a {
  text-decoration: none;
  color: #aaa;
  display: inline-block;
}
.work_top p {
  margin-bottom: 20px;
}
.work_intro {
  width: 90%;
  margin: 0 auto 40px;
}
.work_intro__first {
  margin-right: 80px;
}
.work_intro h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.work_intro p {
  margin-bottom: 20px;
}
.work_detail {
  width: 90%;
  margin: 0 auto;
}
.work_detail h3 {
  font-size: 1.6rem;
  font-weight: bold;
  border-top: 1px solid #aaa;
  padding-top: 32px;
  margin-bottom: 20px;
}
.work_detail p {
  margin-bottom: 32px;
}
.work_images {
  width: 90%;
  margin: 0 auto;
}
.work_images img {
  margin-bottom: 20px;
}
.work_images h5 {
  margin-bottom: 20px;
}
.work_next {
  border-bottom: solid 1px #6d696A;
  width: 100px;
  display: block;
  margin: 0 10px 40px auto;
  padding: 0;
}
.work_next::after {
  content: "";
  width: 8px;
  height: 3px;
  border-top: 1px solid #6d696A;
  transform: rotate(45deg);
  display: block;
  margin: 0 0 0 auto;
}
.work_next a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #6d696A;
  padding-left: 2px;
}

.fadein01 {
  opacity : 0.1;
  transform : translate(0, 50px);
  transition : all 1s;
}
.fadein01.active{
  opacity : 1;
  transform : translate(0, 0);
}




/* タブレット */
@media screen and (min-width:600px) {
  header h1 {
    top: 20px;
    left: 20px;
  }
  nav {
    right: 64px;
    top: 20px;
  }
  nav ul li {
    display: inline;
    margin: 0 44px 10px 0;
    font-size: 1.6rem;
  }
  /* ダークモード切り替え */
  label {
    top: 20px;
    right: 20px;
  }
  /* footer */
  footer small {
    font-size: 1.2rem;
    line-height: 40px;
  }
  /* ↑ 共通 ↑ */
  .work_intro {
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
	.work_images__web {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.work_images__web img {
		width: 40vw;
	}
}
/* PC */
@media screen and (min-width:960px) {
  header h1 {
    top: 20px;
    left: 40px;
  }
  nav {
    right: 88px;
    top: 20px;
  }
  nav ul li {
    margin: 0 48px 10px 0;
    font-size: 1.8rem;
  }
  /* ダークモード切り替え */
  label {
    top: 20px;
    right: 40px;
  }
  /* 横に流れるテキスト */
  .slideshow_wrap {
    padding: 80px 0;
  }
  .slideshow span {
    width: 400px;
    font-size: 3.2rem;
  }
  /* footer */
  footer small {
    width: 95%;
  }
  .pagetop {
    text-align: right;
    margin: 0 40px;
  }
  .pagetop a {
    font-size: 1.6rem;
  }
  /* ↑ 共通 ↑ */
	
	/* Parallax */
.parallax {
	height: 70vh;
	max-height: 1200px;
	width: 80%;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.parallax.bg-01 {
	background-image: url("../images/yumeizumi/yumeizumi_03@1200.jpg");
}	
	.work_all {
		width: 80%;
		margin: 0 auto;
	}
  .work_images img {
    width: 900px;
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
  }
	.work_images .work_images__web img {
		width: 35vw;
	}
  /*  最初にLOADING中 */
  .start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9990;
  }
  .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
  }
  .start img {
    width: 200px;
  }
  .start2 {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9989;
  }
  .start2 p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
  }
  .start2 img {
    width: 200px;
  }
}