<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Timmana");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900&amp;subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,700i&amp;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;
  overflow-x: hidden;
}
body .w980 {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.pc_disp {
  display: none;
}

.specialArea {
  background: #fff;
  text-align: left;
}

.floatingBnr {
  display: none !important;
}

.menu {
  background: rgba(0, 0, 0, 0.6);
  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 .menu-trigger {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  box-sizing: border-box;
  margin: 20px;
  cursor: pointer;
}
.menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}
.menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu .menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99998;
  overflow-y: auto;
}
#navigation .navigation_inner {
  display: table;
  width: 100%;
  height: 100%;
}
#navigation .navigation_inner .navigation_menu {
  display: table-cell;
  vertical-align: top;
  padding-top: 80px;
  text-align: center;
  font-size: 30px;
}
#navigation .navigation_inner .navigation_menu li {
  border-top: solid 1px #8c8470;
}
#navigation .navigation_inner .navigation_menu li:last-child {
  border-bottom: solid 1px #8c8470;
}
#navigation .navigation_inner .navigation_menu li a {
  display: block;
  padding: 18px 0;
  font-size: 20px;
  font-family: 'Cabin', sans-serif;
  color: #b7a373;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#navigation .navigation_inner .navigation_menu li a img {
  width: 70%;
}
#navigation .navigation_inner .navigation_menu li span {
  display: block;
  padding: 18px 0;
  font-size: 20px;
  font-family: 'Cabin', sans-serif;
  color: #5A5A5D;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#navigation .navigation_inner .navigation_menu li.goods a {
  margin-right: 15px;
}
#navigation .navigation_inner .navigation_menu li.goods a::after {
  font-family: ionicons;
  content: '\f39c';
  font-size: 19px;
  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: 10000000 !important;
}

.logo_bg.set {
  display: none;
}

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

.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: 600px;
  background: #aaa;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
}

#bg01 {
  position: relative;
  bottom: -600px;
  left: 0;
  width: 50%;
  height: 600px;
  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: -600px;
  right: 0;
  width: 50%;
  height: 600px;
  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: 18%;
  height: 18%;
  text-align: center;
  opacity: 0;
  transition: 1s;
  z-index: 15;
}
#bg03.set {
  top: 300px;
  left: 1%;
  opacity: 1;
}
#bg03.set img {
  width: 15vw;
}

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

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

#bg05.set {
  top: 90px;
  right: 35%;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

#text01 {
  width: 16%;
  opacity: 0;
}

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

#text02 {
  width: 30%;
  opacity: 0;
}

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

#text03 {
  width: 20%;
  opacity: 0;
}

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

#text04 {
  width: 33%;
  opacity: 0;
}

#text04.set {
  bottom: 360px;
  right: 5%;
  opacity: 1;
}

