@charset "utf-8";


/*-----------------------------------------------------
　共　通
-----------------------------------------------------*/
html{
font-size : 16px; /*レスポンシブタイプセッティングの指定*/
line-height : 1.5;
color: #666;
}

#evsp_box .sp_text a{
color: #333333;
text-decoration: none;
}

.top_box img{
width: 100%;
}

.profile_box img{
width: 100%;
}

.jp_eu_box_1 img{
width: 100%;
}

.movie_box img{
width: 100%;
}

.sec06_box img{
width: 100%;
}

#page{
display: none;
}

.br_smp{
display:none;
}

#smp_wind{
display: none;
}

#fullpage #top{
background-image: url("../../img/yoshitaka_top.jpg");
background-position: 100% center;
background-size: cover;
position: relative;
padding: 4em 0;
width: 100%;
display: inline-block;
}

#fullpage #profile{
background-image: url(../../img/bg-02.jpg);
background-position: left 50% top;
background-size: cover;
position: relative;
padding: 5em 0 7em;
width: 100%;
}

#fullpage #jp_eu{
background-image: url(../../img/bg-03.jpg);
background-position: center top;
background-size: cover;
width: 100%;
padding: 5em 0 7em;
position: relative;
}

#fullpage #movie{
background-image: url(../../img/bg-04.jpg);
background-position: left top;
background-size: cover;
padding: 5em 0 10em;
width: 100%;
}

#fullpage #sec06{
background-image: url(../../img/bg-06.jpg);
background-position: center top;
background-size: cover;
}

#fullpage #works{
background-position: left bottom;
background-size: 150%;
background-image: url(../../img/bg_works.jpg);
background-repeat: no-repeat;
padding: 5em 0 100px;
width: 100%;
background-color: #f1f1f1;
}

#fullpage #works #works_1{
clear: both;
}

#fullpage #works #works_2{
clear: both;
}

#fullpage #works #works_3{
clear: both;
}


/*●●●●●●●●●●●イベント●●●●●●●●●●●*/
#fullpage #sec_event{
background-image: url(../../img/bg_eve.png);
background-position: center center;
background-size: cover;
}


/*●●●●●●●●●●●イベントスポンサー●●●●●●●●●●●*/
#fullpage #sec_event_sp{
background-image: url(../../img/bg_eve_sp.png);
background-position: center center;
background-size: cover;
}

#evsp_box{
width: 700px;
margin-left: auto;
margin-right: auto;
}

#evsp_box #evsp_tit{
width: 41.4%;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
}

#evsp_tit img{
width: 100%;
}

.sp_tit{
width: 70px;
margin-left: auto;
margin-right: auto;
}

.sp_text{
text-align: center;
font-size: 0.95em;
width: 100%;
clear: both;
line-height: 1.8em;
}

#evsp_1{
width: 100%;
margin-bottom: 3em;
}

#evsp_2{
width: 100%;
margin-bottom: 3em;
}

#evsp_3{
width: 100%;
margin-bottom: 3em;
}

.splogo_1{
width: 22.85%;
margin-right:2.86%;
margin-bottom:1.2em;
float:left;
}

.splogo_1 img{
width: 100%;
}

.splogo_2{
width: 22.85%;
margin-right:2.86%;
margin-bottom:1.2em;
float:left;
}

.splogo_2 img{
width: 100%;
}

.splogo_3{
width: 22.85%;
margin-right:2.86%;
margin-bottom:1.2em;
float:left;
}

.splogo_3 img{
width: 100%;
}

.splogo_4{
width: 22.85%;
margin-bottom:1.2em;
float:left;
}

.splogo_4 img{
width: 100%;
}

#sns{
position: fixed;
top: 50%;
right: 0%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
z-index: 999;
}

#sns div a{
display: block;
padding: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
margin-bottom: 15px;
}

#sns div:last-child a{
margin-bottom: 0;
}

#sns div img{
width: 40px;
}

#sns .blog a{
background-color: rgba(50,50,50,0.7);
}

#sns .fb a{
background-color: rgba(105,140,200,0.8);
}

#sns .inst a{
background-color: rgba(200,100,160,0.7);
}


/*●●●●●●●●●●●フッター●●●●●●●●●●●*/
.topBtn{
position: fixed;
bottom: 65px;
right: 20px;
display: block;
width: 50px;
height: 50px;
text-align: center;
z-index: 99;
background-color: rgba(50,50,50,0.7);
color: #fff;
border-radius: 30px;
}

.topBtn:before{
font-family: "Font Awesome 5 Free";
content: '\f106';
position: absolute;
top: 3px;
left: 0;
width: 100%;
text-align: center;
font-size: 30px;
font-weight: bold;
}

.font_tit{
text-align: center;
padding-top: 45%;
}

#footer{
display: flex;
justify-content: space-between;
align-items: center;
background-color: rgba(50,50,50,0.7);
color: #aaa;
position: fixed;
bottom: 0;
width: 100%;
z-index: 9;
padding: 3px 30px;
font-size: 0.8em;
height: 50px;
}

#footer .sns_box{
display: flex;
justify-content: flex-end;
}

#footer .sns_box .img_btn{
width: 35px;
margin: 0 7px;
}

#footer .contact{
padding: 3px 0 3px 20px;
font-size: 14px;
color: #fff;
text-align: left;
}

#footer .site_menu{
display: flex;
flex-wrap: wrap;
width: 750px;
}

#footer .site_menu ul{
display: inline-flex;
text-align: center;
padding: 3px 0;
}

#footer .site_menu ul li{
text-align: center;
padding-right: 10px;
color: #fff;
}

#wrap #footer .site_menu p{
width: 100%;
color: #bbbbbb;
font-size: 0.85em;
}

#footer a{
color: #fff;
}

#footer a:hover{
color: #BEBEBE;
}


/*●●●●●●●●●●●1ページ目●●●●●●●●●●●*/
.site_tit{
width: 600px;
margin-top: 0%;
margin-right: auto;
position: absolute;
left: 0;
top: 80px;
}

.top_box{
width: 500px;
margin-left: auto;
}

.topic_box{
width: 75%;
max-width: 400px;
margin-top: 0.5em;
margin: 0 auto;
padding: 15px 5% 20px;
background-color: rgba(50,50,50,0.7);
}

