@charset "UTF-8";

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

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

#header {
background: rgba(255, 255, 255, .85);
backdrop-filter: blur(4px);
}
/*PC*/
@media print, screen and (min-width: 768px) {
#hed .hed_img .bg_img{
background-image:url("../images/feature/main_img.jpg");
}

article{
overflow: hidden;
}
.loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto;
}

.loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 10rem;
font-weight: 200;
letter-spacing: -.5rem;
line-height: 1;
overflow: hidden;
color: #af9b55;
opacity: .4;
}

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

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

#feature{
margin: 0 auto;
}

#feature .section_wrap {
margin: 0 auto;
}

#feature .section_wrap .block1{
width: 90%;
margin: 0 auto 80px;
}

#feature .section_wrap .block1 h2{
font-size: 3.2em;
font-weight: bold;
margin: 0px auto 60px;
letter-spacing: .2rem;
line-height: 1.4;
}

#feature .section_wrap .block1 h2 span{
display: block;
font-size: 1.2rem;
line-height: 1;
color: #af9b55;
margin: 0 0 20px;
}

#feature .section_wrap .block1 .parallax{
height: 30vw;
margin: 0 auto 80px;
overflow: hidden;
width: 100%;
}

#feature .section_wrap .block1 .parallax .thumbnail {
width: 100%;
}


#feature .section_wrap .block1 .red_txt{
width: 90%;
font-size: 1rem;
font-weight: 500;
line-height: 2;
margin: 0 auto;
}

#feature .section_wrap .block1 article{
overflow: hidden;
position: relative;
margin:0;
}

#feature .section_wrap .block2{
position: relative;
width: 100%;
margin: 0 auto;
overflow: hidden;
box-sizing: border-box;
background: #121212;
padding: 20px 0;
}


#feature .section_wrap .block2 .box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-top: 1px solid rgba(175,155,85,.3);
border-bottom: 1px solid rgba(175,155,85,.3);
padding: 70px 0;
box-sizing: border-box;
flex-direction: row;
}

#feature .section_wrap .block2 .box:nth-child(2){
flex-direction: row-reverse;
}
#feature .section_wrap .block2 .box:nth-child(1),
#feature .section_wrap .block2 .box:nth-child(2){
border-bottom:none;
}


#feature .section_wrap .block2 .box .txt_box{
width: 50%;
padding: 0 0 0 5%;
box-sizing: border-box;
}

#feature .section_wrap .block2 .box:nth-child(2) .txt_box{
width: 50%;
padding: 0 5% 0 0;
box-sizing: border-box;
}

#feature .section_wrap .block2 .box .txt_box h3{
font-size: 2.4rem;
line-height: 1;
margin: 0 0 60px;
letter-spacing: .2rem;
color:#af9b55;
}

#feature .section_wrap .block2 .box .txt_box h3 span{
font-size: .7rem;
display: block;
letter-spacing: 0;
margin-bottom: 15px;
opacity: .6;
}

#feature .section_wrap .block2 .box .txt_box h4{
font-size: 1.4rem;
line-height: 1;
margin: 0 0 40px;
letter-spacing: .1rem;
color:#af9b55;
}

#feature .section_wrap .block2 .box .txt_box .txt{
color: #FFF;
}


#feature .section_wrap .block2 .box .txt_box .f_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 60px 0 0;
}

#feature .section_wrap .block2 .box .txt_box .f_list li{
width: 31.33%;
border: 1px solid rgba(175,155,85,.3);
}

#feature .section_wrap .block2 .box .txt_box .f_list li p{
font-size: .8rem;
color: #FFF;
padding: 15px;
box-sizing: border-box;
}


#feature .section_wrap .block2 .box .img{
width: 45%;
position: relative;
}

#feature .section_wrap .block2 .box .img img{
overflow: hidden;
}

#feature .section_wrap .block2 .box:nth-child(2) .img img{
overflow: hidden;
}

#feature .section_wrap .block2 .dl_list{
margin:60px auto 0;
border: 1px solid rgba(175,155,85,.3);
width: 90%;
}

#feature .section_wrap .block2 .dl_list dt{
padding: 10px;
font-size: 1rem;
line-height: 1;
box-sizing: border-box;
background: rgba(175,155,85,.5);
color: #FFF;
}

