.c-anchor__item {
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.c-anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.c-anchor__link:hover > * {
  opacity: 1;
}

.c-anchor__link:hover .c-anchor__link__text {
  text-decoration: underline;
}

.c-anchor__link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #fff;
}

.c-anchor__link__text::before {
  content: "";
  margin-right: 5px;
  border-top: 7px solid #457bc3;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.p-maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 15px;
  height: 95px;
  border: 1px solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  font-size: 2.1em;
  color: #fff;
}

.p-maintitle::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 10px;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-maintitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.07);
  mix-blend-mode: multiply;
}

.p-lead {
  line-height: 1.7142857143;
  margin: 0 15px 40px;
  text-align: justify;
  font-size: 1.4em;
  color: #fafafa;
}

.p-lead::before, .p-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.p-lead::before {
  margin-bottom: calc(-0.4946428571em + 2px);
}

.p-lead::after {
  margin-top: calc(-0.4946428571em + 2px);
}

.p-anchor__link {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-anchor__link::after {
  content: attr(data-eng);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: din-2014, sans-serif;
  font-size: 1em;
  color: #457bc3;
}

.p-anchor__item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.p-anchor__item__title {
  background: rgba(69, 123, 195, 0.4);
}

.p-anchor__item__contents {
  padding: 14.5px 27px;
  background: rgba(250, 250, 250, 0.5);
}

.p-anchor__contents__item a {
  line-height: 1.8461538462;
  font-size: 1.3em;
  color: #2e2b2a;
}

.p-anchor__contents__item a:hover {
  text-decoration: underline;
  color: #0a4494;
}

.p-anchor__link {
  padding: 15px;
}

.p-anchor__link__text {
  margin-right: 10px;
}

.p-logo {
  padding: 30px 0 40px;
}

.p-maintitle::before {
  width: 110px;
  height: 29px;
  background-image: url(../../img/pc/movie_maintitle_bg.png);
}

.p-anchor {
  margin-bottom: 80px;
}

.p-anchor__item + .p-anchor__item {
  margin-top: 2px;
}

.p-anchor__contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-anchor__contents__item {
  -ms-flex-preferred-size: calc((100% - 2px) / 3);
  flex-basis: calc((100% - 2px) / 3);
  line-height: 2.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-anchor__contents__item a {
  display: inline-block;
  padding-left: 29px;
  width: 100%;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-anchor__contents__item:not(:nth-child(3n)) a {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.p-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 0 3px 13px;
  height: 71px;
  background: url(../../img/pc/box_title_bg.png) 0 0 no-repeat;
  font-size: 2.1em;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-movie__category {
  margin-bottom: 80px;
}

.p-movie__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}

.p-movie__contents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-movie__contents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 11px;
  font-size: 1.4em;
  color: #fff;
}

.p-movie__contents__title::before {
  content: "";
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #457bc3;
}

.p-movie__contents__title::before {
  margin-right: 5px;
}

.p-movie__contents__text {
  line-height: 1.6666666667;
  font-size: 1.2em;
  color: #9fa0a0;
}

.p-movie__contents__movie {
  margin-right: 20px;
}


/*# sourceMappingURL=movie.css.map */
