@import url("https://fonts.googleapis.com/css?family=Timmana");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,700i&display=swap");
@import url("https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

jwc2019.scss

------------------------------------*/
body {
  background: #000;
  line-height: 1;
  text-align: center;
  min-width: 1350px;
  overflow-x: hidden;
}
body .w980 {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
body .w980.match {
  height: 165px;
}

.sp_disp {
  display: none;
}

.menu {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 99999;
  transition: 1.5s;
}
#jwc_top .menu {
  display: none;
}
.menu .kvArea_jleaguejplink {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 25px;
}
.menu .kvArea_jleaguejplink img {
  width: 40px;
}
#jwc_top .menu.set {
  display: block;
}
.menu .pc_disp {
  margin-top: 5px;
}
.menu .pc_disp ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 980px;
  margin: 0 auto;
}
.menu .pc_disp ul li {
  width: 100px;
  border-left: solid 1px #8c8470;
}
.menu .pc_disp ul li.toplink {
  width: 230px;
}
.menu .pc_disp ul li:last-child {
  border-right: solid 1px #8c8470;
}
.menu .pc_disp ul li a {
  display: block;
  padding: 10px 0;
  font-size: 17px;
  font-family: 'Cabin', sans-serif;
  color: #b7a373;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.menu .pc_disp ul li a:hover {
  opacity: 0.8;
}
.menu .pc_disp ul li span {
  display: block;
  padding: 10px 0;
  font-size: 17px;
  font-family: 'Cabin', sans-serif;
  color: #5A5A5D;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.menu .pc_disp ul li img {
  width: 190px;
}
.menu .pc_disp ul li.goods {
  width: 120px;
}
.menu .pc_disp ul li.goods a {
  margin-right: 15px;
}
.menu .pc_disp ul li.goods a::after {
  font-family: ionicons;
  content: '\f39c';
  font-size: 16px;
  color: #b5a172;
  position: absolute;
  margin-left: 5px;
}

section.kvArea {
  z-index: 1;
  padding-top: 60px;
  position: relative;
}

li {
  list-style: none;
}

.logo_bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ddd;
  opacity: 1;
  transition: 2s;
  z-index: 100000 !important;
}

.logo_bg.set {
  display: none;
}

.logo img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.logo.set {
  display: none;
}

.logo img {
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  -moz-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv {
  position: relative;
  width: 100%;
  height: 900px;
  background: #aaa;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
}

#bg01 {
  position: relative;
  bottom: -900px;
  left: 0;
  width: 50%;
  height: 900px;
  background: repeating-linear-gradient(125deg, #111, #111 1px, #0149ff 1px, #0149ff 3px);
  opacity: 1;
  transition: 1s;
  z-index: 10;
}

#bg01.set {
  bottom: 0;
}

#bg01 img {
  position: absolute;
  top: 0;
  left: 0 !important;
}

#bg02 {
  position: absolute;
  top: -900px;
  right: 0;
  width: 50%;
  height: 900px;
  background: repeating-linear-gradient(55deg, #111, #111 1px, #35aded 1px, #35aded 3px);
  opacity: 1;
  transition: 1s;
  z-index: 10;
}

#bg02.set {
  top: 0;
}

#bg02 img {
  position: absolute;
  top: 0;
  right: 0 !important;
}

#bg03 {
  position: absolute;
  top: 0;
  left: 50px;
  width: 180px;
  height: 190px;
  text-align: center;
  opacity: 0;
  transition: 1s;
  z-index: 15;
}
#bg03.set {
  top: 110px;
  left: 16%;
  opacity: 1;
}
#bg03.set img {
  width: 8vw;
}

#bg04 {
  position: absolute;
  top: 0;
  right: 50px;
  width: 130px;
  height: 130px;
  text-align: center;
  opacity: 0;
  transition: 1s;
  z-index: 15;
}
#bg04.set {
  top: 110px;
  right: 15.5%;
  opacity: 1;
}
#bg04.set img {
  width: 8vw;
}

