@charset "UTF-8";
/* ==========================================================================
mixin
========================================================================== */
/*font settings

**************************************************/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap");
body {
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}

/* media query

**************************************************/
/* flexbox layout setting

**************************************************/
/* corol

**************************************************/
/* box-shadow

**************************************************/
/* ベンダープレフィックス

**************************************************/
.col_blue {
  color: #184de3;
}

.col_red {
  color: #CC1816;
}

/* ==========================================================================
common
========================================================================== */
body {
  background: #F0F1F5;
}

@media only screen and (max-width: 640px) {
  body {
    width: auto !important;
  }
}

html {
  zoom: normal !important;
}

.main {
  background: none !important;
}

.main > section {
  padding: 100px 0;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .main > section {
    padding: 40px 0;
  }
}

.outer__inner {
  width: 1135px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .outer__inner {
    width: 90%;
  }
}

#jyd .main {
  padding-bottom: 0 !important;
}

#headerPC--space {
  padding-top: 90px !important;
}

@media only screen and (max-width: 640px) {
  #headerPC--space {
    display: none;
  }
}

@media only screen and (min-width: 641px) {
  .jyd #gnav {
    display: none;
  }
}

#jyd #sitemap {
  display: none;
}

#philosophy-area p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#philosophy-area .btn {
  padding: 1rem 4rem;
}

@media only screen and (max-width: 640px) {
  #philosophy-area .btn {
    padding: 0;
  }
}

figure,
p {
  margin: 0;
}

.pc-hidden {
  display: none;
}

@media only screen and (max-width: 640px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}

@media only screen and (max-width: 640px) {
  .sp-hidden {
    display: none;
  }
}

/*-----------------------------------------------------------------
utility
-----------------------------------------------------------------*/
.c-title, .c-title__ivnent {
  font-size: 80px;
  font-family: 'Jost', sans-serif;
  line-height: 96px;
  text-align: center;
  position: relative;
  padding-top: 30px;
  color: #001D55;
  margin-bottom: 100px;
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .c-title, .c-title__ivnent {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1;
  }
}

.c-title span, .c-title__ivnent span {
  color: #CC1816;
  font-size: 20px;
  display: block;
  line-height: 1;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .c-title span, .c-title__ivnent span {
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
  }
}

.c-title:after, .c-title__ivnent:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  border-radius: 0;
  background: url(/jyd/img/icon_jyd.svg) 0 0 no-repeat;
  background-size: 40px;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.4));
}

@media only screen and (max-width: 640px) {
  .c-title:after, .c-title__ivnent:after {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
}

.c-title__ivnent {
  color: #fff;
}

.c-lead {
  font-size: 20px;
  color: #001D55;
  font-weight: 700px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .c-lead {
    font-size: 12px;
    line-height: normal;
    width: 90%;
    margin: 0 auto;
  }
}

.c-contactbadg {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 999;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.4));
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

@media only screen and (max-width: 640px) {
  .c-contactbadg {
    width: 100px;
    right: 5%;
    bottom: 10px;
  }
}