.tit_small{
width: 50%;
margin-right: auto;
margin-left: auto;
margin-bottom: 0.2em;
font-size: 1.2em;
text-align: center;
color: #FFF;
letter-spacing: 0.05em;
}

.tit_small2{
width: 50%;
margin-right: auto;
margin-left: auto;
margin-bottom: 0.2em;
font-size: 1.2em;
color: #FFF;
text-align: center;
letter-spacing: 0.05em;
}

.topic_bnr1 a{
text-decoration: none;
}

.topic_bnr1 a:hover button{
box-shadow: 0px 0px rgba(0,0,0,0);
}

.topic_bnr1 button{
margin-bottom: 1em;
display: block;
width: 100%;
height: 40px;
padding: 10px;
border:none;
border-radius: 5px;
color: #fff;
background: #e30000;
box-shadow: 0px 3px rgba(0,0,0,0.4);
text-align: center;
letter-spacing: 0.08em;
font-size: 16px;
font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.topic_bnr1 img{
margin-bottom: 0.5em;
}

.topic_bnr2{
width: 84%;
margin-right: 8%;
margin-left: 8%;
margin-bottom: 0.7em;
margin-top: 0.8em;
}

.topic_bnr2_l{
width: 48%;
}

.topic_bnr2_r{
width: 48%;
}

.spon_box{
margin-bottom: 15px;
}

.spon_img{
width: 32%;
margin-right: 2%;
}

.spon_img2{
width: 32%;
}

.sponsor{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.sponsor li{
width: 32%;
padding: 5px;
margin-top: 7px;
background-color: rgba(255,255,255,0.7);
border-radius: 3px;
display: flex;
}


/*●●●●●●●●●●●2ページ目●●●●●●●●●●●*/
#project{
padding: 4em 0 0 0;
}

#tit_center{
font-size: 65px;
color: #666666;
letter-spacing: 0.1em;
line-height: 100%;
margin-bottom: 15px;
border-bottom: solid 1px #666666;
text-align: center;
margin: auto;
text-align: center;
}

#tit_center span{
font-size: 40px;
}

#project h2{
margin-top:50px;
font-size: 20px;
text-align: center;
}

#project .project_box{
margin-bottom: 15px;
padding:50px 0 50px 0;
background-position: center;
}

#project .project_box:last-of-type{
margin-bottom: 0px;
padding:50px 0 70px 0;
}

#project .project_box.bg1{
background-image: url(../../img/project_bg_1.jpg)
}

#project .project_box.bg2{
background-image: url(../../img/project_bg_2.jpg)
}

#project .project_box.bg3{
background-image: url(../../img/project_bg_3.jpg)
}

#project .project_box.bg4{
background-image: url(../../img/project_bg_4.jpg)
}

#project .project_box_inner{
display: block;
width: 800px;
margin-right: auto;
margin-left: auto;
font-size: 0.85em;
}

.project_img{
margin-bottom: 20px;
}

.project_img img{
display: block;
width: 100%;
}

.project_text{
color: #333;
font-size: 16px;
}

.project_text h3{
line-height: 100%;
margin-bottom: 10px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 30px;
letter-spacing: 0.1em;
}

.pro_btn{
margin: 30px 0 40px;
text-align: center;
letter-spacing: 0.1em;
}

.pro_btn a{
width: 300px;
margin: 0 auto;
padding: 10px;
display: block;
background-color: #666666;
color: #fff;
text-decoration: none;
}


/*●●●●●●●●●●●3ページ目●●●●●●●●●●●*/
#sec_tit02{
font-size: 80px;
color: #fff;
letter-spacing: 0.1em;
line-height: 100%;
border-bottom: solid 1px #fff;
text-align: center;
margin-right: auto;
}

.profile_box{
width: 850px;
margin-left: auto;
padding-bottom: 100px;
padding-top: 100px;
}

.profile_box{
background-image: url(../../img/profile_bg.png);
background-size: 100% 100%;
}

#profile .profile_box .text_j{
width: 80%;
margin-right: 10%;
margin-left: 10%;
color: #FFF;
margin-bottom: 4em;
font-size: 0.85em;
margin-top: 4em;
padding-left: 1em;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #fff;
line-height: 1.5em;
}

#profile .profile_box .text_e{
width: 80%;
margin-right: 10%;
margin-left: 10%;
color: #FFF;
font-size: 0.85em;
padding-left: 1em;
margin-top: 2em;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #fff;
line-height: 1.5em;
}


/*●●●●●●●●●●●4ページ目●●●●●●●●●●●*/
.jp_eu_box_1{
width: 610px;
padding: 1em 0;
background-color: rgba(50,50,50,0.7);
margin-bottom: 10em;
}

#jp_eu .jp_eu_box_1 .text_j{
width: 87%;
margin-right: 8%;
margin-left: 5%;
color: #FFF;
margin-bottom: 2em;
font-size: 0.85em;
margin-top: 1.5em;
padding-top: 0em;
padding-bottom: 0em;
padding-left: 1em;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #fff;
line-height: 1.5em;
}

.jp_eu_box_2{
width: 610px;
margin-left: auto;
background-color: rgba(50,50,50,0.7);
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-top: 10em;
margin-bottom: 5em;
}

#jp_eu .jp_eu_box_2 .text_e{
width: 70%;
margin-right: 10%;
margin-left: 10%;
color: #FFF;
font-size: 0.85em;
margin-top: 2em;
margin-bottom: 2em;
padding-top: 0em;
padding-bottom: 0em;
padding-left: 1em;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #fff;
line-height: 1.5em;
}


/*●●●●●●●●●●●5ページ目●●●●●●●●●●●*/
.movie_box{
    width: 640px;
}

#movie .movie_box img{
margin-bottom: 1em;
}

#movie .movie_box .youtube01{
margin-top: 2em;
margin-right: 10%;
margin-left: auto;
width: 400px;
}

#movie .movie_box .youtube_box{
margin-left: auto;
margin-right: 10%;
}

#movie .movie_box .youtube02{
margin-top: 2em;
margin-left: 30px;
width: 400px;
}