#bg05 {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  text-align: center;
  opacity: 0;
  transition: 1s;
  z-index: 15;
}

#bg05 img {
  width: 150px;
}

#bg05.set {
  top: 60px;
  right: 0;
  opacity: 1;
}

.player {
  position: absolute;
  height: 200px;
  transition: 0.5s;
}

#player01 {
  bottom: -50px;
  right: 50%;
  opacity: 0;
  z-index: 50;
}

#player01.set {
  bottom: 380px;
  opacity: 1;
}

#player02 {
  bottom: 0;
  right: 50%;
  opacity: 0;
  z-index: 40;
}

#player02.set {
  bottom: 700px;
  opacity: 1;
}

#player03 {
  bottom: -50px;
  left: 50%;
  opacity: 0;
  z-index: 50;
}

#player03.set {
  bottom: 418px;
  opacity: 1;
}

#player04 {
  bottom: 0;
  left: 50%;
  opacity: 0;
  z-index: 40;
}

#player04.set {
  bottom: 695px;
  opacity: 1;
}

.text {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  transition: 0.5em;
  z-index: 100;
}

#text01 {
  opacity: 0;
}

#text01.set {
  top: 10px;
  left: 10px;
  opacity: 1;
}

#text02 {
  opacity: 0;
}

#text02.set {
  bottom: 520px;
  left: 10px;
  opacity: 1;
}

#text03 {
  opacity: 0;
}

#text03.set {
  top: 10px;
  right: 210px;
  opacity: 1;
}

#text04 {
  opacity: 0;
}

#text04.set {
  bottom: 230px;
  right: 400px;
  opacity: 1;
}

