@charset "UTF-8";
/* CSS Document */
#work section.top-img {
    background-image: url("../img/work/top-img.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-bottom: 48.9%;
    position: relative;
}
@media(max-width:1100px){
#work section.top-img {
    background-image: url("../img/work/top-img2.jpg");
    padding-bottom: 95%;
}
}
@media(max-width:640px){
#work section.top-img {
    background-image: url("../img/work/top-img3.jpg");
    padding-bottom: 187.5%;
}
}
#work section.works {
    width: calc(100% - 110px);
    margin-left: 110px;
    padding: 5em 0 0;
}
#work section.works .inner {
    width: 90%;
    max-width: 920px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#work section.works .inner article {
    width: 46%;
    margin-bottom: 4em;
}
#work section.works .inner article a.photo {
    display: block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 56.2%;
    overflow: hidden;
    transition-duration: 0.5s;
    margin-bottom: 1em;
}
#work section.works .inner article a.photo:hover {
    background-size: 120%;
    opacity: 0.9;
}
#work section.works .inner article a.no1 {
    background-image: url(../img/work/img1.jpg);
}
#work section.works .inner article a.no2 {
    background-image: url(../img/work/img2.jpg);
}
#work section.works .inner article a.no3 {
    background-image: url(../img/work/img3.jpg);
}
#work section.works .inner article a.no4 {
    background-image: url(../img/work/img4.jpg);
}
#work section.works .inner article a.no5 {
    background-image: url(../img/work/img5.jpg);
}
#work section.works .inner article a.no6 {
    background-image: url(../img/work/img6.jpg);
}
#work section.works .inner article a.no7 {
    background-image: url(../img/work/img7.jpg);
}
#work section.works .inner article a.no8 {
    background-image: url(../img/work/img8.jpg);
}
#work section.works .inner article a.no9 {
    background-image: url(../img/work/img9.jpg);
}
#work section.works .inner article h3 {
    font-weight: normal;
    line-height: 1.8em;
}
.eng {
	margin-top: 1em;
}

@media(max-width:640px){
#work section.works {
    width: 100%;
    margin:auto;
}
#work section.works .inner {
    width: 80%;
    margin: auto;
}
#work section.works .inner article {
    width: 100%;
    margin-bottom: 4em;
}
}
main.type {
    width: calc(100% - 140px);
    margin-left: 140px;
}
.eng {
	margin-top: 1em;
}