#movie .movie_box .youtube03{
margin-top: 2em;
margin-left: 30px;
width: 400px;
}

#movie iframe{
height: 300px;
}


/*●●●●●●●●●●●4ページ目●●●●●●●●●●●*/
#sec_tit03{
width: 640px;
font-size: 80px;
color: #666666;
letter-spacing: 0.1em;
line-height: 100%;
margin-bottom: 15px;
border-bottom: solid 1px #666666;
text-align: center;
margin-right: auto;
}

.works_box_01{
width: 800px;
display: block;
margin-right: auto;
margin-left: auto;
font-size: 0.85em;
}

.works_box .sub_tit{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 30px;
letter-spacing: 0.1em;
text-align: center;
padding: 50px 0 15px;
width: 100%;
}

.works_box_01 .pfo_box{
width: 100%;
display: flex;
border-bottom: solid 1px;
padding-bottom: 2px;
margin-bottom: 8px;
color: #666666;
}

.works_box_01 .pfo_01{
width: 18%;
padding-left: 2%;
color: #a01f1f;
}

.works_box_01 .pfo_02{
width: 60%;
}

.works_box_01 .pfo_03{
width: 20%;
}

.works_box_02{
width: 800px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
font-size: 0.85em;
}

.cm_k, .movie_k{
font-size: 50px;
color: #c6c6c6;
letter-spacing: 0.1em;
line-height: 100%;
margin-bottom: 7px;
}

.works_box_02 .cm_box{
width: 100%;
margin-bottom: 30px;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}

.works_box_02 .cm_box:last-child{
margin-bottom: 0;
}

.works_box_02 .cm_01{
width: 30%;
margin-top: 30px;
margin-right: 5%;
}

.works_box_02 .cm_01:nth-child(-n+3){
margin-top: 0;
}

.works_box_02 .cm_01:nth-child(3n){
margin-right: 0;
}

.works_box_02 .cm_01 img{
width: 100%;
}

.works_box_02 .cm_01_m{
position:relative;
overflow: hidden;
width: 100%;
}

.works_box_02 .cm_01_t{
width: 100%;
padding-top: 5px;
}

.works_box_02 .cm_01 iframe{
background-color: #000;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

.works_box_02 .mv_box{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}

.works_box_03{
width: 800px;
margin: 0 auto 0 auto;
font-size: 0.85em;
}

.works_box_03 .oth_box{
width: 100%;
padding-bottom: 2px;
margin-bottom: 2em;
color: #666666;
}

.works_box_03 .oth_box:last-child{
padding-bottom: 0;
margin-bottom: 0;
}

.works_box_03 .oth_koumoku{
width: 100%;
font-size: 150%;
padding-bottom: 10px;
}

.works_box_03 .oth_01{
width: 98%;
padding-left: 2%;
border-bottom: solid 1px;
margin-bottom: 5px;
}


/*●●●●●●●●●●●6ページ目●●●●●●●●●●●*/
.sec06_box_1{
width: 640px;
clear: both;
position: absolute;
top: 3em;
right: 0px;
}

.sec06_box_2{
width: 480px;
clear: both;
position: absolute;
bottom: 4em;
left: 3%;
padding-top: 1em;
padding-bottom: 1em;
}

.margin_top_1em{
margin-top: 1em;
clear: both;
}

.tit_small3{
width: 50%;
margin-right: auto;
margin-left: auto;
margin-bottom: 0.2em;
color: #FFF;
font-size: 1.2em;
text-align: center;
letter-spacing: 0.05em;
}

.tit_small4{
width: 50%;
margin-right: auto;
margin-left: auto;
margin-bottom: 0.3em;
clear: both;
text-align: center;
font-size: 1.2em;
color: #FFF;
padding-top: 0.5em;
letter-spacing: 0.05em;
}

.tit_small5{
width: 50%;
margin-right: auto;
margin-left: auto;
margin-bottom: 0.3em;
clear: both;
font-size: 1.2em;
color: #FFF;
text-align: center;
padding-top: 0.5em;
letter-spacing: 0.05em;
}

.name_box{
width: 84%;
margin-right: 8%;
margin-left: 8%;
margin-bottom: 1em;
}

#sec06 .sec06_box_2 .name_box .name_box2{
width: 29.3%;
margin-right: 2%;
margin-left: 2%;
letter-spacing: 0.3em;
text-align: center;
color: #FFF;
}

.scroll{
width: 8%;
margin-right: 46%;
margin-left: 46%;
position: absolute;
bottom: 3em;
}

.topic_text{
width: 100%;
color: #FFF;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFF;
padding-top: 0.2em;
padding-bottom: 0.2em;
margin-bottom: 1em;
font-size: 0.85em;
text-indent: 5px;
}

.topic_text a{
color: #FFF;
text-decoration: none;
line-height: 1.3em;
}

#sec_tit05{
margin-top: 1em;
}

.movie_box{
width: 1000px;
margin-right: auto;
margin-left: auto;
}

.work_tit{
font-size: 1.5em;
text-align: center;
margin-top: 1.5em;
margin-bottom: 1em;
}

.work_box_left{
width: 47%;
}

.work_box_left_1{
width: 100%;
margin-bottom: 1em;
}

.work_box_left_2{
width: 100%;
margin-bottom: 1em;
}

.work_box_left_2_1{
width: 48%;
}

.work_box_left_2_2{
width: 48%;
}

.work_box_right{
width: 47%;
}

.work_box_right_j{
font-size: 0.9em;
color: #666;
width: 100%;
margin-bottom: 1.5em;
line-height: 1.7em;
}

.work_box_right_e{
width: 100%;
margin-bottom: 1.5em;
font-size: 0.9em;
color: #666;
line-height: 1.7em;
}

.work_box_right_btn{
width: 60%;
}

.topic_box2{
width: 75%;
margin-right: 10%;
margin-top: 0.5em;
}

.topic_box2{
background-color: rgba(50,50,50,0.7);
padding-top: 1em;
padding-bottom: 1em;
width: 65%;
}

.tw_box{
display: block;
width: 100%;
}

.tw_box_smp{
display: none;
margin: auto;
width: 100%;
}

.works_smp_01{
display: none;
}