.main {
  width: 100%;
  margin: 0 auto;
}
.main .bg_bl {
  background: #000;
}
.main .bg_bl .w980 {
  margin: 20px auto;
}
.main .bg_gr {
  background: #585858;
}
.main .btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: #fff;
}
.main .btn a {
  width: 375px;
  padding: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
}
.main .btn a:hover {
  opacity: 0.8 !important;
}
.main .btn a.red {
  background: #d20000;
  margin: 30px;
}
.main .btn a.blue {
  background: #2d63cf;
  margin: 30px;
}
.main .outlineBtn {
  display: block;
  width: 300px;
  margin: 30px auto 0;
  padding: 25px;
  background: #bfae72;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.main .outlineBtn:hover {
  opacity: 0.8 !important;
}
.main .preArea {
  background: #2d63cf;
  padding-bottom: 50px;
}
.main .preArea > h2 {
  width: 980px;
  font-size: 45px;
  color: #fff;
  font-family: 'Cabin', sans-serif;
  font-style: italic;
  text-align: center;
  line-height: 0.8;
  border-bottom: 3px solid #fff;
  padding: 50px 0 10px;
  margin: 0 auto 50px;
}
.main .preArea > h2 span {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.main .preArea .btnWrap {
  text-align: center;
  margin-bottom: 50px;
}
.main .preArea .btnWrap p {
  margin: 14px auto 0;
  color: #fff;
  line-height: 1.5em;
}
.main .preArea .stepWrap {
  z-index: 1;
}
.main .preArea .stepWrap ul {
  display: flex;
  justify-content: space-between;
  width: 980px;
  padding: 0 20px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.main .preArea .stepWrap ul li {
  width: 300px;
  list-style: none;
}
.main .preArea .stepWrap ul li .stepImgWrap {
  position: relative;
  width: 300px;
  list-style: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  padding: 30px 20px 10px;
  box-sizing: border-box;
}
.main .preArea .stepWrap ul li .stepImgWrap h3 {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 100px;
  height: 50px;
  text-align: center;
  font-size: 38px;
  font-family: 'Cabin', sans-serif;
  font-style: italic;
  color: #fff;
  text-shadow: 1px 1px #2d64cf;
  transform: translateX(-50%);
}
.main .preArea .stepWrap ul li .stepImgWrap img {
  width: 100%;
}
.main .preArea .stepWrap ul li p {
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5em;
}
.main .preArea .appDl {
  width: 900px;
  background: repeating-linear-gradient(145deg, #e6e6e6, #e6e6e6 1px, #ffffff 1px, #ffffff 6px);
  text-align: center;
  padding: 30px 0 10px;
  margin: 0 auto;
  border: 2px solid #dcdcdc;
}
.main .preArea .appDl > p {
  font-weight: bold;
  font-size: 30px;
}
.main .preArea .appDl .links {
  padding: 30px 0 10px;
}
.main .preArea .appDl .links img {
  display: inline-block;
  margin-right: 20px;
}
.main .preArea .appDesc {
  padding-top: 20px;
}
.main .preArea .appDesc p {
  color: #fff;
  text-align: left;
  font-size: 12px;
  margin-left: 35px;
}
.main .outline {
  background: #000;
  color: #fff;
  text-align: left;
  padding-bottom: 60px;
}
.main .outline > h2 {
  width: 980px;
  font-size: 50px;
  color: #fff;
  font-family: 'Cabin', sans-serif;
  font-style: italic;
  text-align: center;
  line-height: 0.8;
  border-bottom: 3px solid #fff;
  padding: 50px 0 10px;
  margin: 0 auto;
}
.main .outline > h2 span {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.main .outline > ul {
  width: 980px;
  padding: 0;
  margin: 0 auto;
}
.main .outline > ul li {
  display: flex;
  align-items: center;
  list-style: none;
  height: 70px;
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
}
.main .outline > ul li p.textCenter {
  width: 250px;
  text-align: center;
}
.main .content {
  width: 100%;
  padding: 0;
  position: relative;
  border-bottom: 3px solid #0049fd;
  overflow: initial;
}
.main .content::after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 50%;
  border-bottom: 3px solid #57d5fe;
}
.main .content .cm {
  position: relative;
  display: block;
}
.main .content .cm::after {
  content: 'coming soon';
  color: #5A5A5D;
  position: absolute;
  top: 3px;
  left: 0;
  padding: 130px 0;
  font-size: 60px;
  font-family: 'Cabin', sans-serif;
  font-style: italic;
  bottom: 0px;
  letter-spacing: 0.1em;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.85);
}
.main .content .anm_mod {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.main .content .anm_mod.left {
  transform: translate3d(-100%, 0, 0);
}
.main .content .anm_mod.right {
  transform: translate3d(100%, 0, 0);
}
.main .content .anm_mod.delay {
  transition: all 2s ease;
}
.main .content .anm_mod.fast {
  transition: all 0.8 ease;
}
.main .content .anm_mod.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.main .content .left_ol, .main .content .right_ol, .main .content .right_ol figure img, .main .content .right_ol figure:hover img {
  display: flex;
  flex-wrap: wrap;
}
.main .content .left_ol figure, .main .content .right_ol figure, .main .content .right_ol figure img figure, .main .content .right_ol figure:hover img figure {
  width: 70%;
  margin: 0;
  overflow: hidden;
  height: 330px;
}
.main .content .left_ol figure img, .main .content .right_ol figure img, .main .content .right_ol figure:hover img figure img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.main .content .left_ol figure:hover img, .main .content .right_ol figure:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.main .content .left_ol .con_txt, .main .content .right_ol .con_txt, .main .content .right_ol figure:hover img .con_txt {
  width: 30%;
  position: relative;
  color: #fff;
  font-size: 50px;
  font-family: 'Cabin', sans-serif;
  background: #000;
}
.main .content .left_ol .con_txt::before, .main .content .right_ol .con_txt::before, .main .content .right_ol figure:hover img .con_txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -13vw;
  border-style: solid;
  border-width: 0 0px 330px 13vw;
  border-color: transparent transparent #000000 transparent;
}
.main .content .left_ol .con_txt span, .main .content .right_ol .con_txt span, .main .content .right_ol figure:hover img .con_txt span {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.2em;
}
.main .content .left_ol .con_txt p, .main .content .right_ol .con_txt p, .main .content .right_ol figure:hover img .con_txt p {
  position: absolute;
  top: 43%;
  left: -50px;
  letter-spacing: 0.1em;
  font-style: italic;
}
.main .content .left_ol.kcline, .main .content .kcline.right_ol, .main .content .right_ol figure img.kcline {
  position: relative;
  border-top: 3px solid #57d5fe;
}
.main .content .left_ol.kcline::after, .main .content .kcline.right_ol::after, .main .content .right_ol figure img.kcline::after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: 0;
  width: 50%;
  border-top: 3px solid #0049fd;
}
.main .content .right_ol figure {
  width: 70%;
  margin: 0;
  overflow: hidden;
  z-index: -1;
}
.main .content .right_ol .con_txt::before {
  right: -13vw;
  left: initial;
  border-width: 0 13vw 330px 0;
}
.main .content .right_ol .con_txt p {
  top: 40%;
  left: initial;
  right: -40px;
}
.main .content .right_ol.ckline {
  position: relative;
  border-top: 3px solid #0049fd;
}
.main .content .right_ol.ckline::after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: 0;
  width: 50%;
  border-top: 3px solid #57d5fe;
}
.main .head {
  position: relative;
  height: 410px;
  background-size: cover !important;
}
.main .head h2 {
  color: #fff;
  font-size: 55px;
  font-family: 'Cabin', sans-serif;
  padding-top: 160px;
  font-style: italic;
  text-shadow: 2px 0 3px #000;
  letter-spacing: 0.05em;
}
.main .head h2 span {
  display: block;
  font-size: 20px;
  padding-top: 5px;
}
.main .tabSelecter {
  position: absolute;
  top: 329px;
  width: 100%;
}
.main .tabSelecter .tab {
  border-bottom: initial;
}
.main .tabSelecter .tab li {
  width: 490px;
  border: none;
  top: 12px;
}
.main .tabSelecter .tab li.tab1 a {
  background: #297b95;
}
.main .tabSelecter .tab li.tab2 a {
  background: #192b59;
}
.main .tabSelecter .tab li a {
  position: relative;
  border-radius: 20px 20px 0 0;
  font-weight: bold;
  font-size: 22px;
  height: 70px;
}
.main .ol_kawasakif {
  border-top: 5px solid #57d5fe;
  background: #47afd1;
}
.main .ol_chelseafc {
  border-top: 5px solid #001489;
  background: #010d50;
}
.main .ol_chelseafc .pos {
  background: #001389 !important;
}
.main .ol_chelseafc .name {
  font-size: 16px !important;
}
.main .ol_chelseafc .w980 .right {
  display: block;
  margin-right: 30px;
  text-align: right;
  color: #fff;
  padding-top: 30px;
  font-size: 14px;
}
.main .player_cont {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  padding-left: 35px;
}
.main .player_cont .player_box {
  margin-top: 40px;
  margin-right: 35px;
}
.main .player_cont .player_box figure img {
  width: 280px;
  display: block;
}
.main .player_cont .player_box .data {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  text-align: left;
  color: #fff;
}
.main .player_cont .player_box .data .pos {
  background: #57d5fe;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  font-weight: bold;
}
.main .player_cont .player_box .data .en {
  font-size: 12px;
}
.main .player_cont .player_box .data .name {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 800;
}
.main .player_cont .player_box .data .name .embS {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 2px;
}
.main .player_cont .player_box .data .name .embS.embWales {
  position: relative;
  top: 3px;
  background: url(/img/jwc/2019/flag_wales.png) no-repeat;
  background-size: 25px auto;
}
.main .player_cont .player_box .data ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  font-size: 15px;
}
.main .player_cont .player_box .data ul li:first-child {
  margin-right: 10px;
}
.main .player_cont .player_box a:hover {
  text-decoration: none;
}

