@charset "UTF-8";
body{
  background: url("../image/1x/bg01.png") center;
}

body *{
  font-family:"Hiragino Mincho ProN", "serif";
}

a:hover{
  opacity: 0.8;
  transition: 0.5s;
}

.sp{
  display: none;
}

  header{
    background: linear-gradient(to right,#000000 0% 50%,rgba(0 0 0 / 70%) 50% 100%);
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    align-items: center;
  }
	
  .head_l{
    max-width: 510px;
    width: 50%;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
  }
  
  .head_r{
    max-width: 510px;
    width: 50%;
    text-align: center;
  }
  
  .content{
    max-width: 1020px;
    margin: auto;
  }

  .head_r a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    height: 46px;
    width: 300px;
    border:1px solid #ffffff;
    border-radius: 100px;
    color:#ffffff;
    font-size: 22px;
  }
  
  .mainVisual{
    background: url("../image/2x/mainImg@2x.png") center;
    background-size: cover;
    height: 730px;
    padding-top: 197px;
  }

  .maintext{
    max-width: 742px;
    margin: auto;
    padding: 30px 110px;
    background: rgba(255 255 255 / 70%);
    width: 100%;
  }
  
  .maintext p{
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 20px;
    white-space: nowrap;
    letter-spacing: -1px;
  }
  
  .mainBtn a{
    display: block;
    height: 126px;
    background: #011e0d;
    color: #ffffff;
    font-size: 21px;
    line-height: 44px;
    padding:15px;
    padding-left: 115px;
    position: relative;
  }
  
  .mainBtn a img{
    position: absolute;
    width: 90%;
    bottom:15px;
    left: 5%;
  }
  

  .topnav{
    background: rgba(1 30 13/80%);
    height: 110px;
    margin-top: 36px;
  }
  
  .topnav ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

.topnav ul li{
  width: calc(100% / 4);  
}
  
  .topnav a{
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    padding:0 40px;
    color:#ffffff;
    font-size: 22px;
    border-left: 1px solid rgba(255 255 255 / 30%);
  }
  
  .topnav li:last-child a{
    border-right: 1px solid rgba(255 255 255 / 30%);
  }
  
  
  .topnav .active a{
    background: #011e0d;  
  }


  .sec{
    padding: 40px 0;
  }
  
  .topTitle{
    background-position: 20px center;
    padding: 30px 0;
    padding-left: 55px;
    font-weight: 600;
    font-size: 26px;
    background-repeat: no-repeat;
  }

  .topTitle.pt01{
    background-image: url("../image/1x/backText01.png");
  }

  .topTitle.pt02{
    background-image: url("../image/1x/backText02.png");
  }

  .topTitle.pt03{
    background-image: url("../image/1x/backText03.png");
  }

  .topTitle.pt04{
    background-image: url("../image/1x/backText04.png");
  }

  .topTitle.pt05{
    background-image: url("../image/1x/catTitle.png");
  }

  .topTitle.pt06{
    background-image: url("../image/1x/itemTitle.png");
  }

  .topTitle.pt07{
    background-image: url("../image/1x/expTitle.png");
  }


  .bgWt{
    background: rgba(255 255 255 / 80%);
  }
  
  .text--box{
    padding-left: 100px;
    padding-right: 30px;
    margin-top: 30px;
  }
  
  .icon span{
    font-size: 12px;
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #000000;
    margin-bottom: 20px;
  }
  
  .sec01Title{
    width: calc(100% - 70px);
    font-size: 21px;
    line-height: 36px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #4d4d4d;
  }
  
  .sec01Title span{
    font-size: 18px;
  }
  
  .sec01Text{
    font-size: 15px;
    line-height: 32px;
    letter-spacing: -1px;
  }
  
  .sec01Btn{
    text-align: right;
    margin-top: 20px;
  }
  
  .sec01Btn a{
    width: 170px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    font-size: 16px;
    background: #013318;
    border-radius: 8px;
    letter-spacing: -1px;
  }  

  .bgB{
    background: rgba(226 212 201 / 68%);
  }
  
  .movieWrap{
    display: flex;
    justify-content: space-between;
    padding:20px 30px;
    padding-bottom: 0;
  }
  
  .movieWrap li{
    width: calc((100% - 30px) / 3);
  }
  
  .movieName{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 21px;
  }
  
  .movieName span{
    padding: 10px 20px;
    background: #54050b;
    border-radius: 8px;
    font-size: 14px;
    color:#ffffff;
    margin-right: 20px;
  }  
  
  .sec02Btn{
    text-align: center;
    margin-top: 10px;
  }
  
  .sec02Btn a{
    width: 170px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    font-size: 16px;
    background: #013318;
    border-radius: 5px;
    letter-spacing: -1px;
  }  

  
  .sec03Text{
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -1px;
  }
  

  .sec03Btn{
    margin-top: 30px;
    text-align: center;
  }
  
  .sec03Btn a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    max-width: 500px;
    width: 100%;
    border-radius: 5px;
    background: #ffffff;
    font-size: 21px;
    font-weight: 600;
    border:1px solid #000000;
  }

  .submit{
    text-align: center;
    margin-top: 10px;
  }
  
  .mailForm{
    max-width: 660px;
    width: 100%;
    margin:30px auto 0;
  }
  
  .mailForm *{
    font-size: 18px;
    vertical-align: middle;
  }
  
  .mailForm th{
    width: 170px;
  }
  
  .mailForm th,
  .mailForm td{
    padding: 10px 0;
  }
  
  .mailForm table input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #ffffff;
    border:1px solid #000000;
  }

  .mailForm table input,
.mailForm table textarea{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #ffffff;
    border:1px solid #000000;
  }
  
  .mailForm table .flex{
    display: flex;
    justify-content: space-between;
  }
  
  .mailForm table .flex input{
    width: calc(50% - 10px);
  }
  
  .submit input{
    width: 170px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    font-size: 16px;
    background: #013318;
    border-radius: 5px;
    letter-spacing: -1px;
  }

  .footWrap{
    background: #011e0d;
  }
  
  .footFlex{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
     padding-top: 10px;
  }
  
  .footFlex > *{
    color: #ffffff;
  }
  
  .foot02{
    margin-left: 50px;
    padding-top: 20px;
  }
  
  .foottext01{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
  }
  
  .foottext02{
    margin-bottom: 15px;
    font-size: 14px;
  }
  
  .foottext03{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
  }
    
  .foottext03 span{
    font-size: 16px;
  }
   
  .copy{
    font-size: 14px;
    color:#ffffff;
    padding: 20px 0;
    background: #000000;
    text-align: center;
  }