/*●●●●●●●●●●● # show●●●●●●●●●●●*/
#fullpage #show{
background-image: url(../../img/show_bg.jpg);
background-position: center top;
background-size: cover;
position: relative;
padding: 5em 0;
width: 100%;
}

#show .show_box{
background-color: rgba(50,50,50,0.7);
width: 1000px;
margin: auto;
padding-bottom: 3em;
padding-top: 1.5em;
}

#show_tit{
font-size: 80px;
color: #fff;
letter-spacing: 0.1em;
line-height: 100%;
margin-bottom: 30px;
border-bottom: solid 1px #fff;
text-align: center;
}

#show .show_midashi{
width: 90%;
margin: 0 5%;
color: #fff;
border-bottom: solid 1px #fff;
}

#show .show_midashi .show_h2{
font-size: 1.5em;
font-weight: bold;
padding-bottom: 0.8em;
letter-spacing: 0.1em;
}

#show .show_midashi .show_text{
font-size: 0.85em;
line-height: 1.5em;
padding-bottom: 1.5em;
}

#show .show_main_box{
width: 90%;
margin: 0 auto;
margin-bottom: 1.5em;
}

#show .show_main_box .show_main_01{
width: 100%;
color: #fff;
padding: 2em 5% 1.5em;
border-bottom: solid 1px #fff;
display: inline-flex;
justify-content: space-between;
}

#show .show_main_01 .left_box{
width: 40%;
}

#show .show_main_01 .right_box{
width: 57%;
}

#show .show_main_01 .right_box .midashi{
color: #fff;
font-size: 1.2em;
padding-bottom: 0.5em;
}

.midashi span{
display: inline-block;
}

#show .show_main_01 .right_box .show_text{
color: #fff;
font-size: 0.85em;
line-height: 1.5em;
}

#show .show_text_02{
width: 90%;
margin: 0 5%;
color: #fff;
font-size: 0.85em;
line-height: 1.5em;
}

#show .show_text_02 div{
display: flex;
}

#show .show_text_02 .text_left{
width: 9%;
display: block;
}

#show .show_text_02 .text_right{
width: 91%;
}


/*●●●●●●●●●●●review●●●●●●●●●●●*/
#fullpage #review{
background-image: url(../../img/review_bg.jpg);
background-position: bottom center;
background-size: cover;
width: 100%;
padding: 5em 0;
position: relative;
}

.rev_box_1{
width: 800px;
margin-left: auto;
}

#review #rev_text_box{
width: 90%;
margin: 0 10% 0 0;
color: #FFF;
line-height: 1.5em;
}

#review #rev_text_box .rev_text{
padding: 2em 0 15px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: flex-end;
}

#review #rev_text_box .rev_text:last-child{
padding-bottom: 0;
}

.rev_text div a{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #fff;
vertical-align: middle;
margin-top: 10px;
font-size: 14px;
}

.rev_text div a:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
margin: auto;
vertical-align: middle;
left: 3px;
width: 4px;
height: 4px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#review .rev_text .text_01{
font-weight: bold;
font-style: italic;
letter-spacing: 1px;
}

#review .rev_text .text_02{
width: 100%;
font-size: 0.85em;
letter-spacing: 1px;
padding-top: 10px;
display: flex;
align-items: center;
text-align: right;
}

.text_02:before{
margin-right: 0.5em;
}

.text_02::before, #ex3::after{
border-top: 1px solid;
content: "";
display: inline;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex: 1;
flex-grow: 1;
}

#sec_tit_rev{
width: 640px;
margin-left: auto;
font-size: 80px;
color:#fff;
letter-spacing: 0.1em;
line-height: 100%;
margin-bottom: 30px;
border-bottom: solid 1px #fff;
text-align: center;
}


/*---------------------------------------
　# イベントページへのバナー
---------------------------------------*/
#event{
width: 100%;
padding: 50px 0;
background-color: #000;
}

.event_bnr{
width: 900px;
margin: 0 auto;
}






/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●　タブレット　〜1024　●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media screen and ( max-width: 1024px ){

#page{
display: block;
width: 100%;
height: 40px;
position: fixed;
z-index: 999;
background:rgba(50,50,50,0.7);
font-size: 16px;
color:#fff;
}

/*レスポンシブ用メニュー*/
#menu{
display: inline-block;
position: fixed;
z-index: 5;
left:-1000%;
top:0;
width:100%;
height: auto;
transition: all .5s;
overflow: visible;
-ms-overflow-style: none;/* IE, Edge 対応 */
scrollbar-width: none;   /* Firefox 対応 */
}

#menu a{
display: block;
color: #000;
opacity: 1;
}

#menu.active{
left: 0;
}

#icon{
display: flex;
position: fixed;
z-index: 1000;
top:0;
left: 0;
width:50px;
height: 40px;
flex-direction: column;
justify-content: center;
}

#icon div{
width:50px;
height:40px;
padding: 10px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}

#icon span{
display: inline-block;
margin:0 auto;
width:25px;
height: 2px;
opacity: 1;
background-color: #fff;
transition: all .3s ease 0s;
}

#icon span:first-of-type{
margin-bottom:5px;
}

#icon span:last-of-type{
margin-top:5px;
}

#icon.active span:nth-of-type(1){
transform: rotate(45deg);
margin-top:9px;
background-color: #fff;
opacity: 1;
}

#icon.active span:nth-of-type(2){
transform: rotate(-45deg);
margin-top:-10px;
background-color: #fff;
opacity: 1;
}

#icon.active span:nth-of-type(3){
opacity: 0;
background-color: #fff;
}

#menu ul{
width: 100%;
max-width: 400px;
margin-top: 40px;
background-color: #eaeaea;
text-align: left;
display: block;
overflow-y: scroll;
height: 100vh;
}

#menu ul li a{
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 10px 10px 10px 20px;
margin: 0;
position: relative;
text-decoration: none;
color: #666;
}

#menu ul li a:after{
content: '';
border-bottom: 1px solid #d3d3d3;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}

#menu .menu_con{
background-color: #fff;
padding: 3px 10px;
margin-right: 15px;
border-radius: 5px;
}

#menu .menu_con_mail{
text-decoration: underline;
}

