@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover,
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

* {
  box-sizing: border-box;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #1f2c5c;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* !shizuoka_lp_wrapper
---------------------------------------------------------- */
#shizuoka_lp_wrapper {
	overflow: hidden;
	position: relative;
	padding-top: 7rem;
	min-width: 1300px;
}

/* !header
---------------------------------------------------------- */
#shizuoka_lp_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0 4rem;
  width: 100%;
  height: 7.2rem;
  background: #1f2c5c;
  color: #fff;
}
.shizuoka_lp_headlogo {
  display: flex;
}
.shizuoka_lp_btn_menu {
  cursor: pointer;
  width: 5.4rem;
  height: 5.4rem;
  background: url("../image/common/icon_menu.svg") no-repeat center;
  background-size: 100%;
}
.shizuoka_lp_btn_menu.active {
  background-image: url("../image/common/icon_menu_close.svg");
}
#shizuoka_lp_navi {
  position: absolute;
  right: 0;
  top: 100%;
  transition: 0.5s;
  transform: translateY(150%);
  padding: 17rem 3.2rem;
  width: 100%;
  height: calc(100vh - 7.2rem);
  background: rgba(31, 44, 92, 0.85);
}
#shizuoka_lp_navi.open {
  transform: translateY(0%);
}
#shizuoka_lp_navi .inner {
  margin: 0 auto;
  max-width: 88rem;
}
#shizuoka_lp_navi ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4.6rem;
}
#shizuoka_lp_navi li {
  margin: 0 0 6.4rem 4.6rem;
  width: calc(25% - 4.6rem);
  text-align: center;
  font-weight: bold;
}
#shizuoka_lp_navi li a {
  display: block;
  padding-bottom: 1.4rem;
  background: url("../image/common/icon_down_wh.svg") no-repeat center bottom;
}
#shizuoka_lp_navi li .jap {
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 1.9rem;
}
#shizuoka_lp_navi li .eng {
  font-size: 1.5rem;
}
.shizuoka_lp_cv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	border-color: #1f2c5c;
	border-style: solid;
	border-width: 8px 0 8px;
	background: #ed6100;
}
/*.shizuoka_lp_cv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border-color: #ed6100;
  border-style: solid;
  border-width: 2px 0 4px;
  background: #1f2c5c;
}*/
/*.shizuoka_lp_cv .bleague {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 0.8rem;
  height: 6.6rem;
  width: 16rem;
	background: #1f2c5c;
	}*/
.shizuoka_lp_cv .bleague {
display: flex;
align-items: center;
position: relative;
overflow: hidden;
padding: 0 0.8rem;
height: 6.6rem;
width: 16rem;
	background: #1f2c5c;
}
/*.shizuoka_lp_cv .bleague:after {
	content: "";
	position: absolute;
	left: calc(100% - 9rem);
	bottom: -0.5rem;
	width: 15rem;
	height: 16rem;
	background: #ed6100;
	clip-path: inset(40% 0% 0% 0% round 150% 0% 0% 0%);
	}*/
.shizuoka_lp_cv .bleague:after {
  content: "";
  position: absolute;
  left: calc(100% - 9rem);
  bottom: -0.5rem;
  width: 15rem;
  height: 12rem;
	background: #ed6100;
  clip-path: inset(0% 0% 0% 0% round 0% 0% 0% 80%);
}
#shizuoka_lp_header .shizuoka_lp_gametime {
  display: flex;
  align-items: center;
}
#shizuoka_lp_header .shizuoka_lp_gametime .season .sec {
  font-size: 1.4rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .date li {
  padding: 0 1.5rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .date li + li {
  border-left: 1px solid #fff;
}
#shizuoka_lp_header .shizuoka_lp_gametime .date .month {
  padding-right: 2rem;
  font-size: 4rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .date .week {
  right: -0.8rem;
  top: 1rem;
  font-size: 1.4rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .date .off {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .date .off:after {
  margin-left: 0.6rem;
  width: 2.2rem;
  height: 1rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .teams:before {
  font-size: 2.4rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .teams li {
  padding: 0 1rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .teams .logo img {
  max-height: 6.6rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .place {
  min-width: 16rem;
}
#shizuoka_lp_header .shizuoka_lp_gametime .place .tit {
  overflow: hidden;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}
#shizuoka_lp_header .shizuoka_lp_gametime .place .tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #fff;
}
#shizuoka_lp_header .shizuoka_lp_gametime .place .tit span {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding: 0 0.7rem;
	background: #ed6100;
}
#shizuoka_lp_header .cv {
  display: flex;
  align-items: center;
}
#shizuoka_lp_header .cv .menu {
  margin: -2px 0 -4px 0.8rem;
}
#shizuoka_lp_header .cv .buy {
  font-family: "Noto Sans JP", sans-serif;
}

/*** スマホ ***/
@media screen and (max-width: 1360px) {
  .shizuoka_lp_cv .bleague {
    width: 14rem;
  }
  .shizuoka_lp_cv .bleague:after {
    left: calc(100% - 5rem);
    width: 16rem;
  }
  #shizuoka_lp_header .shizuoka_lp_gametime {
    font-size: 1.4rem;
  }
  #shizuoka_lp_header .shizuoka_lp_gametime .season .sec {
    font-size: 1.2rem;
  }
  #shizuoka_lp_header .shizuoka_lp_gametime .date .off {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #shizuoka_lp_wrapper {
    padding: 6.8rem 0 16vw;
    min-width: inherit;
  }
  #shizuoka_lp_header {
    padding: 0 1.6rem;
    height: 6.8rem;
    border-bottom: 4px solid #fff;
  }
  .shizuoka_lp_headlogo img {
    height: 2.5rem;
  }
  .shizuoka_lp_btn_menu {
    width: 4rem;
    height: 4rem;
  }
  #shizuoka_lp_navi {
    padding: 6.8rem 3.2rem;
    height: calc(100vh - 7.2rem);
  }
  #shizuoka_lp_navi li {
    margin: 0 0 3.2rem 4.6rem;
    width: calc(50% - 4.6rem);
  }
  #shizuoka_lp_navi li a {
    padding-bottom: 1.2rem;
    background-size: 1.2rem;
  }
  #shizuoka_lp_navi li .jap {
    font-size: 1.4rem;
  }
  #shizuoka_lp_navi li .eng {
    font-size: 1.2rem;
  }

  #shizuoka_lp_header .bleague,
  #shizuoka_lp_header .shizuoka_lp_gametime {
    display: none;
  }
  .shizuoka_lp_cv {
    display: block;
    border-width: 0;
    width: 100%;
    background: none;
  }
  #shizuoka_lp_header .cv .buy {
    width: 78%;
  }
  #shizuoka_lp_header .cv .menu {
    margin: 0;
    width: 22%;
  }
  #shizuoka_lp_header .cv img {
    object-fit: fill;
    width: 100%;
    height: 16vw;
  }
}

