@charset "UTF-8";
body, main, video, h1, h2, h3, p , ul , li{
    padding: 0px;
    margin: 0px;
}
body {
    font-family: Spinnaker,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
a {
    text-decoration: none;
}
p {
    color: #656565;
}
h3 {
    margin-bottom: 30px;
    color: #444444;
}
img ,video{
    border-style: none;
    vertical-align: bottom;
}
main {
    /* [disabled]width: 1000px; */
    margin: 0px auto;
    display: block;
}
header {
    display: flex;
    width: 1000px;
    margin: 0px auto;
    padding: 40px 0px 0px;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    z-index: 2;
    left: calc(50VW - 500px);
}
nav {
    width: 400px;
}
nav ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}
nav a {
    color: #656565;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
    line-height: 30px;
    display: block;
}
nav li {
    /* [disabled]padding: 10px; */
    /* [disabled]margin-left: 20px; */
    position: relative;
}
nav li::after {
    content: "";
    transition: 0.3s;
    width: 0px;
    height: 4px;
    position: absolute;
    background-color: #fdd000;
    bottom: 0px;
    right: 0px;
}
nav li:hover::after {
    width: 100%;
}
nav a:hover {
    /* [disabled]border-bottom: 4px solid #fdd000; */
}
.design {
    margin-top: 40px;
}
@keyframes rotation01{
        0% {transform: rotate(0deg); }
        100%{transform: rotate(4500deg); }
}
@keyframes rotation02{
        0% {transform: rotate(0deg); }
        100%{transform: rotate(5400deg); }
}
@keyframes rotation03{
        0% {transform: rotate(0deg); }
        100%{transform: rotate(1800deg); }
}
.design .inner .ani01 {
    animation-name: rotation01;
    animation-duration: 300s;
    /* [disabled]transition: 3s; */
}
.design .inner .ani02 {
    animation-name: rotation02;
    animation-duration: 300s;
    /* [disabled]transition: 3s; */
}
.design .inner .ani03 {
    animation-name: rotation03;
    animation-duration: 300s;}
    /* [disabled]transition: 3s; */
}
.design .inner .ani:hover  {
    /* [disabled]transition: 5s; */
    /* [disabled]transform: rotate(360deg); */
}
.design .inner {
    width: 1000px;
    height: 760px;
    margin: 0px auto;
    position: relative;
}
.design h2 {
    position: absolute;
    top: 285px;
}
.design .text {
    position: absolute;
    top: 400px;
    right: 50px;
    z-index: 1;
}
.design .inner p:nth-child(3) {
    position: absolute;
    left: 160px;
    top: 0px;
}
.design .inner p:nth-child(4) {
    position: absolute;
    left: 570px;
    top: 20px;
}
.design .inner p:nth-child(5) {
    position: absolute;
    left: 375px;
    bottom: 60px;
}
.design .inner p:nth-child(6) {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.title h2+p {
    font-size: 1.9em;
}
.concept {
    height: 900px;
    background-color: #ececec;
    position: relative;
    padding-top: 120px;
}
.concept h2+p {
    color: #ffd8a2;
}
.concept .inner {
    width: 1000px;
    padding-top: 230px;
    padding-bottom: 230px;
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: right center;
    margin: 0px auto;
    background-image: url(img/concept-image.png);
}
.concept .inner .text {
    background-repeat: no-repeat;
    padding-right: 95px;
}
.service {
    height: 900px;
    background-color: #d9d9d9;
    position: relative;
    padding-top: 120px;
}
.service .title {
    padding-top: 100px;
}
.service h2+p {
    color: #fdebd1;
    margin-top: 30px;
}
.service .inner {
    width: 1000px;
    padding-top: 170px;
    padding-bottom: 170px;
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: right center;
    margin: 0px auto;
    background-image: url(img/service-image.png);
}
.service .inner .text {
    background-repeat: no-repeat;
    padding-right: 30px;
    width: 400px;
}
.works {
    height: 1500px;
    background-color: #9f9f9f;
    position: relative;
}
.works h2+p {
    color: #ffd8a2;
    margin-top: 30px;
}
.works .inner {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
}
.works .title {
    padding-top: 650px;
}
.works .box {
    margin-top: 40px;
}
.works .box-area .box p   {
    color: #fff;
    text-align: right;
}
.works .box-area p:last-child {
    text-align: right;
}
.works a   {
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: #fdd000;
    -webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.30);
    box-shadow: 3px 3px 2px rgba(0,0,0,0.30);
}
.works a:hover {
    background-color: #FEE880;
}
.others {
    height: 900px;
    background-color: #d9d9d9;
    position: relative;
}
.others h2+p {
    color: #fdebd1;
    margin-top: 30px;
}
.others .inner {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    padding-top: 80px;
}
.others .title {
    padding-top: 300px;
}
.others .box {
    margin-top: 40px;
}
.others .box video {
    height: 253px;
    width: 448px;
}
.others .box-area .box p   {
    color: #fff;
    text-align: right;
}
.others .box-area {
    width: 450px;
}
.others .box-area p:last-child {
    text-align: right;
}
.others .box-area .text p {
    text-align: left;
}
.others a   {
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: #fdd000;
    -webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.30);
    box-shadow: 3px 3px 2px rgba(0,0,0,0.30);
}
.others a:hover {
    background-color: #FEE880;
}
.contact {
    height: 500px;
    background-color: #fff;
    position: relative;
}
.contact h2+p {
    color: #fdebd1;
    margin-top: 30px;
}
.contact .inner {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    padding-top: 150px;
    background-image: url(img/contact-image.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-bottom: 190px;
}
.contact .inner .text {
    text-align: center;
    padding-right: 75px;
    padding-top: 80px;
}
.chobi  {
    width: 1000px;
    display: flex;
    margin: 0px auto;
    justify-content: space-between;
}
.chobi .text {
    width: 510px;
}
footer {
    height: 250px;
    background-color: #ececec;
    text-align: center;
}
footer p {
    padding-top: 50px;
}
.works-works {
    background-color: #9f9f9f;
}
.works-works .inner {
    margin: 0px auto;
    width: 700px;
    padding-top: 150px;
    padding-bottom: 200px;
    position: relative;
}
.works-works .title  {
    text-align: center;
}
.works-works h2+p {
    color: #ffd8a2;
    margin-top: 20px;
    font-size: 1.5em;
    margin-bottom: 50px;
}
.works-works .box-area h3 {
    color: #fdd000;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 1.5em;
}
.works-works .pcsp {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.works-works .box-area .pcsp02 p:last-child    {
    text-align: center;
    z-index: 1;
}
.works-works .comp {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.works-works .pcsp+p {
    color: #fff;
}
.works-works .pcsp02+p {
    color: #fff;
}
.works-works .comp+p {
    color: #fff;
    margin-top: 30px;
}
.works-works .box-area {
    margin-bottom: 50px;
}
.works-works .box-area p:last-child {
    text-align: right;
}
.works-works .box-area a {
    color: #fdd000;
}
.works-works .box-area a:hover {
    color: #FEE880;
}
.others-others {
    background-color: #9f9f9f;
}
.others-others .icon {
    margin: 30px;
    text-align: center;
}
.others-others .title  {
    text-align: center;
}
.others-others .inner {
    margin: 0px auto;
    width: 700px;
    padding-top: 150px;
    padding-bottom: 200px;
    position: relative;
}
.others-others h2+p {
    color: #ffd8a2;
    margin-top: 20px;
    font-size: 1.5em;
    margin-bottom: 50px;
}
.others-others .box-area h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 1.5em;
}
.others-others .pcsp+p {
    color: #fff;
    margin-top: 30px;
}
.others-others .pcsp video {
    width: 100%;
    height: auto;
}
.others-others .box-area {
    margin-bottom: 50px;
}
.others-others .box-area p:last-child {
    text-align: right;
}
.others-others .box-area a {
    color: #fdd000;
}
.others-others .box-area a:hover {
    color: #FEE880;
}
.footer-tree {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.slide p {
    float: left;
}
.slide-pg .selected {
    background-color: #fdd000;
}
.slide-pg {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide-pg a {
    background-color: rgba(236,236,236,1.00);
    margin-left: 10px;
    margin-right: 10px;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    -webkit-box-shadow: inset 1px 1px 3px rgba(102,102,102,0.80);
    box-shadow: inset 1px 1px 3px rgba(102,102,102,0.80);
    margin-top: 10px;
}
.slide-pg span {
	display: none;
}

@media screen and (max-width:1040px){
.works-works .box-area a {
    color: #fdd000;
}
.works-works .box-area a {
    color: #fdd000;
}
.works-works .box-area a {
    color: #fdd000;
}
img ,video{
    height: auto;
    max-width: 100%;
    z-index: 1;
}
.inner {
    height: auto;
    max-width: calc(100% - 40px);
    min-height: 0px;
}
.chobi {
    height: auto;
    max-width: calc(100% - 40px);
    min-height: 0px;
    margin: 0px auto;
    display: block;
}
.chobi .text {
    width: auto;
}
h1 {
    position: fixed;
    left: 20px;
    top: 40px;
}
nav {
    position: fixed;
    top: 40px;
    right: 20px;
}
.concept .inner .text {
    padding-right: 20px;
}
.service .inner .text {
    padding-right: 20px;
}
#works-works .inner {
}
}

@media screen and (max-width:900px){
.concept .inner {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 100px 20px;
    background-position: center bottom;
    height: auto;
}
.service .inner {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 100px 20px;
    background-position: center bottom;
    height: auto;
}
.works .inner {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 100px 20px;
    background-position: center bottom;
}
.others .inner {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 100px 20px;
    background-position: center bottom;
}
.contact .inner {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 100px 20px;
    background-position: center bottom;
}
.design .text {
    right: auto;
    left: 0px;
    top: 450px;
}
.concept .inner .text {
    padding: 100px 0px 200px;
}
.service .inner .text {
    padding: 100px 0px 200px;
    width: auto;
}
.contact .inner .text {
    padding: 0px;
    width: auto;
}
.others .box-area {
    width: auto;
}
.chobi {
    margin-top: 70px;
}
.concept {
    margin: 0px;
    padding: 0px;
    height: auto;
}
.service {
    margin: 0px;
    padding: 0px;
    height: auto;
}
.works {
    margin: 0px;
    padding: 0px;
    height: auto;
}
.others {
    margin: 0px;
    padding: 0px;
    height: auto;
}
.contact {
    margin: 0px;
    padding: 0px;
    height: auto;
}
footer {
    height: auto;
}
footer p {
    padding-top: 10px;
    padding-bottom: 20px;
}
.service .title {
    padding-top: 0px;
}
.works .title {
    padding-top: 0px;
}
.others .title {
    padding-top: 0px;
}
.title h2+p {
    padding-bottom: 50px;
}
.works .box-area .box p {
    text-align: center;
}
.others .box-area .box p {
    text-align: center;
}
}

@media screen and (max-width:600px){
nav ul {
	display: none;
	padding-bottom: 50px;
}
nav {
    width: auto;
}
#nav-toggle {
	width: 70px;
	height: 50px;
	margin-left: auto;
	position: relative;
	right: -20px;
}
#nav-toggle span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #656565;
    position: absolute;
    right: 20px;
}
#nav-toggle span:nth-child(1) {
	top: 12px;
}
#nav-toggle span:nth-child(2) {
	top: 23px;
}
#nav-toggle span:nth-child(3) {
	top: 34px;
}
#nav-toggle.open span:nth-child(1) {
	top: 23px;
	transform: rotate(315deg);
}
#nav-toggle.open span:nth-child(3) {
	top: 23px;
	transform: rotate(-315deg);
}
#nav-toggle.open span:nth-child(2) {
	width: 0px;
	left: 50%;
}
#nav-toggle span {
	transition: 1s;
}
}

@media screen and (min-width:601px){
nav ul {
	display: flex
!important;
}

}