#menu .sns_box{
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
background-color: rgba(50,50,50,0.7);
}

#menu ul li.sns_box a{
padding: 0;
margin: 0 20px;
}

#menu ul li.sns_box a:after{
border-bottom: none;
}

/*レスポンシブ用メニュー*/


.br_smp{
display:none;
}

#smp_wind{
display: none;
}

#fullpage #top{
padding: 5em 0;
background-position: 90% top;
}

#fullpage #profile{
padding: 3em 0 5em;
}

#fullpage #jp_eu{
background-image: url(../../img/bg-03.jpg);
background-position: center top;
background-size: cover;
width: 100%;
padding: 5em 0;
position: relative;
}

#fullpage #movie{
background-image: url(../../img/bg-04.jpg);
background-position: right top;
background-size: cover;
padding-top: 5em;
padding-right: 0;
padding-left: 0;
padding-bottom: 5em;
width: 100%;
}

#fullpage #sec06{
background-image: url(../../img/bg-06.jpg);
background-position: center top;
background-size: cover;
}

#fullpage #works{
background-position: center top;
background-size: cover;
background-image: url(../../img/bg_works.jpg);
padding: 5em 0;
width: 100%;
}


/*●●●●●●●●●●●イベント●●●●●●●●●●●*/
#fullpage #sec_event{
background-image: url(../../img/bg_eve.png);
background-position: center center;
background-size: cover;
}


/*●●●●●●●●●●●イベントスポンサー●●●●●●●●●●●*/
#fullpage #sec_event_sp{
background-image: url(../../img/bg_eve_sp.png);
background-position: center center;
background-size: cover;
}

#evsp_box{
width: 700px;
margin-left: auto;
margin-right: auto;
}

#evsp_box #evsp_tit{
width: 41.4%;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
}

#evsp_tit img{
width: 100%;
}

.sp_tit{
width: 70px;
margin-left: auto;
margin-right: auto;
}

.sp_text{
text-align: center;
font-size: 0.95em;
width: 100%;
clear: both;
line-height: 1.8em;
}

#evsp_1{
width: 100%;
margin-bottom: 3em;
}

#evsp_2{
width: 100%;
margin-bottom: 3em;
}

#evsp_3{
width: 100%;
margin-bottom: 3em;
}

.splogo_1{
width: 22.85%;
margin-right:2.86%;
margin-bottom:1.2em;
float:left;
}

.splogo_2{
width: 22.85%;
margin-right:2.86%;
margin-bottom:1.2em;
float:left;
}

.splogo_3{
width: 22.85%;
margin-right:2.86%;
margin-bottom:1.2em;
float:left;
}

.splogo_4{
width: 22.85%;
margin-bottom:1.2em;
float:left;
}

.splogo_1 img, .splogo_2 img,
.splogo_3 img, .splogo_4 img{
width: 100%;
}

#sns{
display: none;
}


/*●●●●●●●●●●●フッター●●●●●●●●●●●*/
.font_tit{
text-align: center;
padding-top: 45%;
}

#footer{
align-items: center;
}

#footer .foot_right{
width: 300px;
}

#footer .sns_box .img_btn{
text-align: center;
width: 35px;
margin: 0 7.5px;
}

#footer .sns_box .img_btn img{
width: 100%;
}

#footer .contact{
display: none;
}

#footer .site_menu{
width: 300px;
text-align: left;
}

#footer .site_menu ul{
display: none;
}

#wrap #footer .site_menu p{
margin: 0;
font-size: 14px;
}


/*●●●●●●●●●●●1ページ目●●●●●●●●●●●*/
.site_tit{
width: 50%;
max-width: 500px;
margin-left: auto;
margin-right: 0;
}

.top_box{
width: 100%;
max-width: 400px;
}

.topic_box{
width: 85%;
}

.topic_bnr1 img{
margin-bottom: 0.5em;
}

.topic_bnr2{
width: 84%;
margin-right: 8%;
margin-left: 8%;
margin-bottom: 0.7em;
margin-top: 0.8em;
}

.topic_bnr2_l{
width: 48%;
}

.topic_bnr2_r{
width: 48%;
}

.spon_img{
width: 32%;
margin-right: 2%;
}

.spon_img2{
width: 32%;
}


/*●●●●●●●●●●●2ページ目●●●●●●●●●●●*/

#tit_center{
font-size: 60px;
}

#tit_center span{
font-size: 28px;
}

#project .project_box_inner{
width: 90%;
max-width: 850px;
}


/*●●●●●●●●●●●3ページ目●●●●●●●●●●●*/
.profile_box{
width: 90%;
max-width: 850px;
background-size: auto;
}

#profile .profile_box .text_j{
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 40px;
}

#profile .profile_box .text_e{
width: 90%;
margin-left: 5%;
margin-right: 5%;
}


/*●●●●●●●●●●●4ページ目●●●●●●●●●●●*/
#jp_eu .jp_eu_box_2 .text_e{
width: 80%;
}

#sec_tit04{
padding-top: 1em;
}


/*●●●●●●●●●●●5ページ目●●●●●●●●●●●*/
.movie_box{
width: 90%;
margin: 0 5%;
top: 3em;
}

#movie .movie_box img{
margin-bottom: 1em;
}

#movie .movie_box .youtube01{
margin-top: 2em;
margin-left: auto;
width: 48%;
}

#movie .movie_box .youtube_box{
margin-left: auto;
}

#movie .movie_box .youtube02{
margin-top: 2em;
width: 48%;
}

#movie .movie_box .youtube03{
margin-top: 2em;
width: 48%;
}

#movie iframe{
height: 250px;
}


/*●●●●●●●●●●●2ページ目●●●●●●●●●●●*/
#sec_tit03{
width: 100%;
}

.sec_tit03_2{
width: 640px;
clear: both;
position: absolute;
top: 3em;
left: 100%;
}

.works_box_01{
width: 90%;
}

.works_box_01 .pfo_01{
width: 18%;
padding-left: 2%;
color: #a01f1f;
}

.works_box_01 .pfo_02{
width: 60%;
}

.works_box_01 .pfo_03{
width: 20%;
}