/* shizuoka_lp_footer
-----------------------------------------------------------*/
.shizuoka_lp_footer {
  padding: 9.6rem 0 12rem;
  background: #ed6100;
  border-top: 1.6rem solid #1f2c5c;
  color: #fff;
}
.shizuoka_lp_footer a:hover {
  opacity: 0.7;
}
.shizuoka_lp_footer .shizuoka_lp_inner {
  max-width: 53.5rem;
}
.shizuoka_lp_footer .footlogo {
  margin-bottom: 4rem;
  text-align: center;
}
.shizuoka_lp_footer .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 3.5rem;
  padding-top: 5rem;
  text-align: center;
}
.shizuoka_lp_footer .sns:before {
  content: "FOLLOW US";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 1.25;
  font-family: "Aku & Kamu";
  font-size: 3.2rem;
}
.shizuoka_lp_footer .sns a {
  margin: 0 2.3rem;
  width: 3.5rem;
}
.shizuoka_lp_footer .sns img {
  width: 100%;
}
.shizuoka_lp_footer .footlinks {
  border-top: 1px solid #fff;
}
.shizuoka_lp_footer .footlinks li {
  border-bottom: 1px solid #fff;
}
.shizuoka_lp_footer .footlinks li a {
  display: block;
  padding: 1.5rem 4.5rem 1.5rem 3.6rem;
  background: url("../image/common/icon_right_wh.svg") no-repeat right 3.6rem center;
  background-size: 0.8rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .shizuoka_lp_footer .footlogo {
    margin-bottom: 8rem;
  }
  .shizuoka_lp_footer .footlogo img {
    width: 18rem;
  }
  .shizuoka_lp_footer .sns {
    margin-bottom: 4rem;
  }
  .shizuoka_lp_footer .sns:before {
    font-size: 2.4rem;
  }
  .shizuoka_lp_footer .sns a {
    margin: 0 1.6rem;
    width: 2.4rem;
  }
  .shizuoka_lp_footer .footlinks li a {
    padding: 1.5rem 2rem 1.5rem 0;
    background-position: right 1rem center;
    background-size: 0.6rem;
    font-size: 1.4rem;
  }
}

/* !common
---------------------------------------------------------- */
.shizuoka_lp_mainVisual img {
  width: 100%;
}

.shizuoka_lp_inner {
  margin: 0 auto;
  padding: 0 5rem;
  max-width: 100rem;
}

.hidden {
  display: none;
}

.shizuoka_lp_hdl {
  margin-bottom: 2.4rem;
  text-align: left;
	position: relative;
}
.shizuoka_lp_foods .shizuoka_lp_hdl {
	margin-bottom: 2.4rem;
	text-align: left;
	color: #ed6100;
}
.shizuoka_lp_hdl span + span:before {
  content: "";
  display: block;
  margin: 0.8rem auto;
	/*max-width: 90rem;*/
  border-bottom: 3px dotted;
}
.shizuoka_lp_hdl .eng {
  display: block;
}
.shizuoka_lp_hdl .jap {
  font-size: 1.8rem;
  font-weight: bold;
}

.shizuoka_lp_gametime {
  text-align: center;
  font-weight: 500;
	position: relative;
}
.shizuoka_lp_gametime .season .sec {
  display: block;
  font-family: "Aku & Kamu";
}
.shizuoka_lp_gametime .date,
.shizuoka_lp_gametime .teams {
  display: flex;
  justify-content: center;
  position: relative;
  line-height: 1;
}
.shizuoka_lp_gametime .teams:before {
  content: "VS";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Aku & Kamu";
}
.shizuoka_lp_gametime .date li .month {
  display: inline-block;
  position: relative;
	color: #1f2c5c;
}
.shizuoka_lp_gametime .date li .week {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: 0 0;
	color: #1f2c5c;
}