body.player_k .tabSelecter .tab li.tab1 a {
  pointer-events: none;
  position: relative;
  border-radius: 20px 20px 0 0;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  height: 70px;
  background: #57d5fe;
}

body.player_k .head {
  background: url(/img/jwc/2019/head_k.jpg);
}

body.player_c .tabSelecter .tab li.tab2 a {
  pointer-events: none;
  position: relative;
  border-radius: 20px 20px 0 0;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  height: 70px;
  background: #001489;
}

body.player_c .head {
  background: url(/img/jwc/2019/head_c.jpg);
}

@media only screen and (min-width: 1350px) {
  .con_txt::after {
    border-width: 0 0px 330px 175px;
    border-color: transparent transparent #000000 transparent;
  }
}
#team .main .head {
  height: 330px;
}
#team .main .top h3 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: linear-gradient(transparent 60%, #e60014 60%);
  padding: 3px 5px 5px;
}
#team .main .top ul {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
#team .main .top ul li {
  width: 100%;
}
#team .main .top ul li a:hover {
  text-decoration: inherit;
  opacity: 0.8;
}
#team .main .top ul li a img {
  width: 100%;
}
#team .main .top ul li a .bg_k, #team .main.team_unlay .top ul li a .team_cont a.bg_c, #team .main.team_unlay .team_cont .top ul li a a.bg_c {
  display: inline-block;
  width: 100%;
  background: #57d5fe;
  color: #000;
  padding: 25px 0;
  text-decoration: none;
  font-size: 23px;
  font-weight: bold;
}
#team .main .top ul li a .bg_c {
  display: inline-block;
  width: 100%;
  background: #0049fd;
  color: #000;
  padding: 25px 0;
  text-decoration: none;
  font-size: 23px;
  font-weight: bold;
}
#team .main.team_unlay .head {
  background: url(/img/jwc/2019/team/chelseafc_h_bg.png);
  height: 400px;
}
#team .main.team_unlay .head h3 {
  padding-top: 60px;
}
#team .main.team_unlay .top h3 {
  background: initial;
}
#team .main.team_unlay .top .main_img img {
  display: block;
  width: 100%;
  height: auto;
}
#team .main.team_unlay .top .kcline {
  position: relative;
  border-top: 3px solid #57d5fe;
  border-bottom: 3px solid #57d5fe;
}
#team .main.team_unlay .top .kcline::before {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: 0;
  width: 50%;
  border-top: 3px solid #0049fd;
}
#team .main.team_unlay .top .kcline::after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 50%;
  border-top: 3px solid #0049fd;
}
#team .main.team_unlay .team_cont {
  color: #fff;
  padding-bottom: 50px;
  background: url(/img/jwc/2019/team/chelseafc_cont_u_bg.png) no-repeat;
  background-size: contain;
}
#team .main.team_unlay .team_cont .cont_inner {
  padding-top: 120px;
}
#team .main.team_unlay .team_cont .cont_inner_title {
  font-size: 30px;
  margin-bottom: 20px;
}
#team .main.team_unlay .team_cont .cont_inner_title span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  font-weight: bold;
}
#team .main.team_unlay .team_cont .cont_inner_title span::before, #team .main.team_unlay .team_cont .cont_inner_title span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 1.5em;
  height: 2px;
  background-color: #fff;
  left: 100%;
}
#team .main.team_unlay .team_cont .cont_inner_title span::after {
  left: initial;
  right: 100%;
}
#team .main.team_unlay .team_cont .cont_inner figure {
  padding-top: 40px;
}
#team .main.team_unlay .team_cont .cont_inner figure figcaption {
  font-size: 14px;
  margin-top: 5px;
}
#team .main.team_unlay .team_cont .cont_inner_text {
  padding: 25px 10px;
  line-height: 1.8em;
  text-align: left;
}
#team .main.team_unlay .team_cont .cont_inner_text iframe {
  margin: 10px auto;
  display: block;
}
#team .main.team_unlay .team_cont .cont_inner_text .yb_caption {
  font-size: 14px;
  width: 800px;
  margin: 0 auto;
}
#team .main.team_unlay .team_cont .cont_inner table td {
  width: 400px;
}
#team .main.team_unlay .team_cont .cont_inner table td:first-child {
  padding: 0 70px;
}
#team .main.team_unlay .team_cont a.bg_k, #team .main.team_unlay .team_cont a.bg_c {
  display: block;
  width: 550px;
  margin: 80px auto 30px;
  transform: skewX(-15deg);
  background: #57d5fe;
  padding: 25px 15px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