.c-contactbadg img {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.c-contactbadg:hover img {
  opacity: 0.8;
}

.c-caption {
  padding: 0 !important;
  position: relative;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}

.c-caption__bg {
  height: 300px;
  overflow: hidden;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0.7;
}

@media only screen and (max-width: 640px) {
  .c-caption__bg {
    height: 150px;
  }
}

.c-caption__image {
  width: 100%;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  position: relative;
}

.c-caption__image.story_jfa {
  transform: translate(-50%, -70%);
}

.c-caption .c-title, .c-caption .c-title__ivnent {
  position: absolute;
  top: calc(50% - 30px);
  bottom: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .c-caption .c-title, .c-caption .c-title__ivnent {
    top: calc(50% - 40px);
  }
}

.jyd_link {
  width: 100%;
  margin: 0 auto 100px;
}

.jyd_link a {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 400px;
  border-radius: 5px;
  padding: 20px;
  background: #001D55;
  color: #fff;
  transition: all .3s ease;
  font-size: 16px;
  font-weight: bold;
}

.jyd_link a:hover {
  text-decoration: none;
  opacity: .7;
}

@media only screen and (max-width: 640px) {
  .jyd_link {
    margin: 0 auto 50px;
  }
  .jyd_link a {
    width: 80%;
    padding: 15px;
  }
}

/*-----------------------------------------------------------------
nav
-----------------------------------------------------------------*/
.p-nav {
  background: rgba(7, 39, 100, 0.2);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 99;
  right: 0;
  margin: auto;
}

.p-nav.is-opacity {
  background: rgba(7, 39, 100, 0.7);
  top: 50px;
}

.p-nav__menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.p-nav__menu__item {
  position: relative;
  margin: 0 30px;
  text-align: center;
}

.p-nav__menu__item a {
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  position: relative;
  top: -5px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.p-nav__menu__item a:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  margin-top: -4px;
  right: 0;
  margin: auto;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: -5px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.p-nav__menu__item a .en {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.p-nav__menu__item a .jp {
  width: 160px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.p-nav__menu__item a:hover {
  color: #CC1816;
  text-decoration: none;
}

.p-nav__menu__item a:hover:after {
  border-color: transparent transparent #CC1816 #CC1816;
  bottom: -10px;
}

.p-nav__menu__item a:hover .en {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10%);
}

.p-nav__menu__item a:hover .jp {
  opacity: 1;
  visibility: visible;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
.is-hide {
  display: none;
}

.is-more {
  width: 100%;
  background: #fff;
  padding: 18px 0;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #001D55;
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 50px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  .is-more {
    padding: 10px 0;
    margin-top: 10px;
  }
}

.is-more::after {
  content: "もっとみる";
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .is-more::after {
    font-size: 12px;
    line-height: normal;
  }
}

.is-more:hover {
  opacity: 0.5;
}

.is-more.on-click::after {
  content: "閉じる";
}

.is-more.on-click .is-more__icon span:nth-of-type(1) {
  display: none;
}

.is-more.on-click .is-more__icon span:nth-of-type(2) {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.is-more__icon {
  right: 40px;
  width: 20px;
  height: 20px;
  top: 50%;
  position: absolute;
}

.is-more__icon span {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #CC1816;
  display: inline-block;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  box-sizing: border-box;
}

.is-more__icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.is-more__icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.fade-here,
.fade-scale,
.fade-up,
.fade-up__kv,
.fade-from-left,
.fade-from-right,
.fade-up__slow {
  opacity: 0;
  transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
}

.fade-from-left {
  transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
}

.fade-from-right {
  transform: translateX(100px);
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
}

.fade-up__slow {
  transform: translateY(120px);
  -moz-transform: translateY(120px);
  -webkit-transform: translateY(120px);
}

/* ==========================================================================
コンテンツ（TOP）
========================================================================== */
.p-kv {
  padding: 0 !important;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .p-kv .slick-slide img {
    width: auto !important;
    height: 100% !important;
    max-width: inherit !important;
  }
}

.p-kv .slick-slider {
  background: none;
  padding: 0;
}

.p-kv .outer__inner {
  width: 1135px;
}

@media only screen and (max-width: 640px) {
  .p-kv .outer__inner {
    width: 100%;
  }
}

.p-kv__title {
  position: absolute;
  top: 180px;
  width: 1135px;
}

@media only screen and (max-width: 640px) {
  .p-kv__title {
    width: 100%;
    top: 0;
  }
}

.p-kv__mainttl {
  margin-bottom: 60px;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.4));
}

@media only screen and (max-width: 640px) {
  .p-kv__mainttl {
    margin-bottom: 30px;
  }
}

.p-kv__mainttl img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .p-kv__mainttl img {
    width: 75%;
    margin: 0 auto;
    margin-top: 60px;
    margin-left: 5%;
  }
}

.p-kv__img {
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .p-kv__img {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.p-kv__img img {
  height: 50px;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .p-kv__img img {
    height: 20px;
  }
}

.p-kv__img img + img {
  margin-left: 20px;
}

@media only screen and (max-width: 640px) {
  .p-kv__img img + img {
    margin-left: 5px;
  }
}

.p-kv__img span {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-left: 20px;
  vertical-align: middle;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.4));
}

@media only screen and (max-width: 640px) {
  .p-kv__img span {
    font-size: 15px;
    line-height: 15px;
    margin-left: 5px;
  }
}

.p-kv__subttl {
  font-size: 26px;
  letter-spacing: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  margin-bottom: 14px;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .p-kv__subttl {
    font-size: 12px;
    letter-spacing: 3px;
    padding: 8px 10px;
    margin-bottom: 5px;
    margin-left: 5%;
  }
}

.slider {
  margin: 100px auto;
  width: 80%;
}

.slick-slide img {
  width: 100%;
}

.slick-slide img.pc-hidden {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .slick-slide img.pc-hidden {
    display: block !important;
  }
}

.slick-slide img.sp-hidden {
  display: block !important;
}

@media only screen and (max-width: 640px) {
  .slick-slide img.sp-hidden {
    display: none !important;
  }
}

.slider img {
  height: auto;
  width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slider div {
  transition: none;
}

/*-----------------------------------------------------------------
concept
-----------------------------------------------------------------*/
.p-concept {
  background-image: url(/jyd/img/concept_bg.jpg);
  background-size: cover;
}

.p-concept__lead {
  color: #fff;
  font-size: 24px;
  line-height: 65px;
  text-align: center;
  width: 840px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .p-concept__lead {
    width: 90%;
    font-size: 14px;
    line-height: 2;
  }
}

.p-concept__link {
  font-size: 20px;
  line-height: 65px;
  text-align: center;
  margin: 60px auto 0;
}

.p-concept__link span {
  color: #999;
}

.p-concept__link span.cap {
  font-size: 14px;
  color: #CC1816;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.p-concept__link img {
  width: 400px;
}

@media only screen and (max-width: 640px) {
  .p-concept__link img {
    width: 80%;
  }
}

.p-concept__link a {
  color: #fff;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.p-concept__link a:hover {
  opacity: .7;
}

.p-concept__link a span {
  color: #CC1816;
}

@media only screen and (max-width: 640px) {
  .p-concept__link {
    width: 90%;
    font-size: 14px;
    line-height: 2;
  }
}

.p-concept__object {
  position: relative;
  height: 310px;
  margin-top: 100px;
}

@media only screen and (max-width: 640px) {
  .p-concept__object {
    height: 101px;
    margin-top: 20px;
  }
}

.p-concept__object--left, .p-concept__object--right {
  z-index: 1;
  width: 365px;
  position: absolute;
  top: 0;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.4));
}

@media only screen and (max-width: 640px) {
  .p-concept__object--left, .p-concept__object--right {
    width: 120px;
    filter: none;
  }
}

.p-concept__object--left {
  right: calc(50% + 80px);
}

@media only screen and (max-width: 640px) {
  .p-concept__object--left {
    right: auto;
    left: 5%;
  }
}

.p-concept__object--cen {
  right: 0;
  left: 0;
  margin: auto;
  width: 280px;
  position: absolute;
  top: 0;
  bottom: 0;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.4));
}

