

/* **********************************
 *  フッター
 * ********************************* */
footer{
  padding: 0 0 10px;
  margin-top: 30px;;
  background: #F39701;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F39700;
  padding-top: 30px;
}
footer .box1{
  width: 50%;
}
footer .box2{
  width: 50%;
}

footer .ftr_logo{

}
footer .ftr_addr{
  line-height: 1.875;
}

footer .ftr_contact{
  background: #FFF;
  color: #111;
  padding: 5px;
}
footer .ftr_contact .inner{
  border: 2px solid #84ccad;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}
footer .ftr_contact .title{

  letter-spacing: 0.05em;
}
footer .ftr_contact .title span{
  display: inline-block;
  padding: 5px 30px;
  border-bottom: 1px solid;
}
footer .ftr_contact .btn1{
  letter-spacing: 0.05em;
}
footer .ftr_contact .btn1 span{
  display: inline-block;
  font-size: 31px;
}
footer .ftr_contact .btn1 span:first-letter{
  font-size: 38px;
}
footer .ftr_contact .btn1 a{
  font-size: 36px;
}
footer .ftr_contact .btn2{
  margin-top: 6px;
}
footer .ftr_contact .btn2 a{
  display: inline-block;
  width: 220px;
  max-width: 100%;
  background: #f29b76;
  padding: 5px;
}
footer .ftr_contact .btn2 i{
  margin-right: 5px;
}

footer .ftr_links{
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
footer .ftr_links li{
  padding: 0 25px;
  line-height: 1.1;
}
footer .ftr_links li+li{
  border-left: 1px solid;
}
footer .copy{
  text-align: center;
  font-size: 14px;
  margin: 32px 0 0;
  padding-bottom: 30px;
  color: #fff;
}
footer .copy a{
  /*color: #111;*/
}


.ftr_news{
  /*padding: 30px 0;*/
  padding-bottom: 30px;
  background: #FFF;
}

.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #4072b3;
  color: #FFF;
  text-decoration: none;
}

.ftr1_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 20px;
}
.ftr1_box .box1{
  width: 100%;
  text-align: center;
}
.ftr1_box .box1 .title{

}
.ftr1_box .box1 .title{

}
.ftr1_box .box1 .title .en{
  font-family: "Ultra", serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.142em;
  color: #F39700;
}
.ftr1_box .box1 .title .ja{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 10px;
}
.ftr1_box .box2{
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.ftr1_box .box2 .icon{
  padding-top: 20px;
}
.ftr1_box .box2 .tel{
  width: 77.31%;
}
.ftr1_box .box2 .tel .txt1{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3em;
  color: #F39700;
}
.ftr1_box .box2 .tel .txt2{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
.ftr1_box .box2 .tel .txt3{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 5px;
}
.ftr1_box .box2 .tel .txt4{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
.ftr1_box .box3{
  width: 100%;
}
.ftr1_box .box3 .btn{
  width: 100%;
  max-width: 308px;
  font-size: 16px;
  font-weight: 700;
  padding: 24px 0;
  text-align: center;
  letter-spacing: 0;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ftr1_box .box3 .btn a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ftr1_box .box3 .next_icon{
  width: 14.93%;
  text-align: left;
}
.ftr1_box .box3 .text{
  width: calc(100% - 14.93%);
  text-align: center;
  padding-left: 16px;
}
/*.ftr1_box .box3 .btn:after{
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}*/
.ftr1_box .box3 .btn:nth-child(n+2){
  margin-top: 20px;
}
.ftr1_box .box3 .btn.ye{
  background: #FFD52D;
  color: #413E38;
}
/*.ftr1_box .box3 .btn.ye:after{
  background-image: url(/img/next_icon1.png);
}*/
.ftr1_box .box3 .btn.or{
  background: #F39700;
  color: #fff;
}
/*.ftr1_box .box3 .btn.or:after{
  background-image: url(/img/next_icon2.png);
}*/

.ftr2{
  padding: 30px 0 0;
}
.ftr2_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
.ftr2_box .box1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr2_box .box1 .ftr_logo{

}
.ftr2_box .box1 .ftr_addr{
  color: #fff;
}
.ftr2_box .box1 .ftr_addr .txt1{
  font-size: 20px;
  font-weight: 700;
}
.ftr2_box .box1 .ftr_addr .txt2{
  font-size: 16px;
  font-weight: 500;
}
.ftr2_box .box2{
  width: 100%;
}
.ftr2_box .box2 .ftr_sns{

}
.ftr2_box .box2 .ftr_sns ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftr2_box .box2 .ftr_sns li{

}
.ftr2_box .box2 .ftr_sns li a{

}
.ftr_sub_links{
  color: #fff;
  margin-top: 16px;
}
.ftr_sub_links ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ftr_sub_links ul li{
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.ftr_sub_links li+li {
  border-left: 1px solid;
}
.ftr_sub_links ul li a{

}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .ftr1_box{
    padding: 20px 30px;
  }
  .ftr1_box .box2:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #F39700;
    margin-top: 20px;
  }
  .ftr1_box .box2{
    justify-content: space-between;
    margin-top: 20px;
  }
  .ftr1_box .box2 .icon{
    width: 16%;
  }
  .ftr1_box .box2 .tel{
    width: 80%;
  }
  .ftr1_box .box2 .tel .txt1{
    font-size: 23px;
  }
  .ftr1_box .box2 .tel .txt2{
    font-size: 16px;
  }
  .ftr1_box .box2 .tel .txt3{
    font-size: 14px;
  }
  .ftr1_box .box2 .tel .txt4{
    font-size: 16px;
  }
  .ftr1_box .box3{
    margin-top: 24px;
  }
  .ftr1_box .box3 .btn{
    font-size: 14px;
    max-width: 235px;
    padding: 16px 0;
  }

  .ftr2{
    padding-top: 24px;
  }
  .ftr2_box{
    justify-content: center;
    text-align: center;
    border-bottom: none;
    padding-bottom: 10px;
  }
  .ftr2_box:after{
    content: "";
    display: block;
    width: 100%;
    max-width: 280px;
    background: #fff;
    height: 1px;
    margin: 16px auto 0;
  }
  .ftr2_box .box1{
    align-items: center;
    justify-content: space-between;
  }
  .ftr2_box .box1 .ftr_logo{
    width: 30%;
  }
  .ftr2_box .box1 .ftr_addr{
    width: 65%;
    margin-top: 0;
  }
  .ftr2_box .box1 .ftr_addr .txt1{
    font-size: 14px;
    text-align: left;
  }
  .ftr2_box .box1 .ftr_addr .txt2{
    font-size: 11px;
    text-align: left;
  }
  .ftr2_box .box2{
    margin-top:20px;
  }
  .ftr2_box .box2 .ftr_sns ul li{
    margin: 0 16px;
  }
  .ftr_sub_links{
    margin-top: 20px;
  }
  .ftr_sub_links ul{
    justify-content: center;
    
  }
  .ftr_sub_links ul li{
    font-size: 12px;
    padding: 0 10px;
  }

  footer .copy{
    margin: 0;
    padding-bottom:0;
    font-size: 9px;
  }
}
@media (min-width:768px){
  
  footer{
    margin-top: 80px;
  }
  .ftr_news{
    padding: 0 0 75px;
    background: #FFF;
  }
  footer .ftr1{
    padding-top: 95px;
  }
  .ftr1_box{
    padding: 40px 30px 40px 30px;
  }
  .ftr1_box .box1{
    width: 100%;
    margin-bottom: 30px;
  }
  .ftr1_box .box1 .title{

  }
  .ftr1_box .box1 .title{

  }
  .ftr1_box .box1 .title .en{

  }
  .ftr1_box .box1 .title .ja{

  }
  .ftr1_box .box2{
    width: 50%;
    position: relative;
    justify-content: center;
  }
  .ftr1_box .box2:after{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #F39700;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ftr1_box .box2 .icon{

  }
  .ftr1_box .box2 .tel{
    width: 70%;
  }
  .ftr1_box .box2 .tel .txt1{
    font-weight: 900;
  }
  .ftr1_box .box2 .tel .txt2{
    font-weight: 900;
  }
  .ftr1_box .box2 .tel .txt3{
    font-weight: 700;
  }
  .ftr1_box .box2 .tel .txt4{
    font-weight: 900;
  }
  .ftr1_box .box3{
    width: 49%;
  }
  .ftr1_box .box3 .btn{
    font-size: 18px;
    margin-right: 0;

  }
  .ftr1_box .box3 .btn a{
    text-decoration: none;
  }
  .ftr1_box .box3 .btn a:hover{
    opacity: 0.8;
  }
  .ftr1_box .box3 .btn.ye{

  }
  .ftr1_box .box3 .btn.or{

  }

  .ftr2{
    padding: 40px 0 0;
  }
  .ftr2_box{
    padding-bottom: 20px;
  }
  .ftr2_box .box1{
    /*width: 69%;*/
    align-items: center;
  }
  .ftr2_box .box1 .ftr_logo{

  }
  .ftr2_box .box1 .ftr_addr{

  }
  .ftr2_box .box1 .ftr_addr .txt1{
    font-size: 24px;
  }
  .ftr2_box .box1 .ftr_addr .txt2{

  }
  .ftr2_box .box2{
    /*width: 28.666%;*/
  }
  .ftr2_box .box2 .ftr_sns{

  }
  .ftr2_box .box2 .ftr_sns ul{
    justify-content: flex-end;
  }
  .ftr2_box .box2 .ftr_sns li{
    margin-left: 20px;
  }
  .ftr2_box .box2 .ftr_sns li a{

  }
  .ftr_sub_links{
    margin-top: 20px;
  }
  .ftr_sub_links ul{
    flex-wrap: wrap;
    margin-right: -13px;
  }
  
}
@media (max-width:1023px){
  .ftr2_box .box2 .ftr_sns ul,
  .ftr_sub_links ul{
    justify-content: center;
  }
  .ftr_sub_links ul li{
    padding: 0 10px;
  }
  .ftr2_box .box1{
    justify-content: center;
  }
  .ftr2_box .box1 .ftr_logo{
    margin-right: 30px;
  }
  
}
@media (min-width:1024px){

  .ftr1_box{
    padding: 40px 20px 40px 20px;
  }
  .ftr1_box .box1{
    width: 27.5%;
    margin-bottom: 0;
  }
  .ftr1_box .box1 .title{

  }
  .ftr1_box .box1 .title{

  }
  .ftr1_box .box1 .title .en{
    font-size: 42px;
  }
  .ftr1_box .box1 .title .ja{
    font-size: 20px;
  }
  .ftr1_box .box2{
    width: 40.5%;
    justify-content: flex-start;
    padding-top: 20px;
  }
  .ftr1_box .box2 .icon{
    width: 60px;
  }
  .ftr1_box .box2 .tel{
    width: 77.31%;
  }
  .ftr1_box .box2 .tel .txt1{
    font-size: 32px;
  }
  .ftr1_box .box2 .tel .txt2{
    font-size: 20px;
  }
  .ftr1_box .box2 .tel .txt3{

  }
  .ftr1_box .box2 .tel .txt4{
    font-size: 20px;
  }
  .ftr1_box .box3{
    width: 32%;
    padding-left: 24px;
  }
  .ftr1_box .box3 .btn{
    margin-right: auto;
  }
  .ftr1_box .box3 .btn.ye{

  }
  .ftr1_box .box3 .btn.or{

  }

  .ftr2{

  }
  .ftr2_box{

  }
  .ftr2_box .box1{
    width: 52%;
  }
  .ftr2_box .box1 .ftr_logo{

  }
  .ftr2_box .box1 .ftr_addr{

  }
  .ftr2_box .box1 .ftr_addr .txt1{

  }
  .ftr2_box .box1 .ftr_addr .txt2{

  }
  .ftr2_box .box2{
    width: 46%;
    padding-top: 20px;
  }
  .ftr2_box .box2 .ftr_sns{

  }
  .ftr2_box .box2 .ftr_sns ul{

  }
  .ftr2_box .box2 .ftr_sns li{

  }
  .ftr2_box .box2 .ftr_sns li a{

  }
  .ftr_sub_links{
    margin-top: 30px;
  }
  .ftr_sub_links ul{

  }
  .ftr_sub_links ul li{
    font-size: 18px;
    padding:0 13px;
  }
  .ftr_sub_links ul li:nth-child(n+2){
    margin-top: 16px;
  }
  .ftr_sub_links ul li a{

  }
  .ftr_sub_links ul li{

  }
  .ftr_sub_links ul li:nth-child(n+2){
    margin-top: 0;
  }
  .ftr_sub_links ul li a{

  }
}
@media (min-width:1200px){
  
  footer{
    margin-top: 160px;
  }
  .ftr1_box{
    padding: 40px 40px 40px 30px;
  }
  .ftr2_box .box1{
    /*width: 45%;*/
    width: 43%;
  }
  .ftr2_box .box2{
    width: 36.66%;
  }
  
  .ftr1_box .box2 .icon{
    width: auto;
  }
}
body.home footer{
  margin-top: 0;
}

/*******************************
*　
********************************/
.pg_scenario .section.sec3{
  margin-top: 0;
}
.post_content{
  font-weight: 500;
  line-height: 2.5em;
}
.post_content a{
  text-decoration: none;
  border-bottom: 1px solid #F39700;
}
.pg_scenario .section.sec3 .home_tt1 .ja{
  margin-top: 10px;
}

.tour_posts .item .read_more2{
  margin: 28px auto 0;
}
.tour_posts .item .read_more2 a:after{
  background-image: url(/img/btn_arrow_or.svg);
}


.pg_tour .section.sec2 .read_more{
  margin-top: 40px;
}
.pg_post .tt3:before{
  min-width: 20px;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .tour_posts .item .read_more2{
    order: 3;
  }
  /*.pg_header .img{
    left: auto;
    right: 0;
  }*/

  .tour_posts .item .box2{
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .post_content span{
    font-size: 21px;
  }

  .scenario_list .item .box2 .read_more2{
    margin-top: 20px;
  }
  .scenario_list .item .box4 .tt3{
    font-size: 24px;
  }
  .pg_scenario .section.sec3{
    margin-top: 0;
  }
  .pg_scenario .section.sec3 .home_tt1 .ja{
    margin-top: 16px;
  }

  .tour_posts .item .read_more2{
    margin: 36px auto 0;
  }

  .pg_tour .section.sec2 .read_more{
    margin-top: 60px;
  }

  .tour_posts .item{
    padding: 40px;
  }
  .tour_posts .item .box2{
    width: 40%;
  }
  /*.contact_form_btns button{
    max-width: 240px;
    width: 100%;
  }*/
  .post_items .item .title{
    font-size: 16px;
  }

  .theater_award{
    justify-content: space-between;
  }
  .theater_award .box1{
    /*width: 20%;*/
  }
  .theater_award .box2 {
    /*width: 70%;*/

  }

  .scenario_list .item .info dl dt {
    /*width: 170px;*/
  }
  .scenario_list .item .info dl dd {
    /*width: calc(100% - 170px);*/
  }
}
@media (min-width:1024px){
  .thanks_text{
    text-align: center;
  }
  .pg_scenario .section.sec3 .home_tt1 .ja{
    margin-top: 24px;
  }
  .theater_activity_wrap{
    padding: 20px 20px 40px;
  }

  /*.contact_form_btns button{
    max-width: 240px;
    width: 100%;
  }*/
  .post_items .item .title{
    font-size: 20px;
  }

  .theater_award .box1 {
    /*width: 30%;*/
  }
  .theater_award .box2 {
    /*width: 58.33%;*/

  }
  .scenario_list .item .info dl dt {
    /*width: 150px;*/
  }
  .scenario_list .item .info dl dd {
    /*width: calc(100% - 150px);*/
  }
}
@media (min-width:1200px){

  .tour_posts .item{
    padding: 30px;
  }
  .tour_posts .item .box2{
    padding: 0 40px;
  }
  .tour_posts .item .box2{
    width: 48.33%;
  }
}
@media (min-width:1400px){
  .theater_activity_wrap{
    padding: 20px 20px;
  }

}
/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }


}
@media (min-width:1024px){
  .thanks_text{
    text-align: center;
  }

}
@media (min-width:1200px){


}
/*******************************
*　申請フォーム
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}
.reservation_flow .item .txt{
  color: #707070;
}
.contact_form_msg1{
  color: #707070;
}
.mw_wp_form a{
  border-bottom: 1px solid #3B4043;
}
.contact_form .subject input{
  margin-bottom: 10px;
}
/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_reservation .section.sec3 .read_more a{
    padding: 22px 10px;
  }
  .pg_links .section.sec2 .home_tt1 .ja{
    margin-top: 20px;
  }
}
@media (min-width:1024px){
  .thanks_text{
    text-align: center;
  }

}
@media (min-width:1200px){


}


/* **********************************
 *  太宰府浪漫
 * ********************************* */
.pg_dazaifu{

}
.pg_dazaifu .section.sec1{

}
.pg_dazaifu .section.sec2{
  background: #FFD52D;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_dazaifu .section.sec3{

}
.pg_dazaifu .section.sec4{

}
.pg_dazaifu .section.sec5{

}

/* 概要 */
.dazaifu_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.dazaifu_about .box1{
  width: 100%;
}
.dazaifu_about .box2{
  width: 100%;
  margin-top: 20px;
}
.dazaifu_about .box3{
  width: 100%;
  margin-top: 20px;
}
.dazaifu_about div.twitter-timeline{
  border: 4px solid #FFD52D;
  border-radius: 30px;
  overflow: hidden;
}

/* 作品紹介 */
.dazaihu_intro{
  background: #FFF;
  padding: 20px 15px;
  border-radius: 25px;
}
.dazaihu_intro .lang_nav_wrap{
  display: flex;
  justify-content: center;
}
.dazaihu_intro .lang_nav{
  display: flex;
  justify-content: center;
  border: 3px solid #FFD52D;
  border-radius: 21px;
  padding: 20px 10px;
  margin: 0 auto;
}
.dazaihu_intro .lang_nav li{
  font-size: 20px;
  font-weight: 500;
}
.dazaihu_intro .lang_nav li+li{
  border-left: 2px solid #FFF5D0;
}
.dazaihu_intro .lang_nav li a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 47px;
}
.dazaihu_intro .lang_nav li a:after{
  content: "";
  background-image: url('/img/btn_arrow_down.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.dazaihu_intro .poster{
  margin-top: 25px;
}
.dazaihu_intro .poster .item{
  display: none;
}
.dazaihu_intro .poster .item:first-child{
  display: block;
}
.dazaihu_intro .poster .download{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.dazaihu_intro .poster .download a{
  width: 280px;
  background: #F39700;
  color: #FFF;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px;
  position: relative;
}
.dazaihu_intro .poster .download a:after{
  content: "";
  background-image: url('/img/btn_download.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* スケジュール */
.dazaihu_sche{
  text-align: center;
}
.dazaihu_sche img{

}
.reserve_msg1 a{
  text-decoration: none;
  border-bottom: 1px solid #F39700;
}


/* 公式サイト */
.dazaifu_logo{
  text-align: center;
  margin-bottom: 30px;
}



@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .dazaihu_intro .lang_nav_wrap{

  }
  .dazaihu_intro .lang_nav_wrap .lang_nav{
    display: none;
  }
  .dazaihu_intro .lang_nav_wrap select{
    width: 100%;
    border: 3px solid #FFD52D;
    border-radius: 21px;
    padding: 10px 10px;
    height: 52px;
  }

}
@media (min-width:768px){

  .pg_dazaifu .section.sec2{
    margin-top: 70px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_dazaifu .section.sec3{
    padding-top: 15px;
  }
  .pg_dazaifu .section.sec4{
    margin-top: 110px;
  }
  .pg_dazaifu .section.sec5{
    margin-top: 100px;
  }

  /* 概要 */
  .dazaifu_about{
    margin-top: 60px;
  }
  .dazaifu_about .box1{
    width: 100%;
    margin-bottom: 97.5px;
  }
  .dazaifu_about .box2{
    width: 51.0%;
    margin-top: 0;
  }
  .dazaifu_about .box3{
    width: 48.333%;
    margin-top: 0;
  }

  .dazaihu_intro .lang_nav li a{
    padding: 0 20px;
  }

  .dazaihu_intro .poster{
    margin-top: 45px;
  }
  .dazaihu_intro .poster .download{
    margin-top: 40px;
  }
  .dazaihu_intro .poster .download a{
    width: 300px;
    font-size: 18px;
    padding: 20px 10px;
  }
  .dazaihu_intro .poster .download a:after{
    width: 23px;
    height: 23px;
    right: 35px;
  }

}
@media (min-width:1024px){
  .dazaihu_intro .tt3{
    margin-bottom: 40px;
  }

}
@media (min-width:1200px){


}
@media (min-width:1400px){


  /* 作品紹介 */
  .dazaihu_intro{
    margin: 0 -120px;
    padding: 80px 120px;
  }
  .dazaihu_intro .lang_nav li a{
    width: 197px;
  }

  .dazaihu_intro .lang_nav li a{
    padding: 0 47px;
  }

}