.works_box_02{
width: 90%;
margin: 0 auto;
font-size: 0.85em;
}

.works_box_02 .cm_box{
width: 100%;
margin-bottom: 2em;
}

.works_box_02 .cm_01{
width: 30%;
}

.works_box_02 .cm_01 img{
width: 100%;
}

.works_box_02 .cm_01_m{
position:relative;
overflow: hidden;
width: 100%;
}

.works_box_02 .cm_01_t{
width: 100%;
padding-top: 5px;
}

.works_box_02 .cm_01 iframe{
background-color: #000;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

.works_box_02 .mv_box{
width: 100%;
clear: both;
}

.works_box_03{
width: 90%;
margin: 0 auto;
}

.works_box_03 .oth_box{
width: 100%;
margin-bottom: 15px;
}

.works_box_03 .oth_koumoku{
width: 100%;
font-size: 150%;
padding-bottom: 10px;
}

.works_box_03 .oth_01{
width: 98%;
padding-left: 2%;
border-bottom: solid 1px;
margin-bottom: 5px;
}

#works .sub_tit img{
width: 100%;
}


/*●●●●●●●●●●●6ページ目●●●●●●●●●●●*/
.sec06_box_1{
width: 640px;
clear: both;
position: absolute;
top: 3em;
right: 0px;
}

.sec06_box_2{
width: 480px;
clear: both;
position: absolute;
bottom: 4em;
left: 3%;
padding-top: 1em;
padding-bottom: 1em;
}

.margin_top_1em{
margin-top: 1em;
clear: both;
}

.tit_small3{
width: 50%;
margin-right: auto;
margin-left: auto;
margin-bottom: 0.2em;
color: #FFF;
font-size: 1.2em;
text-align: center;
letter-spacing: 0.05em;
}

.tit_small4{
width: 50%;
margin-right: auto;
margin-left: auto;
margin-bottom: 0.3em;
clear: both;
text-align: center;
font-size: 1.2em;
color: #FFF;
padding-top: 0.5em;
letter-spacing: 0.05em;
}

.tit_small5{
width: 50%;
margin-right: auto;
margin-left: auto;
margin-bottom: 0.3em;
clear: both;
font-size: 1.2em;
color: #FFF;
text-align: center;
padding-top: 0.5em;
letter-spacing: 0.05em;
}

.name_box{
width: 84%;
margin-right: 8%;
margin-left: 8%;
margin-bottom: 1em;
}

#sec06 .sec06_box_2 .name_box .name_box2{
width: 29.3%;
margin-right: 2%;
margin-left: 2%;
letter-spacing: 0.3em;
text-align: center;
color: #FFF;
}

.scroll{
width: 8%;
margin-right: 46%;
margin-left: 46%;
position: absolute;
bottom: 3em;
}

.topic_text{
width: 100%;
color: #FFF;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFF;
padding-top: 0.2em;
padding-bottom: 0.2em;
margin-bottom: 1em;
font-size: 0.85em;
text-indent: 5px;
}

.topic_text a{
color: #FFF;
text-decoration: none;
line-height: 1.3em;
}

#sec_tit05{
margin-top: 1em;
}

.work_tit{
font-size: 1.5em;
text-align: center;
margin-top: 1.5em;
margin-bottom: 1em;
}

.work_box_left{
width: 47%;
}

.work_box_left_1{
width: 100%;
margin-bottom: 1em;
}

.work_box_left_2{
width: 100%;
margin-bottom: 1em;
}

.work_box_left_2_1{
width: 48%;
}

.work_box_left_2_2{
width: 48%;
}

.work_box_right{
width: 47%;
}

.work_box_right_j{
font-size: 0.9em;
color: #666;
width: 100%;
margin-bottom: 1.5em;
line-height: 1.7em;
}

.work_box_right_e{
width: 100%;
margin-bottom: 1.5em;
font-size: 0.9em;
color: #666;
line-height: 1.7em;
}

.work_box_right_btn{
width: 60%;
}

.topic_box2{
width: 75%;
margin-right: 10%;
margin-top: 0.5em;
}

.topic_box2{
background-color: rgba(50,50,50,0.7);
padding-top: 1em;
padding-bottom: 1em;
width: 65%;
}

.tw_box{
display: block;
width: 100%;
}

.tw_box_smp{
display: none;
margin: auto;
width: 100%;
}

.works_smp_01{
display: none;
}


/*●●●●●●●●●●● Show ●●●●●●●●●●●*/
#fullpage #show{
background-image: url(../../img/show_bg.jpg);
background-position: center top;
background-size: cover;
position: relative;
padding: 5em 0;
width: 100%;
}

#show .show_box{
width: 95%;
margin: auto;
padding-bottom: 1em;
}

#show .show_midashi{
width: 92%;
margin: 0 auto;
}

#show .show_midashi .show_h2{
font-size: 1.5em;
font-weight: bold;
padding-bottom: 0.8em;
letter-spacing: 0.1em;
}

#show .show_midashi .show_text{
font-size: 0.85em;
line-height: 1.5em;
padding-bottom: 1.5em;
}

#show .show_main_box{
width: 92%;
}

#show .show_main_box .show_main_01{
padding-left: 0;
padding-right: 0;
}

#show .show_main_01 .right_box .midashi{
color: #fff;
font-size: 1.2em;
padding-bottom: 0.5em;
text-align: center
}

#show .show_main_01 .right_box .show_text{
color: #fff;
font-size: 14px;
line-height: 1.5em;
}

#show .show_text_02{
overflow: hidden;
width: 90%;
margin: 0 5%;
color: #fff;
font-size: 0.85em;
line-height: 1.5em;
padding-bottom: 1.5em;
}

#show .show_text_02 .text_left{
width: 12%;
clear: both;
}

#show .show_text_02 .text_right{
width: 88%;
}


/*●●●●●●●●●●● Review ●●●●●●●●●●●*/
#fullpage #review{
padding: 3em 0 5em;
}

.rev_box_1{
width: 100%;
}

#review #rev_text_box{
width: 85%;
margin: 0 7.5%;
color: #FFF;
line-height: 1.5em;
}

#review .rev_text .text_01{
clear: both;
font-weight: bold;
font-style: italic;
font-size: 1em;
letter-spacing: 0.7px;
width: 100%;
}

