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

@font-face{
font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, 'Noto Serif JP', sans-serif;
font-style:normal;
}

html{
  font-size: 62.5%; /* 62.5％ X 16px=10px */
}

body{
  color: #4d5156;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, YakuHanMP, 'Noto Serif JP', sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1;
}

a{
  color: #4d5156;
}

img{
  max-width: 100%;
  height: auto;
}

.inner{
  max-width: 1040px;
  margin: 0 auto;
}

.text-center{
  text-align: center;
}  

.sp_img{
  display: none;
}
 
.navToggle{
  display: none;
}

.pc_br{
  display: none;
}



/*------------------ふわっと表示------------------*/
.fadein{
  opacity : 0;
  transform: translateY(200px);
  transition: all 0.8s;
}



/*------------------ヘッダー------------------*/
.logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 28px 40px 25px;
}



/*------------------ヘッダー固定------------------*/
.header_area{
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
  background: rgb(255, 255, 255, 0.9);
}



/*------------------ナビゲーション------------------*/
.nav ul{
  display: flex;
}

.nav li{
  width: 25%; 
  text-align: center;
}

.nav li a{
  display: block;
  padding: 18px 0;
  background: #e60069;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  transition: 0.6s;  
}
.nav li a:hover{
  color: #e60069;  
  background: #faebd7;
}

.nav ul li{
  list-style: none;
  border-right: 1px solid #fff;
}
.nav ul li:last-child{
  border-right: none;
}

.mgl10{
  margin-left: 10px;
}



/*------------------パンくずリスト部分------------------*/
.bread_area{
  background: #f9f2f4;
  padding: 15px 0 15px 40px;
}

.breadcrumb{
  list-style: none;
}

.breadcrumb li{
  display: inline; 
  list-style: none;
  font-size: 1.6rem;
}

