@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
	font-size: 62.5%;
	color: #7A6856;
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
}
body {
	background-color: #fff;
}
h2,h3,h4,h5,h6,pre,p,a,select,nav,main,section,footer {
	color: #896C56;
	font-family: fot-tsukuardgothic-std,Quicksand, メイリオ,Meiryo,HiraKakuProN-W3,"ヒラギノ角ゴ ProN W3",sans-serif;
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-sizing: border-box;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
	transition: all 0.3s ease;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
.hover01:hover{
	opacity: 0.1;
}
/* --------------------------------
 * parts
 * -------------------------------- */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#eee;
  text-align:center;
  color:#000;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo svg{
    width: 300px;
}
#mask .st0{
	    fill:none;
    stroke:#fff;
    stroke-width:90;/*線の太さを指定する*/
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dasharray: 1500; /* 線の間隔を指定する */
    stroke-dashoffset:1500; /* 線の位置を指定する */
}
.wrapper {
	max-width: 960px;
	margin: 100px auto;
}
.container {
	max-width: 1030px !important;
	margin: 0 auto;
}
.view-more {
	font-size: 2rem;
	margin: 30px auto;
	text-align: center;
	text-decoration: underline;
}
.title {
	margin: 100px auto;
	font-family: 'Quicksand', sans-serif;
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	position: relative;
	padding: 0px 15px;
	letter-spacing: 6px;
}
/* fadeUp */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	padding: 30px 0 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUpTrigger{
	opacity: 0;
}
.delay-time02{
	animation-delay: 0.2s;
	position: relative;
	z-index: 1;
}
.delay-time03{
	animation-delay: 0.4s;
	position: relative;
}
.delay-time04{
	animation-delay: 1s;
	position: relative;
	z-index: -2;
}
.delay-time06{
	animation-delay: 0.6s;
	position: relative;
}
/* --------------------------------
 * header
 * -------------------------------- */

header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    transition: all 0.3s ease 0s;
	z-index: 999;
		font-family: fot-tsukuardgothic-std,Quicksand, メイリオ,Meiryo,HiraKakuProN-W3,"ヒラギノ角ゴ ProN W3",sans-serif;
}
.header_inner {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	margin: 30px auto;
}
header h1{
	color: #D8BFD8;
	margin: 0 auto;
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
}
.header_inner a{
	color: #D8BFD8;
	font-family: "inherit";
	letter-spacing: 8px;
	font-size: 2.5rem;
}
.main-nav a {
	color: #D8BFD8;
	font-size: 1.5rem;
	font-weight: 400;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
}

header.fixed {
	position: fixed;
	height: 70px;
	background-color: #fff;
	color: #896C56;
	z-index: 999;
}
header.fixed h1 {
	font-size: 2rem;
	line-height: 1;
	margin: 0 10px;
	text-align: left;
	color: #896C56;
}
header.fixed .header_inner a {
	color: #896C56;
}
header.fixed .header_inner {
	display: flex;
	color: #896C56;
}
header.fixed nav ul li a {
	line-height: 1;
}
header.fixed.main-nav ul {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    z-index: 999;
}
header.fixed .link-nav {
    display: none;
}