@media only screen and (max-width: 640px) {
  .p-concept__object--cen {
    width: 100px;
    filter: none;
  }
}

.p-concept__object--right {
  left: calc(50% + 80px);
}

@media only screen and (max-width: 640px) {
  .p-concept__object--right {
    left: auto;
    right: 5%;
  }
}

/*-----------------------------------------------------------------
story
-----------------------------------------------------------------*/
.p-story {
  background: #fff;
}

@media only screen and (min-width: 641px) {
  .p-card {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.p-card:nth-child(odd) .p-card__body {
  order: 2;
}

.p-card:nth-child(odd) .p-card__thumbnail {
  order: 1;
}

.p-card__body {
  width: 50%;
  text-align: center;
  order: 1;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  .p-card__body {
    width: 100%;
    padding: 15px 0 35px;
  }
}

.p-card__tag {
  background: #001D55;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 17px;
  margin-bottom: 15px;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .p-card__tag {
    padding: 5px 50px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.p-card__titl {
  color: #001D55;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .p-card__titl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.p-card__logo {
  width: 150px;
}

@media only screen and (max-width: 640px) {
  .p-card__logo {
    width: auto;
    height: 40px;
  }
}

.p-card__thumbnail {
  width: 50%;
  background-size: cover;
  order: 2;
  height: 240px;
  overflow: hidden;
  position: relative;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}

.p-card__thumbnail.cs img {
  opacity: .5;
}

.p-card__thumbnail.cs > div {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 20px 20px 0;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .p-card__thumbnail {
    width: 100%;
    height: 140px;
  }
}

.p-card__thumbnail img {
  width: 100%;
  position: absolute;
  top: 40%;
  bottom: 50%;
  margin: auto;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.p-card:hover .p-card__thumbnail img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.p-card:hover .p-card__body {
  opacity: 0.5;
}

@media only screen and (max-width: 640px) {
  .p-card:hover .p-card__body {
    opacity: 1;
  }
}

.p-scard {
  width: 320px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .p-scard {
    width: 100%;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
}

@media only screen and (max-width: 640px) {
  .p-scard + .p-scard {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .p-scard > a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.p-scard__wraper {
  width: 1036px;
  margin: 0 auto;
  border-top: 1px solid #001D55;
  padding-top: 70px;
  margin-top: 100px;
}

@media only screen and (min-width: 641px) {
  .p-scard__wraper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .p-scard__wraper {
    width: 90%;
    margin-top: 0px;
    padding-top: 20px;
  }
}

.p-scard__wraper + .p-scard__wraper {
  margin-top: 80px;
}

@media only screen and (max-width: 640px) {
  .p-scard__wraper + .p-scard__wraper {
    margin-top: 10px;
    border-top: none;
    padding-top: 0;
  }
}

.p-scard__thumbnail {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .p-scard__thumbnail {
    margin-bottom: 0px;
    box-shadow: none;
    width: 50%;
  }
}

.p-scard__thumbnail figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  width: 100%;
}

.p-scard__thumbnail img {
  width: 100%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.p-scard__logo {
  width: 230px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  .p-scard__logo {
    width: 40%;
    padding: 0 10px;
  }
}

.p-scard__slogo {
  height: 130px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .p-scard__slogo {
    height: auto;
    display: block;
  }
}

.p-scard:hover .p-scard__thumbnail img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.p-scard:hover .p-scard__logo {
  opacity: 0.5;
}

@media only screen and (max-width: 640px) {
  .p-scard_box {
    width: calc(60% - 20px);
    padding: 10px;
  }
}

.p-scard__tag {
  background: #001D55;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 17px;
  margin: 20px auto 15px;
  display: block;
}

@media only screen and (max-width: 640px) {
  .p-scard__tag {
    padding: 3px 10px;
    font-size: 12px;
    margin: 5px auto;
    display: inline-block;
  }
}

.p-scard__titl {
  color: #001D55;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .p-scard__titl {
    font-size: 12px;
  }
}

.p-story .p-card > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/*-----------------------------------------------------------------
asset
-----------------------------------------------------------------*/
.p-asset {
  background: #001D55;
}

@media only screen and (max-width: 640px) {
  .p-asset .outer__inner {
    width: 100%;
  }
}

.p-ascard {
  width: 48%;
  position: relative;
  padding-bottom: 110px;
  margin-bottom: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .p-ascard {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .p-ascard + .p-ascard {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 641px) {
  .p-ascard:hover .p-ascard__text {
    opacity: 1;
    left: 0;
  }
}

@media only screen and (min-width: 641px) {
  .p-ascard__wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 640px) {
  .p-ascard__wraper > article:nth-child(even) .p-ascard__thumbnail {
    margin-left: auto;
  }
  .p-ascard__wraper > article:nth-child(even) .p-ascard__body {
    left: 0;
  }
  .p-ascard__wraper > article:nth-child(even) .p-ascard__tag {
    right: -20px;
    left: auto;
  }
}

.p-ascard__body {
  background: #F0F1F5;
  width: 340px;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 640px) {
  .p-ascard__body {
    height: auto;
    width: 70%;
  }
}

.p-ascard__body--wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.p-ascard__tag {
  background: #fff;
  width: 200px;
  color: #001D55;
  text-align: center;
  position: absolute;
  top: -13px;
  left: -50px;
  font-size: 24px;
  z-index: 1;
  color: #CC1816;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .p-ascard__tag {
    font-size: 12px;
    line-height: normal;
    width: 110px;
    left: -20px;
    top: -9px;
    padding: 2px 0;
    font-weight: 700;
  }
}

.p-ascard__titl {
  font-size: 20px;
  color: #001D55;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}

@media only screen and (max-width: 640px) {
  .p-ascard__titl {
    font-size: 14px;
    line-height: normal;
    padding: 25px 0;
  }
}

.p-ascard__num {
  font-family: 'Josefin Sans', sans-serif;
  color: #001D55;
  opacity: 0.1;
  position: absolute;
  z-index: 0;
  font-size: 270px;
  top: -28px;
  line-height: 1;
  left: -80px;
}

@media only screen and (max-width: 640px) {
  .p-ascard__num {
    font-size: 170px;
    top: -20px;
    left: -40px;
  }
}

.p-ascard__thumbnail {
  width: 500px;
}

@media only screen and (max-width: 640px) {
  .p-ascard__thumbnail {
    width: 90%;
  }
}

.p-ascard__thumbnail img {
  width: 100%;
}

.p-ascard__text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  color: #000;
  align-items: center;
  text-align: left;
  padding: 30px 40px;
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

@media only screen and (max-width: 640px) {
  .p-ascard__text {
    opacity: 0;
    left: -100%;
    padding: 20px;
  }
  .p-ascard__text.active {
    opacity: 1;
    left: 0;
  }
}

.p-ascard__text span {
  font-size: 24px;
  color: #CC1816;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .p-ascard__text span {
    font-size: 18px;
  }
}

.p-ascard__text--title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  margin-bottom: 24px;
  color: #CC1816;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .p-ascard__text--title {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
  }
}

.p-ascard__text--text {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .p-ascard__text--text {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0;
  }
}

.p-ascard__text--note {
  font-size: 12px;
  line-height: 24px;
}

@media only screen and (max-width: 640px) {
  .p-ascard__text--note {
    font-size: 10px;
    line-height: normal;
  }
}

/*-----------------------------------------------------------------
program
-----------------------------------------------------------------*/
.p-programme {
  padding: 100px 0 0 !important;
}

@media only screen and (max-width: 640px) {
  .p-programme {
    padding: 40px 0 0 !important;
  }
}

.p-cont {
  margin: 120px 0 50px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  background-position: center;
  background-size: 100% auto;
}

@media only screen and (max-width: 640px) {
  .p-cont {
    margin: 110px 0 40px;
  }
}

.p-cont__title {
  background: #001D55;
  color: #fff;
  text-align: center;
  width: 1135px;
  padding: 50px 0;
  margin: 0 auto;
  top: -70px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .p-cont__title {
    width: 95%;
    box-sizing: border-box;
    padding: 20px 20px;
  }
}

.p-cont__lead {
  font-size: 40px;
  font-family: 'Jost', sans-serif;
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .p-cont__lead {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
  }
}

.p-cont__text {
  font-size: 16px;
  line-height: 32px;
}

@media only screen and (max-width: 640px) {
  .p-cont__text {
    font-size: 12px;
    line-height: normal;
  }
}

.p-cont.officialpartners {
  background-image: url(/jyd/img/program_officialpartners_bg.jpg);
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .p-cont.officialpartners .p-cont__title {
    margin-right: 0;
  }
}

.p-cont.categorypartners {
  background-image: url(/jyd/img/program_categorypartners_bg.jpg);
  background-size: cover;
  padding-bottom: 60px;
}

.p-cont.categorypartners .p-cont__title {
  background: #052C80;
}

@media only screen and (max-width: 640px) {
  .p-cont.categorypartners .p-cont__title {
    margin-left: 0;
  }
}

.p-cont.categorypartners .p-procard__wraper {
  margin-top: -50px;
}

.p-cont.jydsupporters {
  background-image: url(/jyd/img/program_jydsupporters_bg.jpg);
  background-size: cover;
  margin-bottom: 0;
}

.p-cont.jydsupporters .p-cont__title {
  background: #0B3DAC;
}

@media only screen and (max-width: 640px) {
  .p-cont.jydsupporters .p-cont__title {
    margin-right: 0;
  }
}

.p-procard {
  color: #fff;
  width: 48%;
  padding: 23px 45px 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
  background-position: center;
  background-size: auto 110%;
  height: 300px;
  overflow: hidden;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

@media only screen and (max-width: 640px) {
  .p-procard {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    height: 220px;
  }
}

.p-procard:hover .p-procard__text {
  opacity: 1;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .p-procard + .p-procard {
    margin-top: 10px;
  }
}

.p-procard__wraper {
  width: 1135px;
  margin: 0 auto;
}

@media only screen and (min-width: 641px) {
  .p-procard__wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media only screen and (max-width: 640px) {
  .p-procard__wraper {
    width: 100%;
  }
}

.p-procard__titl {
  font-family: 'Jost', sans-serif;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {
  .p-procard__titl {
    font-size: 20px;
    line-height: normal;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}

.p-procard__text {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

@media only screen and (max-width: 640px) {
  .p-procard__text {
    font-size: 12px;
    line-height: 24px;
  }
}

.p-procard__text--title {
  font-family: 'Josefin Sans', sans-serif;
}

.p-procard.youth {
  background-image: url(/jyd/img/program_youth_bg.jpg);
}

.p-procard.women {
  background-image: url(/jyd/img/program_women_bg.jpg);
}

.p-procard.technical {
  background-image: url(/jyd/img/program_technical_bg.jpg);
}

.p-procard.green {
  background-image: url(/jyd/img/program_green_bg.jpg);
}

.p-procard.senior {
  background-image: url(/jyd/img/program_senior_bg.jpg);
  margin-bottom: 0;
}

.p-procard.referee {
  background-image: url(/jyd/img/program_referee_bg.jpg);
  margin-bottom: 0;
}

/*-----------------------------------------------------------------
rights
-----------------------------------------------------------------*/
.p-rigcard {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .p-rigcard {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.p-rigcard__wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.p-rigcard__wraper > a {
  width: 24%;
}

@media only screen and (max-width: 640px) {
  .p-rigcard__wraper > a {
    width: 48%;
  }
}

.p-rigcard__wraper > a:hover .p-rigcard__thumbnail img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.p-rigcard__thumbnail {
  width: 100%;
  overflow: hidden;
}

.p-rigcard__thumbnail img {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 100%;
}

.p-rigcard__link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #001D55;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  height: 60px;
  padding: 15px 0px 15px 60px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .p-rigcard__link {
    width: 100%;
    font-size: 10px;
    line-height: 1;
    padding: 10px 5px 10px 40px;
    box-sizing: border-box;
    height: 60px;
  }
}

.p-rigcard__category {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 90px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #001D55;
  padding: 0 20px;
  font-size: .8rem;
}

@media only screen and (max-width: 640px) {
  .p-rigcard__category {
    padding: 0 10px;
    font-size: .6rem;
    height: 60px;
    left: -20px;
  }
}

/*-----------------------------------------------------------------
report
-----------------------------------------------------------------*/
.p-report {
  background-image: url(/jyd/img/report_bg.jpg);
  background-size: cover;
}

.p-report__title {
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .p-report__title {
    margin-bottom: 10px;
  }
}

.p-report .outer-inner {
  width: 1135px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .p-report .outer-inner {
    width: 100%;
  }
}

.p-report .outer-inner .head-area h3 {
  display: none;
}

#jyd .p-report .body-area .news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .news-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 90%;
    margin: 0 auto;
  }
}

#jyd .p-report .body-area .news-content li {
  width: calc(25% - 16px);
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .news-content li {
    width: calc(50% - 1px);
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .news-content li:nth-child(even) {
    border-left: 1px solid #fff;
  }
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .news-content li a {
    display: block;
  }
}

#jyd .p-report .body-area .news-content li a:hover .photo img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

#jyd .p-report .body-area .news-content li a:hover .text-contents .text,
#jyd .p-report .body-area .news-content li a:hover .text-contents .date {
  color: #CC1816;
}

#jyd .p-report .body-area .news-content li .photo {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .news-content li .photo {
    width: 100%;
  }
}

#jyd .p-report .body-area .news-content li .photo img {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#jyd .p-report .body-area .news-content li .news-kate {
  display: none;
}

#jyd .p-report .body-area .news-content li .text-contents {
  background: #F0F1F5;
  z-index: 0;
  padding: 25px 15px;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .news-content li .text-contents {
    width: 100%;
    padding: 15px 8px;
  }
}

#jyd .p-report .body-area .news-content li .text-contents .date {
  text-align: left;
  color: #001D55;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .news-content li .text-contents .date {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
  }
}

#jyd .p-report .body-area .news-content li .text-contents .text {
  text-decoration: none;
  padding: 0;
  color: #001D55;
  font-size: 14px;
  line-height: 24px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .news-content li .text-contents .text {
    font-size: 11px;
    line-height: normal;
    line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}

#jyd .p-report .body-area .news-content li .text-contents .text:after {
  content: none;
}

#jyd .p-report .body-area .news-text-content {
  width: 920px;
  width: 920px;
  margin: 0 auto;
  padding: 0;
  border: none;
  margin-top: 70px;
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .news-text-content {
    width: 90%;
    margin-top: 30px;
  }
}

#jyd .p-report .body-area .news-text-content a dt,
#jyd .p-report .body-area .news-text-content a dd {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#jyd .p-report .body-area .news-text-content a:hover {
  text-decoration: none;
}