.main {
  width: 100%;
  margin: 0 auto;
}
.main .bg_bl {
  background: #000;
}
.main .bg_bl .w980 {
  margin: 20px auto;
}
.main .bg_bl .w980 img {
  width: 90%;
}
.main .bg_gr {
  background: #585858;
}
.main .bg_gr img {
  width: 100%;
  display: block;
}
.main .btn {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.main .btn a {
  width: 100%;
  padding: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  text-decoration: none;
}
.main .btn a:hover {
  opacity: 0.8 !important;
}
.main .btn a.red {
  background: #d20000;
  margin-bottom: 10px;
}
.main .btn a.blue {
  background: #2d63cf;
}
.main .outlineBtn {
  display: block;
  width: 60%;
  margin: 0 auto 30px;
  padding: 20px;
  background: #bfae72;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.main .outlineBtn:hover {
  opacity: 0.8 !important;
}
.main .preArea {
  background: #2d63cf;
  padding-bottom: 50px;
}
.main .preArea &gt; h2 {
  width: 100%;
  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 &gt; h2 span {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.main .preArea .btnWrap {
  text-align: center;
  margin-bottom: 50px;
}
.main .preArea .btnWrap img {
  width: 100%;
}
.main .preArea .btnWrap p {
  margin: 14px auto 0;
  color: #fff;
  line-height: 1.5em;
}
.main .preArea .stepWrap {
  z-index: 1;
}
.main .preArea .stepWrap ul {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.main .preArea .stepWrap ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 40px;
}
.main .preArea .stepWrap ul li .stepImgWrap {
  position: relative;
  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: -20px;
  left: 50%;
  width: 100px;
  height: 50px;
  text-align: center;
  font-size: 32px;
  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: 100%;
  background: repeating-linear-gradient(145deg, #e6e6e6, #e6e6e6 1px, #ffffff 1px, #ffffff 6px);
  text-align: center;
  padding: 30px 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #dcdcdc;
}
.main .preArea .appDl &gt; p {
  font-weight: bold;
  font-size: 30px;
}
.main .preArea .appDl h2 {
  margin: 0 auto;
  width: 90%;
}
.main .preArea .appDl h2 img {
  width: 100%;
}
.main .preArea .appDl .links {
  padding: 30px 20px 10px;
}
.main .preArea .appDl .links img {
  display: inline-block;
  margin-bottom: 20px;
}
.main .preArea .appDesc {
  padding-top: 20px;
}
.main .preArea .appDesc p {
  color: #fff;
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
}
.main .outline {
  background: #000;
  color: #fff;
  text-align: left;
  padding-bottom: 60px;
}
.main .outline &gt; h2 {
  width: 90%;
  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 &gt; h2 span {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.main .outline &gt; ul {
  width: 90%;
  padding: 0;
  margin: 0 auto;
}
.main .outline &gt; ul li {
  padding: 10px 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
}
.main .outline &gt; ul li p.textCenter {
  margin-bottom: 10px;
}
.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: 28px 0 0;
  font-size: 8vw;
  font-family: 'Cabin', sans-serif;
  font-style: italic;
  bottom: 0px;
  letter-spacing: 0.1em;
  width: 100%;
  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;
}
.main .content .left_ol figure img, .main .content .right_ol figure img, .main .content .right_ol figure:hover img figure img {
  width: 100%;
  height: 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: 6.5vw;
  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 25vw 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: 2vw;
  font-size: 2.5vw;
  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: 30%;
  left: -20%;
  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: -12.5vw;
  left: initial;
  border-width: 0 13vw 25vw 0;
}
.main .content .right_ol .con_txt p {
  top: 30%;
  left: initial;
  right: -15%;
}
.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: 350px;
  background-size: cover !important;
}
.main .head h2 {
  color: #fff;
  font-size: 12vw;
  font-family: 'Cabin', sans-serif;
  padding-top: 140px;
  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: 270px;
  width: 100%;
}
.main .tabSelecter .tab {
  border-bottom: initial;
}
.main .tabSelecter .tab li {
  width: 50%;
  border: none;
  top: 12px;
  background-color: initial;
}
.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: 18px;
  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 .right {
  text-align: right;
  color: #fff;
  padding-top: 20px;
  font-size: 12px;
}
.main .player_cont {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 50px;
}
.main .player_cont .player_box {
  width: 47%;
  margin-top: 40px;
  margin-right: 6%;
}
.main .player_cont .player_box:nth-child(even) {
  margin-right: initial !important;
}
.main .player_cont .player_box figure img {
  width: 100%;
  display: block;
}
.main .player_cont .player_box .data {
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
  text-align: left;
  color: #fff;
}
.main .player_cont .player_box .data .pos {
  background: #57d5fe;
  margin-right: 10px;
  padding: 5px;
  display: inline-block;
  font-weight: bold;
}
.main .player_cont .player_box .data .en {
  font-size: 2vw;
  display: block;
  margin-top: 6px;
}
.main .player_cont .player_box .data .name {
  margin-top: 8px;
  font-size: 3.5vw;
  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: 18px auto;
}
.main .player_cont .player_box .data ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  font-size: 2.5vw;
}
.main .player_cont .player_box .data ul li {
  margin-bottom: 5px;
}
.main .player_cont .player_box .data ul li:first-child {
  margin-right: 5px;
}
.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: 18px;
  height: 70px;
  background: #57d5fe;
}

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

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: 18px;
  height: 70px;
  background: #001489;
}

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

#team .main .head {
  height: 70vw;
}
#team .main .head h2 {
  padding-top: 120px;
}
#team .main .top h3 {
  font-size: 6vw;
  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: 20px;
}
#team .main .top ul li {
  width: 100%;
}
#team .main .top ul li img {
  width: 100%;
}
#team .main .top ul li img:hover {
  opacity: 0.8;
}
#team .main .top ul li .bg_k, #team .main.team_unlay .top ul li .team_cont a.bg_c, #team .main.team_unlay .team_cont .top ul li a.bg_c {
  display: inline-block;
  width: 100%;
  background: #57d5fe;
  color: #000;
  padding: 15px 0;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}
