@charset "utf-8";
/* ============================================
	ページ共通
============================================ */
*{
	margin:0px;
	padding:0px;
	outline:none;
	box-sizing:border-box;
}
body{
	padding:0px;
	margin:0px;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	background: url("../images/common/bg.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #cabc8b;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";	
	
	
}
html{
	scroll-behavior: smooth;
	font-size: 62.5%;
	overflow-y: auto;
}
img{
	border:0px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	display:block;
	height:auto;
}
.pcDISP{
	display:block;
}
.spDISP{
	display:none;
}
.is-eventNone {
	pointer-events: none;
}
.playball {
	font-family: 'Playball', cursive;
}
.barlow {
	font-family: 'Barlow', sans-serif;
}
.anchor{
	position:absolute;
	top: -130px;
}
@media only screen and (max-width: 768px) {
.anchor{
	position:absolute;
	top: -80px;
}
}
@media only screen and (max-width: 768px) {
	.pcDISP{
		display:none;
	}
	.spDISP{
		display:block;
	}	
}

/* ============================================
	HEADER
============================================ */
.header {
  position: fixed;
  width: 100%;
  background: #000;
  z-index: 1000;
}

@media only screen and (min-width: 768px) {
  .header {
    min-width: 980px;
  }
}

.header img {
  width: 100%;
}

.header__copy {
  text-align: right;
  color: #e6002d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .header__copy {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .header__copy {
    text-align: center;
    font-size: 3.5vw;
    line-height: 30px;
  }
}