#team .main.team_unlay .team_cont a.bg_c {
  background: #0049fd;
}
#team .main.team_unlay .team_cont a:hover {
  opacity: 0.8;
}
#team .main.team_unlay #instagram-embed-0 {
  margin: 20px auto !important;
}
#team .main.team_unlay .ig_caption {
  font-size: 12px;
  width: 540px;
  margin: 0 auto;
}
#team.team_k .main.team_unlay .head {
  background: url(/img/jwc/2019/team/kawasakif_h_bg.png);
}
#team.team_k .main.team_unlay .team_cont {
  color: #fff;
  padding-bottom: 50px;
  background: url(/img/jwc/2019/team/kawasakif_cont_u_bg.png) no-repeat;
  background-size: contain;
}

#movie .main {
  position: relative;
}
#movie .main .head {
  background: url(/img/jwc/2019/movie/bg_movie.png);
  height: 590px;
}
#movie .main .head h3 {
  padding-top: 60px;
}
#movie .main .movie_cont {
  background-color: transparent;
  position: relative;
  bottom: 260px;
}
#movie .main .movie_cont .cont_inner {
  margin-top: 60px;
}
#movie .main .movie_cont .cont_inner .m_wrap {
  display: block;
  font-size: 0;
}
#movie .main .movie_cont .cont_inner .cont_inner_text {
  position: relative;
  width: 760px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  line-height: 1.5em;
  background: rgba(255, 255, 255, 0.6);
  color: #fff;
}
#movie .main .movie_cont .cont_inner .cont_inner_text.kcline {
  border-top: 8px solid #57d5fe;
}
#movie .main .movie_cont .cont_inner .cont_inner_text.kcline::after {
  content: " ";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -8px;
  right: 0;
  width: 50%;
  border-top: 8px solid #0049fd;
}

