  @charset "UTF-8";
.swiper {
  width: 45.8%;
}

@media screen and (max-width: 767px) {
  .swiper {
    width: 100%;
  }
}
.swiper img {
  width: 100%;
}

/* mv */
.mv-layout, .author-layout, .about-layout {
  width: 100%;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 1200px) {
  .mv-layout, .author-layout, .about-layout {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .mv-layout, .author-layout, .about-layout {
    width: 100%;
  }
}
.mv-container, .award-container, .production-container, .author-container, .initiative-container, .about-container {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mv-container, .award-container, .production-container, .author-container, .initiative-container, .about-container {
    width: 100%;
  }
}
.mv-description {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 54.2%;
  padding: 60px 0 0 120px;
  box-sizing: border-box;
  background: url(/hammering/images/mv_bg.png) no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .mv-description {
    width: 100%;
    padding: 5%;
    background-size: auto 100%;
  }
}
.mv-description_tit {
  line-height: 0;
}

.mv-description_tit img {
  width: 392px;
}

@media screen and (max-width: 767px) {
  .mv-description_tit img {
    width: 88vw;
  }
}
.mv-description_sub_tit {
  margin: 20px 0 30px 0;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .mv-description_sub_tit {
    font-size: 6vw;
  }
}
.mv-description_txt {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.05rem;
}

@media screen and (max-width: 767px) {
  .mv-description_txt {
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
/* about */
.about-container {
  display: block;
}

@media screen and (max-width: 767px) {
  .about-container {
    width: 90%;
  }
}
.about_tit, .initiative_tit {
  margin-bottom: 10px;
  color: rgb(0, 173, 169);
  font-size: 39px;
}

@media screen and (max-width: 767px) {
  .about_tit, .initiative_tit {
    font-size: 7vw;
  }
}
.about_txt, .award_txt, .production_txt, .author_txt {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .about_txt, .award_txt, .production_txt, .author_txt {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.initiative-container {
  display: block;
}

@media screen and (max-width: 767px) {
  .initiative-container {
    width: 90%;
  }
}
.initiative_tit {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .initiative_tit {
    margin-bottom: 20px;
  }
}
/* author */
.author-container {
  display: block;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .author-container {
    width: 90%;
    margin-bottom: 40px;
  }
}
.author_tit, .other_tit, .authorlist_tit, .award_tit, .production_tit {
  margin-bottom: 10px;
  padding-left: 15px;
  border-left: 3px solid #cccccc;
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .author_tit, .other_tit, .authorlist_tit, .award_tit, .production_tit {
    font-size: 6.4vw;
  }
}
.author-btn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .author-btn {
    margin-top: 20px;
  }
}
.author-btn_list {
  display: flex;
  justify-content: space-between;
  gap: 40px 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .author-btn_list {
    gap: 20px 0;
  }
}
.author-btn_item {
  width: 583px;
}

@media screen and (max-width: 767px) {
  .author-btn_item {
    width: 48%;
  }
}
.author-btn_item a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 0;
  background: rgb(242, 242, 242);
  border: 1px solid rgb(153, 153, 153);
}

@media screen and (max-width: 767px) {
  .author-btn_item a {
    padding: 3px 0;
  }
  .author-btn_item a img {
    width: 32%;
  }
}
.author-btn_year {
  width: 100%;
  margin-bottom: 10px;
  color: rgb(0, 173, 169);
  font-size: 45px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .author-btn_year {
    margin-bottom: 5px;
    font-size: 7.2vw;
  }
}
.author-btn_year::after {
  content: "年";
  font-size: 31px;
}

@media screen and (max-width: 767px) {
  .author-btn_year::after {
    font-size: 6vw;
  }
}
.production-container {
  display: block;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .production-container {
    width: 90%;
    margin-bottom: 40px;
  }
}
.production_movie_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .production_movie_btn {
    flex-direction: column;
  }
}
.production_movie_btn iframe {
  width: 583px;
  aspect-ratio: 16/9;
  border: 0;
  outline: 0;
  border: 1px solid rgb(153, 153, 153);
}

@media screen and (max-width: 767px) {
  .production_movie_btn iframe {
    width: 100%;
  }
}
.production_apply {
  width: 583px;
}

@media screen and (max-width: 767px) {
  .production_apply {
    width: 100%;
    margin-top: 40px;
  }
}
.production_apply-btn {
  margin: 0 auto;
  text-align: center;
}

.production_apply-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 58px;
  margin: 0 auto;
  background: url(/hammering/images/btn_arrow.svg) no-repeat right 30px center rgb(255, 255, 255);
  border: 1px solid rgb(153, 153, 153);
  border-radius: 50px;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .production_apply-btn a {
    width: 100%;
    font-size: 5vw;
    background-size: 2% auto;
  }
}
.production_apply-btn a:hover {
  background-color: #EFEFEF;
  opacity: 1;
}

.production_apply_note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0 auto;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .production_apply_note {
    width: 100%;
    margin: 20px auto 0 auto;
    font-size: 3.2vw;
  }
}
.award-container {
  display: block;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .award-container {
    width: 90%;
    margin-bottom: 40px;
  }
}
.award-btn {
  width: 1200px;
  margin: 30px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .award-btn {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}
.award-btn_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.award-btn_item {
  width: 376px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .award-btn_item {
    width: 48%;
  }
}
.award-btn_item_img {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  overflow: hidden;
}

.award-btn_item_img img {
  width: 100%;
  transition: 1s all;
}

@media screen and (max-width: 767px) {
  .award-btn_item_img {
    flex-direction: column;
    box-sizing: border-box;
  }
  .award-btn_item_img img {
    width: 100%;
    height: auto;
  }
}
.award-btn_item a {
  display: block;
  border: 1px solid #999;
}

.award-btn_item a:hover {
  background: #EFEFEF;
  opacity: 1;
}

.award-btn_item a:hover img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}