#jyd .p-report .body-area .news-text-content a:hover dt,
#jyd .p-report .body-area .news-text-content a:hover dd {
  color: #CC1816;
}

#jyd .p-report .body-area .news-text-content dl {
  padding: 0;
}

#jyd .p-report .body-area .news-text-content dl + dl {
  margin-top: 32px;
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .news-text-content dl + dl {
    margin-top: 10px;
  }
}

#jyd .p-report .body-area .news-text-content dl:nth-child(n + 5) {
  display: none;
}

#jyd .p-report .body-area .news-text-content dl dt {
  float: none;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .news-text-content dl dt {
    font-size: 12px;
    line-height: normal;
    text-align: left;
  }
}

#jyd .p-report .body-area .news-text-content dl dd {
  padding: 0;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .news-text-content dl dd {
    font-size: 11px;
    line-height: normal;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .moreBtn {
    padding: 10px 0 0;
  }
}

#jyd .p-report .body-area .moreBtn a {
  margin-top: 80px;
  background: #001D55;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  width: 440px;
  font-size: 20px;
  font-size: 20px;
  line-height: 70px !important;
  height: 70px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .moreBtn a {
    width: 75%;
    margin-top: 10px;
    font-size: 12px;
    line-height: normal;
    height: 45px;
    line-height: 45px !important;
  }
}

