@charset "UTF-8";

html{
    font-family: helvetica;
    color: rgb(6, 6, 70);
	scroll-behavior: smooth;
    background-color: rgba(255, 255, 255, 0.1);
    /* background-color: rgba(225, 225, 225, 0.1); */
}

*{
	margin: 0;
	padding: 0;
}

header{
	display: flex;
    justify-content: space-evenly;
	position: fixed;
	width: 100%;
	align-items: center;
	height: 100px;
	margin:0 auto;
    padding: 10px 0;
    background-color: rgba(255,255,255,1.0);
	border-bottom:  1px solid rgba(153,153,153,0.4);
    z-index: 9999;
    transition: transform 0.5s 0.5s;
}
header.hidden{
    transform: translateY(-100%);
}
.maintitle{
    text-align: center;
}

header h2{
    padding: 5px;
    font-size: 1.0rem;
	text-align: center;
    mix-blend-mode:unset;
    color: rgb(6, 6, 70);
}
#w .w{
    color:#F62;
}
header p{
    padding: 0;
    margin: 0;
}

.logo{
    margin-left: 8%;
}
.logo img{
    margin: 0 auto;
    width: 70px;
    height: 70px;
}

/* .logo img:hover{
    transform:scale(1.2,1.2);
    transition: .6s;
} */

.movie__btn{
    visibility: hidden;
}

h1{
    font-size: 2.4rem;
	text-shadow: 1px 1px 1px #999;
}

h2{
    font-size: 1.5rem;
	text-align: center;
    padding: 160px 20px 30px 20px;
    /* background-color: rgba(255, 255, 255, 0.1); */
    color: white;
    mix-blend-mode: difference;
}

h3{
    font-size: 1.3rem;
    padding: 40px 0 20px 0;
    border-bottom: #F62;
}

h4{
    padding: 20px 0 20px 0;
}

.subtitle{
    font-size: 0.8rem;
    text-align: center;
    text-shadow: none;
}

nav ul{
	display: flex;
}
nav li{
	margin-left: 55px;
	margin-right: 15px;
	font-size: 1.6rem;
	text-shadow: 2px 1px 1px rgba(153,153,153,0.4);
}

li{
	list-style-type: none;
}


a{
	transition: 0.7s;
}
a:link{
	color: black;
	text-decoration: none;
}
a:visited{
	color: black;
	text-decoration: none;
}
a:hover{
	color: #F62;
	text-decoration: none;
}


body{
	margin: 0 auto 0 auto;
	background-image: url(../images/backgroundimage.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.parallax{
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
.wrapper{
	margin: 0 auto 0 auto;
	padding: 125px 15% 40px 15%;
	max-width: 100%;
    background-color: rgba(255,255,255,0.1);
}

/* .movie__btn {
    margin-top: 1em;
    position: fixed;
    left: 1.5%;
    top: 30px;
  }
  
.movie__btn button {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    padding: 0.5em 1em;
    border-radius: 50px;
    box-shadow: initial;
    display: inline-block;
    appearance: none;
    border: 1px solid #333;
    background-color: initial;
    cursor: pointer;
} */


p{
    font-size: 1.1rem;
    /* margin: 10px;
    padding: 10px; */
    padding: 20px 20px 0 20px;
}

#works{
    padding-bottom: 180px;
    /* border-bottom: solid rgba(153,153,153,0.2); */
}

.wrapper_works{
	margin: 0 auto 0 auto;
    width: 100%;
    /* padding-top: 60px; */
}
#works ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 30px;
}
#works ul li{
padding: 80px 30px 30px 30px;
margin-bottom: 20px;
}
#works img{
    width: 600px;
    height: 600px;
}
#works{
    background-color: rgba(0,0,0,0.75);
    color: #F62;
}
#works h2{
    color: #F62;
}
.title{
    border-bottom: solid 0.5px #F62;
}
/* .list{
    height: 300px;
} */
#works h2{
    padding-bottom: 10px;
}
#works h3{
    font-size: 1.3rem;
    padding: 40px 3% 20px 3%;
    border-bottom: #F62;
}