#team .main .top ul li .bg_c {
  display: inline-block;
  width: 100%;
  background: #0049fd;
  color: #000;
  padding: 15px 0;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}
#team .main.team_unlay .head {
  background: url(/img/jwc/2019/team/chelseafc_h_bg.png);
  height: auto;
}
#team .main.team_unlay .head h3 {
  padding-top: 60px;
}
#team .main.team_unlay .head h3 img {
  width: 80%;
  margin-bottom: 10px;
}
#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: 80px;
}
#team .main.team_unlay .team_cont .cont_inner_title {
  font-size: 25px;
  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 img {
  width: 100%;
}
#team .main.team_unlay .team_cont .cont_inner figure figcaption {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.3em;
}
#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 .m_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#team .main.team_unlay .team_cont .cont_inner_text .m_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#team .main.team_unlay .team_cont .cont_inner_text .yb_caption {
  font-size: 12px;
}
#team .main.team_unlay .team_cont .cont_inner table td {
  display: inline-block;
}
#team .main.team_unlay .team_cont a.bg_k, #team .main.team_unlay .team_cont a.bg_c {
  display: block;
  width: 80%;
  margin: 20px auto 0;
  transform: skewX(-15deg);
  background: #57d5fe;
  padding: 25px 15px;
  color: #000;
  font-size: 4vw;
  font-weight: bold;
}
#team .main.team_unlay .team_cont a.bg_c {
  background: #0049fd;
}
#team.team_k .main.team_unlay .head {
  background: url(/img/jwc/2019/team/kawasakif_h_bg.png);
  height: auto;
}
#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: auto;
}
#movie .main .head h2 {
  padding-top: 120px;
}
#movie .main .head h3 {
  padding-top: 60px;
}
#movie .main .movie_cont {
  background-color: transparent;
  margin-bottom: 20px;
}
#movie .main .movie_cont .cont_inner {
  margin-top: 40px;
}
#movie .main .movie_cont .cont_inner .m_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#movie .main .movie_cont .cont_inner .m_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie .main .movie_cont .cont_inner .cont_inner_text {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 2% 5%;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
}
#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: 280px;
}
#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: 140px solid transparent;
  border-bottom: 50px solid #444;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#countdown .main #contentFlow {
  width: 70%;
  margin: 0 auto;
}
#countdown .main #contentFlow .ContentFlow .globalCaption .caption {
  font-size: 22px;
  font-weight: bold;
}
#countdown .main #contentFlow .globalCaption {
  display: none !important;
}
#countdown .main #contentFlow .flow .item.active {
  width: 100% !important;
  height: auto !important;
  position: initial;
}
#countdown .main #contentFlow .slick-prev {
  right: -44px !important;
}
#countdown .main #contentFlow .slick-next {
  left: -35px !important;
}
#countdown .main #contentFlow .slick-prev:before, #countdown .main #contentFlow .slick-next:before {
  font-size: 44px;
}
#countdown .main #contentFlow .slick-prev, #countdown .main #contentFlow .slick-next {
  width: 34px;
  height: 34px;
}
#countdown .main #contentFlow .slick-list.draggable {
  width: 90%;
  margin: 0 auto;
}
#countdown .main #flow_content.sec_gl {
  background: #444;
  padding: 10px 0 50px;
}
#countdown .main #flow_content figcaption {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 8px;
}
#countdown .main #flow_content figcaption span {
  display: block;
  font-size: 19px;
  padding-top: 8px;
}
#countdown .main #flow_content figure img {
  width: 100%;
}
#countdown .main #flow_content .count_text {
  position: relative;
  background: #000;
  margin-top: 40px;
  padding: 20px 5%;
  border-radius: 40px;
  color: #fff;
}
#countdown .main #flow_content .count_text:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -20px;
  right: 44%;
  border-bottom: 20px solid #000;
  border-right: 20px solid transparent;
  border-left: 20px 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: 20px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 10px;
}
#countdown .main #flow_content .count_text .count_subtitle {
  font-size: 15px;
  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: 14px;
}