.header__nav {
  width: 100%;
  background: #e6002d;
  background: -webkit-gradient(linear, left top, right top, from(#e6002d), to(#9d0a0a));
  background: -webkit-linear-gradient(left, #e6002d 0%, #9d0a0a 100%);
  background: -o-linear-gradient(left, #e6002d 0%, #9d0a0a 100%);
  background: linear-gradient(90deg, #e6002d 0%, #9d0a0a 100%);
  color: #cabc8b;
}

@media only screen and (min-width: 768px) {
  .header__nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: -ms- space-between;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: -ms- center;
    align-items: -ms- center;
    align-items: -webkit- center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
    /*height: 75px;*/
  }
}

@media only screen and (min-width: 768px) {
  .header__nav__left {
    width: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .header__nav__left {
    width: 100%;
    height: 80px;
  }
}

.header__nav__left .sitelogo {
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 768px) {
  .header__nav__left .sitelogo {
    width: 60vw;
    margin: auto;
    top: 3vw;
  }
}

@media only screen and (min-width: 768px) {
  .header__nav__right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: -ms- end;
    justify-content: -ms- end;
    justify-content: -webkit- end;
    -webkit-box-pack: end;
    justify-content: end;
    -ms-flex-align: -ms- center;
    align-items: -ms- center;
    align-items: -webkit- center;
    -webkit-box-align: center;
    align-items: center;
	  width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .header__nav__right {
    width: 100%;
    background: #88000d;
  }
}

  .header__nav__right .sitenav {
    margin-right: 15vw;
	  height: 45px;
  }
@media only screen and (min-width: 768px) {
  .header__nav__right .sitenav {
    margin-right: 20px;
	  height: 75px;
  }
}

.header__nav__right .sitenav .navList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- end;
  justify-content: -ms- end;
  justify-content: -webkit- end;
  -webkit-box-pack: end;
  justify-content: end;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
	list-style:none;
}

@media only screen and (max-width: 768px) {
  .header__nav__right .sitenav .navList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header__nav__right .sitenav .navList li {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}

.header__nav__right .sitenav .navList li a, .header__nav__right .sitenav .navList li span {
  padding: 0 .5em;
  color: #cabc8b;
  display: inline-block;
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .header__nav__right .sitenav .navList li a, .header__nav__right .sitenav .navList li span {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 75px;
  }
}

@media only screen and (max-width: 768px) {
  .header__nav__right .sitenav .navList li a, .header__nav__right .sitenav .navList li span {
    line-height: 40px;
    font-size: 3vw;
  }
}

@media only screen and (min-width: 768px) {
  .header__nav__right .sitenav .navList li a {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  .header__nav__right .sitenav .navList li a:hover {
    color: #fffa6a;
  }
}

.header__nav__right .sitenav .navList li span {
  opacity: .3;
}

.header__nav__right .sitenav .navList li.current a, .header__nav__right .sitenav .navList li.current span {
  color: #fffa6a;
}

.header__nav__right .official {
  width: 65px;
  position: relative;
  top: -20px;
}

@media only screen and (max-width: 768px) {
  .header__nav__right .official {
    width: 10%;
    position: absolute;
    top: 1vw;
    right: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  #headerArea {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  #headerArea .header__copy {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  #headerArea .header__nav__left {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  #headerArea .header__nav__left .sitelogo {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  #headerArea .official {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
  }
  #headerArea.fixed .header__copy {
    opacity: 0;
    margin-top: -30px;
  }
  #headerArea.fixed .header__nav__left {
    height: 50px;
  }
  #headerArea.fixed .header__nav__left .sitelogo {
    width: 40vw;
    top: 2vw;
  }
  #headerArea.fixed .official {
    top: 7px;
    width: 7%;
  }
}

/* ============================================
	KV
============================================ */
.kvArea{
	position:relative;
	width: 100%;
	padding-top: 125px;
}
@media only screen and (max-width: 768px) {
.kvArea{
	padding-top: 75px;
}
}
.kvArea__img{
	width:100%;
	margin: auto;
	padding: 0px;
	text-align: center;
}
.kvArea__img img{
	width:100%;
}

.main{
	position:relative;
	width: 100%;
	margin: auto;
}
main{
	position:relative;
	width: 100%;
	margin: auto;
	padding:0px;
	background: url("../images/common/contents_bg.png") no-repeat bottom center;
	background-size: 100%;
}

h1{
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	background-color: #ffffff;
	z-index: 1;
}
h1 img{
	width:100%;
}

/* ============================================
	タイトル
============================================ */
.ttl{
	position: relative;
	margin: 0px auto 0px auto;
	padding:0px;
}
.ttl h2{
	display: inline-block;
	margin: 0px 20px 0px 0px;
	padding:0px;
	font-size:60px;
	line-height:1;
	color: #212121;
	font-weight: 700;
}
.ttl p{
	display: inline-block;
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-size:36px;
	line-height:1;
	color: #212121;
	font-weight: 700;
}
.ttl .blk{
	display: block;
	margin: 0px 0px 30px 0px;
}

@media only screen and (max-width: 768px) {
.ttl{
	width: 95%;
}
.ttl h2{
	display: block;
	margin: 0px 0px 20px 0px;
	font-size:8vw;
}
.ttl p{
	font-size:5vw;
}
.ttl .blk{
	display: block;
	margin: 0px 0px 20px 0px;
}	
}

/* ============================================
	リード文
============================================ */
.lead{
	position: relative;
	background: url("../images/common/lead_bg.png") no-repeat 50% 50%;
	/*background-size: cover;*/
}
.lead .inner{
	position: relative;
	max-width: 900px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 100px 0px 100px 0px;
}
.lead .inner::before{
	content: '';
	position: absolute;
	right: -220px;
	top: 0px;
	z-index: 0;
	display: block;
	width: 339px;
	height: 779px;
	background-position: 0 0;
	background: url("../images/common/lead_hana_right.png") no-repeat top right;
}
.lead .inner::after{
	content: '';
	position: absolute;
	left: -240px;
	top: 0px;
	z-index: 0;
	display: block;
	width: 339px;
	height: 779px;
	background-position: 0 0;
	background: url("../images/common/lead_hana_left.png") no-repeat top left;
}
.lead .inner p{
	display: block;
	margin: 0px auto 20px auto;
	padding:0px;
	font-size:16px;
	line-height:32px;
	font-weight: 500;
	color: #212121;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 768px) {
.lead{
	background: url("../images/common/lead_bg_sp.png") no-repeat center top;
	background-size: contain;
}
.lead .inner{
	padding: 100px 0px 100px 0px;
}
.lead .inner::before{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40vw;
	height: 100%;
	background-size: contain;
}
.lead .inner::after{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40vw;
	height: 100%;
	background-size: contain;
}
.lead .inner .txtarea{
	display: block;
	width: 90%;
	background: rgba(255, 255, 255, 0.5);
	margin: 30vw auto 0px auto;
	padding: 5%;
}
.lead .inner p{
	font-size:3.8vw;
	line-height:5vw;
}
}

/* ============================================
	お知らせ
============================================ */
.news{
	position: relative;
}
.news .inner{
	position: relative;
	max-width: 1090px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 100px 0px;
}
.news .inner dl {
	display: block;
	width: 900px;
	margin: 80px auto 0px auto;
}
.news .inner dl:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.news .inner dt {
	display: block;
	width: 100px;
	font-size:16px;
	line-height:18px;
	font-weight: 400;
	vertical-align: middle;
	color: #212121;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	float:left;
}
.news .inner dd {
	display: block;
	width: 800px;
	font-size:16px;
	line-height:18px;
	font-weight: 700;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	color: #212121;
	margin: 0px 0px 20px 0px;
	float:left;
}
.news .inner dd a{
	display: inline-block;
	color: #212121;
	transition:all .2s ease;
	text-decoration: none;
}
.news .inner dd a:hover{
	color: #e6002d;
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
.news .inner dl {
	width: 90%;
	margin: 50px auto 0px auto;
}
.news .inner dt {
	width: 20%;
	font-size:3vw;
	line-height:3vw;
}
.news .inner dd {
	width: 80%;
	font-size:3vw;
	line-height:3vw;
}
}

/* ============================================
	試合情報
============================================ */
.match{
	position: relative;
}
.match .inner{
	position: relative;
	max-width: 1090px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 100px 0px 0px 0px;
}
.match .inner::before{
	content: '';
	position: absolute;
	right: -140px;
	top: 100px;
	z-index: 0;
	display: block;
	width: 375px;
	height: 712px;
	background-position: 0 0;
	background: url("../images/common/match_hana_right.png") no-repeat top right;
}
.match .inner::after{
	content: '';
	position: absolute;
	left: -100px;
	top: 0px;
	z-index: 0;
	display: block;
	width: 191px;
	height: 309px;
	background-position: 0 0;
	background: url("../images/common/match_hana_left.png") no-repeat top left;
}
.match .inner ul {
	display: block;
	max-width: 1090px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 150px 0px 150px 0px;
	background: url("../images/common/match_bg.png") no-repeat 50% 50%;
	list-style:none;
}
.match .inner ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.match .inner ul li{
	position: relative;
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	text-align: center;
}
.match .inner ul li:first-child{
	width: 20%;
}
.match .inner ul li:nth-child(2){
	width: 60%;
}
.match .inner ul li:last-child{
	width: 20%;
}
.match .inner ul li img{
	display:block;
	margin:auto;
}
.match .inner ul li:last-child img{
	margin: 30px 0px 0px 0px;
}
.match .inner ul li h3{
	display: block;
	margin: 0px auto 30px auto;
	padding:0px;
	font-size:48px;
	line-height:1;
	color: #212121;
	font-weight: 700;
}
.match .inner ul li p{
	display: block;
	margin: 0px auto 20px auto;
	padding:0px;
	font-size:36px;
	line-height:1.5;
	color: #212121;
	font-weight: 700;
}
.match .inner ul li p span.urawa{
	color: #ffffff;
	background-color: #d96859;
	padding: 0px 20px 3px 20px;
}
.match .inner ul li p span.jef{
	color: #284e9c;
	background-color: #e9e17b;
	padding: 0px 20px 3px 20px;
}
.match .inner ul li p span.jef span.grn{
	color: #408f61;
}
.match .inner ul li p span.jef span.blk{
	color: #000000;
}

@media only screen and (max-width: 768px) {
.match .inner::before{
	position: absolute;
	right: 0px;
	top: 20vw;
	width: 30vw;
	height: 100%;
	background-size: contain;
}
.match .inner::after{
	position: absolute;
	left: 0px;
	top: -10vw;
	width: 15vw;
	height: 100%;
	background-size: contain;
}
.match .inner ul {
	width: 90%;
	padding: 50px 0px 100px 0px;
	background: url("../images/common/match_bg.png") no-repeat 50% 50%;
	background-size: contain;
	list-style:none;
}
.match .inner ul li:first-child{
	width: 20%;
}
.match .inner ul li:nth-child(2){
	width: 60%;
}
.match .inner ul li:last-child{
	width: 20%;
}
.match .inner ul li img{
	height: 20vw;
}
.match .inner ul li:last-child img{
	margin: 0px 0px 0px 0px;
}
.match .inner ul li h3{
	margin: 0px auto 20px auto;
	font-size:5vw;
}
.match .inner ul li p{
	margin: 0px auto 20px auto;
	font-size:3.8vw;
	line-height:5vw;
}
	
}

/* ============================================
	チーム情報
============================================ */
.team{
	position: relative;
	z-index: 0;
}
/*
.team::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: -1;
  width:100%;
  height: 100%;
	background: url("../images/common/bg.jpg") no-repeat top center;
}
*/
.team .inner{
	position: relative;
	max-width: 1090px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 100px 0px 0px 0px;
}
.team .inner::before{
	content: '';
	position: absolute;
	right: -120px;
	top: 100px;
	z-index: 0;
	display: block;
	width: 180px;
	background-position: 0 0;
	background: url("../images/common/player_hana_right.png") no-repeat top right;
}
.team .inner::after{
	content: '';
	position: absolute;
	left: -100px;
	top: -25px;
	z-index: 0;
	display: block;
	width: 139px;
	height: 690px;
	background-position: 0 0;
	background: url("../images/common/player_hana_left.png") no-repeat top left;
}
.team .inner .date {
	display: block;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 100px 0px 0px 0px;
	text-align: center;
	position: relative;
    z-index: 1;
}
.team .inner .date:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.team .inner .date .left{
	display: block;
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	float: left;
}
.team .inner .date .right{
	display: block;
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	float: right;
}
.team .inner .date h3{
	display: block;
	margin: 0px auto 30px auto;
	padding:0px 0px 5px 0px;
	font-size:42px;
	line-height:1;
	font-weight: 700;
}
.team .inner .date h3.urawa{
	color: #ffffff;
	background-color: #d96859;
}
.team .inner .date h3.jef{
	color: #284e9c;
	background-color: #e9e17b;
}
.team .inner .date h3.jef span.grn{
	color: #408f61;
}
.team .inner .date h3.jef span.blk{
	color: #000000;
}
.team .inner .date .imgarea {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 50px auto;
	padding: 0px 0px 0px 0px;
	background: url("../images/common/player_bg.png") no-repeat 50% 50%;
	background-size: contain;
	text-align: center;
}
.team .inner .date .imgarea img {
	width: 100%;
}

@media only screen and (max-width: 768px) {
.team .inner::before{
	position: absolute;
	right: 0px;
	top: 100px;
	width: 20vw;
	height: 100%;
	background-size: contain;
}
.team .inner::after{
	position: absolute;
	left: 0px;
	top: -25px;
	width: 20vw;
	height: 100%;
	background-size: contain;
}
.team .inner .date {
	width: 90%;
	padding: 50px 0px 0px 0px;
}
.team .inner .date .left{
	width: 100%;
	float: none;
}
.team .inner .date .right{
	width: 100%;
	float: none;
}
.team .inner .date h3{
	font-size:5vw;
}
	
}

/* ============================================
	出場選手
============================================ */
.player{
	position: relative;
	z-index: 0;
}
/*
.player::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: -1;
  width:100%;
  height: 100%;
	background: url("../images/common/bg.jpg") no-repeat top center;
}
*/
.player .inner{
	position: relative;
	max-width: 1090px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 100px 0px 0px 0px;
}
.player .inner::before{
	content: '';
	position: absolute;
	right: -120px;
	top: 100px;
	z-index: 0;
	display: block;
	width: 180px;
	height: 560px;
	background-position: 0 0;
	background: url("../images/common/player_hana_right.png") no-repeat top right;
}
.player .inner::after{
	content: '';
	position: absolute;
	left: -100px;
	top: -25px;
	z-index: 0;
	display: block;
	width: 139px;
	height: 690px;
	background-position: 0 0;
	background: url("../images/common/player_hana_left.png") no-repeat top left;
}
.player .inner .caution{
	display: block;
	color: #212121;
	margin: 0px auto 0px auto;
	padding:0px 0px 0px 0px;
	font-size:16px;
	line-height:1.5;
	font-weight: 700;
}
.player .inner .pos{
	position: absolute;
	top: 60px;
	left: -40px;
}
.player .inner .date {
	display: block;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 100px 0px 200px 0px;
	text-align: center;
	position: relative;
}
.player .inner .date {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 100px 0px 0px 0px;
	text-align: center;
	position: relative;
    z-index: 1;
	display: flex;
	align-items: stretch;
}
.player .inner .date:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.player .inner .date .left{
	display: block;
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url("../images/common/player_bg.png") no-repeat 50% 50%;
	background-size: contain;
	text-align: center;
}
.player .inner .date .right{
	display: block;
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	float: right;
	background: url("../images/common/player_bg.png") no-repeat 50% 50%;
	background-size: contain;
	text-align: center;
}
.player .inner .date .column01{
	display: block;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.player .inner .date h3{
	display: block;
	margin: 0px auto 50px auto;
	padding:0px 0px 5px 0px;
	font-size:42px;
	line-height:1;
	font-weight: 700;
}
.player .inner .date h3.urawa{
	color: #ffffff;
	background-color: #d96859;
}
.player .inner .date h3.jef{
	color: #284e9c;
	background-color: #e9e17b;
}
.player .inner .date h3.jef span.grn{
	color: #408f61;
}
.player .inner .date h3.jef span.blk{
	color: #000000;
}
.player .inner .date h3.referee{
	color: #ffffff;
	background-color: #212121;
}
.player .inner .date h3.referee span{
	margin: 0px 30px 0px 30px;
}
.player .inner .date .txtarea {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 50px auto;
	padding: 0px 0px 0px 0px;
}
.player .inner .date p{
	display: block;
	color: #212121;
	margin: 0px auto 0px auto;
	padding:0px 0px 0px 0px;
	font-size:24px;
	line-height:2;
	font-weight: 700;
}
.player .inner .date p span{
	padding:0px 3% 0px 3%;
}

.player .inner .date th,.player .inner .date td {
    /*border: solid 1px #212121;*/
}
.player .inner .date table {
    border-collapse:  collapse;
    width:  100%;
	font-size:20px;
	line-height:2;
	font-weight: 700;
	color: #212121;
	margin: 0px 0px 30px 0px;
}
.player .inner .date tr:nth-child(2n) {
	background:rgba(202,188,139,0.1);
}
.player .inner .date td:nth-child(1) {
	width: 80px;
    text-align:  center;
}
.player .inner .date td:nth-child(2) {
	width: 50px;
    text-align:  center;
}
.player .inner .date td:nth-child(3) {
    text-align:  left;
	padding: 0px 10px 0px 10px;
}

.player .inner .date tr.urawa_abe {
	background:rgba(202,188,139,0.1);
    background-color: #d96859;
}
.player .inner .date tr.urawa_abe td {
	color: #ffffff;
}
.player .inner .date tr.jef_abe {
	background:rgba(202,188,139,0.1);
    background-color: #e9e17b;
}
.player .inner .date tr.jef_abe td:nth-child(1) {
	color: #408f61;
}
.player .inner .date tr.jef_abe td:nth-child(3) {
	color: #284e9c;
}
.player .inner .mgnTB{
	padding: 80px 0px 50px 0px;
}
.player .inner .mgnB{
	margin: 0px auto 100px auto;
}
.player .inner ul {
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style:none;
}
.player .inner ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.player .inner ul li{
	position: relative;
	display:block;
	margin:0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	font-size: 24px;
    line-height: 2;
    color: #212121;
    font-weight: 700;
}
.player .inner ul li span{
	display:inline-block;
	width: 200px;
	margin:0px 0px 0px 0px;
	font-size: 24px;
	padding: 0px 0px 0px 2%;
}
.player .inner ul li:nth-child(2n) {
	background:rgba(202,188,139,0.1);
}

@media only screen and (max-width: 768px) {
.player .inner{
	padding: 100px 0px 50px 0px;
}
.player .inner::before{
	position: absolute;
	right: 0px;
	top: 100px;
	width: 20vw;
	height: 100%;
	background-size: contain;
}
.player .inner::after{
	position: absolute;
	left: 0px;
	top: -25px;
	width: 20vw;
	height: 100%;
	background-size: contain;
}
.player .inner .caution{
	width: 90%;
	font-size:2vw;
	line-height:1.5;
}
.player .inner .pos{
	position: absolute;
	top: 30px;
	left: 0px;
	text-align: left;
}
.player .inner .date {
	width: 90%;
	padding: 50px 0px 0px 0px;
}
.player .inner .date .left{
	width: 50%;
}
.player .inner .date .right{
	width: 50%;
}
.player .inner .date h3{
	font-size:5vw;
}
.player .inner .date p{
	font-size:3.5vw;
	line-height:2;
}	

.player .inner .date table {
	font-size:2vw;
}
.player .inner .date td:nth-child(1) {
	width: 15%;
}
.player .inner .date td:nth-child(2) {
	width: 10%;
}
.player .inner .date td:nth-child(3) {
	padding: 0px 3% 0px 3%;
}

.player .inner .mgnTB{
	padding: 50px 0px 30px 0px;
}
.player .inner .mgnB{
	margin: 0px auto 0px auto;
}
.player .inner ul li{
	font-size: 2.3vw;
}
.player .inner ul li span{
	width: 20%;
	font-size: 2.3vw;
}

}

/* ============================================
	席割表／チケット料金表
============================================ */
.seats{
	position: relative;
	z-index: 0;
}
.seats::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: -1;
  width:100%;
  height: 100%;
	background: url("../images/common/seats_bg.jpg") no-repeat top center;
	background-size: cover;
}
.seats .inner{
	position: relative;
	max-width: 1090px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 100px 0px 100px 0px;
}
.seats .inner::before{
	content: '';
	position: absolute;
	left: -150px;
	top: 250px;
	z-index: 0;
	display: block;
	width: 266px;
	height: 360px;
	background-position: 0 0;
	background: url("../images/common/seats_hana_left.png") no-repeat top right;
}
.seats .inner::after{
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
	display: block;
	width: 200px;
	height: 350px;
	background-position: 0 0;
	background: url("../images/common/match_hana_right.png") no-repeat top right;
}
.seats .inner .map {
	position: relative;
	display: block;
	width: 900px;
	margin: 50px auto 50px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border: 5px solid #212121;
	background-color: #ffffff;
}
.seats .inner .map img{
	display: block;
	margin: 0px auto 50px auto;
}
.seats .inner .map img.img01{
	width: 100%;
}
.seats .inner .map img.img02{
	width: 80%;
}
.seats .inner .map img.img03{
	width: 50%;
}
.seats .inner a{
	display: block;
	width: 400px;
	margin: 0px auto 80px auto;
	padding: 10px 0px 10px 0px;
	text-align: center;
	color: #e6002d;
	transition:all .2s ease;
	text-decoration: none;
	border: 3px solid #e6002d;
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
	background-color: #ffffff;
	font-size:24px;
	line-height:2;
	font-weight: 700;
}
.seats .inner a:hover{
	color: #ffffff;
	border: 3px solid #e6002d;
	background-color: #e6002d;
}



@media only screen and (max-width: 768px) {
.seats .inner::before{
	position: absolute;
	left: 0px;
	top: 250px;
	width: 20vw;
	height: 100%;
	background-size: contain;
}
.seats .inner::after{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20vw;
	height: 100%;
	background-size: contain;
}
.seats .inner .map {
	width: 90%;
}
.seats .inner .map img.img01{
	width: 100%;
}
.seats .inner .map img.img02{
	width: 90%;
}
.seats .inner .map img.img03{
	width: 90%;
}
.seats .inner a{
	width: 70%;
	margin: 0px auto 50px auto;
	padding: 1vw 0px 1vw 0px;
	font-size:3.8vw;
}
}

/* ============================================
	グッズ
============================================ */
.goods{
	position: relative;
	z-index: 0;
}
.goods::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: -1;
  width:100%;
  height: 100%;
	background: url("../images/common/bg.jpg") no-repeat top center;
}
.goods .ttl{
	max-width: 1090px;
}
.goods .inner{
	position: relative;
	/*max-width: 1090px;*/
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 100px 0px 100px 0px;
}
.goods .inner .date {
	display: block;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 80px 0px 80px 0px;
	background: url("../images/common/player_bg.png") no-repeat 50% 50%;
	text-align: center;
}
.goods .inner .date h3{
	display: block;
	margin: 0px auto 50px auto;
	padding:0px;
	font-size:48px;
	line-height:1;
	color: #212121;
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
.goods .inner .date {
	width: 100%;
	padding: 50px 0px 50px 0px;
	background: url("../images/common/player_bg.png") no-repeat 50% 50%;
	background-size: contain;
}
.goods .inner .date h3{
	font-size:8vw;
}
}


.goods .inner a.btn{
	display: block;
	width: 400px;
	margin: 0px auto 80px auto;
	padding: 10px 0px 10px 0px;
	text-align: center;
	color: #e6002d;
	transition:all .2s ease;
	text-decoration: none;
	border: 3px solid #e6002d;
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
	background-color: #ffffff;
	font-size:24px;
	line-height:1.3;
	font-weight: 700;
}
.goods .inner a.btn:hover{
	color: #ffffff;
	border: 3px solid #e6002d;
	background-color: #e6002d;
}
@media only screen and (max-width: 768px) {
.goods .inner a.btn{
	width: 70%;
	margin: 0px auto 50px auto;
	padding: 1vw 0px 1vw 0px;
	font-size:3.8vw;
}
}
/* ============================================
	バナーエリア
============================================ */
.bnarea{
	position: relative;
	z-index: 0;
}
.bnarea .inner{
	position: relative;
	max-width: 1090px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 100px 0px 100px 0px;
}
.bnarea .inner a{
	display: block;
	margin: 80px auto 0px auto;
	text-align: center;
	transition:all .2s ease;
}
.bnarea .inner a:hover{
	opacity: 0.8;
}
.bnarea .inner a img{
	display: block;
	margin: auto;
}

@media only screen and (max-width: 768px) {
.bnarea .inner a{
	width: 80%;
	margin: 50px auto 0px auto;
}
.bnarea .inner a img{
	width: 100%;
}

}
/* ============================================
	パートナーエリア
============================================ */
.partner{
	position: relative;
	z-index: 0;
	background-color: #ffffff;
}
.partner .inner{
	position: relative;
	max-width: 1090px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 100px 0px 100px 0px;
}
.partner .inner h3{
	display: block;
	margin: 100px auto 50px auto;
	padding:0px 0px 20px 0px;
	font-size:28px;
	line-height:1;
	color: #212121;
	font-weight: 700;
	border-bottom: 3px solid #e6002d;
	text-align: center;
}
.partner .inner ul {
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style:none;
}
.partner .inner ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.partner .inner ul li{
	position: relative;
	display:block;
	width: 30%;
	float:left;
	margin:0px 5% 5% 0px;
	padding: 0%;
	text-align: center;
	font-size: 15px;
    line-height: 1;
    color: #212121;
    font-weight: 700;
}
.partner .inner ul li:nth-child(3n){
	margin:0px 0% 5% 0px;
}
.partner .inner ul li img{
	display:block;
	margin:auto;
}
.partner .inner ul.col01 li{
	width: 100%;
	margin:0px 0% 0% 0px;
}
.partner .inner ul.txt li{
	width: 33.333%;
	margin:0px;
	padding:0px 0% 3% 0%;
}

@media only screen and (max-width: 768px) {
.partner .inner h3{
	margin: 50px auto 20px auto;
	padding:0px 0px 20px 0px;
	font-size:3vw;
}
.partner .inner ul {
	width: 90%;
}
.partner .inner ul li{
	width: 30%;
	margin:0px 5% 5% 0px;
}
.partner .inner ul li img{
	width: 100%;
}
.partner .inner ul.col01 li{
	width: 100%;
	margin:0px 0% 0% 0px;
}
.partner .inner ul.col01 li img{
	width: 30%;
}
.partner .inner ul.txt li{
	font-size: 1.9vw;
}
}
/* ============================================
	PROF
============================================ */
.profileArea {
  padding: 0 0 5%;
  background: url(../images/common/BG_profile.png) no-repeat center top;
  background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
  .profileArea {
    background: url(../images/common/BG_profile_sp.png) no-repeat center 160px;
    background-size: contain;
  }
}

.profileArea .profileWidth {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 100%;
  min-width: 1100px;
  max-width: 1720px;
  margin: 0 auto;
  padding: 480px 5vw 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5vw;
    display: block;
  }
}

