@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1020px){
  .content{
    width: 90%;
  }
  
  .text--box {
      padding-left: 30px;
  }
  
  img{
    max-width: 100%;
  }
  
  .topnav a{
    font-size: 18px;
  }

}




@media screen and (max-width:740px){
  .sp{
    display: block;
  }
  
  .pc{
    display: none;
  }
  
  h1{
      font-size: 2vw;
  }
  
  .head_r a {
      height: 27px;
      width: 130px;
      font-size: 12px;
  }
  
  header {
      background: linear-gradient(to right,#000000 0% 60%,rgba(0 0 0 / 70%) 60% 100%);
      height: 123px;
    z-index: 1;
  }
  
  header img{
    width: 210px;
  }  
  
  .head_l {
      max-width: 100%;
      width: 60%;
    padding: 10px;
  }  
  
  .head_r {
      width: 40%;
  }  
  
  .maintext {
      max-width: 100%;
      margin: auto;
      padding: 10px;
      background: rgba(255 255 255 / 70%);
      width: 90%;
  }
  
  .maintext p {
      font-size: 13px;
      line-height: 2em;
      margin-bottom: 20px;
      white-space: normal;
      letter-spacing: -1px;
  }

  .maintext p br{
    display: none;  
  }
  
  .mainBtn a {
      display: block;
      height: 106px;
      background: #011e0d;
      color: #ffffff;
      font-size: 16px;
      line-height: 31px;
      padding: 15px;
      padding-left: 15px;
      position: relative;
  }
  
  .mainVisual{
    position: relative;
  }
  
  .topnav {
      background: rgba(1 30 13/80%);
      height: auto;
      position: absolute;
      bottom: 0;
    width: 100%;
  }

  .topnav ul li {
      width: calc(100% / 2);
  }

  .topnav a {
      width: 100%;
      height: 40px;
      display: flex;
      align-items: center;
      padding:0;
      color: #ffffff;
      font-size: 16px;
      border-bottom: 1px solid rgba(255 255 255 / 30%);
    border-right: 1px solid rgba(255 255 255 / 30%);
    justify-content: center;
  }
  
  .sec01Title {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #4d4d4d;
}
  
  .sec01Title span{
    font-size: 14px;
  }
  
  .sec01Text {
      font-size: 12px;
      line-height: 24px;
      letter-spacing: -1px;
  }
  
  .movieWrap {
      display: block;
      justify-content: space-between;
      padding: 20px 0;
      padding-bottom: 0;
    width: 90%;
    margin: auto;
  }
  
  .movieWrap li{
    margin-bottom: 30px;
    width: 100%;
  }
  
  .sec03Text {
      font-size: 12px;
      line-height: 24px;
      letter-spacing: -1px;
  }
  
  .movieName {
      justify-content: center;
  }
  
  .text--box.pt01 br{
      display: none;
  }  
  
  .movieWrap li {
      text-align: center;
  }
  
  
  
  .sec03Btn a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 65px;
      max-width: 500px;
      width: 90%;
      border-radius: 5px;
      background: #ffffff;
      font-size: 15px;
      font-weight: 600;
      border: 1px solid #000000;
  }
  
  .mailForm {
      max-width: 660px;
      width: 90%;
      margin: 30px auto 0;
  }
  
  .mailForm table{
    width: 100%;
  }
  
  .mailForm th,
  .mailForm td{
    display: block;
    width: 100%;
  }
  
  .mailForm *{
    font-size: 16px;
  }
  
  
  .foot02 *{
    font-size: 12px !important;
  }
  
  .foot02 {
      margin-left: 20px;
      padding-top: 10px;
      width: 70%;
  }
  
  .foot01{
    width: 30%;
  }

  .copy {
      font-size: 10px;
      color: #ffffff;
      padding: 20px 0;
      background: #000000;
      text-align: center;
  }
  

}