#works a{
    color: white;
}
#works a{
	transition: 0.7s;
}
#works a:link{
	color: white;
	text-decoration: none;
}
#works a:visited{
	color: white;
	text-decoration: none;
}
#works a:hover{
	color: #F62;
	text-decoration: none;
}
#works ul li{
    overflow: hidden;
    border:rgb(254, 254, 254) 1px solid ;
}
.sample{
    padding: 20px;
}
/* #works img{
    transition: 1s all;
}
#works img:hover{
    transform:scale(1.1,1.1);
    transition: 1s all;
} */
.title{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.image_concept{
    background-color: rgba(0, 0, 0, 0.75);
    width: 600px;
    height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 30px;
    color: white;
    font-size: 1rem;
    float: right;
}
.image_concept2{
    color: white;
    font-size: 1rem;
}

.to_top{
    float: right;
    margin-top: 100px;
    margin-right: 49%;
}

/* .detail{
	margin-left: 70%;
	font-size: 1.2rem;
} */

.footer{
    padding: 30px 0 20px 0;
    background-color: rgba(255, 255, 255, 1.0);
}
.footer ul{
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0 0 160px;
}
.footer li{
	padding: 10px 0 0 70px;
}
.footer{
    text-align: right;
}
.footer p{
    padding: 10px 0 40px 60px;
    margin-right: 10%;
}
.footer img{
    width: auto;
    height: 32px;
}

/* 動くロゴマーク */
/* .buruburu-hover:hover {
    display: inline-block;
    animation: hurueru .3s  infinite ease-in-out;
}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
} */

/* ロゴフェードイン */
.logo_fadein{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 200px;
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 9998;
	text-align:center;
	color:#fff;
}

#splash-logo {
    font-size: 2rem;
    color: #F62;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleX(0);
    background-color: #333;/*伸びる背景色の設定*/
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
}

@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/* スクロールアイコン */
.scrolldown1{
	/* position:absolute;
	right:6.65%; */
    position:fixed;
	right:5.65%;
	/* bottom:100px; */
    bottom:50px;
	height:50px;
}
.scrolldown1 span{
	position: absolute;
	left:-15px;
	top: -15px;
	color: white;
    mix-blend-mode: difference;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: white;
    mix-blend-mode: difference;
	/* animation: pathmove 1.4s ease-in-out infinite; */
    animation: pathmove 2.4s ease-in-out infinite;
	opacity:0;
}
/* @keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	} */
@keyframes pathmove{
    0%{
        height:0;
        top:0;
        opacity: 0;
    }
    30%{
        height:50px;
        opacity: 1;
    }
    100%{
        height:0;
        top:100px;
        opacity: 0;
    }
}

/* PC用設定 */
@media (max-width: 1800px) {
p{
    font-size: 1.0rem;
}
}
@media (max-width: 1520px) {
    #works img{
        width: 400px;
        height: 400px;
    }
}
@media (min-width: 1401px) {
.drawer{
    display: none;
}
.flowchart2{
    display: none;
}
}

/* TB用設定 */
@media (max-width: 1400px) {
html{
    scroll-behavior:unset;
    font-size: 0.9rem;
}
#works h2{
    padding: 120px 20px 30px 20px;
}
.logo, .menu{
	display: none;
}
.movie__btn {
    margin-top: 1em;
    position: fixed;
    left: 25%;
    top: 22px;
  }
