@charset "utf-8";

/* ヘッダー背景 */
.top-bg01{
width: 100%;
height:70vh;
}

.top-bg02{
font-size: 40px;
font-weight: bold;
color: #fff;
text-align: center;
padding-top: 25%;
padding-left: 0%;
font-family: 'Noto Serif JP', serif;
}

.top-bg02 p{
font-size: 32px;
font-weight: bold;
line-height:0.1em;
color: #fff;
padding-top: 0px;
background: transparent;
font-family: 'Archivo Black', 'Noto Sans JP',sans-serif;
}

.top-bg02 h6{
font-size: 14px;
line-height: 0.1em;
color: #fff;
font-family: 'Noto Serif JP', serif;
}

.index-bg {
position: fixed;
top: 0px;
width: 100%;
height: 100%;
background: transparent;
z-index: -1;
}

.index-bg li {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-position: 50% 50%;
background-repeat: none;
opacity: 0;
-webkit-animation: anime 40s linear 0s infinite ;
animation: anime 40s linear 0s infinite ;
}

.index-bg li:nth-child(1) { 
background-image:url(../images-home/bg01.jpg);
}

.index-bg li:nth-child(2) {
background-image: url(../images-home/bg02.jpg);
-webkit-animation-delay: 10s;
animation-delay: 10s;
}

.index-bg li:nth-child(3) {
background-image:url(../images-home/bg03.jpg);
-webkit-animation-delay: 20s;
animation-delay: 20s;
}

.index-bg li:nth-child(4) {
background-image: url(../images-home/bg04.jpg);
-webkit-animation-delay: 30s;
animation-delay: 30s;
}

@-webkit-keyframes anime { 
0% {
-webkit-animation-timing-function: ease-in;
opacity: 0;
}
10% {
-webkit-transform: scale(1.1);
opacity: 1;
}
40% {
-webkit-transform: scale(1.2);
-webkit-animation-timing-function: ease-out;
opacity: 1;
}
50% {
-webkit-transform: scale(1.3);
opacity: 0;
}
100% { opacity: 0 }
}

@keyframes anime { 
0% {
animation-timing-function: ease-in;
opacity: 0;
}
10% {
transform: scale(1.1);
opacity: 1;
}
40% {
transform: scale(1.2);
animation-timing-function: ease-out;
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0;
}
100% { opacity: 0 }
}
/* ヘッダー背景終わり */