.breadcrumb li:after{ /* >を表示*/
  content: '>';
  padding: 0 10px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a{
  text-decoration: none;
  color: #e60069; 
}

.breadcrumb li a:hover{
  border-bottom: dashed 1px #e60069;
}



/*------------------背景------------------*/
.bag:before{
  margin-top: 180px;
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../expo/expo_img/back_patt.png") no-repeat center / cover;
  z-index: -1;
}

.bag{
  margin-top: 190px;
  padding: 50px;
}

.white{
  padding: 40px;
  background: #fff;
  border-radius: 30px;
}



/*------------------タイトル------------------*/
.main_img{
  padding-top: 30px;
}

.sub_img{
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
}

.ann_text>li:nth-child(2){
  padding-top: 5px;  
  font-size: 1rem;
  font-weight: 300;
  text-align: right;  
}

.title>li:nth-child(1){
  padding: 60px 0 20px;
  text-align: center;
}
.title>li:nth-child(2)>h1{
  padding-bottom: 34px; 
  text-align: center;
}
.title>li:nth-child(3)>p{
  padding-bottom: 120px;
  margin: -6.6px 0;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/
}



/*------------------未来社会の------------------*/
.society_area{
  padding-bottom: 100px;
}
.society_area>li:nth-child(1){
  padding-bottom: 50px;
  text-align: center;  
}

.pavilion_info{
  display: flex;
  justify-content: space-between;
}
.pavilion_info>li{
  width: 482px;
}

.pavilion>li:nth-child(1){
  padding-bottom: 15px;
  margin: -3.9px 0;  
  font-size: 2.6rem;
  font-weight: 600;  
  line-height: 1.3;
  text-align: center;
}
.pavilion>li:nth-child(2)>h3{
  padding-bottom: 26px; 
  font-size: 3.8rem;
  font-weight: 200;
  text-align: center;
}
.pavilion>li:nth-child(2)>h3>span{
  margin: 0 10px;
  font-weight: 700;
}
.pavilion>li:nth-child(3)>p{
  margin: -6.3px 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/
}

.abroad>li:nth-child(-n+2){ /*--2番まで--*/
  color: #e60012;
}

.kansai>li:nth-child(-n+2){ /*--2番まで--*/
  color: #0068b7;  
}



/*------------------和歌山百景------------------*/
.views_area{
  padding: 38px;
  background: url("../expo/expo_img/charm_back.png") no-repeat center / cover;
  box-sizing: border-box;
}

.wakayama_views{
  color: #fff;  
}
.wakayama_views>li:nth-child(1)>h2{
  padding: 24px 0 26px;
  font-family: Noto Serif JP;
  font-size: 6.8rem;
  font-weight: 300;  
}
.wakayama_views>li:nth-child(2)>h3{
  padding-bottom: 54px;
  font-family: Noto Serif JP;
  font-size: 5.6rem;
  font-weight: 200;  
}

.wakayama_content>li{
  padding-bottom: 82px;  
}

.content_ann>li:nth-child(2){
  padding-top: 5px;  
  font-size: 1rem;
  font-weight: 300;
  color: #fff;  
}

.content{
  display: flex;
  justify-content: space-between;  
}
.content>li:nth-child(2){
  width: 346px;
}

.movie{
  flex-direction: row-reverse;  
}

.views_heading{
  padding-bottom: 7px;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.views_heading>li:nth-child(2)>h4{
  margin-left: 12px;
  font-family: Noto Serif JP;
  font-size: 2.4rem;
  font-weight: 500; 
}

.stage_title>li:nth-child(1){
  margin-bottom: -18px;
}

.views_item{
  color: #fff;
}
.views_item>li:nth-child(1){
  border-bottom: 2px solid #fff;
}
.views_item>li:nth-child(2){
  padding: 18px 0 36px;
  margin: -6px 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;  
}
.views_item>li:nth-child(3)>p{
  margin: -5.6px 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/  
}



/*------------------Wakayama Day------------------*/
.day_area{
  padding: 24px;
  background: url("../expo/expo_img/w_day_back.png") no-repeat center / cover;
  box-sizing: border-box;
}

dl{
  display: flex;
  align-items: center;
}
.info{
  padding-top: 10px;
}
.info>li>dl>dt,.info>li>dl>dd{
  margin: -2.4px 0;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
}
.info>li>dl>dt{
  margin: 0 0;
  padding: 4px 0;
  width: 84px;
  text-align: center;
  background: #3d2110;
  border-radius: 14px;
}
.info>li>dl>dd{
  padding-left: 9px;
}
.info>li:nth-child(-n+2){ /*--2番まで--*/
  padding-bottom: 12px;
}

.day_titel{
  padding: 12px 0 30px;
  display: flex;
  justify-content: center;  
  align-items: flex-end;
}
.day_titel>li:nth-child(1)>h2{
  padding-right: 18px;
  font-family: Noto Serif JP;  
  font-size: 4.2rem;
  font-weight: 200;
  color: #fff;
}
.day_titel>li:nth-child(2)>h3{
  padding-bottom: 3px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff100;
}

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

.day_ann_text>li:nth-child(2){
  color: #fff;
}

.day_ann_journey>li:nth-child(2){
  padding-top: 15px; 
}

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

.card{
  display: flex;
  flex-direction: column;
  width: 430px;
}

.card_content{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.journey_text{
  flex-grow: 1;
  font-family: Noto Serif JP;  
  font-size: 3rem;
  font-weight: 300;
  line-height: 3;
  color: #fff;
  text-align: center;   
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

.hyde_text{
  flex-grow: 1;
  font-family: Noto Serif JP;  
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
  text-align: center;   
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}



/*------------------ボタン------------------*/
.btn{
  margin-top: 30px;
  display: flex;
  justify-content: center; 
}
.btn>li{
  width: 300px;
  text-align: center;
}
.btn>li:nth-child(1){
  margin-right: 50px;
}
.btn>li>a{
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #e60069;
  background: #fff;
  border-radius: 21px;
  padding: 12px 0;
  transition: 0.4s;
}
.btn>li>a:hover{
  background: #fff100; 
}

.size{  /*--アイコン--*/
  font-size: 2rem;
  margin-left: 6px;
}



/*------------------ページトップボタン------------------*/
.PageTopBtn{
  font-size: 1.4rem;
  position: fixed;
  bottom: 30px; 
  right: 30px; 
}

.PageTopBtn a{
  display: block; 
  color: #ff7f00;
  background: #fff;
  border: solid 2px #ff7f00;
  width: 90px;
  height: 50px;
  line-height: 3.5;
  text-align: center;
  border-radius: 10px;
  transition: 0.6s;
}
.PageTopBtn a:hover{
  color: #fff;
  background: #e60039; 
  border: solid 2px #e60039;
}



/*------------------フッター------------------*/
.footer-area{
  
  background-color: #fff;
  padding: 30px 0;
}

.footer_logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 40px 60px;
}

.copyright{
  font-size: 1rem; 
}





/*------------------SP版------------------*/
@media screen and (max-width: 640px){
  
  .pc_img{
    display: none;
  }

  .sp_img{
    display: block;
  }
 
  .pc_br{
    display: block;
  }
  
  .sp_br{
    display: none;
  }
  
  
  
  /*------------------黒い半透過のレイヤー------------------*/
  .overlay{
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open{
    position: fixed;
    width: 100%;
    height: 120%;
    opacity: 1;
  }



  /*------------------メニュー幅分スライド------------------*/
  main.open{
    transform: translateX(-250px);
  }
  

	
  /*------------------ヘッダー部分------------------*/
  .navi_area_sp{
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    padding: 20px 20px 15px;
  }

  .logo_sp{
    width: 70vw;
  }



  /*------------------ハンバーガーメニュー------------------*/
  .navToggle{
    margin-top: 15px;
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    position: relative;
    top: 0;
    right: 0;
    z-index: 100;
  }

  .navToggle>span{
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000033;
    transition: all .5s;
  }

  .navToggle.active>span{
    background-color: #fff;
  }

  .navToggle>span:nth-of-type(1){
    top: 0;
  }

  .navToggle.active>span:nth-of-type(1){
    transform: translateY(12px) rotate(-45deg);
  }

  .navToggle>span:nth-of-type(2){
    top: 12px;
  }

  .navToggle.active>span:nth-of-type(2){
    opacity: 0;
  }

  .navToggle>span:nth-of-type(3){
    bottom: 0;
  }

  .navToggle.active>span:nth-of-type(3){
    transform: translateY(-12px) rotate(45deg);
  }



  /*------------------右から左へ------------------*/
  nav.open {
    transform: translateZ(0);
  }
  /*------------------ナビメニュー------------------*/ 
  .nav ul{
    display: block;
  }  
  
  nav{
    width: 250px; 
    height: 100%;
    padding-top: 50px;
    background-color: rgb(0, 0, 51, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translate(250px);
    transition: all .5s;
  }

  .nav li{
    width: auto;
  }

  .nav li a{
    padding: 40px 0;
    background: none;
    font-size: 1.9rem;
    line-height: 1.5;
  }

  .nav ul li{
    border-right: none;
  }

  .mgl10{
    margin-left: 0;
  }
  
 
  
  /*------------------パンくずリスト部分------------------*/
  .bread_area{
    padding: 15px 20px 5px 20px;
    -webkit-overflow-scrolling: touch; 
    overflow-x: auto; 
  }

  /*------------------【スクロールバー】------------------*/
  .bread_area::-webkit-scrollbar {
    height: 5px;
  }
  .bread_area::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .bread_area::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
  }
  .bread_area ol{
    display: table; /* [必須]  */
  } 
  
  .breadcrumb li{
    font-size: 1.5rem;
    padding-bottom: 11px;
    display: table-cell; /* [必須]  */
    white-space: nowrap; /* [必須] テキストを改行させないように */
  }

  .breadcrumb li:after{ /* >を表示*/
    padding: 0 5px;
  }  

  
  
   /*------------------ふわっと表示------------------*/
  .fadein{
    opacity : 0;
    transform: translateY(80px);
    transition: all 1s;
  }
  
  

  /*------------------背景------------------*/
  .bag:before{
    margin-top: 132px;
    background: url("../expo/expo_img/back_patt_sp.png") no-repeat center / cover;
  }

  .bag{
    margin-top: 142px;
    padding: 12px;
  }

  .white{
    padding: 20px;
    border-radius: 16px;
  }



  /*------------------タイトル------------------*/
  .main_img{
    padding-top: 0;
  }

  .sub_img{
    padding-top: 0;
    display: none;
  }

  .title>li:nth-child(1){
    padding: 25px 0 16px;
  }
  .title>li:nth-child(2)>h1{
    padding-bottom: 20px; 
  }
  .title>li:nth-child(3)>p{
    padding-bottom: 35px;
    margin: -5.4px 0;
    font-size: 1.8rem;
  }



  /*------------------未来社会の------------------*/
  .society_area{
    padding-bottom: 28px;
  }
  .society_area>li:nth-child(1){
    padding-bottom: 26px;
  }

  .pavilion_info{
    display: block;
  }
  .pavilion_info>li{
    width: auto;
  }

  .pavilion>li:nth-child(1){
    padding-bottom: 13px;
    margin: -3.6px 0;  
    font-size: 1.8rem;
    line-height: 1.4;
    }
  .pavilion>li:nth-child(2)>h3{
    padding-bottom: 16px; 
    font-size: 3.4rem; 
  }
  .pavilion>li:nth-child(3)>p{
    margin: -5.1px 0;
    font-size: 1.7rem;
    line-height: 1.6;
  }

  .pavilion_info>li:nth-child(1){
    padding-bottom: 28px;
  }  

  
  
  /*------------------和歌山百景------------------*/
  .views_area{
    padding: 20px;
    background: url("../expo/expo_img/charm_back_sp.png") no-repeat center / cover;
  }

  .wakayama_views>li:nth-child(1)>h2{
    padding: 10px 0 12px;
    font-size: 3.6rem;
  }
  .wakayama_views>li:nth-child(2)>h3{
    padding-bottom: 20px;
    font-size: 2.2rem;
  }

  .wakayama_content>li{
    padding-bottom: 50px;  
  }

  .content{
    display: block;
  }
  .content>li:nth-child(2){
    width: auto;
  }

  .views_heading{
    padding-top: 16px;
    justify-content: center;
  }
  
  .views_item>li:nth-child(1){
    border-bottom: 1px solid #fff;
  }
  .views_item>li:nth-child(2){
    padding: 15px 0 18px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
  .views_item>li:nth-child(3)>p{
    font-size: 1.5rem;  
  }


  
  /*------------------Wakayama Day------------------*/
  .day_area{
    padding: 12px;
    background: url("../expo/expo_img/w_day_back_sp.png") no-repeat center / cover;
  }

  .info>li>dl>dt,.info>li>dl>dd{
    margin: -2.1px 0;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .info>li>dl>dt{
    width: 78px;
  }
  .info>li>dl>dd{
    padding-left: 7px;
  }
  .info>li:nth-child(-n+2){ /*--2番まで--*/
    padding-bottom: 10px;
  }

  .journey_area{
    padding-bottom: 32px;
  }
  
  .day_titel{
    padding: 12px 0 14px;
    display: block;
    text-align: center;
  }
  .day_titel>li:nth-child(1)>h2{
    padding-right: 0;
    padding-bottom: 14px;
    font-size: 3rem;
  }
  .day_titel>li:nth-child(2)>h3{
    padding-bottom: 0;
    font-size: 1.8rem;
  }

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

  .day_ann_journey>li:nth-child(2){
    padding-top: 0; 
  }

  .day_content{
    display: block;
  }

  .card{
    width: auto;
  }

  .journey_text{
    font-size: 2rem;
    line-height: 2;  
  }

  .hyde_text{
    font-size: 2rem;
  }



  /*------------------ボタン------------------*/
  .btn{
    margin: 30px 0 12px;
    display: block;
  }
  .btn>li{
    width: auto;
  }
  .btn>li:nth-child(1){
    margin-right: 0;
    margin-bottom: 22px;
  }
  .btn>li>a{
    border-radius: 16px;
    padding: 16px 0;
    transition: none;
  }


  
  /*------------------ページトップ------------------*/
  .PageTopBtn{
    font-size: 1.4rem;
    position: fixed; 
    bottom: 15px; 
    right: 15px; 
  }

  
  
  /*------------------フッター------------------*/ 
  .footer-area{
    padding: 20px 0 20px 0;
  }

  .footer_logo{
    display: block;
    margin: 10px 20px 10px;
  }
  
  .w_logo_bot{
    margin: 0 auto;
  }
  
  .copyright{
    font-size: 1.2rem; 
    line-height: normal;
    padding: 10px 0 0;
  }

  
  
 }
  
  
 


