.movie__btn button {
    color: white;
    font-family: inherit;
    font-size: 12px;
    padding: 0.5em 1em;
    border-radius: 50px;
    box-shadow: initial;
    display: inline-block;
    appearance: none;
    background-color: rgba(144, 144, 144, 0.5);
    cursor: pointer;
}
header{
    justify-content:space-between;
    position: fixed;
    height: 80px;
    padding: 10px 0;
    background-color: rgb(0, 0, 0);
    border-bottom: white;
    /* visibility: visible !important; */
}
header.hidden{
    transform: translateY(0%);
}
header h2{
    color: white;
}
main{
    background-color: rgba(255, 255, 255, 0.2);
}
.mainimage{
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: rgb(0, 0, 0);
}
.maintitle{
    padding-right:100px;
    color: white;
}
.maintitle a:link{
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.maintitle a:visited{
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.maintitle a:hover{
	color: #F62;
	text-decoration: none;
}
.drawer-hidden {
	display: none;
}
.drawer-open {
	display: flex;
	height: 60px;
	width: 60px;
	margin-left: 100px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 100;
	cursor: pointer;
}
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
	content: '';
	display: block;
	height: 3px;
	width: 50px;
	border-radius: 3px;
	background: #999;
	transition: 0.3s;
	position: absolute;
}
.drawer-open span:before {
	bottom: 8px;
	background: deepskyblue;
}
.drawer-open span:after {
	top: 8px;
	background: #F62;
}
#drawer-check:checked ~ .drawer-open span {
	background: rgba(255, 255, 255, 0);
}
#drawer-check:checked ~ .drawer-open span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#drawer-check:checked ~ .drawer-open span::after {
	top: 0;
	transform: rotate(-45deg);
}
.drawer-content{
	font-size: 1.8rem;
	width: 18%;
	height: 2000px;
	position: fixed;
	top: 100px;
	left: -50%;
	z-index: 99;
	background: rgba(255,255,255,0.8);
	transition: .4s;
}
nav ul{
    display: block;
    text-align: center;
    line-height: 36px;
}
nav ul li{
    margin: 0;
    padding: 36px 0 20px 0;
}
#drawer-check:checked ~ .drawer-content {
	left: 0%;
}
.wrapper{
    padding: 40px 10%;
}
.message{
    padding-top: 100px;
}
.message{
    margin-bottom: 330px;
}
#works, #flow, #about, #contact{
    padding-top: 100px;
}

#works ul{
    width: 100%;
	display: flex;
    justify-content:space-evenly;
	flex-wrap: wrap;
	padding-top: 10px;
}
#works ul li{
    padding-top: 30px;
}
#works img{
    width: 400px;
    height: 400px;
}


.list{
    height: auto;
}
.flowchart2{
    display: none;
}

.footer ul{
    padding: 10px 0 0 10%;
}
}
@media (max-width: 1400px) {
    .scrolldown1{
        display: none;
    }
}

h2{
    padding: 180px 20px 30px 20px;
}

@media (max-width: 1140px) {
    #works ul{
        display: flex;
        flex-wrap: wrap;
    }

#works ul li{
    text-align: center;
}
#works ul li img {
    background-color: black;
}
.image_concept {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 400px;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-size: 1rem;
    float: none;
}
}
@media (max-width: 1024px) {
.wrapper{
    text-align: center;
}
.mainimage{
    padding-top: 100px;
}
.wrapper{
    background-color: rgba(255, 255, 255, 0.1);
}
h2{
    font-size: 1.5rem;
	text-align: center;
    padding: 160px 20px 30px 20px;
    /* background-color: rgba(255, 255, 255, 0.1); */
    color: white;
    mix-blend-mode: difference;
}
.message{
    margin-bottom: 200px;
}
.credo, .about_me, .ask_me{
    padding-left: 0;
}
.credo, .about_me, .ask_me{
    background-color: rgba(255, 255, 255, 1);
}
#concept{
    padding-top: 300px;
    padding-bottom: 200px;
}
.image1, .image2{
    float: none;
    margin: auto;
    display: block;
    padding: 20px;
}
.image1 img{
    margin: 0 auto;
}
.image2 img{
    margin: 10px auto;
}
.flowchart{
    display: none;
}
.flowchart2{
    display: block;
}
.portlait_image{
    float: none;
    width: 100%;
    margin: auto;
    display: block;
}
.portlait_image img{
    margin: 0 auto;
    /* width: 200px; */
    width: 250px;
    height: auto;
}
.map{
    float: none;
    width: 100%;
    margin: auto;
    display: block;
    margin: 0 auto;
}
#works img{
    width: 400px;
    height: 400px;
}
}
@media (max-width: 1120px) {
#works ul li{
    padding:0 50px;
}
}