/* --- worksはじまり ----- */
.works01{
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(12, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
height: 120vh;
background:#fff;;
margin-left: 0%;
margin-right: 0%;
opacity: 1;
border-radius: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

.works01 img{
width: 100%;
}
.works02 { grid-area: 1 / 1 / 5 / 4; 
background-image: url(../images-home/bg05.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works03 { grid-area: 1 / 4 / 5 / 10; 
background:#1d4763;
}
.works03 p{
font-size: 24px;
font-weight: bold;
font-family: 'Noto Serif JP', serif;
color: #fff;
text-align: center;
padding-top: 20px;
}
.works03 h6{
font-size: 16px;
font-weight: bold;
font-family: 'Noto Serif JP', serif;
color: #fff;
text-align: left;
padding: 20px;
}
.works04{ grid-area: 1 / 10 / 5 / 13; 
background-image: url(../images-home/bg03.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works05 { grid-area: 5 / 5 / 13 / 11;
background-image: url(../images-home/bg10.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works06{ grid-area: 5 / 2 / 8 / 5; 
background-image: url(../images-home/bg13.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works07{ grid-area: 5 / 11 / 10 / 13;
background-image: url(../images-home/bg12.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works11 { grid-area: 8 / 3 / 13 / 5; 
background-image: url(../images-home/bg07.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works12 { grid-area: 8 / 1 / 13 / 3; 
background-image: url(../images-home/bg11.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}

.hover {
position: relative;
width: 100%;
height:100%;
}
.hover .hover-img {
margin: 0;
padding: 0;
}
.hover-img img {
width: 100%;
height: 100%;
}
.hover .hover-text {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
color: #fff;
background-color: rgba(0,0,0,0.65);
opacity: 0;
transition: .3s ease-in-out;
}
.hover .hover-text .text1 {
font-size: 22px;
padding: 10px 20px;
}
.hover .hover-text .text2 {
font-size: 16px;
padding: 0 20px;
}
.hover:hover .hover-text {
opacity: 1;
}
/* --- worksおわり ----- */
.blank3{
width: 100%;
height: 50px;
background:#1d4763;
}

.blank2{
width: 100%;
height: 50px;
background:#fff;
}


@media (max-width: 768px){ 

/* ヘッダー背景 */
.top-bg01{
width: 100%;
height:70vh;
}

.top-bg02{
font-size: 40px;
font-weight: bold;
color: #fff;
text-align: center;
padding-top: 55%;
padding-left: 0%;
font-family: 'Noto Serif JP', serif;
}

.top-bg02 p{
font-size: 48px;
font-weight: bold;
line-height:0.1em;
color: #fff;
padding-top: 0px;
background: transparent;
font-family: 'Archivo Black', 'Noto Sans JP',sans-serif;
letter-spacing: 3px;
}

.top-bg02 h6{
font-size: 14px;
line-height: 0.1em;
color: #fff;
font-family: 'Noto Serif JP', serif;
letter-spacing: 2px;
}

.index-bg {
position: fixed;
top: 0px;
width: 100%;
height: 100%;
background: transparent;
z-index: -1;
}

.index-bg li {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-position: 50% 50%;
background-repeat: none;
opacity: 0;
-webkit-animation: anime 40s linear 0s infinite ;
animation: anime 40s linear 0s infinite ;
}

.index-bg li:nth-child(1) { 
background-image:url(../images-home/bg01.jpg);
}

.index-bg li:nth-child(2) {
background-image: url(../images-home/bg02.jpg);
-webkit-animation-delay: 10s;
animation-delay: 10s;
}

.index-bg li:nth-child(3) {
background-image:url(../images-home/bg03.jpg);
-webkit-animation-delay: 20s;
animation-delay: 20s;
}

.index-bg li:nth-child(4) {
background-image: url(../images-home/bg04.jpg);
-webkit-animation-delay: 30s;
animation-delay: 30s;
}

@-webkit-keyframes anime { 
0% {
-webkit-animation-timing-function: ease-in;
opacity: 0;
}
10% {
-webkit-transform: scale(1.1);
opacity: 1;
}
40% {
-webkit-transform: scale(1.2);
-webkit-animation-timing-function: ease-out;
opacity: 1;
}
50% {
-webkit-transform: scale(1.3);
opacity: 0;
}
100% { opacity: 0 }
}

@keyframes anime { 
0% {
animation-timing-function: ease-in;
opacity: 0;
}
10% {
transform: scale(1.1);
opacity: 1;
}
40% {
transform: scale(1.2);
animation-timing-function: ease-out;
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0;
}
100% { opacity: 0 }
}
/* ヘッダー背景終わり */

/* --- worksはじまり ----- */
.works01{
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(12, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
height: 140vh;
background:#fff;;
margin-left: 0%;
margin-right: 0%;
opacity: 1;
border-radius: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

.works01 img{
width: 100%;
}
.works02 { grid-area: 3 / 1 / 5 / 7; 
background-image: url(../images-home/bg05.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works03 { grid-area: 1 / 1 / 3 / 13;  
background:#1d4763;
}
.works03 p{
font-size: 14px;
font-weight: bold;
font-family: 'Noto Serif JP', serif;
color: #fff;
text-align: center;
padding-top: 10px;
letter-spacing: 2px;
}
.works03 h6{
font-size: 12px;
font-weight: ;
font-family: 'Noto Serif JP', serif;
color: #fff;
text-align: left;
padding: 2px;
padding-left: 2%;
padding-right: 2%;
letter-spacing: 2px;
}
.works04{ grid-area:3 / 7 / 5 / 13;
background-image: url(../images-home/bg03.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works05 { grid-area:10 / 4 / 13 / 10;
background-image: url(../images-home/bg10.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works06{ grid-area: 8 / 1 / 10 / 7; 
background-image: url(../images-home/bg13.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works07{ grid-area: 5 / 9 / 8 / 13;
background-image: url(../images-home/bg12.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works08{ grid-area: 8 / 7 / 10 / 13;
background-image: url(../images-home/bg04.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works11 { grid-area: 5 / 5 / 8 / 9; 
background-image: url(../images-home/bg07.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}
.works12 { grid-area: 5 / 1 / 8 / 5;
background-image: url(../images-home/bg11.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border: 1px solid #fff;
}

.hover {
position: relative;
width: 100%;
height:100%;
}
.hover .hover-img {
margin: 0;
padding: 0;
}
.hover-img img {
width: 100%;
height: 100%;
}
.hover .hover-text {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
color: #fff;
background-color: rgba(0,0,0,0.65);
opacity: 0;
transition: .3s ease-in-out;
}
.hover .hover-text .text1 {
font-size: 22px;
padding: 10px 20px;
}
.hover .hover-text .text2 {
font-size: 16px;
padding: 0 20px;
}
.hover:hover .hover-text {
opacity: 1;
}
/* --- worksおわり ----- */
.blank3{
width: 100%;
height: 50px;
background:#1d4763;
}

.blank2{
width: 100%;
height: 50px;
background:#fff;
}

    
}