.main-nav ul {
	display: flex;
	margin: 10px auto;
	justify-content: center;
}
.main-nav li {
	margin: 0 10px;
}
.link-nav {
	position: absolute;
	top: 60px;
	right: 30px;
	display: block;
	margin: 10px;
}
.link-nav ul {
	display: flex;
}
.link-nav li a {
    display: inline-block;
    margin-right: 20px;
	font-size: 2.5rem;
	color: #D8BFD8;
}
/*slider*/
.slide {
    position: relative;
}
.slider {
	position:relative;
	z-index: 1;
	height: 100vh;
	box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
}
.slider-item01 {
	background:url(../images/p-1.jpg);
	max-width: 100%;
	height: auto;
}
.slider-item02 {
	background:url(../images/p-2.jpg);
	max-width: 100%;
	height: auto;
}
.slider-item03 {
	background:url(../images/p-3.jpg);
	max-width: 100%;
	height: auto;
}
.slider-item {
    width: 100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media(min-width: 992px){
.slider-item01 {
	background:url(../images/p-1.jpg);
	max-width: 50%;
	height: auto;
}
.slider-item02 {
	background:url(../images/p-2.jpg);
	max-width: 100%;
	height: auto;
}
.slider-item03 {
	background:url(../images/p-3.jpg);
	max-width: 100%;
	height: auto;
}
.slider-item {
    width: 50%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
}
/*BIOGRAPHY*/
#biography {
	position: relative;
    overflow: hidden;
    clear: both;
	z-index: 998;
	    padding: 30px 0px 60px;
}
.title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 10px;
    height: 3px;
    border-radius: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #896C56;
}
#biography h3 {
	font-size: 3.5rem;
	letter-spacing: 5px;
	font-weight: 300;
}
#biography h4 {
	font-size: 2rem;
	letter-spacing: 5px;
	font-weight: 500;
	color: #fff;
}
#biography p {
	font-size: 1.5rem;
	color: #896C56;
	letter-spacing: 1.5px;
    line-height: 1.5;
}
dt {
	margin: 10px;
}
dd {
	margin-top: 50px;
}
.biography-flex::after {
   content: "";
   display: block;
   clear: both;
}
#biography .h4-space {
	    font-size: 2rem;
    letter-spacing: 5px;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
	margin: 5px;
	color: #896C56;
} 
.photo{
    width: 52%;
    height: 650px;
    float: left;
    margin-top: -30px;
    background: url(../images/profile.jpg) no-repeat top center;
    background-size: cover;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.txt{
    position: absolute;
    right: 0;
    width: 50%;
    min-height: 650px;
    padding: 50px 3% 50px 5%;
    background: #D8BFD8;
    z-index: -1;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	opacity: 0.8;
}
.txt-flex {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	background: #add8e6;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	opacity: 0.8;
	margin: 40px auto;
	padding: 30px;
}
.txt-flex dd {
	margin-top: 10px;
}
.txt-flex dt {
	margin: 20px 0;
}
.txt2{
	text-align: left;
}
.txt3{
	text-align: left;
}
.voice {
	margin: 20px auto;
}
.voice h3 {
	margin-top: 50px;
	margin-bottom: 20px;
}
.sample-voice {
	margin: 10px;
}
.voice figcaption {
	font-size: 2rem;
}
/* --------------------------------
 * works
 * -------------------------------- */
/*WORKS*/
#works {
}
#works .icon img {
    margin: 50px auto 10px auto;
    width: 250px;
}
#works .works-list {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
}
.works-list>li {
    position: relative;
    text-align: center;
    width: 32%;
    padding: 5px 40px 55px;
    border-radius: 8px;
    background-color: #d8bfd830;
}

#works .number {
    position: absolute;
    padding: 8px 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border-radius: 80%;
    border: 2px solid #3aa6c8;
    line-height: 1;
    font-size: 180%;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.works-list h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    position: relative;
    letter-spacing: 6px;
	margin: 20px;
}
#works .works-txt {
	font-size: 1.8rem;
}
.txt-lft {
    text-align: left;
}
.list {
    text-align: left;
    margin-top: 8px;
}
.list list-disc {
	    text-align: left;
    margin-top: 8px;
}
.list li {
    position: relative;
    padding-left: 1.4em;
}
.list li:not(:last-child) {
    margin-bottom: 4px;
}
.list-disc li::before, .list-square li::before, .list-circle li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .2em;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color: #3ba6c8;
}
.view-more {
    font-size: 2rem;
    margin: 10px;
    text-align: center;
    text-decoration: underline;
}
/* --------------------------------
 *work1
 * -------------------------------- */
#work-more {
	position: relative;
    overflow: hidden;
    clear: both;
  padding-top:100px;　
}
#work-more a {
	display: block;
	position: relative;
	padding: 30px 10px;
	width: 50%;