@media (max-width: 960px) {
.drawer-content{
    font-size: 1.8rem;
    width: 100%;
    height: 2000px;
    position: fixed;
    top: 100px;
    left: -100%;
    z-index: 99;
    background: rgba(255,255,255,0.9);
    transition: .4s;
}
nav ul li {
    margin: 0;
    padding: 9% 0 5px 0;
    line-height: 12px;
}
.subtitle{
    display: none;
}
#concept{
    padding-top: 150px;
    padding-bottom: 200px;
}
#mission{
    font-size: 1.5rem;
	text-align: center;
    padding: 180px 20px 30px 20px;
    /* background-color: rgba(255, 255, 255, 0.1); */
    color: white;
    mix-blend-mode: difference;
}
}
@media (max-width: 900px) {
    #works ul li {
        padding: 0 50px;
    }
    #works ul li img{
        width: 300px;
        height: 300px;
    }
    .image_concept {
        height: 400px;
    }
}
@media (max-width: 800px) {
    #works ul li {
        padding: 0 0px;
    }
    #works ul li img {
        width: 250px;
        height: 250px;
    }
    .image_concept {
        background-color: rgba(0, 0, 0, 0.75);
        width: 450px;
        height: 400px;
        padding-top: 50px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        color: white;
        font-size: 1rem;
        float: none;
    }
    #works h2{
        padding: 80px 20px 30px 20px;
    }
}


@media (max-width: 768px) {
header{
    height: 100px;
}
.wrapper{
    padding-top: 100px;
}
.mainimage{
    padding-top: 250px;
}
.maintitle{
    padding: 10% 12%;
}
.drawer-content{
    top: 120px;
}
nav ul li {
    margin: 0;
    padding: 7% 0 5px 0;
    line-height: 20px;
}
.subtitle{
    display: none;
}
.movie__btn {
    margin-top: 1em;
    position: fixed;
    left: 30%;
    top: 30px;
  }
.message{
    padding: 200px 2%;
    margin-bottom: 0px;
}
p{
    line-height: 30px;
    margin: 0;
    padding:30px 0;
}
.credo, .about_me, .ask_me{
    background-color: rgba(255, 255, 255, 1);
}
#works h2{
    padding-bottom: 30px;
}
#works h3 {
    padding-left: 6%;
    padding-top: 60px;
    padding-bottom: 10px;
}
#works ul li {
    padding: 0 0px;
}
#works ul li img {
    width: 250px;
    height: 250px;
}
.image_concept {
    background-color: rgba(0, 0, 0, 0.75);
    width: 450px;
    height: 600px;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size: 1rem;
    float: none;
}
.detail{
    margin-left: 50%;
}
.flowchart2 img{
    width: 80%;
}
}
/* .footer ul{
    padding: 60px 0 0 10%;
} */

@media (max-width: 710px){
.movie__btn {
    margin-top: 1em;
    position: fixed;
    left: 30%;
    top: 70px;
  }
.movie__btn button {
    color: white;
    font-family: inherit;
    font-size: 11px;
    padding: 0.4em 1em;
    border-radius: 50px;
    box-shadow: initial;
    display: inline-block;
    appearance: none;
    background-color: rgba(144, 144, 144, 0.5);
    cursor: pointer;
}
}