.shizuoka_lp_gametime .date .off {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shizuoka_lp_gametime .date .off:after {
  content: "";
  background: url("../image/common/icon_arr_flow.svg") repeat-x left center;
  background-size: 100%;
}
.shizuoka_lp_btnsB {
	text-align: center;
}
.shizuoka_lp_btnsB a {
	display: block;
	margin: 3.2rem auto 0;
	max-width: 36rem;
	font-size: 1.6rem;
	font-weight: bold;
}
.shizuoka_lp_btnsB .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 5rem;
	min-height: 3.6rem;
	background: url("../image/common/icon_right_wh.svg") no-repeat right 4rem center  #1f2c5c;;
	border: 2px solid #ed6100;
	border-radius: 4rem;
	color: #fff;
}
.shizuoka_lp_btns02 {
  text-align: center;
}
.shizuoka_lp_btns02 a {
  display: block;
  margin: 3.2rem auto 0;
  max-width: 36rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.shizuoka_lp_btns02 .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 5rem;
	min-height: 3.6rem;
	background: url("../image/common/icon_right.svg") no-repeat right 4rem center;
	border: 3px solid #1f2c5c;
	border-radius: 4rem;
	color: #1f2c5c;
}
.shizuoka_lp_btns {
	text-align: center;
}
.shizuoka_lp_btns a {
	display: block;
	margin: 3.2rem auto 0;
	/* max-width: 36rem; */
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.shizuoka_lp_btns .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 5rem;
	min-height: 3.6rem;
	background: url("../image/common/icon_right_wh.svg") no-repeat right 4rem center  #ed6100;;
	border: 2px solid #ed6100;
	border-radius: 4rem;
	color: #fff;
}
.shizuoka_lp_anchorArea {
  position: relative;
}
.shizuoka_lp_anchorArea .anchor {
  position: absolute;
  top: -7.2rem;
}

