.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.mod-wrap {
  width: 100%;
}
.himitsu__wrap {
  background: #000;
}

.karim-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.karim-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.movie__box__wrap {
  margin: auto;
  max-width: 90%;
}

.nav__wrap {
  background: #fff;
  padding: 30px;
}
.nav__wrap div {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 760px;
}
.nav__wrap div a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffec00;
  border: 4px solid #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 230px;
  text-align: center;
  height: 70px;
  width: 100%;
}
.nav__wrap div a:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../images/hmt_btn_3.webp) no-repeat;
  width: 14px;
  height: 10px;
  top: 40%;
  right: 5%;
}


.nav__wrap.is-fixed {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1000;
}



.hmt__wrap__01 {
  background: top center / cover url(../images/hmt_bk_01.webp) no-repeat;
  padding: 100px 0;
  text-align: center;
}
.hmt__wrap__01 .ttl1 {
  display: block;
  filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.64));
  margin: 0 auto 30px;
  max-width: 556px;
}
.hmt__wrap__01 .txt1 {
  display: block;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.64));
  margin: auto;
  max-width: 719px;
}
.hmt__wrap__01 .img1 {
  display: block;
  margin: auto;
  max-width: 1028px;
}
.hmt__wrap__01 .ttl2 {
  display: block;
  filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.64));
  margin: 80px auto 20px;
  max-width: 212px;
}



.hmt__wrap__02 {
  background: top center / cover url(../images/hmt_bk_02.webp) no-repeat;
  padding: 100px 0;
  text-align: center;
}
.hmt__wrap__02 .ttl3 {
  display: block;
  margin: 0 auto 30px;
  max-width: 778px;
}
.hmt__wrap__02 .txt2 {
  display: block;
  margin: 0 auto 10px;
  max-width: 836px;
}



.movie__wrap__01 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
  width: 680px;
}
.movie__wrap__02 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 1040px;
}

.movie__wrap__02 p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}



.hmt__wrap__03 {
  background: top center / cover url(../images/hmt_bk_03.webp) no-repeat;
  padding: 100px 0;
  text-align: center;
}
.hmt__wrap__03 .ttl4 {
  display: block;
  filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.64));
  margin: 0 auto 30px;
  max-width: 605px;
}
.hmt__wrap__03 .txt3 {
  display: block;
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.64));
  margin: auto;
  max-width: 624px;
}


.sns__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px auto;
  max-width: 1000px;
}
.sns__wrap div {
  min-width: 0;
}



.hmt__wrap__03 .ttl5 {
  display: block;
  filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.64));
  margin: 0 auto 30px;
  max-width: 672px;
}
.btn__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 640px;
}
.btn__wrap a img {
  display: block;
  max-width: 310px;
}













@media screen and (max-width:749px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.5rem;
}




.nav__wrap {
  display: none;
}




.hmt__wrap__01 {
  background: top center / cover url(../images/hmt_bk_01.webp) no-repeat;
  padding: 50px 0;
  text-align: center;
}
.hmt__wrap__01 .ttl1 {
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.64));
  margin: 0 auto 15px;
  max-width: 302px;
}
.hmt__wrap__01 .txt1 {
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.64));
  max-width: 276px;
}
.hmt__wrap__01 .img1 {
  max-width: 95%;
}
.hmt__wrap__01 .ttl2 {
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.64));
  margin: 40px auto 10px;
  max-width: 106px;
}



.hmt__wrap__02 {
  padding: 50px 0;
}
.hmt__wrap__02 .ttl3 {
  margin: 0 auto 20px;
  max-width: 302px;
}
.hmt__wrap__02 .txt2 {
  display: block;
  margin: 80px auto 10px;
  max-width: 250px;
}



.movie__wrap__01 {
  display: block;
  margin: 0 auto 10px;
  width: 80%;
}
  .movie__wrap__02{
    display: block;
    width: 80%;
  }
  .insta-wrap{
    width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
  }
  .instagram-media{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  
.movie__wrap__02 p {
  font-size: 15px;
}



.hmt__wrap__03 {
  padding: 50px 0;
}
.hmt__wrap__03 .ttl4 {
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.64));
  margin: 0 auto 20px;
  max-width: 302px;
}
.hmt__wrap__03 .txt3 {
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.64));
  max-width: 276px;
}


  .sns__wrap{
    display: block;
    width: 90%;
    margin: 20px auto;
  }

  .sns__wrap > div{
    margin-bottom: 20px;
  }



.hmt__wrap__03 .ttl5 {
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.64));
  margin: 60px auto 20px;
  max-width: 204px;
}
.btn__wrap {
  display: block;
  max-width: 80%;
}
.btn__wrap a img {
  margin-bottom: 10px;
  max-width: 100%;
}





}