#review .rev_text .text_02{
clear: both;
font-size: 0.85em;
padding-top: 10px;
display: flex;
align-items: center;
text-align: right;
}

.text_02:before{
margin-right: 0.5em;
}

.text_02::before, #ex3::after{
border-top: 1px solid;
content: "";
display: inline;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex: 1;
flex-grow: 1;
}

#sec_tit_rev{
width: 100%;
font-size: 60px;
padding-top: 50px;
}

#show_tit{
width: 100%;
font-size: 60px;
}


/*---------------------------------------
　# イベントページへのバナー
---------------------------------------*/
.event_bnr{
width: 92%;
max-width: 900px;
}

}








/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●　スマホ　●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media (max-width: 767px){

#menu ul{
width: 80%;
}

.br_smp{
display:block;
}

#fullpage #top{
padding: 100px 0 0;
background-position: center top;
background-image: url("../../img/yoshitaka_top_smp.jpg");
}

#fullpage #profile{
padding: 0;
background-position: 20% top;
}

#fullpage #movie{
background-image: url(../../img/bg-04_smp.png);
background-position: left top;
background-size: cover;
width: 100%;
padding-bottom: 5em;
}

#fullpage #sec06{
background-image: url(../../img/bg-06_smp.png);
background-position: center top;
background-size: cover;
}

#fullpage #sec_event{
background-image: url(../../img/bg_eve_smp.png);
background-position: center center;
background-size: cover;
}

#fullpage #works{
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
background-image: url(../../img/bg_works_smp.jpg);
padding: 0 0 50px;
width: 100%;
background-color: #eee;
}

#fullpage #works #works_1{
width: 100%;
}

#fullpage #works #works_2{
width: 100%
}

#fullpage #works #works_3{
width: 100%;
}


/*●●●●●●●●●●●フッター●●●●●●●●●●●*/
.font_tit{
text-align: center;
padding-top: 45%;
}

#footer .foot_right{
display: none;
}

#footer .sns_box{
display: none;
}

#footer .sns_box .img_btn{
width: 20%;
margin: 0 6%;
text-align: right;
}

#footer .sns_box .img_btn img{
width: 100%
}

#footer .contact{
display: none;
}

#footer .site_menu{
width: 100%;
text-align: left;
display: none;
}

#footer .site_menu ul{
display: none;
}

#wrap #footer .site_menu p{
text-align: center;
}


/*●●●●●●●●●●●1ページ目●●●●●●●●●●●*/
.site_tit{
width: 100%;
}

.topic_box{
width: 90%;
margin: 200px auto 50px;
}

.topic_bnr1 button{
font-size: 12px;
}

.topic_bnr1 img{
margin-bottom: 0.5em;
}

.topic_bnr2{
width: 84%;
margin-right: 8%;
margin-left: 8%;
margin-bottom: 0.7em;
margin-top: 0.8em;
}

.topic_bnr2_l{
width: 48%;
}

.topic_bnr2_r{
width: 48%;
}

.spon_img{
width: 32%;
margin-right: 2%;
}

.spon_img2{
width: 32%;
}


/*●●●●●●●●●●●2ページ目●●●●●●●●●●●*/
#project{
padding: 2em 0 0 0;
}

#tit_center{
font-size:  50px;
}

#tit_center span{
font-size: 30px;
}

#project h2{
margin:30px 0px;
font-size: 18px;
}

#project .project_box_inner{
width: 90%;
}


/*●●●●●●●●●●●3ページ目●●●●●●●●●●●*/
#sec_tit02{
font-size: 60px;
padding-top: 50px;
}

.profile_box{
background-image: none;
width: 100%;
background-color: rgba(50,50,50,0.6);
}

#profile .profile_box .text_j{
width: 85%;
margin-right: 7.5%;
margin-left: 7.5%;
}

#profile .profile_box .text_e{
width: 85%;
margin-right: 7.5%;
margin-left: 7.5%;
}


/*●●●●●●●●●●●3ページ目●●●●●●●●●●●*/
#fullpage #jp_eu{
padding: 0;
}

.jp_eu_box_1{
width: 100%;
background-color: rgba(50,50,50,0.5);
margin: 0;
padding-top: 30px;
}

#jp_eu .jp_eu_box_1 .text_j{
width: 85%;
margin: 30px auto 15px;
}

.jp_eu_box_2{
width: 100%;
padding-bottom: 5em;
clear: both;
background-color: rgba(50,50,50,0.5);
margin: 0;
}

#jp_eu .jp_eu_box_2 .text_e{
width: 85%;
margin: 0 auto;
}


/*●●●●●●●●●●●4ページ目●●●●●●●●●●●*/
.movie_box{
width: 100%;
clear: both;
right: 0px;
}

#sec_tit05{
margin-top: 3em;
}

#movie .movie_box img{
margin-bottom: 1em;
}

#movie .movie_box .youtube_box{
margin-left: auto;
}

#movie .movie_box .youtube02{
width: 90%;
margin: 2em 5%;
}

#movie .movie_box .youtube03{
width: 90%;
margin: 0 5%;
}

#movie iframe{
height: 200px;
}


/*●●●●●●●●●●●5ページ目●●●●●●●●●●●*/
#sec_tit03{
width: 100%;
font-size: 60px;
padding-top: 50px;
}

#sec_tit03 img{
width: 100%;
}

.sec_tit03_2{
width: 640px;
}

.works_box{
width: 100%;
position: relative;
}

.works_box_01 .pfo_box{
flex-wrap: wrap;
padding-left: 10px;
margin-bottom: 10px;
}

.works_box_01 .pfo_01{
width: 100%;
padding: 0;
}

.works_box_01 .pfo_02{
width: 60%;
padding-bottom: 5px;
}

.works_box_01 .pfo_03{
width: 40%;
padding-bottom: 5px;
text-align: center;
}

.works_box_02{
width: 100%;
margin: 0;
font-size: 0.85em;
}

.cm_k, .movie_k{
margin: 0 5%;
}

.cm_k.film{
font-size: 45px;
}

.works_box_02 .movie_k{
width: 90%;
padding-bottom: 10px;
margin: 0 5%;
letter-spacing: 0.1em
}