.award-btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background: url(/hammering/images/btn_arrow.svg) no-repeat right 15px center #666;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .award-btn_more {
    margin-top: 5px;
    background-size: 5% auto;
    font-size: 4vw;
    line-height: 1.2;
    text-align: center;
  }
}
.authorlist-container {
  width: 1200px;
  margin: 0 auto 80px auto;
}

@media screen and (max-width: 767px) {
  .authorlist-container {
    width: 90%;
    margin-bottom: 40px;
  }
}
.authorlist_tit {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .authorlist_tit {
    margin-bottom: 0;
  }
}
.authorlist-btn {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .authorlist-btn {
    width: 100%;
  }
}
.authorlist-btn_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.authorlist-btn_item {
  width: 376px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .authorlist-btn_item {
    width: 48%;
  }
}
.authorlist-btn_item_year {
  margin-bottom: 5px;
  color: rgb(0, 173, 169);
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .authorlist-btn_item_year {
    font-size: 5.4vw;
  }
}
.authorlist-btn_item_img {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .authorlist-btn_item_img {
    padding: 5px;
    flex-direction: column;
    box-sizing: border-box;
  }
  .authorlist-btn_item_img img {
    width: 100%;
    height: auto;
  }
}
.authorlist-btn_item_img figcaption {
  font-size: 23px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .authorlist-btn_item_img figcaption {
    margin-top: 5px;
    font-size: 5.8vw;
  }
}
.authorlist-btn_item_img figcaption span {
  display: block;
  margin-top: 10px;
  color: #B3B3B3;
  font-size: 20px;
  font-weight: 100;
}

@media screen and (max-width: 767px) {
  .authorlist-btn_item_img figcaption span {
    margin-top: 5px;
    font-size: 4.8vw;
  }
}
.authorlist-btn_item a {
  display: block;
  border: 1px solid #999;
}

.authorlist-btn_item a:hover {
  background: #EFEFEF;
  opacity: 1;
}