#countdown .main .head {
  background: url(/img/jwc/2019/movie/bg_movie.png);
  background-position-y: bottom;
  height: 330px;
}
#countdown .main .content {
  border-bottom: initial;
}
#countdown .main .contentFlowArea {
  padding: 0 0 90px;
}
#countdown .main .contentFlowArea:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1px;
  border: 480px solid transparent;
  border-bottom: 50px solid #444;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -480px;
}
#countdown .main #contentFlow {
  width: 70%;
  margin: 0 auto;
}
#countdown .main #contentFlow .ContentFlow .globalCaption .caption {
  font-size: 22px;
  font-weight: bold;
}
#countdown .main #contentFlow .flow .item.active {
  width: 100% !important;
  height: auto !important;
  position: initial;
}
#countdown .main #contentFlow .slick-prev, #countdown .main #contentFlow .slick-next {
  width: 70px !important;
  height: 60px !important;
}
#countdown .main #contentFlow .slick-prev {
  right: -55px !important;
}
#countdown .main #contentFlow .slick-next {
  left: -65px !important;
}
#countdown .main #contentFlow .slick-prev:before, #countdown .main #contentFlow .slick-next:before {
  font-size: 70px;
}
#countdown .main #contentFlow .slick-list.draggable {
  width: 90%;
  margin: 0 auto;
}
#countdown .main #flow_content.sec_gl {
  background: #444;
  padding: 10px 0 70px;
}
#countdown .main #flow_content figcaption {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 20px;
}
#countdown .main #flow_content figcaption span {
  display: block;
  font-size: 20px;
  padding-top: 15px;
}
#countdown .main #flow_content .count_text {
  position: relative;
  background: #000;
  margin-top: 40px;
  padding: 40px 50px;
  border-radius: 40px;
  color: #fff;
}
#countdown .main #flow_content .count_text:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -30px;
  right: 50%;
  border-bottom: 30px solid #000000;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
