@charset "UTF-8";

@keyframes txtloop {
0% {
transform: translateX(100%);
}
to {
transform: translateX(-100%);
}
}

@keyframes txtloop2 {
0% {
transform: translateX(0);
}
to {
transform: translateX(-200%);
}
}


/*PC*/
@media print, screen and (min-width: 768px) {
article{
overflow: hidden;
margin: 0 0 40px;
}
.loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}

.loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 10rem;
font-weight:200;
line-height:1;
overflow: hidden;
color:rgba(244,144,27,.2);
}

.loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}

.loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}

#work{
margin:0 auto 220px;
}

#work .section_wrap{
}


#work .para-wrap {
max-width:100%;
margin: 0 auto;
}

/* 土台：高さを安定させたいなら aspect-ratio を残す */
#work .para-zoom {
position: relative;
overflow: hidden;
border-radius: 4rem;
display: grid;
place-items: center;
}

#work .para-zoom > img {
width: 100%;
height: 100%;
object-fit: cover;
transform-origin: center center;
transform: translateZ(0) scale(0.7) translateY(0px); /* 初期値（JSで上書き） */
will-change: transform;
border-radius: inherit;
}

#work .section_wrap .block1{
position: relative;
background:#FFF;
background-size: cover;
margin:0 auto;
overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
#work .para-zoom > img { transform: none !important; }
}

#work .section_wrap .block1{
position: relative;
background:#FFF;
background-size: cover;
margin:0 auto;
overflow: hidden;
}

#work .section_wrap .block1 .txt_box{
width:90%;
margin:0 auto;
}

#work .section_wrap .block1 h2{
font-size:2rem;
font-weight:bold;
line-height: 1.6;
margin: 0 0 60px -5px;
background-clip: border-box;
}

#work .section_wrap .block1 .read_txt{
font-size: 1.2rem;
line-height: 2;
text-align: center;
margin: 0 0 120px;
}

#work .section_wrap .block1 .slider3{
margin: 0 auto 120px;
}

#work .section_wrap .block1 .slick-list{
overflow:inherit;
}

#work .section_wrap .block1 .slick-slide{
margin: 0 10px;
position: relative;
}

#work .section_wrap .block1 .slick-slide:nth-child(2n){
margin-top: -30px;
}

#work .block2{
background: url("../images/com/texture.jpg") 0 0 repeat;
padding: 140px 5%;
box-sizing: border-box;
}

#work .block2:last-child{
padding-top: 0;
}


#work .section_wrap .block2 .read_txt2{
font-size: 1.2rem;
line-height: 2;
margin: 0 0 60px;
}


#work .block2 .work_list{
display:flex;
flex-wrap: wrap;
justify-content: space-between;
margin:0;
}

#work .block2 .work_list li{
width: 49%;
position: relative;
}

#work .block2 .work_list li:nth-child(3){
width: 100%;
position: relative;
margin-top: 60px;
}


#work .block2 .work_list li .img{
margin-bottom: 15px;
}

#work .illust_img{
width: 80%;
margin: 0 auto;
}

#work .catch_txt{
font-size: 1.6rem;
line-height: 1.6;
text-align: center;
margin-top: 40px;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
article{
overflow: hidden;
margin: 0 0 40px;
}
.loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}

.loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 6rem;
font-weight:200;
line-height:1;
overflow: hidden;
color:rgba(244,144,27,.2);
}

.loop_wrap div:nth-child(odd) {
animation: txtloop 70s -35s linear infinite;
}

.loop_wrap div:nth-child(even) {
animation: txtloop2 70s linear infinite;
}

#work{
margin:0 auto 60px;
overflow: hidden;
}

#work .section_wrap{
}


#work .para-wrap {
max-width:100%;
margin: 0 auto;
}

/* 土台：高さを安定させたいなら aspect-ratio を残す */
#work .para-zoom {
position: relative;
overflow: hidden;
border-radius: 1rem;
display: grid;
place-items: center;
}

#work .para-zoom > img {
width: 100%;
height: 100%;
object-fit: cover;
transform-origin: center center;
transform: translateZ(0) scale(0.7) translateY(0px); /* 初期値（JSで上書き） */
will-change: transform;
border-radius: inherit;
}

#work .section_wrap .block1{
position: relative;
background:#FFF;
background-size: cover;
margin:0 auto;
overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
#work .para-zoom > img { transform: none !important; }
}

#work .section_wrap .block1{
position: relative;
background:#FFF;
background-size: cover;
margin:0 auto;
overflow: hidden;
}

#work .section_wrap .block1 .txt_box{
width:90%;
margin:0 auto;
}

#work .section_wrap .block1 h2{
font-size:1.4rem;
font-weight:bold;
line-height: 1.6;
margin: 0 0 30px -5px;
background-clip: border-box;
}

#work .section_wrap .block1 .read_txt{
font-size: 1rem;
line-height: 2;
margin: 0 0 60px;
}

#work .section_wrap .block1 .slider3{
margin: 0 auto 60px;
}

#work .section_wrap .block1 .slick-list{
overflow:inherit;
}

#work .section_wrap .block1 .slick-slide{
margin: 0 10px;
position: relative;
}

#work .section_wrap .block1 .slick-slide:nth-child(2n){
margin-top: -30px;
}

#work .block2{
background: url("../images/com/texture.jpg") 0 0 repeat;
padding: 60px 5%;
box-sizing: border-box;
}

#work .block2:last-child{
padding-top: 0;
}


#work .section_wrap .block2 .read_txt2{
font-size: 1rem;
line-height:1.8;
margin: 0 0 30px;
}


#work .block2 .work_list{
margin:0;
}

#work .block2 .work_list li{
width:100%;
position: relative;
margin-bottom: 20px;
}

#work .block2 .work_list li:last-child{
margin-bottom: 0;
}


#work .block2 .work_list li .img{
margin-bottom: 15px;
}

#work .illust_img{
width: 100%;
margin: 0 auto 30px;
}

#work .catch_txt{
font-size: 1.2rem;
line-height: 1.4;
}
}