.mt80 {
  margin-top: 8rem !important;
}
.mb96 {
  margin-bottom: 9.6rem !important;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 959px) {
  .shizuoka_lp_inner {
    padding: 0 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .shizuoka_lp_inner {
    padding: 0 1.6rem;
  }

  .shizuoka_lp_hdl {
    margin-bottom: 3.2rem;
  }
  .shizuoka_lp_hdl span + span:before {
    margin: 0.4rem auto;
    max-width: 24rem;
    border-bottom-width: 2px;
  }
  .shizuoka_lp_hdl .eng img {
    height: 5.6rem;
  }
  .shizuoka_lp_hdl .jap {
    font-size: 1.6rem;
  }

  .slick-prev,
  .slick-next {
    width: 2.2rem;
    height: 2.2rem;
  }
  .slick-dots li {
    width: 3rem;
  }

  .shizuoka_lp_btns a {
    margin: 2.4rem auto 0;
    font-size: 1.8rem;
  }
  .shizuoka_lp_btns .btn {
    padding: 0.8rem 3.2rem;
    min-height: 4.8rem;
    background-position: right 3.2rem center;
    background-size: 0.8rem;
  }

  .mt80 {
    margin-top: 4rem !important;
  }
  .mb96 {
    margin-bottom: 8rem !important;
  }
}

/* !page
---------------------------------------------------------- */
.shizuoka_lp_gameinfo {
	padding: 5rem;
	background: url(../image/game/bg_logo.png) no-repeat center 18.5rem #e9ebee;
	position: relative;
	color: #1f2c5c;
}
.shizuoka_lp_gameinfo::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1f2c5c0a;
	background-image: radial-gradient(ellipse farthest-corner at center bottom, transparent 40%, #1f2c5c38);
	position: absolute;
	top: 0;
	left: 0;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .season {
  margin-bottom: 2.4rem;
  font-size: 2rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .season .sec {
  font-size: 2.7rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .teams:before {
  font-size: 6.2rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .date li,
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .teams li {
  padding: 0 4rem;
  width: 50%;
  max-width: 38rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .teams li .tit {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .date {
  margin-top: 2.8rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .date .month {
  padding-right: 3.2rem;
  font-size: 7.3rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .date .week {
  right: -2rem;
  top: 2.2rem;
  font-size: 2.4rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .off {
  margin-top: 1rem;
  font-size: 2.4rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .off:after {
  display: block;
  margin-left: 0.8rem;
  width: 4.2rem;
  height: 1.9rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .btn {
  margin-top: 2.4rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  font-size: 2rem;
  font-weight: bold;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .btn a img {
  width: 100%;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .date .item {
  padding: 0;
  width: 47rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .item .row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .item .month {
  padding-right: 5rem;
  font-size: 11.2rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .item .week {
  right: -2.4rem;
  top: 3.6rem;
  font-size: 3.6rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .item .off {
  display: block;
  margin: 0 0 1rem 0.8rem;
  font-size: 3.2rem;
}
.shizuoka_lp_gameinfo .shizuoka_lp_gametime .item .off:after {
  margin-top: 0.6rem;
  width: 8.4rem;
  background-size: auto;
}
.shizuoka_lp_gameinfo .note {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: normal;
}
.shizuoka_lp_gameinfo .gameinfo {
  margin: 1.6rem auto 0;
  max-width: 68rem;
  text-align: center;
	position: relative;
}
.shizuoka_lp_gameinfo .hd01 {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.shizuoka_lp_gameinfo .hd01 span {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding: 0 1.5rem;
  font-size: 3rem;
}
.shizuoka_lp_gameinfo .hd01 span:before,
.shizuoka_lp_gameinfo .hd01 span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 192rem;
  border-top: 1px solid;
}
.shizuoka_lp_gameinfo .hd01 span:before {
  right: 100%;
}
.shizuoka_lp_gameinfo .hd01 span:after {
  left: 100%;
}
.shizuoka_lp_gameinfo .place {
  margin-bottom: 3.2rem;
  font-size: 2.6rem;
  font-weight: 500;
}

/*.shizuoka_lp_preview {
	padding: 7.6rem 0;
	color: #fff;
	background-color: #1f2c5c;
}*/
.shizuoka_lp_preview {
	padding: 7.6rem 0;
	color: #fff;
	background: url("../image/img_preview.jpg") no-repeat center  #1f2c5c;
	background-color: rgba(255,255,255,0.8);
	background-blend-mode:lighten;
	background-size: cover;
	color: #1f2c5c;
}
.shizuoka_lp_preview .sub {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}

.shizuoka_lp_preview .display {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.shizuoka_lp_preview .display .img {
  width: 100%;
	margin-bottom: 30px;
}
.shizuoka_lp_preview .display .info {
  width: 100%;
  line-height: 1.375;
}

.shizuoka_lp_menu {
	padding: 6.4rem 0 4rem;
	background: #1f2c5c33;
}
.shizuoka_lp_menu .anchors {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.6rem;
}
/*.shizuoka_lp_menu .anchors a {
	margin: 0 0 1.6rem 1.6rem;
	padding: 0.8rem 0.8rem 2.4rem;
	width: calc(25% - 1.6rem);
	background: url("../image/common/icon_down_wh.svg") no-repeat center 86% #1f2c5c;
	border-radius: 0.5rem;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
	text-align: center;
	color: #fff;
	font-weight: bold;
}*/
.shizuoka_lp_menu .anchors a {
	margin: 0 0 1.6rem 1.6rem;
	padding: 0.8rem 1rem 1.6rem;
	width: calc(25% - 1.6rem);
	background: url(../image/common/icon_down_wh.svg) no-repeat center 90% #1f2c5c;
	border-radius: 0 0 3rem 0;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
	border: solid #fff 7px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.shizuoka_lp_menu .anchors .jap {
  display: block;
  font-size: 1.8rem;
}
.shizuoka_lp_menu .anchors .eng {
  display: block;
  font-size: 1.4rem;
	color: #ed6100;
}
.shizuoka_lp_menu .anchors span + span {
	font-weight: 600;
	border-top: 1px solid;
	border-color: #888;
	margin-top:0.4rem;
	padding:0.4rem;
}
.shizuoka_lp_eventbooth {
  padding: 7.6rem 0;
	background: #fff;
	/*background: url("../image/event/bg_event.png") repeat-y center top;
  background-size: 100%;*/
}

.eventDisplay .date {
	display: inline-flex;
	align-items: center;
	clip-path: polygon(0% 0%, calc(100% - 3rem) 0%, 100% 100%, 0% 100%);
	padding: 0.4rem 3rem;
	background: #ed6100;
	color: #1f2c5c;
	border-radius: 1rem 0 0 0;
}
.eventDisplay .date .month {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 0.8rem;
  font-size: 2.6rem;
}
.eventDisplay .date .week {
  transform: rotate(90deg);
  font-size: 1.2rem;
}
.eventDisplay .hd01 {
	padding-left: 1.4rem;
	margin-bottom: 1.6rem;
	border-left: 0.9rem solid #1f2c5c;
	border-bottom: 0.1rem solid #1f2c5c;
	font-weight: bold;
}
.eventDisplay  .btn a {
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem;
  padding: 0.3rem 4rem;
  background: url("../image/common/icon_right.svg") no-repeat right 3.2rem center #1f2c5c;
  background-size: 0.7rem;
  border-radius: 1.2rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
.shizuoka_lp_eventbooth .eventList li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.shizuoka_lp_eventbooth .eventList .displayImg {
  width: 61.25%;
}
.shizuoka_lp_eventbooth .eventList .info {
  width: 37%;
}
.shizuoka_lp_eventbooth .eventList .txt {
  font-size: 1.4rem;
  font-weight: 500;
}

/*.shizuoka_lp_eventbooth .hd01 {
	font-size: 1.8rem;
	padding-bottom: 1rem;
}
.shizuoka_lp_eventbooth .hd02 {
  margin-bottom: 0.8rem;
  text-align: left;
  line-height: 1.2;
  color: #fff;
  font-size: 6rem;
}*/


.tabCtrl li {
  cursor: pointer;
}
.shizuoka_lp_eventbooth .tabBooth {
  display: flex;
}
.shizuoka_lp_eventbooth .tabBooth li {
  display: flex;
  align-items: center;
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 100% 100%, 0% 100%);;
  padding: 1.4rem 3.2rem 1.4rem 1.6rem;
  background: #c0c0c0;
  line-height: 1;
	color: #1f2c5c;
  font-size: 5.6rem;
	border-radius: 1rem 0 0 0;
}
.shizuoka_lp_eventbooth .tabBooth li.onActive {
	background: #ed6100;
}
.shizuoka_lp_eventbooth .tabBooth .week {
  transform: rotate(90deg);
  margin: 1rem 0 0;
  color: #fff;
  font-size: 2rem;
}
.shizuoka_lp_eventbooth .scheduleBox {
  padding: 2.4rem 3.2rem;
	background: #ed6100;
}
.shizuoka_lp_eventbooth .scheduleBox .schedule dl {
  display: flex;
  justify-content: space-between;
  margin: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 500;
}
/*.shizuoka_lp_eventbooth .scheduleBox .schedule dt {
	padding: 0.9rem 0.8rem;
	width: 14.2rem;
	background: #1f2c5c;
	color: #fff;
	text-align: center;
}*/

.shizuoka_lp_eventbooth .scheduleBox .schedule dt {
	margin-right: 1rem;
	padding: 0.9rem 0.8rem;
	width: 14.2rem;
	background: #1f2c5c;
	color: #fff;
	text-align: center;
	border-radius: 0.5rem;
}

.shizuoka_lp_eventbooth .scheduleBox .schedule dd {
  padding: 0.9rem 2rem 0.8rem;
  width: calc(100% - 6.5rem);
  background: #fff;
	border-radius: 0.5rem;
}

.shizuoka_lp_player {
  padding: 9.6rem 0 0;
  background: #1f2c5c;
  color: #fff;
}
.shizuoka_lp_player .shizuoka_lp_inner {
  max-width: 114.8rem;
}
.shizuoka_lp_player .shizuoka_lp_hdl,
.shizuoka_lp_cheerleaders .shizuoka_lp_hdl,
.shizuoka_lp_access .shizuoka_lp_hdl {
  color: #ed6100;
}
.shizuoka_lp_player .playerNav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
}
.shizuoka_lp_player .playerNav li {
  position: relative;
  margin: 0 0 4rem 2rem;
  width: calc(100% / 6 - 2rem);
  text-align: center;
  font-size: 1.2rem;
}
.shizuoka_lp_player .playerNav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  padding-top: 100%;
  background: rgba(51, 51, 51, 0.8);
}
.shizuoka_lp_player .playerNav li a {
  position: absolute;
  top: 0;
}
.shizuoka_lp_player .playerNav li img {
  display: block;
  margin-bottom: 0.4rem;
  opacity: 0.8;
}
.shizuoka_lp_player .playerNav li.slick_on:before {
  background: rgba(51, 51, 51, 0);
}
.shizuoka_lp_player .playerNav li.slick_on img {
  opacity: 1;
  mix-blend-mode: normal;
}
.shizuoka_lp_player .slider .slick-list {
  overflow: visible;
}
.shizuoka_lp_player .slider .slick-prev {
  left: 50%;
  margin-left: -20.4rem;
  background-image: url("../image/common/icon_prev_wh.svg");
}
.shizuoka_lp_player .slider .slick-next {
  right: 50%;
  margin-right: -20.4rem;
  background-image: url("../image/common/icon_next_wh.svg");
}
.shizuoka_lp_player .slider .item {
  margin: 0 3rem;
  max-width: 31.1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.shizuoka_lp_player .slider .name {
  margin-bottom: 0.8rem;
  font-weight: bold;
}
.shizuoka_lp_player .slider .name .eng {
  display: flex;
  align-items: center;
  border-left: 4px solid;
  color: #ed6100;
}
.shizuoka_lp_player .slider .name .id {
  padding-left: 0.4rem;
  margin-right: 0.8rem;
  font-size: 2.2rem;
}
.shizuoka_lp_player .slider .name .jap {
  font-size: 2.4rem;
}
.shizuoka_lp_player .slider .bigImg {
  margin-bottom: 1.6rem;
}
.shizuoka_lp_player .slider .info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.shizuoka_lp_player .slider .smallImg {
  position: relative;
  width: 10.7rem;
  overflow: hidden;
}
.shizuoka_lp_player .slider .smallImg:before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url("../image/common/icon_buffer.svg") no-repeat center;
}
.shizuoka_lp_player .slider .smallImg li {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
}
.shizuoka_lp_player .slider .smallImg li.onActive {
  position: relative;
  z-index: 0;
  opacity: 1;
}
.shizuoka_lp_player .slider .data {
  width: calc(100% - 12.3rem);
}
.shizuoka_lp_player .slider .table dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.shizuoka_lp_player .slider .table dt {
  width: 8.8rem;
  background: #fff;
  text-align: center;
  color: #1f2c5c;
}
.shizuoka_lp_player .slider .table dd {
  width: calc(100% - 9.8rem);
  white-space: nowrap;
}
.shizuoka_lp_player .slider .btn {
  margin-top: 1.6rem;
}
.shizuoka_lp_player .slider .btn a {
  display: block;
  padding: 0.3rem 4rem;
  background: url("../image/common/icon_right.svg") no-repeat right 3.2rem center #ed6100;
  background-size: 0.7rem;
  border-radius: 1.2rem;
  text-align: center;
  color: #1f2c5c;
  font-size: 1.2rem;
}

.shizuoka_lp_cheerleaders {
	padding: 7.6rem 0;
	background: #f4f4f4;
	color: #1f2c5c;
}
/*.shizuoka_lp_cheerleaders .display {
  display: flex;
  justify-content: space-between;
}*/
.shizuoka_lp_cheerleaders .display {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.shizuoka_lp_cheerleaders .display .img {
  width: calc(50% - 2rem);
}
.shizuoka_lp_cheerleaders .display .info {
  width: 50%;
  font-size: 1.4rem;
}
.shizuoka_lp_cheerleaders .logo {
	display: flex;
	align-items: center;
	margin-top: 2.2rem;
	margin-bottom: 3.2rem;
}
.shizuoka_lp_cheerleaders .logo .sign {
  margin-right: 2rem;
}
.shizuoka_lp_cheerleaders .logo .tit {
  font-weight: bold;
  font-size: 1.5rem;
}
.shizuoka_lp_cheerleaders .logo .foucs {
  display: block;
  font-size: 2.6rem;
}

.shizuoka_lp_seat_ticket {
  padding: 7.6rem 0;
	color: #fff;
	/*background: url("../image/seat/bg_seat.png") no-repeat center;
  background-size: cover;*/
}
.shizuoka_lp_seat_ticket .banner {
  margin-bottom: 4rem;
}
.shizuoka_lp_seat_ticket .banner .img {
  margin-bottom: 3.2rem;
}

.shizuoka_lp_goods {
	padding: 7.6rem 0 1rem;
  background: #ed6100;
}
.shizuoka_lp_foods {
	padding: 7.6rem 0 1rem;
	background: #1f2c5c;
}
.shizuoka_lp_sildergoods {
  padding-bottom: 3.6rem;
}
.shizuoka_lp_sildergoods .slick-list {
  overflow: visible;
}
.shizuoka_lp_sildergoods .slick-prev,
.shizuoka_lp_sildergoods .slick-next {
  top: 19.8rem;
}
.shizuoka_lp_sildergoods .slick-prev {
  left: 50%;
  margin-left: -21rem;
}
.shizuoka_lp_sildergoods .slick-next {
  right: 50%;
  margin-right: -21rem;
}
.shizuoka_lp_sildergoods.arena .slick-prev {
  margin-left: -26rem;
}
.shizuoka_lp_sildergoods.arena .slick-next {
  margin-right: -26rem;
}
.shizuoka_lp_sildergoods .item {
  padding: 0 3.2rem;
  max-width: 38.4rem;
  color: #fff;
}
.shizuoka_lp_sildergoods.arena .item {
  max-width: 48.4rem;
}
.shizuoka_lp_sildergoods .date {
  display: inline-flex;
  align-items: center;
  clip-path: polygon(0% 0%, calc(100% - 1rem) 0%, 100% 100%, 0% 100%);
  padding: 0.9rem 1.2rem 0.9rem 1rem;
  background: #1f2c5c;
  line-height: 1;
  color: #fff;
	border-radius: 1rem 0 0 0;
}
.shizuoka_lp_foods .shizuoka_lp_sildergoods .date {
	display: inline-flex;
	align-items: center;
	clip-path: polygon(0% 0%, calc(100% - 1rem) 0%, 100% 100%, 0% 100%);
	padding: 0.9rem 1.2rem 0.9rem 1rem;
	background: #ed6100;
	line-height: 1;
	color: #fff;
}
.shizuoka_lp_sildergoods .date .month {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 0.5rem;
  font-size: 3.5rem;
}
.shizuoka_lp_sildergoods .date .week {
  transform: rotate(90deg);
  font-size: 1.2rem;
}
.shizuoka_lp_sildergoods .img {
  margin-bottom: 1.6rem;
}
.shizuoka_lp_sildergoods .hd01 {
  margin-bottom: 0.8rem;
  padding-left: 0.5rem;
  border-left: 0.6rem solid #1f2c5c;
  font-weight: bold;
}
.shizuoka_lp_sildergoods .hd02 {
  margin-bottom: 0.8rem;
  font-weight: bold;
}
.shizuoka_lp_sildergoods .hd03 {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.2rem 0.9rem 1rem;
	background: #ed6100;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

.shizuoka_lp_sildergoods .price {
  margin-bottom: 0.8rem;
  border-top: 1px solid;
}
.shizuoka_lp_sildergoods .price dl {
  display: flex;
  justify-content: space-between;
  margin: 0.8rem 0;
}
.shizuoka_lp_sildergoods .price dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  background: #fff;
  text-align: center;
  color: #ed6100;
  font-size: 1.2rem;
  font-weight: 500;
}
.shizuoka_lp_sildergoods .price dd {
  padding: 0;
  width: calc(100% - 6.5rem);
  font-weight: bold;
}
.shizuoka_lp_sildergoods  .btn a {
  display: block;
  margin-top: 1rem;
  padding: 0.3rem 4rem;
  background: url("../image/common/icon_right_wh.svg") no-repeat right 3.2rem center #1f2c5c;
  background-size: 0.7rem;
  border-radius: 1.2rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
}


.shizuoka_lp_access  .btn a {
  display: block;
  margin-top: 2rem;
  padding: 0.3rem 4rem;
  background: url("../image/common/icon_right_wh.svg") no-repeat right 3.2rem center #ed6100;
  background-size: 0.7rem;
  border-radius: 1.2rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
}

.shizuoka_lp_fanclub {
	background: #f4f4f4;
	padding: 7.6rem 0;
}
.shizuoka_lp_fanclub .banner .img {
  margin-bottom: 2.4rem;
}
.shizuoka_lp_fanclub .banner .txt {
  font-size: 1.8rem;
  font-weight: 500;
}

.shizuoka_lp_access {
  padding: 7.6rem 0;
  background: #1f2c5c;
  color: #fff;
}
.shizuoka_lp_access .hd01 {
  padding: 0.8rem 1rem;
  margin-bottom: 2.4rem;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.shizuoka_lp_access .hd02 {
  padding-left: 0.6rem;
  margin-bottom: 0.4rem;
  border-left: 4px solid #ed6100;
  font-size: 1.4rem;
  font-weight: bold;
}
.shizuoka_lp_access .display {
  display: flex;
  justify-content: space-between;
}
.shizuoka_lp_access .display .img {
  width: 50%;
}
.shizuoka_lp_access .display .info {
  width: calc(50% - 2.2rem);
  font-size: 1.4rem;
}
.shizuoka_lp_access .display .part {
  margin-bottom: 2.4rem;
}
.shizuoka_lp_access .display .shizuoka_lp_btns {
  text-align: left;
}
.shizuoka_lp_access .shizuoka_lp_btns a {
  margin-top: 2.4rem;
}
.shizuoka_lp_access .notes {
  margin-top: 2.2rem;
  font-size: 1.4rem;
}

.shizuoka_lp_contact {
  padding: 9.6rem 0;
  background: url("../image/bg_contact.jpg") no-repeat center;
  background-size: cover;
}
.shizuoka_lp_contact .box {
  padding: 3.2rem 6rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3.6rem;
  text-align: center;
  font-weight: 500;
}
.shizuoka_lp_contact .hd01 {
  padding: 0.5rem 0;
  margin-bottom: 2.4rem;
  border-top: 2px solid #1f2c5c;
  border-bottom: 2px solid #1f2c5c;
  line-height: 1.35;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ed6100;
}

.shizuoka_lp_partner {
	padding: 7.6rem 0 0 0;;
  background: #ffffff;
}
.shizuoka_lp_partner .hd01 {
  margin-bottom: 3.2rem;
  padding: 0.2rem 1rem;
  background: #1f2c5c;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}
.shizuoka_lp_partner .partner {
  margin-top: 2rem;
}
.shizuoka_lp_partner .partner ul {
  display: flex;
  flex-wrap: wrap;
}
.shizuoka_lp_partner .partner .col02 {
  justify-content: center;
  margin: 0 -3.4rem;
}
.shizuoka_lp_partner .partner .col02 li {
  margin: 0 3.4rem 2rem;
  width: calc(50% - 6.8rem);
}
.shizuoka_lp_partner .partner .col03 {
  margin-left: -2.2rem;
}
.shizuoka_lp_partner .partner .col03 li {
  margin: 0 0 2.4rem 2.2rem;
  width: calc(100% / 3 - 2.2rem);
}
.shizuoka_lp_partner .partner .col04 {
  margin-left: -1.8rem;
}
.shizuoka_lp_partner .partner .col04 li {
  margin: 0 0 2.4rem 1.8rem;
  width: calc(25% - 1.8rem);
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .shizuoka_lp_gameinfo {
    padding: 2rem;
    background-position: center 24rem;
    background-size: 100%;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .date li,
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .teams li {
    padding: 0 1.5rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .teams:before {
    font-size: 3.2rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .teams .logo img {
    max-width: 15.2rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .teams li .tit {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .date {
    margin-top: 2rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .date .month {
    padding-right: 2.4rem;
    font-size: 5.6rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .date .week {
    right: -2rem;
    top: 1.4rem;
    font-size: 2rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .off {
    font-size: 2rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .off:after {
    width: 3rem;
    height: 1.4rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .btn a {
    background-position: 94% center;
    background-size: 0.8rem;
    text-align: left;
    font-size: 1.6rem;
  }
  .shizuoka_lp_gameinfo .note {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
  .shizuoka_lp_gameinfo .gameinfo {
    padding: 0 1.6rem;
  }
  .shizuoka_lp_gameinfo .hd01 span {
    padding: 0 0.8rem;
    font-size: 2.4rem;
  }
  .shizuoka_lp_gameinfo .place {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .date .item {
    width: auto;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .item .month {
    padding-right: 3.2rem;
    font-size: 7.6rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .item .week {
    right: -2.4rem;
    top: 2.2rem;
    font-size: 2.6rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .item .off {
    margin: 0 0 0.5rem 0.8rem;
    text-align: left;
    font-size: 2.4rem;
  }
  .shizuoka_lp_gameinfo .shizuoka_lp_gametime .item .off:after {
    content: none;
  }
  .shizuoka_lp_preview {
    padding: 4rem 0;
  }
  .shizuoka_lp_preview .sub {
    font-size: 1.6rem;
  }
  .shizuoka_lp_preview .display {
    display: block;
  }
  .shizuoka_lp_preview .display .img {
    margin-bottom: 2.4rem;
    width: auto;
  }
  .shizuoka_lp_preview .display .info {
    width: auto;
    font-size: 1.4rem;
  }

  .shizuoka_lp_menu {
    padding: 5.6rem 0 4rem;
  }
  .shizuoka_lp_menu .anchors a {
    margin: 0 0 1.6rem 1.6rem;
    padding: 0.8rem 1.2rem 1.6rem;
    width: calc(50% - 1.6rem);
    background-position: center 90%;
    background-size: 1.1rem;
  }
  .shizuoka_lp_menu .anchors .jap {
    font-size: 1.4rem;
  }
  .shizuoka_lp_menu .anchors .eng {
    font-size: 1.2rem;
  }

  .shizuoka_lp_eventbooth {
    padding: 8rem 0;
    background-size: 210%;
  }
  .shizuoka_lp_eventbooth .eventList li {
    display: block;
  }
  .shizuoka_lp_eventbooth .eventList .displayImg {
    margin-bottom: 0.8rem;
    width: auto;
  }
  .shizuoka_lp_eventbooth .eventList .info {
    width: auto;
  }
  .shizuoka_lp_eventbooth .eventList .more {
    text-align: right;
  }
  .shizuoka_lp_eventbooth .eventList .more a {
    display: inline-block;
    padding: 0.5rem 2.4rem;
    background: url("../image/common/icon_right_wh.svg") no-repeat right 1rem center #ed6100;
    background-size: 0.7rem;
    border-radius: 0.9rem;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    line-height: 1.22;
    color: #fff;
    font-size: 1.8rem;
  }
  .fancyboxDisplay .info {
    overflow-y: scroll;
    padding: 1.6rem;
    height: 28rem;
    background: #fff;
  }
  .shizuoka_lp_eventbooth .tabBooth {
    justify-content: space-between;
  }
  .shizuoka_lp_eventbooth .tabBooth li {
    width: 50%;
  }
  .shizuoka_lp_eventbooth .tabBooth li:nth-of-type(even) {
		clip-path: polygon(0 50%, 35% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 1.4rem 1.6rem 1.4rem 3.2rem;
    text-align: right;
  }
  .shizuoka_lp_eventbooth .scheduleBox {
    padding: 3.2rem 1.6rem;
  }

  .shizuoka_lp_eventbooth .scheduleBox .schedule dl {
    margin: 0.4rem 0;
  }

  .shizuoka_lp_player {
    padding: 8rem 0 0;
  }
  .shizuoka_lp_player .sub {
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .shizuoka_lp_player .playerNav {
    margin-left: -1rem;
    margin-bottom: 0.8rem;
  }
  .shizuoka_lp_player .playerNav li {
    margin: 0 0 2.4rem 1rem;
    width: calc(100% / 3 - 1rem);
  }
  .shizuoka_lp_player .slider .slick-prev,
  .shizuoka_lp_player .slider .slick-next {
    top: 28rem;
  }
  .shizuoka_lp_player .slider .slick-prev {
    left: -1.2rem;
    margin-left: 0;
  }
  .shizuoka_lp_player .slider .slick-next {
    right: -1.2rem;
    margin-right: 0;
  }

  .shizuoka_lp_cheerleaders {
    padding: 8rem 0;
  }
  .shizuoka_lp_cheerleaders .display {
    display: block;
  }
  .shizuoka_lp_cheerleaders .display .img {
    margin-bottom: 2.4rem;
    width: auto;
  }
  .shizuoka_lp_cheerleaders .display .info {
    width: auto;
  }
  .shizuoka_lp_cheerleaders .logo {
    justify-content: center;
    margin-right: 2.4rem;
  }
  .shizuoka_lp_cheerleaders .logo .sign {
    margin-right: 1.5rem;
    width: 10.4rem;
  }
  .shizuoka_lp_cheerleaders .logo .tit {
    font-size: 1.2rem;
  }
  .shizuoka_lp_cheerleaders .logo .foucs {
    font-size: 1.8rem;
  }

  .shizuoka_lp_seat_ticket {
    padding: 8rem 0 5rem;
  }
  .shizuoka_lp_seat_ticket .banner {
    margin-bottom: 3.2rem;
  }
  .shizuoka_lp_seat_ticket .banner .img {
    margin-bottom: 2.4rem;
  }
  .shizuoka_lp_seat_ticket .banner .txt {
    padding: 0 1.6rem;
    font-size: 1.4rem;
  }

  .shizuoka_lp_goods {
    padding: 8rem 0;
  }
  .shizuoka_lp_sildergoods .item {
    padding: 0 2rem;
    max-width: 30.4rem;
  }
  .shizuoka_lp_sildergoods .slick-prev,
  .shizuoka_lp_sildergoods .slick-next {
    top: 13.2rem;
  }
  .shizuoka_lp_sildergoods .slick-prev {
    left: 2rem;
    margin-left: 0;
  }
  .shizuoka_lp_sildergoods .slick-next {
    right: 2rem;
    margin-right: 0;
  }
  .shizuoka_lp_sildergoods.arena .item {
    padding: 0 3.2rem;
    max-width: 37.5rem;
  }
  .shizuoka_lp_sildergoods.arena .slick-prev {
    left: -1.2rem;
    margin-left: 0;
  }
  .shizuoka_lp_sildergoods.arena .slick-next {
    right: -1.2rem;
    margin-right: 0;
  }

  .shizuoka_lp_fanclub {
    padding: 8rem 0;
  }
  .shizuoka_lp_fanclub .banner .txt {
    font-size: 1.4rem;
  }

  .shizuoka_lp_access {
    padding: 8rem 1.6rem;
  }
  .shizuoka_lp_access .display {
    display: block;
  }
  .shizuoka_lp_access .display .img {
    margin-bottom: 2.4rem;
    width: auto;
  }
  .shizuoka_lp_access .display .info {
    width: auto;
  }
  .shizuoka_lp_access .notes p {
    margin-bottom: 2.4rem;
  }
  .shizuoka_lp_access .shizuoka_lp_btns {
    margin-top: 3.2rem;
  }

  .shizuoka_lp_contact {
    padding: 4rem 0;
    font-size: 1.4rem;
  }
  .shizuoka_lp_contact .box {
    padding: 3.2rem 1.6rem;
  }

  .shizuoka_lp_partner {
    padding: 8rem 0;
  }
  .shizuoka_lp_partner .hd01 {
    margin-bottom: 1.6rem;
  }

  .shizuoka_lp_partner .partner ul {
    padding: 0 1.6rem;
  }
  .shizuoka_lp_partner .partner .col02 li {
    margin: 0 3rem 1.8rem;
    width: 20rem;
  }
  .shizuoka_lp_partner .partner .col03 {
    margin-left: -1.6rem;
  }
  .shizuoka_lp_partner .partner .col03 li {
    margin: 0 0 1.6rem 1.6rem;
    width: calc(50% - 1.6rem);
  }
  .shizuoka_lp_partner .partner .col04 {
    margin-left: -1.1rem;btn
  }
  .shizuoka_lp_partner .partner .col04 li {
    margin: 0 0 1.6rem 1.1rem;
    width: calc(100% / 3 - 1.1rem);
  }
}


a.btn_03 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #ff6400;
  color: #ff6400;
  border-radius: 100vh;
  transition: 0.5s;
}
a.btn_03:hover {
  color: #fff;
  background: #ff6400;
}

hr {
  height: 1px;
  background-color: #1f2c5c;
  border: none;
}

.shizuoka_lp_eventbooth .hd01 {
	padding: 0.8rem 1rem;
	margin-top: 2.4rem;
	margin-bottom: 2.4rem;
	border: 1px solid #000;
	text-align: center;
	color: #1f2c5c;
	font-weight: bold;
	font-size: 1.8rem;
}
.shizuoka_lp_eventbooth .hd02 {
	padding-left: 0.6rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-left: 4px solid #ed6100;
	font-size: 1.4rem;
	font-weight: bold;
}
.shizuoka_lp_eventbooth .hd03 {
	padding: 0.8rem 1rem;
	margin-top: 2.4rem;
	margin-bottom: 2.4rem;
	border: 1px solid #ff0000;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.6rem;
}
.shizuoka_lp_eventbooth .img {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}