@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/business/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;
}

#business{
margin: 0 auto;
}

#business .section_wrap {
margin: 0 auto;
}

#business .section_wrap .block1{
width: 90%;
margin: 0 auto 80px;
}

#business .section_wrap .block1 h2{
font-size: 3.2em;
font-weight: bold;
margin: 0px auto 60px;
letter-spacing: .2rem;
line-height: 1.4;
}

#business .section_wrap .block1 h2 span{
display: block;
font-size: 1.2rem;
line-height: 1;
color: #af9b55;
margin: 0 0 20px;
}

#business .section_wrap .block1 .parallax{
height: 30vw;
margin: 0 auto 80px;
overflow: hidden;
width: 100%;
}

#business .section_wrap .block1 .parallax .thumbnail {
width: 100%;
}


#business .section_wrap .block1 .red_txt{
width: 90%;
font-weight: 500;
line-height: 2;
margin: 0 auto;
}

#business .section_wrap .block1 .block1_s{
width: 90%;
margin: 100px auto 0;
background:#121212;
padding: 45px 35px;
box-sizing: border-box;
position: relative;
overflow: hidden;
}

#business .section_wrap .block1 .block1_s::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("../images/com/bg_noise.webp");
background-repeat: repeat;
background-size: 200px 200px;
z-index: 0;
overflow: hidden;
}

#business .section_wrap .block1 .business_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 30px;
}

#business .section_wrap .block1 .business_box li{
width: 31.33%;
}

#business .section_wrap .block1 .business_box li h3{
font-size: 1.8rem;
line-height: 1;
text-align: center;
color: #af9b55;
margin: 0 0 20px;
}

#business .section_wrap .block1 .business_box li h3 span{
font-size: .6rem;
margin: 0 0 5px;
display: block;
}

#business .section_wrap .block1 .business_box li .img{
overflow: hidden;
border: 1px solid rgba(177,155,85,.5);
}

#business .section_wrap .block1 .block1_s .box{
width: 45%;
background:rgba(177,155,85,.5);
padding: 15px;
box-sizing: border-box;
overflow: hidden;
margin: auto;
}

#business .section_wrap .block1 .block1_s .box h3{
text-align: center;
color: #FFF;
font-size: 1rem;
margin-bottom: 10px;
}

#business .section_wrap .block1 .block1_s .box p{
color: #FFF;
}

#business .section_wrap .block1 article{
overflow: hidden;
position: relative;
margin:0;
}

#business .section_wrap .block2{
position: relative;
width: 100%;
margin: 0 auto;
overflow: hidden;
box-sizing: border-box;
background: #121212;
padding: 20px 0;
}

#business .section_wrap .block2::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("../images/com/bg_noise.webp");
background-repeat: repeat;
background-size: 200px 200px;
z-index: 0;
overflow: hidden;
}

#business .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;
position: relative;
}

#business .section_wrap .block2 .box:nth-child(2){
flex-direction: row-reverse;
}
#business .section_wrap .block2 .box:nth-child(1),
#business .section_wrap .block2 .box:nth-child(2){
border-bottom:none;
}


#business .section_wrap .block2 .box .txt_box{
width: 50%;
padding: 0 0 0 5%;
box-sizing: border-box;
}

#business .section_wrap .block2 .box:nth-child(2) .txt_box{
width: 50%;
padding: 0 5% 0 0;
box-sizing: border-box;
}

#business .section_wrap .block2 .box .txt_box h3{
font-size:3rem;
line-height: 1;
margin: 0 0 60px;
letter-spacing: .2rem;
color:#af9b55;
}

#business .section_wrap .block2 .box .txt_box h3 span{
font-size: .6rem;
display: block;
letter-spacing: 0;
margin-bottom: 10px;
}

#business .section_wrap .block2 .box .txt_box h4{
font-size: 1.4rem;
line-height: 1;
margin: 0 0 40px;
letter-spacing: .1rem;
color:#af9b55;
}

#business .section_wrap .block2 .box .txt_box .txt{
color: #FFF;
}

#business .section_wrap .block2 .box .txt_box .txt a{
color:#af9b55;
text-decoration: underline;
}

#business .section_wrap .block2 .box .txt_box .flow_img{
margin: 40px 0 0;
width: 100%;
border: 1px solid rgba(255,255,255,.3);
background: rgba(0,0,0,.5);
padding: 0 0 20px;
box-sizing: border-box;
}