/* SP用設定 */
@media (max-width: 670px){
nav ul li {
    margin: 0;
    padding: 5% 0 3px 0;
    line-height: 10px;
}
.message{
    padding-top: 100px;
}
.mainimage{
    padding-top: 120px;
    max-width: 100%;
}
.footer p{
    padding: 30px 0 40px 60px;
    margin-right: 10%;
}
}
@media (max-width: 650px){

#works ul li {
    padding: 0 0px;
}

}
@media (max-width: 600px){
.movie__btn {
    margin-top: 1em;
    position: fixed;
    left: 2%;
    top: 75px;
  }
.movie__btn button {
    color: white;
    font-family: inherit;
    font-size: 10px;
    padding: 0.3em 1em;
    border-radius: 50px;
    box-shadow: initial;
    display: inline-block;
    appearance: none;
    background-color: rgba(144, 144, 144, 0.5);
    cursor: pointer;
}
}
@media (max-width: 500px){
header{
    padding-top:20px;
    padding-bottom:20px;
}
.drawer-open{
    margin-left: 60%;
    margin-bottom: 40%;
}
.drawer-content{
    font-size: 1.8rem;
    width: 100%;
    height: 2000px;
    position: fixed;
    top: 140px;
    left: -100%;
    z-index: 99;
    background: rgba(255,255,255,0.9);
    transition: .4s;
}
nav ul li {
    margin: 0;
    padding: 10% 0 5px 0;
    line-height: 20px;
}
nav li{
    font-size: 1.8rem;
}
.movie__btn {
    margin-top: 1em;
    position: fixed;
    left: 6%;
    top: 95px;
  }
.movie__btn button {
    color: white;
    font-family: inherit;
    font-size: 10px;
    padding: 0.4em 1em;
    border-radius: 50px;
    box-shadow: initial;
    display: inline-block;
    appearance: none;
    background-color: rgba(144, 144, 144, 0.5);
    cursor: pointer;
}
.message{
    padding: 100px 90px 80px 90px;
}
.mainimage{
    padding-top: 240px;
    max-width: 100%;
}
#works img{
    max-width: 100%;
    padding: 0;
}
.wrapper{
    padding: 40px 8%;
}
p{
    line-height: 30px;
    margin: 0;
    padding:30px 10px;
}
.credo, .about_me, .ask_me{
    padding-left: 0;
}
.credo p{
    padding-left: 0;
    padding-right: 0;
}
.credo ul li {
    font-size: 1.1rem;
    padding-left: 0px;
}
#works h3{
    padding-left: 6%;
    padding-top: 60px;
}
#about li{
    padding: 0 0;
}
/* .footer ul{
    padding: 60px 0 30px 15%;
} */
}
@media (max-width: 480px){
html{
    font-size: 0.7rem;
}
.wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.message{
    padding-left: 27%;
    padding-right: 27%;
}
.credo{
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}
h2{
    padding-top: 100px;
}
p{
    padding: 30px 0;
}
.image1, .image2{
    padding: 0;
}
#about img{
    width: 160px;
    height: auto;
}
.about_me{
    padding: 0 0 50px 0;
}
#flow, #about, #contact {
    padding-bottom: 0px;
}
.footer ul{
    padding-left: 0;
}
#works ul li {
    text-align: center;
}
#works ul li img {
    width: 250px;
    height: 250px;
}
.image_concept {
    background-color: rgba(0, 0, 0, 0.75);
    width: 250px;
    height: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size: 1rem;
    float: none;
}
.image_concept2 {
    width: 270px;
    padding: 0 10px;
}
.sample{
    width: 200px;
    height: auto;
}
}

@media (max-width: 420px){
.message{
    padding-left: 27%;
    padding-right: 27%;
}
}
@media (max-width: 375px) {
.maintitle{
    padding: 10% 11%;
}
.drawer-open {
    margin-left: 40%;
}
.movie__btn {
    margin-top: 1em;
    position: fixed;
    left: 4%;
    top: 95px;
  }
.movie__btn button {
    color: white;
    font-family: inherit;
    font-size: 10px;
    padding: 0.4em 1em;
    border-radius: 50px;
    box-shadow: initial;
    display: inline-block;
    appearance: none;
    background-color: rgba(144, 144, 144, 0.5);
    cursor: pointer;
}
.message {
    padding-left: 25%;
    padding-right: 25%;
}
.mainimage{
    padding-top: 230px;
    padding-bottom: 100px;
}
.wrapper{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.about_me{
    padding: 0 6% 50px 6%;
}
 .footer ul{
    padding-left: 0;
}
.footer{
    padding-top: 50px;
}
}