#feature .section_wrap .block2 .dl_list dd{
padding: 10px;
box-sizing: border-box;
color:#af9b55;
}
#feature .section_wrap .block2 .dl_list dd a{
border-bottom: 1px solid #af9b55;
color:#af9b55;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
#hed .hed_img .bg_img{
background-image:url("../images/feature/main_img_s.jpg");
}

article{
overflow: hidden;
}
.loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto;
}

.loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 4rem;
font-weight: 200;
letter-spacing: -.5rem;
line-height: 1;
overflow: hidden;
color: #af9b55;
opacity: .4;
}

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

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

#feature{
margin: 0 auto;
}

#feature .section_wrap {
margin: 0 auto;
}

#feature .section_wrap .block1{
width: 90%;
margin: 0 auto 60px;
}

#feature .section_wrap .block1 h2{
font-size: 1.4em;
font-weight: bold;
margin: 0px auto 30px;
letter-spacing: .1rem;
line-height: 1.4;
}

#feature .section_wrap .block1 h2 span{
display: block;
font-size: .6rem;
line-height: 1;
color: #af9b55;
margin: 0 0 10px;
}

#feature .section_wrap .block1 .parallax{
height: 40vw;
margin: 0 auto 30px;
overflow: hidden;
width: 100%;
}

#feature .section_wrap .block1 .parallax .thumbnail {
width: 100%;
}


#feature .section_wrap .block1 .red_txt{
width: 100%;
font-weight: 500;
line-height:1.8;
margin: 0 auto;
}

#feature .section_wrap .block1 article{
overflow: hidden;
position: relative;
margin:0;
}

#feature .section_wrap .block2{
position: relative;
width: 100%;
margin: 0 auto;
overflow: hidden;
box-sizing: border-box;
background: #121212;
padding: 15px 0;
}


#feature .section_wrap .block2 .box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-top: 1px solid rgba(175,155,85,.3);
border-bottom: 1px solid rgba(175,155,85,.3);
padding: 30px 5%;
box-sizing: border-box;
flex-direction: row;
}

#feature .section_wrap .block2 .box:nth-child(1),
#feature .section_wrap .block2 .box:nth-child(2){
border-bottom:none;
}


#feature .section_wrap .block2 .box .txt_box{
width: 100%;
margin: 0 0 30px;
}

#feature .section_wrap .block2 .box .txt_box h3{
font-size:20px;
line-height: 1;
margin: 0 0 25px;
letter-spacing: .1rem;
color:#af9b55;
}

#feature .section_wrap .block2 .box .txt_box h3 span{
font-size: .5rem;
display: block;
letter-spacing: 0;
margin-bottom:5px;
opacity: .6;
}

#feature .section_wrap .block2 .box .txt_box h4{
font-size: 1rem;
line-height: 1.4;
margin: 0 0 20px;
letter-spacing: .1rem;
color:#af9b55;
}

#feature .section_wrap .block2 .box .txt_box .txt{
color: #FFF;
}


#feature .section_wrap .block2 .box .txt_box .f_list{
margin:30px 0 0;
}

#feature .section_wrap .block2 .box .txt_box .f_list li{
width: 100%;
border: 1px solid rgba(175,155,85,.3);
margin-bottom: 15px;
}

#feature .section_wrap .block2 .box .txt_box .f_list li p{
color: #FFF;
padding: 10px;
box-sizing: border-box;
}


#feature .section_wrap .block2 .box .img{
width: 100%;
position: relative;
}

#feature .section_wrap .block2 .box .img img{
overflow: hidden;
}

#feature .section_wrap .block2 .box:nth-child(2) .img img{
overflow: hidden;
}

#feature .section_wrap .block2 .dl_list{
margin:30px auto 0;
border: 1px solid rgba(175,155,85,.3);
width: 100%;
}

#feature .section_wrap .block2 .dl_list dt{
padding: 10px;
line-height: 1;
box-sizing: border-box;
background: rgba(175,155,85,.5);
color: #FFF;
}

#feature .section_wrap .block2 .dl_list dd{
padding: 10px;
box-sizing: border-box;
color:#af9b55;
font-size: 12px;
}
#feature .section_wrap .block2 .dl_list dd a{
border-bottom: 1px solid #af9b55;
color:#af9b55;
}


}