#business .section_wrap .block2 .box .txt_box .flow_img p{
margin-bottom: 20px;
background: rgba(255,255,255,.3);
text-align: right;
padding: 2px 10px;
}
#business .section_wrap .block2 .box .txt_box .flow_img p{
color: #fff;
font-size: 0.9rem;
cursor: pointer;
}
#business .section_wrap .block2 .box .txt_box .flow_img p i{
padding-left: 3px;
}

#business .section_wrap .block2 .box .txt_box .flow_img .illust{
padding: 0 20px;
}

/* モーダルのスタイル */
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.8);
}

.modal-content { margin: auto; display: block; width: auto; height: 55vh; position: absolute; top: 25%; right: 0; left: 0; }

.close {
position: absolute;
top: 100px; right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}
.close:hover,
.close:focus { color: #bbb; text-decoration: none; cursor: pointer; }


#business .section_wrap .block2 .box .img{
width: 45%;
position: relative;
}

#business .section_wrap .block2 .box .img img{
overflow: hidden;
}

#business .section_wrap .block2 .box:nth-child(2) .img img{
overflow: hidden;
}

#business .section_wrap .block2 .dl_list{
margin:60px auto 0;
border: 1px solid rgba(175,155,85,.3);
width: 90%;
}

#business .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;
}

#business .section_wrap .block2 .dl_list dd{
padding: 10px;
box-sizing: border-box;
color:#af9b55;
}

#business .section_wrap .block2 .dl_list dd .d_list_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#business .section_wrap .block2 .dl_list dd .d_list_box .txt_box{
width: 60%;
}

#business .section_wrap .block2 .dl_list dd .d_list_box .img{
width: 35%;
}

#business .section_wrap .block2 .dl_list dd .d_list_box .img img{
overflow: hidden;
}

#business .section_wrap .block2 .shop_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#business .section_wrap .block2 .shop_list li{
width: 49%;
border: 1px solid rgba(255,255,255,.3);
background: rgba(0,0,0,.5);
margin-bottom: 2%;
padding: 15px;
box-sizing: border-box;
}

#business .section_wrap .block2 .shop_list li .sh_img{
margin: 0 0 15px;
border: 1rem;
overflow: hidden;
}

#business .section_wrap .block2 .shop_list li .sh_img img{
border: 1rem;
overflow: hidden;
}

#business .section_wrap .block2 .shop_list li h5{
font-size: 1.2rem;
line-height: 1.4;
color: #af9b55;
margin: 0 0 10px;
}

#business .section_wrap .block2 .shop_list li p{
font-size: .7rem;
color: #FFF;
height: 150px;
}

#business .section_wrap .block2 .shop_list li p a{
color: #af9b55;
text-decoration: underline;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
#hed .hed_img .bg_img{
background-image:url("../images/business/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;
}

#business{
margin: 0 auto;
}

#business .section_wrap {
margin: 0 auto;
}

#business .section_wrap .block1{
width: 90%;
margin: 0 auto 60px;
}

#business .section_wrap .block1 h2{
font-size: 1.4em;
font-weight: bold;
margin: 0px auto 30px;
letter-spacing: .1rem;
line-height: 1.4;
}

#business .section_wrap .block1 h2 span{
display: block;
font-size: .6rem;
line-height: 1;
color: #af9b55;
margin: 0 0 10px;
}

#business .section_wrap .block1 .parallax{
height: 40vw;
margin: 0 auto 30px;
overflow: hidden;
width: 100%;
}

#business .section_wrap .block1 .parallax .thumbnail {
width: 100%;
}

#business .section_wrap .block1 .red_txt{
width: 100%;
font-weight: 500;
line-height:1.8;
margin: 0 auto;
}


#business .section_wrap .block1 .block1_s{
width: 100%;
margin: 40px auto 0;
background:#121212;
padding:15px;
box-sizing: border-box;
position: relative;
overflow: hidden;
}

#business .section_wrap .block1 .block1_s::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("../images/com/bg_noise.webp");
background-repeat: repeat;
background-size: 200px 200px;
z-index: 0;
overflow: hidden;
}

#business .section_wrap .block1 .business_box{
margin: 0 0 30px;
position: relative;
z-index: 5;
}

#business .section_wrap .block1 .business_box li{
width: 100%;
margin-bottom: 25px;
}

#business .section_wrap .block1 .business_box li h3{
font-size: 1.2rem;
line-height: 1;
text-align: center;
color: #af9b55;
margin: 0 0 10px;
}

