@charset "UTF-8";

.full { width: 100%; }
/*----------------------------------------
 main_head
----------------------------------------*/

.main_head {
  background: url(../img/common/main_head-bg.jpg) repeat 0 0;
  border-bottom: 1px solid #b58f14;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.main_head .en {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.main_head .jp {
  color: #801d21;
  font-size: 26px;
}

@media screen and (max-width: 900px) {
  .main_head {
    height: 85px;
  }
  .main_head .en {
    font-size: 14px;
  }
  .main_head .jp {
    font-size: 16px;
  }
}

.sec_head_s {
  text-align: center;
  font-size: clamp(16px,2vw,24px);
  line-height: 1.6;
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
  margin-bottom: clamp(30px, 10vw , 50px);
}

.sec_fireworks {
  background: #32323f url(../img/hanabimovie/bg.jpg) no-repeat center bottom / cover;
  color: #fff;
  padding: 160px 0 350px;
}
.headline {
  text-align: center;
  margin: 0 0 100px;
}
.headline .txt {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0;
}
.headline .capt {
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .headline .txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .sec_fireworks {
    background-image: url(../img/hanabimovie/bg_sp.jpg);
    padding: 60px 0 230px;
  }
  .headline {
    margin: 0 0 40px;
  }
  .headline .txt {
    font-size: 16px;
    line-height: 1.8;
  }
  .headline .capt {
    font-size: 12px;
  }
}

.video_list {
  display: grid;
  grid-template-columns: auto;
  gap: 100px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.video_list .item {
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: all 0.3s ease-out;
	border: 1px solid #fff;
}
.video_list .item:hover {
  opacity: 0.7;
}
.video_list .item .icon {
  border-radius: 50%;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  width: 100px;
  height: 100px;
}
.video_list .item .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 40px solid #fff;
}
.video_list .item .ttl {
	text-align: center;
	bottom: 15px;
	left: 15px;
	right: 15px;
	position: absolute;
	font-size: 16px;
	letter-spacing: 0;
}
.video_list .item .pos_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .video_list {
    gap: 30px;
    max-width: 235px;
  }
  .video_list .item .ttl {
    font-size: 10px;
    left: 5px;
    right: 5px;
    bottom: 7px;
  }
  .video_list .item .icon {
    width: 30px;
    height: 30px;
  }
  .video_list .item .icon::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #fff;
  }
}

.contents__note {
  width: 1000px;
  max-width : calc(100% - 30px);
  margin: 40px auto 40px;
  font-size : 12px;
  font-weight : 300;
}

.mfp-bg {
	background: #fff !important;
  opacity: 0.7 !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	right: -60px !important;
	opacity: 1;
	width: 50px !important;
	height: 50px;
	padding: 0 !important;
	text-indent: 9999px;
	display: block;
	overflow: hidden;
	background: url(../img/hanabimovie/icon_close.svg) no-repeat center center / 100% auto;
	top: -60px !important;
}
.mfp-iframe-holder .mfp-content {
	max-width: 1240px !important;
}
@media screen and (max-width: 1440px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 900px !important;
  }
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -50px !important;
    width: 40px !important;
    height: 40px;
    top: -50px !important;
  }
}
@media screen and (max-width: 1000px) {
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .mfp-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    width: 30px !important;
    height: 30px;
    top: -40px !important;
  }
}

.btn_hanabi { margin-top: 100px; }
.btn_hanabi > a {
  /*background: linear-gradient(to right,  rgba(190,160,70,1) 0%,rgba(230,230,185,1) 20%,rgba(195,175,75,1) 35%,rgba(240,230,170,1) 60%,rgba(255,255,220,1) 75%,rgba(220,200,120,1) 90%,rgba(190,160,55,1) 100%);*/
  background: #fff;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  opacity: 1!important;
  overflow: hidden;
  padding: 8px 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
}
.btn_hanabi > a:before {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.btn_hanabi > a:hover:before {
  right: -100%;
}
.btn_hanabi > a:after {
  background: url(../img/top/arrow_icon.svg) no-repeat right center;
  content: "";
  height: 13px;
  width: 60px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.btn_hanabi > a:hover:after {
  transform: translateX(10px);
}
.btn_hanabi > a > span {
  color: #000;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .btn_hanabi > a { font-size: 20px; }
  .btn_hanabi {
    margin: 50px auto 20px;
    padding: 0;
    max-width: 63%;
   }
  .btn_hanabi > a > span {
    font-size: 90%;
  }
}