#jyd .p-report .body-area .moreBtn a:after {
  color: #CC1816;
  font-size: 30px;
  right: 20px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  #jyd .p-report .body-area .moreBtn a:after {
    font-size: 20px;
    right: 10px;
  }
}

#jyd .p-report .body-area .moreBtn a:hover {
  background: #CC1816;
  opacity: 1;
}

#jyd .p-report .body-area .moreBtn a:hover:after {
  right: 15px;
  color: #fff;
}

/*-----------------------------------------------------------------
contact
-----------------------------------------------------------------*/
.c-contact {
  width: 1135px;
  padding-bottom: 30px !important;
  margin: 0 auto 80px;
  position: relative;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  .c-contact {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.c-contact:hover {
  opacity: 0.6 !important;
}

.c-contact__top {
  background-image: url(/jyd/img/contact_bg.jpg);
  background-size: cover;
  text-align: center;
  padding: 101px 0;
  position: relative;
  margin: 0 auto;
  left: -80px;
}

@media only screen and (max-width: 640px) {
  .c-contact__top {
    width: 90%;
    margin-left: 0;
    padding: 20px;
    left: 0;
    box-sizing: border-box;
  }
}

.c-contact__top img {
  height: 48px;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .c-contact__top img {
    height: 15px;
  }
}

.c-contact__top img + img {
  margin-left: 23px;
}

@media only screen and (max-width: 640px) {
  .c-contact__top img + img {
    margin-left: 0px;
  }
}

.c-contact__button {
  background: #fff;
  display: inline-block;
  padding: 25px 23px;
}

@media only screen and (max-width: 640px) {
  .c-contact__button {
    padding: 5px 8px;
    box-sizing: border-box;
  }
}

.c-contact__button p {
  display: inline-block;
  color: #001D55;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  vertical-align: middle;
  margin-left: 23px;
}

@media only screen and (max-width: 640px) {
  .c-contact__button p {
    font-size: 12px;
    margin-left: 0px;
  }
}

.c-contact__bg {
  background: #001D55;
  height: 180px;
  position: relative;
  z-index: -1;
  right: 0;
  bottom: 0;
  position: absolute;
  width: calc(100% - 80px);
}

@media only screen and (max-width: 640px) {
  .c-contact__bg {
    width: 90%;
    height: 100px;
  }
}

/*-----------------------------------------------------------------
movie
-----------------------------------------------------------------*/
.p-movie {
  position: relative;
  padding-bottom: 500px !important;
  margin-bottom: 20px;
  background: url(/jyd/img/movie_bg.jpg) center center no-repeat;
  background-size: 100% auto;
}

.p-movie:before {
  content: '';
  display: block;
  width: 100%;
  height: 400px;
  background: -moz-linear-gradient(top, #fff 30%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, #fff 30%, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #fff 30%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .p-movie {
    margin-bottom: 10px;
    padding-bottom: 200px !important;
    background: url(/jyd/img/sp_movie_bg.jpg) center 80% no-repeat;
    background-size: 100% auto;
  }
}

.p-movie .c-title, .p-movie .c-title__ivnent {
  position: relative;
  z-index: 3;
}

.p-movie__wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
}

.p-movie__wraper > a {
  width: 30%;
  position: relative;
}

.p-movie__wraper > a:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url(/jyd/img/btn_movie.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .p-movie__wraper > a {
    margin-bottom: 20px;
  }
}

.p-movie__wraper > a figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-movie__wraper > a figure figcaption {
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.p-movie__wraper > a img {
  width: 100%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  .p-movie__wraper > a {
    width: 48%;
  }
}

.p-movie__wraper > a:hover .p-movie__image {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.p-movie__thumbnail {
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .p-movie__thumbnail {
    width: 90%;
  }
}

.p-movie__thumbnail img {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.p-movie__link {
  background: #001D55;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  width: 240px;
  padding: 33px 0px;
  position: absolute;
  float: right;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 640px) {
  .p-movie__link {
    width: 90%;
    left: 10%;
    font-size: 10px;
    line-height: 1;
    padding: 10px 5px;
    box-sizing: border-box;
  }
}

/* ==========================================================================
コンテンツ（REPORT）
========================================================================== */
/*-----------------------------------------------------------------
storycontents
-----------------------------------------------------------------*/
.p-storycontents {
  background: #fff;
}

.p-storycontents.interview {
  background: #F0F1F5;
}

.p-storycontents.interview .p-storycontents__body p, .p-storycontents.interview .p-storycontents__photo {
  margin: 40px auto;
}

@media only screen and (max-width: 640px) {
  .p-storycontents.interview .p-storycontents__body p, .p-storycontents.interview .p-storycontents__photo {
    margin: 20px auto;
  }
}

.p-storycontents__logo {
  height: 100px;
  margin-bottom: 80px;
  text-align: center;
}

.p-storycontents__logo.wide {
  height: auto;
}

@media only screen and (max-width: 640px) {
  .p-storycontents__logo {
    height: auto;
    margin: 0 auto 15px;
    width: 80%;
  }
}

.p-storycontents__logo img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 300px;
}

.p-storycontents__company {
  color: #001D55;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 640px) {
  .p-storycontents__company {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1;
  }
}

.p-storycontents__lead {
  color: #001D55;
  font-weight: 700;
  font-size: 48px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 100px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .p-storycontents__lead {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.p-storycontents__lead_s {
  color: #001D55;
  font-weight: 700;
  font-size: 36px !important;
  line-height: 36px !important;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .p-storycontents__lead_s {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 20px;
  }
}

.p-storycontents__photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0;
}

@media only screen and (max-width: 640px) {
  .p-storycontents__photo {
    margin: 20px auto 0;
  }
}

.p-storycontents__photo.multiple div {
  width: calc(50% - 5px);
}

.p-storycontents__photo.multiple div + div {
  margin-left: 10px;
}

.p-storycontents__photo div {
  width: 900px;
}

.p-storycontents__photo div img {
  width: 100%;
}

.p-storycontents__photo div:nth-child(n + 3) {
  margin-top: 80px;
}

.p-storycontents__photo--caption {
  font-size: 12px;
  display: block;
  padding: 20px;
  width: 100%;
  text-align: center;
}

.p-storycontents__h1 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: #001D55;
}

.p-storycontents__body p {
  font-size: 16px;
  line-height: 40px;
  margin: 80px auto;
}

@media only screen and (max-width: 640px) {
  .p-storycontents__body p {
    margin: 20px auto;
  }
}

.p-storycontents__body p a {
  color: #052667;
  text-decoration: underline;
  transition: opacity .3s;
}

.p-storycontents__body p a:hover {
  opacity: .7;
}

.p-storycontents__link {
  font-size: 16px;
  line-height: 40px;
}

@media only screen and (max-width: 640px) {
  .p-storycontents__link {
    line-height: 30px;
  }
}

.p-storycontents__link li {
  margin: 20px auto;
}

@media only screen and (max-width: 640px) {
  .p-storycontents__link li {
    margin: 10px auto;
  }
}

.note {
  font-size: 12px;
  line-height: inherit;
}

#subnavi {
  display: none !important;
}

.is_news_detail #subnavi {
  display: block !important;
}

.main.story .p-report {
  background: #001D55;
}

.main.story .p-report__title, .main.story .p-report .body-area .news-text-content dl dt, .main.story .p-report .body-area .news-text-content dl dd {
  color: #fff;
}

.main.story .moreBtn a {
  border: 1px solid #fff;
}

/*-----------------------------------------------------------------
ニュース調整
-----------------------------------------------------------------*/
.jyd #container {
  margin: 50px auto 80px !important;
}

@media only screen and (max-width: 640px) {
  .jyd #container {
    margin: 20px auto 0 !important;
  }
}

.jyd-news {
  display: none;
}

.photo.news_thumb, .newsListLabel {
  display: none !important;
}