#business .section_wrap .block1 .business_box li h3 span{
font-size: .6rem;
margin: 0 0 5px;
display: block;
}

#business .section_wrap .block1 .business_box li .img{
overflow: hidden;
border: 1px solid rgba(177,155,85,.5);
}

#business .section_wrap .block1 .block1_s .box{
width: 100%;
background:rgba(177,155,85,.5);
padding: 15px;
box-sizing: border-box;
overflow: hidden;
margin: auto;
}

#business .section_wrap .block1 .block1_s .box h3{
text-align: center;
color: #FFF;
margin-bottom: 10px;
}

#business .section_wrap .block1 .block1_s .box p{
color: #FFF;
font-size:12px;
}


#business .section_wrap .block1 article{
overflow: hidden;
position: relative;
margin:0;
}

#business .section_wrap .block2{
position: relative;
width: 100%;
margin: 0 auto;
overflow: hidden;
box-sizing: border-box;
background: #121212;
padding: 15px 0;
}


#business .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;
}

#business .section_wrap .block2 .box:nth-child(1),
#business .section_wrap .block2 .box:nth-child(2){
border-bottom:none;
}


#business .section_wrap .block2 .box .txt_box{
width: 100%;
margin: 0 0 30px;
}

#business .section_wrap .block2 .box .txt_box h3{
font-size:20px;
line-height: 1;
margin: 0 0 25px;
letter-spacing: .1rem;
color:#af9b55;
}

#business .section_wrap .block2 .box .txt_box h3 span{
font-size: .5rem;
display: block;
letter-spacing: 0;
margin-bottom:5px;
opacity: .6;
}

#business .section_wrap .block2 .box .txt_box h4{
font-size: 1rem;
line-height: 1.4;
margin: 0 0 20px;
letter-spacing: .1rem;
color:#af9b55;
}

#business .section_wrap .block2 .box .txt_box .txt{
color: #FFF;
}


#business .section_wrap .block2 .box .txt_box .txt a{
color:#af9b55;
text-decoration: underline;
}

#business .section_wrap .block2 .box .txt_box .flow_img{
margin:30px 0 0;
width: 100%;
border: 1px solid rgba(255,255,255,.3);
background: rgba(0,0,0,.5);
padding: 20px;
box-sizing: border-box;
}

#business .section_wrap .block2 .box .img{
width: 100%;
position: relative;
}

#business .section_wrap .block2 .box .img img{
overflow: hidden;
}

#business .section_wrap .block2 .box:nth-child(2) .img img{
overflow: hidden;
}

#business .section_wrap .block2 .dl_list{
margin:30px auto 0;
border: 1px solid rgba(175,155,85,.3);
width: 100%;
}

#business .section_wrap .block2 .dl_list dt{
padding: 10px;
line-height: 1;
box-sizing: border-box;
background: rgba(175,155,85,.5);
color: #FFF;
}

#business .section_wrap .block2 .dl_list dd{
padding: 20px;
box-sizing: border-box;
color:#af9b55;
}

#business .section_wrap .block2 .dl_list dd .d_list_box{
}

#business .section_wrap .block2 .dl_list dd .d_list_box .txt_box{
width: 100%;
margin: 0 auto 20px;
}

#business .section_wrap .block2 .dl_list dd .d_list_box .img{
width: 80%;
margin: auto;
}

#business .section_wrap .block2 .dl_list dd .d_list_box .img img{
overflow: hidden;
}

#business .section_wrap .block2 .shop_list{
}

#business .section_wrap .block2 .shop_list li{
width: 90%;
border: 1px solid rgba(255,255,255,.3);
background: rgba(0,0,0,.5);
margin-bottom: 2%;
padding: 10px;
box-sizing: border-box;
margin:0 auto 20px;
}

#business .section_wrap .block2 .shop_list li .sh_img{
margin: 0 0 15px;
border: 1rem;
overflow: hidden;
}

#business .section_wrap .block2 .shop_list li .sh_img img{
border: 1rem;
overflow: hidden;
}

#business .section_wrap .block2 .shop_list li h5{
font-size: 1rem;
color: #af9b55;
margin: 0 0 5px;
}

#business .section_wrap .block2 .shop_list li p{
font-size: .7rem;
color: #FFF;
margin-bottom: 15px;
}

#business .section_wrap .block2 .shop_list li p a{
color: #af9b55;
text-decoration: underline;
}


}