color: #fff;
	font-size: 4rem;
font-weight: 700;
	text-decoration: none;
	background-color: #ce8cce85;
	    margin: 10px;
    margin-bottom: 50px;
}
#work-more a::before {
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background-color: rgba(0 0 0 / 0);
	border: 2px solid #000;
}
#work-more h3 {
color: #3ba6c8;
	font-size: 3rem;
	margin: 10px;
}
#work-more h4 {
color: #3ba6c8;
	font-size: 2rem;
	margin: 10px;
}
#work-more p {
	font-size: 2rem;
}
.colorred {
	color:crimson;
	font-size: 2rem;
}
.colorred2 {
	color:crimson;
	font-size: 1.5rem;
}
.heading {
	padding: 0 1em 20px 0;
	background-image: repeating-linear-gradient(
	-45deg,
	#e5c046 0px, #e5c046 2px,
	rgba(0 0 0 / 0)0%, rgba(0 0 0 / 0)50%
		);
		background-size: 8px 8px;
		background-repeat: repeat-x;
		background-position: center bottom;
	 width: 50%;
}
.plan-photo img {
	    margin: 50px auto 10px auto;
    width: 500px;
	
}
.wrapper2 {
    max-width: 960px;
    margin: auto;
    margin-bottom: 200px;
}
.wrapper2 box {
width: 80%;
}

/* --------------------------------
 *gallely
 * -------------------------------- */
#gallely {
}
.slider2 img {
    width:100%;
    height:auto;
}
.slider2 img:hover {
opacity: 0.6;
}
.slider2 .slick-slide {
    margin:0 10px;
}
/* --------------------------------
 * CONTACT
 * -------------------------------- */
#contact {
	text-align: center;
}
.contact-txt	img {
	width: 100px;
	margin: 20px;
}
.contact-txt {
	text-align: center;
	font-size: 1.5rem;
	margin: 0 25px;
}

/* --------------------------------
 * footer
 * -------------------------------- */
footer {
	background-color: #D8BFD8;
	text-align: center;
		  border-top-left-radius: 50% 5%;
  border-top-right-radius: 50% 5%;
}
.footer-flex { 
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	text-align: center;
	height: auto;
	width: 100%;
	max-width: 100%;
	margin: 120px 0px 0px 0px;
	padding: 40px 32px;
}
.footer-logo img {
	width: 100px;
	margin: 10px;
}
.footer-menu {
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
    margin-left: 30%;
}
.footer-menu ul {
display: flex;
}
.footer-menu li {
    font-size: 1.5rem;
	margin: 0px 16px 0px;
}
.copy {
	padding: 10px;
	font-size: 1rem;
}
#page-top a{
	z-index: 101;
  	display: flex;
  	justify-content:center;
  	align-items:center;
  	text-align: center;
  	text-transform: uppercase; 
  	transition:all 0.3s;
}
#page-top a:hover{
  background: #777;
}
#page-top {
  	position: fixed;
  	z-index: 999;
    right:  6px;
    bottom: 6px;
    font-size: 6rem;
	color: #896C56;
  	opacity: 0;
  	transform: translateY(100px);
}
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
/* --------------------------------
 * mobile-nav
 * -------------------------------- */
.mobile-nav{
	display: none;
}
.delay-time04{
	animation-delay: 1s;
	position: relative;
}
.txt3{
	text-align: left;
	margin-top: 50px;
}
.txt2{
	text-align: left;
	margin-top: 50px;
}
.view-more2 {
    font-size: 2rem;
    margin: 0px auto 30px;
    text-align: center;
    text-decoration: underline;
}
.wrapper {
    max-width: 960px;
	max-width: 960px;
    margin: 20px auto;
}
/* --------------------------------
 * sp
 * -------------------------------- */