.works_box_02 .movie_k img{
width: 100%;
}

.works_box_02 .cm_box{
justify-content: space-between;
width: 90%;
margin: 0 auto;
}

.works_box_02 .cm_01{
width: 47%;
margin: 0 0 1.5em;
}

.works_box_02 .cm_01 img{
width: 100%;
}

.works_box_02 .cm_01_m{
position:relative;
overflow: hidden;
width: 100%;
}

.works_box_02 .cm_01 iframe{
background-color: #000;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

.works_box_02 .mv_box{
justify-content: space-between;
width: 90%;
margin: 0 auto;
}

.works_box_03 .sub_tit{
padding-top: 30px;
}


/*●●●●●●●●●●●6ページ目●●●●●●●●●●●*/
.sec06_box_1{
width: 640px;
clear: both;
position: absolute;
top: 3em;
right: 0px;
}

.sec06_box_2{
width: 480px;
clear: both;
position: absolute;
bottom: 4em;
left: 3%;
padding-top: 1em;
padding-bottom: 1em;
}

.margin_top_1em{
margin-top: 1em;
clear: both;
}

.tit_small3{
width: 50%;
margin-right: auto;
margin-left: auto;
margin-bottom: 0.2em;
color: #FFF;
font-size: 1.2em;
text-align: center;
letter-spacing: 0.05em;
}

.tit_small4{
width: 50%;
margin-right: auto;
margin-left: auto;
margin-bottom: 0.3em;
clear: both;
text-align: center;
font-size: 1.2em;
color: #FFF;
padding-top: 0.5em;
letter-spacing: 0.05em;
}

.tit_small5{
width: 50%;
margin-right: auto;
margin-left: auto;
margin-bottom: 0.3em;
clear: both;
font-size: 1.2em;
color: #FFF;
text-align: center;
padding-top: 0.5em;
letter-spacing: 0.05em;
}

.name_box{
width: 84%;
margin-right: 8%;
margin-left: 8%;
margin-bottom: 1em;
}

#sec06 .sec06_box_2 .name_box .name_box2{
width: 29.3%;
margin-right: 2%;
margin-left: 2%;
letter-spacing: 0.3em;
text-align: center;
color: #FFF;
}

.scroll{
width: 8%;
margin-right: 46%;
margin-left: 46%;
position: absolute;
bottom: 3em;
}

.topic_text{
width: 100%;
color: #FFF;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFF;
padding-top: 0.2em;
padding-bottom: 0.2em;
margin-bottom: 1em;
font-size: 0.85em;
text-indent: 5px;
}

.topic_text a{
color: #FFF;
text-decoration: none;
line-height: 1.3em;
}

.work_tit{
font-size: 1.5em;
text-align: center;
margin-top: 1.5em;
margin-bottom: 1em;
}

.work_box_left{
width: 47%;
}

.work_box_left_1{
width: 100%;
margin-bottom: 1em;
}

.work_box_left_2{
width: 100%;
margin-bottom: 1em;
}

.work_box_left_2_1{
width: 48%;
}

.work_box_left_2_2{
width: 48%;
}

.work_box_right{
width: 47%;
}

.work_box_right_j{
font-size: 0.9em;
color: #666;
width: 100%;
margin-bottom: 1.5em;
line-height: 1.7em;
}

.work_box_right_e{
width: 100%;
margin-bottom: 1.5em;
font-size: 0.9em;
color: #666;
line-height: 1.7em;
}

.work_box_right_btn{
width: 60%;
}

.topic_box2{
width: 75%;
margin-right: 10%;
margin-top: 0.5em;
}

.topic_box2{
background-color: rgba(50,50,50,0.7);
padding-top: 1em;
padding-bottom: 1em;
position: absolute;
width: 70%;
margin-left: 15%;
margin-right: 15%;
top: auto;
bottom: auto;
margin-top: 23em;
left: auto;
right: auto;
margin-bottom: auto;
}

.tw_box{
width: 100%;   
}

.works_box .sub_tit{
padding: 30px 0 15px;
}

/*●●●●●●●●●●● Show ●●●●●●●●●●●*/
#fullpage #show{
padding: 50px 0;
}

#show .show_box{
background-color: rgba(50,50,50,0.7);
width: 100%;
}

#show_tit img{
width: 100%;
}

#show .show_midashi{
width: 90%;
margin: 0 5%;
color: #fff;
border-bottom: solid 1px #fff;
}

#show .show_midashi .show_h2{
font-size: 1.5em;
font-weight: bold;
padding-bottom: 0.8em;
letter-spacing: 0.1em;
}

#show .show_midashi .show_text{
font-size: 0.85em;
line-height: 1.5em;
padding-bottom: 1.5em;
}

#show .show_main_box{
width: 90%;
}

#show .show_main_box .show_main_01{
flex-direction: column;
}

#show .show_main_01 .left_box{
width: 100%;
text-align: center;
}

#show .show_main_01 .left_box img{
width: 100%;
}

#show .show_main_01 .right_box{
width: 100%;
padding-top: 10px;
}

#show .show_main_01 .right_box .midashi{
color: #fff;
font-size: 1.2em;
padding-bottom: 0.5em;
text-align: center
}

#show .show_text_02{
padding-bottom: 0;
}

#show .show_text_02 div{
flex-wrap: wrap;
margin-bottom: 10px;
}

#show .show_text_02 .text_left{
width: auto;
}

#show .show_text_02 .text_right{
width: auto;
}

/*●●●●●●●●●●● Review ●●●●●●●●●●●*/
#fullpage #review{
padding: 0 0 50px;
}

#review #rev_text_box{
width: 85%;
margin: 0 7.5%;
color: #FFF;
line-height: 1.5em;
}

#review #rev_text_box .rev_text{
padding: 1em 0;
}

#review .rev_text .text_01{
clear: both;
font-weight: bold;
font-style: italic;
font-size: 1em;
letter-spacing: 0.7px;
width: 100%;
}

#review .rev_text .text_02{
clear: both;
font-size: 0.85em;
padding-top: 10px;
align-items: center;
text-align: right;
}


}
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● モバイルここまで ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/


