@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 1090px) {





.fes_header{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
/*height: 55vh;*/
}

.top_main_c{
background: url("../img/fes/top_ba.jpg") no-repeat center center;
background-size: cover;
width: 90%;
}

/*-------------------------
  上にから下に流れるテキスト
-------------------------*/
.text_tate_l {
width: 5%;
    border-radius:0.5em;    /*角丸*/
    background:#FFFF00;        /*背景色*/
    text-align:center;      /*テキストの位置*/
    overflow:hidden;
    position: relative;
}


.loop {
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  animation: loop 10s linear infinite;
  width: 100%;
    font-size:1.5rem;
    font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.loop2{
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0; left: 0;
  animation: loop 10s -5s linear infinite;
    font-size:1.5rem;
    font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

@keyframes loop {
  100%{
    transform: translateY(100%);
  }
  0%{
    transform: translateY(-100%);
  }
}

.text_tate_r {
width: 5%;
    border-radius:0.5em;    /*角丸*/
    background:#FFFF00;        /*背景色*/
    text-align:center;      /*テキストの位置*/
    overflow:hidden;
    position: relative;
}


.loop3 {
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  animation: loop3 10s linear infinite;
  width: 100%;
    font-size:1.5rem;
    font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.loop4{
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0; left: 0;
  animation: loop3 10s -5s linear infinite;
    font-size:1.5rem;
    font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

@keyframes loop3 {
  0%{
    transform: translateY(100%);
  }
  100%{
    transform: translateY(-100%);
  }
}

  header {
    margin-top: 60px;
  }

.title{
width: 80%;
position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 9;
}

.kochi{
width: 90%;
padding-top: auto;
position: absolute;
bottom: 0;
left: 5%;
    z-index: 8;
}

.fes_illust01{
width: 35%;
position: absolute;
top: 35%;
right: 5%;
    z-index: 7;
}

.fes_illust02{
width: 25%;
position: absolute;
top: 45%;
left: 40%;
    z-index: 7;
}

.odachi02{
width: 25%;
position: absolute;
top: 45%;
left: 5%;
    z-index: 7;
}

.fes_illust03{
width: 35%;
position: absolute;
top: 45%;
left: 6%;
    z-index: 6;
}

.fes_illust04{
width: 30%;
position: absolute;
top: 60%;
left: 6%;
    z-index: 9;
}

.fes_illust05{
width: 40%;
position: absolute;
bottom: -5%;
left: 1%;
    z-index: 10;
}

.fes_illust06{
width: 30%;
position: absolute;
bottom: 3%;
left: 15%;
    z-index: 9;
}

.fes_illust07{
width: 23%;
position: absolute;
bottom: 18%;
left: 40%;
    z-index: 9;
}

.fes_illust08{
width: 20%;
position: absolute;
bottom: 15%;
right: 1%;
    z-index: 9;
}

.fes_illust09{
width: 15%;
position: absolute;
bottom: 20%;
right: 20%;
    z-index: 9;
}

.fes_illust10{
width: 35%;
position: absolute;
bottom: 0%;
right: 5%;
    z-index: 10;
}


.top_bottom{
width: 90%;
background: url("../img/fes/ba_02.png") repeat-x top;
background-size: 120%;
padding: 5% 5% 2% 5%;
margin-top: -2%;
position: relative;
z-index: 10;

}


.fes_catch_copy_box{
width: 90%;
margin: 0 auto;
/*background: #fff;*/
text-align: center;
/*border-radius: 40px;*/
/*margin-top: -50px;*/
position: relative;
}

.fes_catch_copy{
padding: 3% 3% 2% 3%;
font-size: 1.7rem;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 900;
font-style: normal;
line-height: 2em;
text-align: left;
}


	
.fes_catch_copy span{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
background:linear-gradient(transparent 60%, #ff6 60%);
}

.fes_catch_subcopy{
font-size: 1.4rem;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
line-height: 2em;
}

.fes_btn{
width: 90%;
margin: 5% auto;
position: relative;
}

.fes_illust11{
display: none;
}

.time_table_box{
width: 80%;
margin: 0 auto;
border: #F9C04C 3px solid;
border-radius: 40px;
padding: 3% 5%;
margin-bottom: 5%;
}

.time_table_midashi{
font-size: 2.4rem;
font-family: "Zen Maru Gothic", serif;
font-weight: 800;
font-style: normal;
background: #E60012;
color: #fff;
display: block;
margin: 0 auto;
text-align: center;
width: 80%;
border-radius: 25px;
padding-bottom: 0.1em;
}

.time_table_dl{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 3%;
}

.time_table_dl dt{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-size: 2.3rem;
width: 100%;
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}

.time_table_dl > dt b{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-size: 2.0rem;
width: 100%;
display: inline-block;
text-align: center;
background: #000000;
color: #fff;
}

.time_table_dl dt:last-of-type{
border: none;
}

.time_table_dl dd{
width: 100%;
border-bottom: #9F9F9F 2px dotted;
margin-bottom: 3%;
padding-bottom: 3%;
}

.time_table_dl dd:last-of-type{
border: none;
}

.time_table_submidashi{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-size: 2.0rem;
color: #E31C24;
}

.time_table_midashi_01{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-size: 2.5rem;
color: #E31C24;
margin-bottom: 5px;
line-height: 1.3em;
}

.time_table_midashi_01 b{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-size: 2.0rem;
color: #fff;
margin-bottom: 5px;
line-height: 1.3em;
background: #E31C24;
padding: 0 0.3em 0.1em 0.3em;
margin-left: 0;
}

.time_table_honbun_01{
font-size: 1.5rem;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
line-height: 1.8em;
}

.odachi_box{
border: #000000 2px solid;
border-radius: 20px;
padding: 2%;
margin-top: 20px;
position: relative;
}

.odachi_sns{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.odachi_sns li{
width: 13%;
margin-left: 2%;
margin-right: 2%;
}

.odachi_prof_2c{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-top: 10px;
}

.odachi_prof_2c div:nth-of-type(1){
width: 100%;
}

.odachi_prof_2c div:nth-of-type(2){
width: 100%;
}

.odachi_midashi_01{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-size: 2.5rem;
color: #E31C24;
margin-bottom: 5px;
line-height: 1.3em;
margin-top: 18%;
}

.odachi_midashi_01 span{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-size: 80%;
color: #E31C24;
margin-bottom: 5px;
line-height: 1.3em;
}

.odachi_honbun_01{
font-size: 1.4rem;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
line-height: 1.8em;
}

.fes_line_02{
width: 200px;
position: absolute;
top: 5%;
left: -20px;
}

.kuro_obi{
background: #000000;
color: #fff;
font-size: 1.5rem;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
padding: 0.1em 0 0.2em 0.5em;
border-radius: 10px;
margin: 10px 0 5px 0;
}

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

.odachi_katsudo li{
width: 100%;
margin-bottom: 2%;
}

.odachi_katsudo li h6{
font-size: 1.6rem;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
line-height: 1.8em;
}

.odachi_katsudo li p{
font-size: 1.3rem;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
line-height: 1.6em;
}

.fes_midashi_01{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
font-size: 2.0rem;
text-align: center;
margin-bottom: 15px;
}

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

.fes_list_01 li{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 1.5rem;
text-align: left;
margin-bottom: 15px;
}

.fes_list_01 li a{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 1.5rem;
text-align: left;
color: #0071B2;
text-decoration: underline;
}

.contents_innner {
    padding-top: 56px;
    margin-top:-56px;
}


.fes_illust12{
width: 20%;
padding: 0 15%;
margin-top: 5%;
position: inherit;
top: -0;
right: -0;
}

.fes_illust13{
width: 20%;
padding: 0 15%;
margin-top: 5%;
position: inherit;
top: -0;
left: -0;
}


.break_time{
background-image: linear-gradient(90deg, rgba(0, 183, 119, 1), rgba(0, 160, 211, 1));
padding: 10% 2% 2% 2%;
width: 96%;
margin-top: 4%;
border-radius: 20px;
position: relative;
text-align: center;
}

.break_time h5 span{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-size: 2.0rem;
color: #fff;
line-height: 1.2em;
}

.break_time h5{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 800;
font-style: normal;
font-size: 2.8rem;
color: #FFFF00;
line-height: 1.2em;
margin-bottom: 2%;
}

.img_02{
width: 80%;
position: static;
top: auto;
right: auto;
}

.fes_line_03{
width: 65%;
position: absolute;
top: -10px;
left: -10px;
}

.fes_btn_02{
width: 100%;
margin: 0 auto;
display: block;
margin-top: 4%;
margin-bottom: 4%;
}

.guest_name{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-size: 3.0rem;
}

.guest_name b{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-size: 1.5rem;
background: #000000;
color: #fff;
padding: 0.1em 0.5em;
border-radius: 10px;
margin-right: 0.5em;
}


.guest_name span{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-size: 2.0rem;
}

.guest_data{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-size: 1.5rem;
}

.guest_dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 3%;
}

.guest_dl dt{
width: 100%;
}

.guest_dl dd{
width: 100%;
}

.profile{
background: url("../img/fes/separator.jpg") repeat-x center center;
}

.profile b{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-size: 1.7rem;
color: #F15A24;
background: #fff;
padding-right: 0.5em;
}

.guest_stories{
background: #F9DB00;
padding: 2% 4%;
width: 92%;
border-radius: 20px;
margin-top: 0%;
}

.guest_stories h5{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-size: 1.7rem;
color: #E31C24;
margin-bottom: 1%;
}

.guest_stories ul li{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-size: 1.7rem;
}



.fes_btn_sp{
display: block;
width: 90%;
margin: 5% auto;
position: sticky;
top: 40px;
z-index: 99;
}


.honbun_04{
font-size: 2.0rem;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
}

.honbun_05{
font-size: 1.7rem;
color: #E31C24;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
}


.end_txt{
font-size: 2.0rem;
text-align: center;
font-weight: bold;
background: #E60012;
color: #FFFF00;
width: 90%;
border-radius: 20px;
margin: 0 auto;
margin-bottom: 20px;
padding: 1% 0;
}

.top_title{
max-width: 100%;
width: 90%;
position: absolute;
top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.data_fes{
max-width: 60%;
position: absolute;
top: 52%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.hukidashi01{
width: 25%;
position: absolute;
top: 5%;
left: 25%;
}

.hukidashi02{
width: 25%;
position: absolute;
top: 17%;
left: 60%;
}

.hukidashi03{
width: 25%;
position: absolute;
top: auto;
bottom: 16%;
right: 28%;
}

.omiya{
width: 35%;
position: absolute;
bottom: 12%;
left: 3%;
}


.dot{
position: absolute;
padding: 0%;
width: 100%;
top: 0;
left: 0;
}
}