@media screen and (min-width: 320px) and (max-width: 1024px){
header.fixed {
	position: fixed;
	height: 80px;
	background-color: #fff;
	color: #896C56;
	z-index: 999;
	}
	header.fixed nav  {
	display: none;
	}
	.link-nav {
	position: absolute;
	top: 50px;
	left: 25px;
	display: block;
		margin: 8px;
	}
	.link-nav li a {
    display: inline-block;
    margin-right: 20px;
    font-size: 3rem;
    color: #D8BFD8;
}
	#biography {
    padding: 30px 0;
}
	.photo{
    width: 90%;
    height: 90%;
    padding-top: 90%;
    margin: 0px auto;
	float: none;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.txt {
    position: inherit;
    width: 100%;
    min-height: auto;
    padding: 60px 15px 50px;
    margin-top: -30px;
    z-index: -1;
	}
header h1 {
	position: relative;
	top: 0;
	left: 0;
    text-align: left;
		padding: 10px;
		margin: 5px;
	}
	.main-nav {
		display: none;
	}
.header_inner {
	display: flex;
	margin: 10px;
    justify-content: space-between;
    align-items: flex-end;
}

	.footer-menu {
    display: none;
	}
	.works-list {
		display: flex;
		flex-direction: column;
		margin-bottom: 16px;
		width: 86%;
		margin: 20px auto;
	}
	.works-list>li {
    width: 100%;
		padding: 40px;
		margin: 20px auto;
	}
	.footer-logo {
		margin: 0 auto;
	}
	.footer-logo img {
	width: 100px;
	margin: 10px auto;
	}
	.footer-flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    text-align: center;
    height: auto;
    width: 100%;
    max-width: 100%;
		margin: 120px 0px 0px 0px;
		padding: 0;
	}
	.txt-flex {
		display: block;
		width: 100%;
		height: auto;
	background: #add8e6;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	opacity: 0.8;
    margin: 50px auto 0px;
		padding: 10px;
}
	/* --------------------------------
 * mobile-nav
 * -------------------------------- */
	.openbtn{
  position: fixed;
	top: 8px;
	right: 8px;
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
	z-index: 1100;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 0;
    height: 2px;
    border-radius: 2px;
  background: #D8BFD8;
    width: 80%;
  }
.openbtn span:nth-of-type(1) {
  top:10px;
}
.openbtn span:nth-of-type(2) {
  top:20px;
}
.openbtn span:nth-of-type(3) {
  top:30px;
}
.openbtn.close span:nth-of-type(1) {
    top: 18px;
    right: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 80%;
}
.openbtn.close span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.close span:nth-of-type(3){
    top: 30px;
    right: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 80%;
}
.mobile-nav {
	height: auto;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0 10px;
		background-color: #D8BFD8;
		opacity: 0.8;
	}
.mobile-nav .menu-content ul {
	display: block;
	width: 180px;
		padding-top: 80px;
		margin: 20px auto;
}
.mobile-nav .menu-content ul li {
    border-top: solid 1px #fff;
    list-style: none;
}
.mobile-nav .menu-content ul li:last-child {
    border-bottom: none 1px #fff;
}
.mobile-nav .menu-content ul li a {
	display: block;
    font-size: 1.5rem;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
}
.mobile-nav .menu-content ul li span {
	display: block;
    font-size: 1.2rem;
    color: #87BC25;
    padding: 5px 0px;
    text-align: center;
}
.mobile-nav #menu-btn-check:checked ~ .menu-content {
    left: calc(100% - 200px);
}
	.wrapper2 {
	max-width: 960px;
    margin: 20px;
	margin-bottom: 200px;
	text-align: center;	
}
	.heading {
    padding: 0 1em 20px 0;
    background-image: repeating-linear-gradient( -45deg, #e5c046 0px, #e5c046 2px, rgba(0 0 0 / 0)0%, rgba(0 0 0 / 0)50% );
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
}		
	.plan-photo img {
	    margin: 50px auto 10px auto;
    width: 100%;

}
#work-more a {
    display: block;
    position: relative;
    padding: 30px 10px;
    /* width: 50%; */
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    text-decoration: none;
    background-color: #ce8cce85;
    margin: 10px;
    margin-bottom: 50px;
	width: 100%;
}

}