.profileArea .profileWidth .imgAbe {
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .profileArea .profileWidth .imgAbe {
    width: 60%;
    max-width: 750px;
  }
  .profileArea .profileWidth .imgAbe img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .imgAbe {
    top: 80px;
    left: -20%;
    width: 80%;
  }
  .profileArea .profileWidth .imgAbe img {
    width: 120%;
  }
}

.profileArea .profileWidth .profileName {
  width: 30%;
  color: #cabc8b;
  margin: 260px 5% 0 0;
  position: relative;
  z-index: 2;
}

.profileArea .profileWidth .profileName dt {
  font-size: 65px;
  font-size: 6.5rem;
  text-align: right;
  line-height: 1;
}

.profileArea .profileWidth .profileName dt span {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 200;
  display: block;
  margin: 30px 0;
}

.profileArea .profileWidth .profileName dd {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileName {
    width: 100%;
    margin: 0 5vw 0 0;
  }
  .profileArea .profileWidth .profileName dt {
    font-size: 10vw;
  }
  .profileArea .profileWidth .profileName dt span {
    margin: 15px 0;
    font-size: 8vw;
  }
  .profileArea .profileWidth .profileName dd {
    font-size: 3.5vw;
    margin-bottom: 260px;
  }
}

.profileArea .profileWidth .profileTable {
  background: -moz-linear-gradient(-70deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  background: -webkit-linear-gradient(-70deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  background: -webkit-linear-gradient(290deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  background: -o-linear-gradient(290deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  background: linear-gradient(160deg, rgba(255, 0, 51, 0.8), rgba(125, 0, 25, 0.8));
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
  width: 70%;
  padding: 5%;
  color: #cabc8b;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable {
    width: 100%;
    padding: 80px 5% 5%;
    margin: 0 auto;
  }
}

.profileArea .profileWidth .profileTable h3 {
  position: absolute;
  top: -180px;
  right: 110px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable h3 {
    top: -50px;
    right: 5%;
    left: auto;
    width: 70%;
  }
  .profileArea .profileWidth .profileTable h3 img{
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .profileArea .profileWidth .profileTable h3 {
    top: -30px;
    width: 80%;
  }
}
.profileArea .profileWidth .profileTable .table01, .profileArea .profileWidth .profileTable .table02 {
  width: 100%;
  position: relative;
}

.profileArea .profileWidth .profileTable .table01 th, .profileArea .profileWidth .profileTable .table02 th {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: left;
}

.profileArea .profileWidth .profileTable .table01 td, .profileArea .profileWidth .profileTable .table02 td {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable .table01 th, .profileArea .profileWidth .profileTable .table02 th {
    font-size: 3.5vw;
  }
  .profileArea .profileWidth .profileTable .table01 td, .profileArea .profileWidth .profileTable .table02 td {
    font-size: 3.5vw;
    text-align: left;
    padding-left: 10px;
  }
}

.profileArea .profileWidth .profileTable table + table {
  margin-top: 60px;
}

.profileArea .profileWidth .profileTable table + table::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #cabc8b;
  position: absolute;
  top: -30px;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable table + table {
    margin-top: 30px;
  }
  .profileArea .profileWidth .profileTable table + table::before {
    top: -15px;
  }
}

.profileArea .profileWidth .profileTable .table02 thead:nth-of-type(2) th {
  font-size: 22px;
  font-size: 2.2rem;
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable .table02 thead:nth-of-type(2) th {
    padding-top: 15px;
  }
}

.profileArea .profileWidth .profileTable .table02 tbody td:first-child {
  width: 20%;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable .table02 thead:nth-of-type(2) th {
    font-size: 3.5vw;
    padding-top: 30px;
  }
  .profileArea .profileWidth .profileTable .table02 tbody td:first-child {
    width: 30%;
  }
}

.profileArea .profileWidth .profileTable .dataCareer {
  margin: 30px auto 10px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

.profileArea .profileWidth .profileTable .dataCareer dt {
  width: 50%;
  height: 100px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #cabc8b;
  background: #aa0021;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
}

.profileArea .profileWidth .profileTable .dataCareer dd {
  width: 50%;
  height: 100px;
  border-radius: 0 10px 10px 0;
  border-top: 1px solid #cabc8b;
  border-right: 1px solid #cabc8b;
  border-bottom: 1px solid #cabc8b;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
	padding-top: 6px;
}

.profileArea .profileWidth .profileTable .dataCareer dd span {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable .dataCareer {
    margin: 20px auto 10px;
  }
  .profileArea .profileWidth .profileTable .dataCareer dt {
	 width: 40%;
    font-size: 3.5vw;
    height: 80px;
  }
  .profileArea .profileWidth .profileTable .dataCareer dd {
	  width: 60%;
    height: 80px;
    padding-top: 1.3vw;
  }
  .profileArea .profileWidth .profileTable .dataCareer dd span {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

@media only screen and (max-width: 460px) {
  .profileArea .profileWidth .profileTable .dataCareer dd {
    padding-top: 2.5vw;
  }
  .profileArea .profileWidth .profileTable .dataCareer dd span {
    font-size: 3rem;
  }
}

.profileArea .profileWidth .profileTable .dataDetail {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: -ms- stretch;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
	list-style: none;
}

.profileArea .profileWidth .profileTable .dataDetail li {
  margin-right: 10px;
  width: calc(33.33% - 20px / 3);
}

@media only screen and (min-width: 768px) {
  .profileArea .profileWidth .profileTable .dataDetail li:nth-child(3n) {
    margin-right: 0;
  }
}

.profileArea .profileWidth .profileTable .dataDetail li .dataCareer {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}

.profileArea .profileWidth .profileTable .dataDetail li .dataCareer dt {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
}

.profileArea .profileWidth .profileTable .dataDetail li .dataCareer dd {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: auto;
  border-radius: 0 0 10px 10px;
  border-top: none;
  border-left: 1px solid #cabc8b;
}

.profileArea .profileWidth .profileTable .dataDetail li .dataCareer dd span {
  font-size: 40px;
  font-size: 4rem;
}

@media only screen and (max-width: 768px) {
  .profileArea .profileWidth .profileTable .dataDetail li {
    width: calc(50% - 10px / 2);
  }
  .profileArea .profileWidth .profileTable .dataDetail li:nth-child(2n) {
    margin-right: 0;
  }
  .profileArea .profileWidth .profileTable .dataDetail li .dataCareer dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .profileArea .profileWidth .profileTable .dataDetail li .dataCareer dd {
    font-size: 10px;
    font-size: 1rem;
    padding-top: 0;
  }
  .profileArea .profileWidth .profileTable .dataDetail li .dataCareer dd span {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: .profileArea .profileWidth .profileTable .dataCareer dd) {
  .profileArea .profileWidth .profileTable .dataDetail li .dataCareer dd span {
    font-size: 6.7vw;
  }
}

.sec {
  text-align: center;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}

@media only screen and (max-width: 768px) {
  .sec__inner1100 {
    min-width: 100%;
    max-width: 100%;
    padding: 40px 5vw;
  }
}

#realArea {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  #realArea .bnr {
    width: 700px;
    display: inline-block;
  }
  #realArea .bnr img {
    width: 100%;
    height: auto;
  }
}



/* ============================================
	フッター
============================================ */


.footerArea {
  background: url(../images/abe/BG_red.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 70px 0 0;
}

@media only screen and (max-width: 768px) {
  .footerArea {
    margin-bottom: 80px;
  }
}

.footerArea__sns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- space-between;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
	list-style: none;
}

.footerArea__sns li{
	width: 38px;	
}
.footerArea__sns li img{
	width: 100%;
	opacity: .8;
}


@media only screen and (min-width: 768px) {
  .footerArea__sns {
    font-size: 40px;
    font-size: 4rem;
    width: 500px;
    margin: 0px auto 30px auto;
  }
  .footerArea__sns li a {
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }
  .footerArea__sns li a i {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
  }
  .footerArea__sns li a:hover {
    color: #FFF;
  }
  .footerArea__sns li a:hover i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 768px) {
  .footerArea__sns {
    font-size: 7vw;
    padding: 0 10% 3%;
  }
  .footerArea__sns li a {
    color: rgba(0, 0, 0, 0.7);
  }
}

.footerArea__logo {
  width: 100px;
  margin: auto;
  padding: 20px 0 40px;
  display: block;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}

.footerArea__logo img {
  width: 100%;
}

.footerArea__logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
  .footerArea__logo {
    width: 80px;
    padding: 0 0 50px;
  }
}

.footerArea__copyright {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  height: 100px;
  line-height: 100px;
  color: #cabc8b;
  position: relative;
	text-align: center;
}

@media only screen and (min-width: 768px) {
  .footerArea__copyright {
    letter-spacing: .1em;
  }
}

@media only screen and (max-width: 768px) {
  .footerArea__copyright {
    font-size: 3.5vw;
    padding-right: 1.5em;
    height: 60px;
    line-height: 60px;
  }
}

.footerArea__ism {
  padding: 0 0 30px;
  text-align: center;
}

.footerArea__ism img {
  height: 25px;
  width: auto;
  vertical-align: top;
  padding-right: 10px;
}

.footerArea__ism span {
  line-height: 25px;
  vertical-align: top;
  font-size: 13px;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .footerArea__ism span {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  .floating {
    position: fixed;
    background: #FFF;
    bottom: 0;
    width: 100%;
    z-index: 9;
  }
  .floating p {
    margin: .5em 0;
    font-size: 3vw;
    font-weight: 500;
	  text-align: center;
  }
}

#pageTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #e6002d;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	text-align: center;
}
#pageTop .arrow-top {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 20px 10px;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  #pageTop {
    z-index: 11;
    bottom: 60px;
    right: -1px;
    background: #000;
    border: 1px solid #FFF;
  }
#pageTop .arrow-top {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 20px 10px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}
}










@media screen and (max-width: 1040px) {
.pc{
	display:none !important;
}
.sp{
	display:block !important;
}
	
}

@media screen and (max-width: 750px) {
}