#countdown .main #flow_content .count_text .number {
  font-weight: bold;
  color: #e60013;
  display: inline-block;
  padding: 0 5px;
}
#countdown .main #flow_content .count_text .count_title {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 15px;
}
#countdown .main #flow_content .count_text .count_title br {
  display: none;
}
#countdown .main #flow_content .count_text .count_subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 20px 0;
}
#countdown .main #flow_content .count_text .cont_inner_text {
  text-align: left;
  line-height: 1.8em;
  font-size: 15px;
}

#news .main .head {
  height: 340px;
}
#news .main .infoBlock {
  margin-bottom: 40px;
}
#news .main .infoBlock a {
  text-align: left;
  line-height: 1.5em;
}
#news .main .infoBlock a .entryTitle {
  display: inline-block;
  margin: 0;
}
#news .main .infoBlock a .newsTitle {
  display: inline-block;
}
#news .main .infoBlock a .newsTitle .headline {
  color: #fff;
  width: 750px;
  display: inline-block;
  vertical-align: middle;
}
#news .main .infoBlock a:hover {
  background: inherit;
  opacity: 0.8;
}
#news .main .infoBlock li:first-child {
  border-top: 1px solid #CCC;
}

#event .event_cont .eventMap {
  margin-bottom: 50px;
}
#event .event_cont .eventMap img {
  display: block;
}
#event .event_cont .event_nav {
  background: #1f52a0;
  padding: 20px 10px;
}
#event .event_cont .event_nav ul {
  text-align: left;
}
#event .event_cont .event_nav ul li {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  width: 225px;
  margin: 0 auto 10px;
  border-radius: 50px;
  border: 2px solid #3b79d8;
  background: #fff;
  color: #3b79d8;
  padding: 3px 3px 2px;
  font-size: 13px;
  line-height: 2.6em;
}
#event .event_cont .event_nav ul li:after {
  position: absolute;
  right: 10px;
  content: "\f35d";
  font-family: ionicons;
}
#event .event_cont .event_nav ul li.long {
  width: 345px;
}
#event .event_cont .event_nav ul li:hover {
  opacity: 0.8;
}
#event .event_cont .event_nav ul li .symbol {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
  border: 1px solid #3b79d8;
  background: #3b79d8;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-weight: bold;
}
#event .event_cont .event_nav.sp {
  display: none;
}
#event .event_cont .cont_inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 300px;
  background: #fff;
  border-radius: 50px 0 0;
  overflow: hidden;
  margin-bottom: 40px;
}
#event .event_cont .cont_inner.ex {
  height: 500px;
}
#event .event_cont .cont_inner.ex .event_img img {
  margin-top: 100px;
  display: block;
}
#event .event_cont .cont_inner.ex .title {
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
  font-size: 16px;
}
#event .event_cont .cont_inner .number {
  width: 200px;
  height: 130px;
  background: #3b79d8;
  transform: rotate(-45deg);
  position: absolute;
  top: -40px;
  left: -75px;
}
#event .event_cont .cont_inner .number p {
  font-size: 40px;
  transform: rotate(45deg);
  position: absolute;
  top: 40px;
  left: 100px;
  padding-top: 40px;
  color: #fff;
  font-weight: bold;
}
#event .event_cont .cont_inner .textArea {
  text-align: left;
  padding: 0 20px;
}
#event .event_cont .cont_inner .textArea h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2em;
  color: #3b79d8;
  padding: 25px 0 20px 0;
}
#event .event_cont .cont_inner .textArea p {
  line-height: 1.5em;
  font-size: 14px;
}
