.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.A01-002-item__header {
  line-height: 1.6;
  margin: 0 0 40px;
}
@media screen and (min-width:769px){
  .A01-002-item.A01-002-item_type_rev{
    margin-top:60px;
  }
}
@media screen and (max-width: 768px) {
  .A01-002-item__header {
    position: relative;
    margin-bottom: 30px;
    padding: 24px 0 0 0;
    font-size: 20px;
  }

  .A01-002-item--nopadding {
    padding: 30px 15px 0;
  }
  .A01-002-item-image{
    text-align:center;
  }
}

.H04-010-02{
  justify-content: center;
}

.A01-002-item-image.--noaspect img{
  aspect-ratio:auto;
}

/* 動画コンテンツ追加20220825 */

.youtube {
  cursor: pointer;
}

.movie_link {
  display: inline-block;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

@media screen and (min-width:769px) {
  .movie_link:hover {
    -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
  }
}

.ceremony-movie-thamb__box {
  position: relative;
  z-index:1;
}
.ceremony-movie-thamb__box::before {
  content:"";
  background:rgba(0, 0, 0, 0.5);
  width:100%;
  height:100%;
  z-index:2;
  position:absolute;
  top:0;
  left:0;
}

.large_box {
  max-width: 700px;
  margin: auto;
}

.small_box {
  max-width: 400px;
  margin: auto;
}

.ceremony-movie-thamb__image {
  width: 100%;
}

.play_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.play_icon::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 9px transparent;
  border-right: solid 13px transparent;
  border-bottom: solid 9px transparent;
  border-left: solid 13px #fff;
  z-index: 1;
  position: absolute;
  top: 28%;
  left: 38%;
}

.ceremony-movie__list {
  padding: 15px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
  margin-left: 3.3%;
  position:relative;
}

.ceremony-movie__list--title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.ceremony-movie__list--text {
  font-size: 16px;
  margin-top: 10px;
}

.intv_link {
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  color: #3286D9;
  text-decoration: underline;
  cursor: pointer;
  /* z-index: 1;
  position: absolute;
    bottom: 15px;
    left: 15px; */
}

.intv_link:hover {
  text-decoration: none;
}

@media screen and (max-width:768px) {
  .A01-002-item.L01-001.Pu-ceremony {
    margin-bottom: 30px;
  }

  .Pu-ceremony .L01-001-item__inner {
    padding: 0;
  }

  .ceremony-movie__list {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .ceremony-movie__list--title {
    font-size: 16px;
  }

  .ceremony-movie__list--text {
    font-size: 14px;
  }

  .intv_link {
    font-size: 14px;
  }
}

.case-movie__content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-movie{
  padding: 15px;
  border:1px solid #ddd;
  width: calc(50% - 10px);
  box-sizing: border-box;
  margin-bottom: 20px;
}

.case-movie__flex{
  display: flex;
}
.case-movie__flex-img{
  width: 48%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.case-movie__flex-img:before{
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  background: rgba(0, 0, 0, 0.3);
  transition: .2s;
}

.case-movie__flex-txt{
  width: 48%;
}
.case-movie__flex-img img{
  max-width: 100%;
  height: auto;
  transition: .2s;
}
.case-movie__head{
  margin-bottom: 10px;
}
.case-movie__head-txt.--year{
  font-size: 20px;
}
.case-movie__head-txt.--uri{
  font-size: 16px;
}
.case-movie__head-txt.--kai{
  font-size: 16px;
}
.case-movie__flex-txt{
  padding-left: 10px;
  font-size: 14px;
}
.case-movie__flex-img:hover .case-movie__flex-item__image{
  transform: scale(1.1,1.1);
}
@media screen and (max-width:768px) {
  .case-movie{
    width: 100%;
  }
  .case-movie__flex{
    flex-wrap: wrap;
  }
  .case-movie__flex-img{
    width: 100%;
  }
  .case-movie__flex-txt{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}