@media(max-width:640px){
	main.type {
    width: 100%;
    margin:auto;
}
}
main.type section.top-img {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 100%;
    height: 0;
    padding-bottom: 51.1%;
    position: relative;
}
#silk main.type section.top-img {
    background-image: url("../img/work/silk/top-img.jpg");
}
#tyusen main.type section.top-img {
    background-image: url("../img/work/tyusen/top-img.jpg");
}
#ryuka main.type section.top-img {
    background-image: url("../img/work/ryuka/top-img.jpg");
}
#direct_ij main.type section.top-img {
    background-image: url("../img/work/direct_ij/top-img.jpg");
}
#reactive_ij main.type section.top-img {
    background-image: url("../img/work/reactive_ij/top-img.jpg");
}
#double main.type section.top-img {
    background-image: url("../img/work/double/top-img.jpg");
}
#solvent_ij main.type section.top-img {
    background-image: url("../img/work/solvent_ij/top-img.jpg");
}
#sewing main.type section.top-img {
    background-image: url("../img/work/sewing/top-img.jpg");
}
#doublesided_reactive_ij main.type section.top-img {
    background-image: url("../img/work/doublesided_reactive_ij/top-img.jpg");
}
main.type section.top-img .inner {
    color: #ffffff;
    position: absolute;
    left: 50px;
    top: 30%;
}
main.type section.top-img h2 {
    font-size: 200%;
    letter-spacing: 0.1;
    line-height: 1.4em;
}
main.type section.top-img h2 span{
    font-size: 30%;
	padding-left: 1em;
}
main.type section.top-img p {
    letter-spacing: 0.1;
    line-height: 1.8em;
    margin-top: 2em;
}
@media(max-width:640px){
	main.type section.top-img {
    background-size: cover;
    background-position: center;
    padding-bottom: 100%;
}
	main.type section.top-img .inner {
		width: 80%;
    left: 10%;
    top: auto;
		bottom: 2em;
}
	main.type section.top-img p {
    margin-top: 1em;
}
	main.type section.top-img p br{
		display: none;
}
}
main.type section.explain {
    width: 100%;
    background-color: #f5f5f5;
    padding: 4em 0;
}
main.type section.explain .inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
main.type section.explain .inner .text {
    width: 38%;
}
main.type section.explain .inner .photo,main.type section.explain .inner .photo2 {
    width: 55%;
    position: relative;
}
main.type section.explain .inner .photo figure:first-of-type {
    position: absolute;
    width: 48%;
    left: 0;
    bottom: 0;
}
main.type section.explain .inner .photo figure:last-of-type {
    position: absolute;
    width: 48%;
    right: 0;
    top: 0;
    animation-delay: .3s
}
@media(max-width:1000px){
	main.type section.explain {
    padding: 3em 0;
}
main.type section.explain .inner .text {
    width: 100%;
	margin-bottom: 2em;
}
	main.type section.explain .inner .photo,main.type section.explain .inner .photo2 {
    width: 80%;
    position: static;
		margin: auto;
		display: flex;
		justify-content: space-between;
}
	main.type section.explain .inner .photo figure:first-of-type {
    position: static;
    width: 48%;
}
main.type section.explain .inner .photo figure:last-of-type {
    position: static;
    width: 48%;
}
}
@media(max-width:640px){
	main.type section.explain .inner .photo,main.type section.explain .inner .photo2 {
		width: 100%;}
}
main.type section.middle-img, main.type section.middle-img2 {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 100%;
    height: 0;
    padding-bottom: 36.5%;
    position: relative;
}
@media(max-width:640px){
	main.type section.middle-img, main.type section.middle-img2 {
    background-size: cover;
    padding-bottom: 56.2%;
	}
}
#silk main.type section.middle-img {
    background-image: url("../img/work/silk/middle-img.jpg");
}
#tyusen main.type section.middle-img {
    background-image: url("../img/work/tyusen/middle-img.jpg");
}
#tyusen main.type section.middle-img2 {
    background-image: url("../img/work/tyusen/middle-img2.jpg");
}
#ryuka main.type section.middle-img {
    background-image: url("../img/work/ryuka/middle-img.jpg");
}
#direct_ij main.type section.middle-img {
    background-image: url("../img/work/direct_ij/middle-img.jpg");
}
#direct_ij main.type section.middle-img2 {
    background-image: url("../img/work/direct_ij/middle-img2.jpg");
}
#reactive_ij main.type section.middle-img {
    background-image: url("../img/work/reactive_ij/middle-img.jpg");
}
#double main.type section.middle-img {
    background-image: url("../img/work/double/middle-img.jpg");
}
#double main.type section.middle-img2 {
    background-image: url("../img/work/double/middle-img2.jpg");
}
#sewing main.type section.middle-img {
    background-image: url("../img/work/sewing/middle-img.jpg");
}
main.type section.process {
    width: 100%;
    background-color: #333333;
    padding: 4em 0 1em;
}
main.type section.process .inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main.type section.process .inner article {
    width: 28%;
    margin-bottom: 3em;
}
main.type section.process .inner article:nth-of-type(2) {
    animation-delay: .2s
}
main.type section.process .inner article:nth-of-type(3) {
    animation-delay: .4s
}
main.type section.process .inner article:nth-of-type(4) {
    animation-delay: .6s
}
main.type section.process .inner article:nth-of-type(5) {
    animation-delay: .8s
}
main.type section.process .inner article:nth-of-type(6) {
    animation-delay: 1s
}
main.type section.process .inner article p {
	color: #ffffff;
	font-size: 87%;
}
@media(max-width:1000px){
	main.type section.process .inner article {
    width: 31%;
    margin-bottom: 3em;
}
}
@media(max-width:640px){
	main.type section.process .inner article {
    width: 47%;
    margin-bottom: 2em;
}
}
/*processイレギュラー*/
#tyusen main.type section.process .inner article:nth-of-type(4){
	width: 100%;
}
#tyusen main.type section.process .inner article:nth-of-type(4) .group{
	display: flex;
	justify-content: space-between;
}
#tyusen main.type section.process .inner article:nth-of-type(4) .group figure{
	width: 24.8%;
}
#sewing main.type section.process .inner article:nth-of-type(1),
#sewing main.type section.process .inner article:nth-of-type(3){
	width: 57.8%;
}
#sewing main.type section.process .inner article:nth-of-type(2){
	width: 27.6%;
}
#sewing main.type section.process .inner article:nth-of-type(4){
	width: 38.7%;
}
@media(max-width:640px){
	main.type section.process .inner article {
    width: 47%;
    margin-bottom: 2em;
}
	#tyusen main.type section.process .inner article:nth-of-type(4) .group{
	flex-wrap: wrap;
}
#tyusen main.type section.process .inner article:nth-of-type(4) .group figure{
	width: 49.5%;
	margin-bottom: 1%;
}
	#sewing main.type section.process .inner article:nth-of-type(1),
#sewing main.type section.process .inner article:nth-of-type(3){
	width: 100%;
}
#sewing main.type section.process .inner article:nth-of-type(2){
	width: 48%;
}
#sewing main.type section.process .inner article:nth-of-type(4){
	width: 100%;
}
}
/*ここまでprocessイレギュラー*/
main.type section.other {
    width: 100%;
    padding: 4em 0 0;
}
main.type section.other .inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}
main.type section.other .inner article {
    width: 100%;
    margin-bottom: 3em;
}
main.type section.other .inner article h3 {
    display: inline-block;
    padding: 1em;
    border: thin solid #000000;
    margin-bottom: 1em;
}