#news .main .head {
  height: 300px;
}
#news .main .infoBlock {
  margin-bottom: 40px;
}
#news .main .infoBlock a {
  text-align: left;
  line-height: 1.5em;
}
#news .main .infoBlock a .newsTitle .headline {
  color: #fff;
  padding: 0 20px 0 0;
}
#news .main .infoBlock a:hover {
  background: inherit;
  opacity: 0.8;
}
#news .main .infoBlock li:first-child {
  border-top: 1px solid #CCC;
}

#event .event_cont {
  text-align: left;
}
#event .event_cont .eventMap {
  margin-bottom: 50px;
}
#event .event_cont .eventMap img {
  display: block;
  width: 100%;
}
#event .event_cont .event_nav {
  width: 100%;
}
#event .event_cont .event_nav.pc {
  display: none;
}
#event .event_cont .event_nav .down {
  position: relative;
}
#event .event_cont .event_nav .down .navMenu {
  display: block;
  color: #fff;
  background: #3b79d8;
  padding: 20px;
  box-sizing: border-box;
}
#event .event_cont .event_nav .down .navMenu:after {
  position: absolute;
  right: 10px;
  font-size: 16px;
  content: "\f123";
  font-family: ionicons;
}
#event .event_cont .event_nav .down .innerMenu {
  display: none;
}
#event .event_cont .event_nav ul {
  border: 1px solid #3b79d8;
}
#event .event_cont .event_nav ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid;
  margin: 0 auto;
  background: #fff;
  color: #3b79d8;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 2.5em;
  align-items: center;
}
#event .event_cont .event_nav ul li::after {
  position: absolute;
  right: 10px;
  content: "\f35d";
  font-family: ionicons;
}
#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 ul li a {
  color: #3b79d8;
}
#event .event_cont .cont_inner {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 50px 0 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 3px 1px #00000029;
}
#event .event_cont .cont_inner.ex .title {
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
  font-size: 16px;
}
#event .event_cont .cont_inner .event_img img {
  width: 100%;
}
#event .event_cont .cont_inner .number {
  width: 170px;
  height: 110px;
  background: #3b79d8;
  transform: rotate(-45deg);
  position: absolute;
  top: -40px;
  left: -85px;
}
#event .event_cont .cont_inner .number p {
  font-size: 25px;
  transform: rotate(45deg);
  position: absolute;
  top: 40px;
  left: 100px;
  padding-top: 50px;
  color: #fff;
  font-weight: bold;
}
#event .event_cont .cont_inner .textArea {
  position: relative;
  padding: 0 20px 20px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.5em;
}
#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;
}
</pre></body></html>