.authorlist-btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background: url(/hammering/images/btn_arrow.svg) no-repeat right 15px center #666;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .authorlist-btn_more {
    margin-top: 5px;
    background-size: 5% auto;
    font-size: 4vw;
  }
}
.other-container {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .other-container {
    width: 90%;
  }
}
.other_tit {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .other_tit {
    margin-bottom: 20px;
  }
}
.other-btn {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .other-btn {
    width: 100%;
  }
}
.other-btn_list {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

@media screen and (max-width: 767px) {
  .other-btn_list {
    gap: 20px 0;
  }
}
.other-btn_item {
  width: 100%;
}

.other-btn_item_date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 80px;
  margin-right: 25px;
  font-size: 15px;
  border-right: 1px solid #d3d3d3;
}

@media screen and (max-width: 767px) {
  .other-btn_item_date {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    border-right: 0;
    font-size: 4vw;
    padding: 2vw 2vw 0 2vw;
  }
}
.other-btn_item_subject {
  color: #00ada9;
  font-size: 23px;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .other-btn_item_subject {
    padding: 1vw 2vw 2vw 2vw;
    font-size: 5.4vw;
  }
}
.other-btn_item_img {
  display: flex;
  justify-content: space-between;
  gap: 0 3px;
  margin-left: auto;
}

.other-btn_item_img img {
  width: 170px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .other-btn_item_img {
    width: 100%;
    gap: 0 1%;
  }
  .other-btn_item_img img {
    width: 49.5%;
    height: auto;
  }
}
.other-btn_item a {
  display: flex;
  align-items: center;
  padding: 3px;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .other-btn_item a {
    flex-wrap: wrap;
  }
}
.other-btn_item a:hover {
  background: #EFEFEF;
  opacity: 1;
}

/* contact
.contact{
  &-layout{
    @extend .mv-layout;
    margin-bottom: 0;
    padding: 50px 0;
    background: rgba(229,247,246,100);
    @media screen and (max-width: 767px) {
      padding: 20px 0;
    }
  }
  &-container{
    @extend .mv-container;
    display: block;
    @media screen and (max-width: 767px) {
      width: 90%;
    }
  }
  &_tit{
    @extend .about_tit;
  }
  &_txt{
    @extend .about_txt;
  }
  &-calendarimg{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    @media screen and (max-width: 767px) {
      margin-top: 20px;
    }
    &_tit{
      width: 100%;
      font-size: 19px;
      text-align: center;
      @media screen and (max-width: 767px) {
        font-size: 4.0vw;
      }
    }
    &_list{
      display: flex;
      justify-content: center;
      @media screen and (max-width: 767px) {
        justify-content: space-between;
      }

    }
    &_item{
      width: 280px;
      margin: 20px 10px 0 10px;
      img{
        width: 100%;
      }
      @media screen and (max-width: 767px) {
        width: 48%;
        margin: 10px 0 0 0;
      }
    }
  }
  &_note{
    width: 980px;
    margin: 40px auto;
    padding: 20px;
    border: 1px solid rgb(153,153,153);
    font-size: 14px;
    @media screen and (max-width: 767px) {
      width: 100%;
      margin: 20px auto;
      padding: 10px;
      font-size: 3.2vw;
    }
  }
  &-btn{
    margin: 0 auto;
    text-align: center;
    a{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 370px;
      height: 58px;
      margin: 0 auto;
      background: url(/hammering/images/btn_arrow.svg) no-repeat right 30px center rgb(255,255,255);
      border: 1px solid rgb(153,153,153);
      border-radius: 50px;
      font-size: 22px;
      @media screen and (max-width: 767px) {
        width: 100%;
        font-size: 5.0vw;
        background-size: 2% auto;
      }
      &:hover{
        background-color: #EFEFEF;
        opacity: 1.0;
      }
    }
  }
} */
/*# sourceMappingURL=style.css.map */
