@charset "utf-8";
@font-face {
    font-family: 'DAZN Trim';
    src: url('../font/DAZNTrim-Medium.eot');
    src: url('../font/DAZNTrim-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/DAZNTrim-Medium.woff2') format('woff2'),
        url('../font/DAZNTrim-Medium.woff') format('woff'),
        url('../font/DAZNTrim-Medium.ttf') format('truetype'),
        url('../font/DAZNTrim-Medium.svg#DAZNTrim-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DAZN Trim';
    src: url('../font/DAZNTrim-SemiBold.eot');
    src: url('../font/DAZNTrim-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/DAZNTrim-SemiBold.woff2') format('woff2'),
        url('../font/DAZNTrim-SemiBold.woff') format('woff'),
        url('../font/DAZNTrim-SemiBold.ttf') format('truetype'),
        url('../font/DAZNTrim-SemiBold.svg#DAZNTrim-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DAZN Trim';
    src: url('../font/DAZNTrim-ExtraBold.eot');
    src: url('../font/DAZNTrim-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/DAZNTrim-ExtraBold.woff2') format('woff2'),
        url('../font/DAZNTrim-ExtraBold.woff') format('woff'),
        url('../font/DAZNTrim-ExtraBold.ttf') format('truetype'),
        url('../font/DAZNTrim-ExtraBold.svg#DAZNTrim-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DAZN Trim';
    src: url('../font/DAZNTrim-Regular.eot');
    src: url('../font/DAZNTrim-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/DAZNTrim-Regular.woff2') format('woff2'),
        url('../font/DAZNTrim-Regular.woff') format('woff'),
        url('../font/DAZNTrim-Regular.ttf') format('truetype'),
        url('../font/DAZNTrim-Regular.svg#DAZNTrim-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DAZN Trim';
    src: url('../font/DAZNTrim-Bold.eot');
    src: url('../font/DAZNTrim-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/DAZNTrim-Bold.woff2') format('woff2'),
        url('../font/DAZNTrim-Bold.woff') format('woff'),
        url('../font/DAZNTrim-Bold.ttf') format('truetype'),
        url('../font/DAZNTrim-Bold.svg#DAZNTrim-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* !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%;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.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;}

*{ 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	color: #000;
	background: #FFF;
	/*font-family: "Noto Sans JP", sans-serif;*/
    font-family: 'DAZN Trim';
    font-weight: normal;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}
.NotoSansJP{
	font-family: "Noto Sans JP", sans-serif;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
 
.hide {
  display: none;
}

a {
	color: #000;
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
} 
a:hover { 
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.op:hover {
  opacity: .7;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.bgPinkRed{
	background-color:#B6003D;
}

.dazn_shimizu_lp_inner{
	margin:auto;
	max-width:880px;
}
.dazn_shimizu_lp_hdL{
	color:#F29600;
	font-size:2.4rem;
	font-weight: bold;
}

/* !wrapper
---------------------------------------------------------- */
#dazn_shimizu_lp_wrapper {
	position: relative;
	min-width: 1024px;
	overflow: hidden;
	width:100%;
	min-height: 100vh; 
	padding-top: 70px;
}
/* !header
---------------------------------------------------------- */
#dazn_shimizu_lp_header {
	top: 0;
	left: 0;
	display:flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	position: fixed;
	width: 100%;
	z-index: 99;
	padding:0 50px;
	height:70px;
	background:#FF8709;
}
.dazn_shimizu_lp_headLogo {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dazn_shimizu_lp_headLogo img{
	height:50px;
	margin-right: 10px;
}
.dazn_shimizu_lp_header_box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.dazn_shimizu_lp_header_font{
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.dazn_shimizu_lp_header_font span{
	display: block;
	font-size: 2.4rem;
	color: #002D55;
	line-height: 1.2;
}




/* !dazn_shimizu_lp_mainVisual
---------------------------------------------------------- */ 
#dazn_shimizu_lp_mainVisual img {
	width: 100%;
}

/* !dazn_shimizu_lp_top
---------------------------------------------------------- */
.dazn_shimizu_lp_top {
	padding:80px 0 89px;
	background:url('../image/background_pc.jpg') no-repeat center;
	background-size:cover;
}
.dazn_shimizu_lp_top .dazn_shimizu_lp_inner{
	display:flex;
	align-items: center;
	max-width: 810px;
}
.dazn_shimizu_lp_top .logo{
	margin-right:50px;
	min-width: 156px;
}
.dazn_shimizu_lp_top .title{ 
	color:#FF8709;
	font-size:3rem;
	line-height: 1.33;
	font-weight: bold;
}
.dazn_shimizu_lp_top .text{ 
	padding-top: 15px;
	color:#fff;
	font-size:1.6rem;
}

/* !dazn_shimizu_lp_sponsor
---------------------------------------------------------- */
.dazn_shimizu_lp_sponsor {
	padding:80px 0; 
} 
.dazn_shimizu_lp_sponsor .dazn_shimizu_lp_hdL{
	margin-bottom:30px;
	text-align: center;
}
.dazn_shimizu_lp_sponsor .sponsors{
	margin-bottom:50px;
	text-align: center;
	font-size:0;
	max-width: 700px;
	margin: 0 auto;
}
.dazn_shimizu_lp_sponsor .sponsors img{
	display: inline-block;
	vertical-align: middle;
	margin:0;
	width:14.2%;
}  
.dazn_shimizu_lp_sponsor .service.dazn_shimizu_lp_inner{
	max-width:980px;
}
.dazn_shimizu_lp_sponsor .service ul{
	margin:0 0 45px -40px;
}
.dazn_shimizu_lp_sponsor .service li{
	float:left;
	padding-left:40px;
	width:33.33%;
	font-size:1.4rem;
	font-weight: normal;
}
.dazn_shimizu_lp_sponsor .service li .img{
	margin-bottom:20px;
}

/* !dazn_shimizu_lp_free_watch
---------------------------------------------------------- */
.dazn_shimizu_lp_bg{
	background:url('../image/bg-earth01.png') no-repeat top 72px right;
}
.dazn_shimizu_lp_free_watch{
	padding: 0;
}
.dazn_shimizu_lp_hdm{
	text-align: center;
	color: #fff;
	background-color: #FF8709;
	font-weight: bold;
	font-size: 2.4rem;
	padding: 18px 0;
	position: relative;
}
.dazn_shimizu_lp_text{
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	padding-bottom: 27px;
	padding-top: 75px;
}
.dazn_shimizu_lp_table01{
	width: 66%;
	max-width: 710px;
	margin: 0 auto;
    border-collapse: separate;
}
.dazn_shimizu_lp_table01{
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	box-sizing: border-box;
}
.dazn_shimizu_lp_table01 .rightBorder{
	border-right: 2px solid #fff;
	box-sizing: border-box;
}
.dazn_shimizu_lp_table01 .rightBorderff{
	border-right: 2px solid #000;
	box-sizing: border-box;
}
.dazn_shimizu_lp_table01 th,
.dazn_shimizu_lp_table01 td{
	font-weight: bold;
	font-size: 2.8rem;
	text-align: center;
	height: 78px;
}
.dazn_shimizu_lp_table01 td font{font-size: 1.6rem}
.dazn_shimizu_lp_table01 tbody td{background: #fff}
.dazn_shimizu_lp_table01 thead td,
.dazn_shimizu_lp_table01 tbody th{
	background: #000;
	color: #fff;
	font-weight: 600;
}
.dazn_shimizu_lp_table01 tbody th{
	font-size: 1.8rem;
	padding-top: 4px;
}
.dazn_shimizu_lp_free_watch .link{text-align: center;padding-top: 25px}
.dazn_shimizu_lp_free_watch .link a{display: inline-block;}
.dazn_shimizu_lp_free_watch .link img{margin: 0 auto;width: 420px;}

.dazn_shimizu_lp_doco{
	margin: 64px 0 0;
	text-align: center;
	position: relative;
	padding-bottom: 35px;
}
.dazn_shimizu_lp_doco:before{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../image/doco_icon.svg')no-repeat center center;
	content: '';
	width: 100%;
	height: 25px;
}

.dazn_shimizu_lp_doco_font01{
	font-size: 3rem;
	font-weight: bold;
}
.dazn_shimizu_lp_doco_font01 span{
	color: #D70C18;
}
.dazn_shimizu_lp_doco_font02{
	font-size: 1.6rem;
	margin: 8px 0 0;
}
.dazn_shimizu_lp_price{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
}
.dazn_shimizu_lp_doco_font03{
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
}
.dazn_shimizu_lp_doco_font03:before{
	position: absolute;
	top: 0;
	left: -10px;
	right: 0;
	margin:auto;
	background: url('../image/flase.svg')no-repeat left  0;
	width: 167px;
	height: 29px;
	content: '';
}
.fontRed{
	color: #FF0000;
}
.dazn_shimizu_lp_doco_font03 span{
	display: inline-block;
	font-size: 2.3rem;
}
.dazn_shimizu_lp_doco_font04{
	padding: 0 12px;
}
.dazn_shimizu_lp_doco_font05{
	font-size: 1.7rem;
	font-weight: bold;
	color: #D70C18;
}
.dazn_shimizu_lp_doco_font05 span{
	display: inline-block;
	font-size: 3.7rem;
}
.dazn_shimizu_lp_img{
	text-align: center;
	margin-top: 80px;
}

.dazn_shimizu_lp_about{
	background-color: #000;
}
.dazn_shimizu_lp_about_item{
	padding: 75px 0 0;
}
.dazn_shimizu_lp_about_title{
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 47px;
}
.dazn_shimizu_lp_about_list{
	text-align: center;
	padding-bottom: 80px;
	max-width: 990px;
    margin: 0 auto;
    width: 100%;
}
.dazn_shimizu_lp_about_list ul li{
	float: left;
    width: 100px;
}
.dazn_shimizu_lp_about_list ul li img{
	width: 100%;
}

.dazn_shimizu_lp_about_area{
	display: flex;
	align-items: center;
	justify-content: center;
}
.dazn_shimizu_lp_about_area .width50{
	width: 50%;
}
.dazn_shimizu_lp_about_ovh{
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../image/what_dazn_01_black.jpg')no-repeat center center;
	background-size: cover;
	text-align: center;
}
.dazn_shimizu_lp_about_ovh02{
	background: url('../image/what_dazn_02_black.jpg')no-repeat center center;
	background-size: cover;
}
.dazn_shimizu_lp_about_ovh03{
	background: url('../image/what_dazn_03_black.jpg')no-repeat center center;
	background-size: cover;
}
.dazn_shimizu_lp_about_ovhimg h3{
	color: #FF8709;
	font-size: 2.4rem;
	margin-bottom: 30px;
	font-weight: bold;
}
.dazn_shimizu_lp_about_ovhimg p{
	color: #fff;
	font-size: 1.8rem;
}

/* !dazn_shimizu_lp_touroku
---------------------------------------------------------- */
.dazn_shimizu_lp_touroku{
	padding: 0 0 80px;
	background:url(../image/touroku_bg_pc.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}
.dazn_shimizu_lp_touroku .dazn_shimizu_lp_inner{max-width: 890px}
.dazn_shimizu_lp_touroku_ul{margin-left: -30px;overflow: hidden;}
.dazn_shimizu_lp_touroku_li{
	padding-left: 30px;
	box-sizing: border-box;
	float: left;
	width: 25%;
}
.dazn_shimizu_lp_touroku_li .box{
	position: relative;
	box-sizing: border-box;
	z-index: 100;
	padding-top: 19px;
}
.dazn_shimizu_lp_touroku_li .title{
	position: absolute;
	top: 0;
	left: -19px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 38px;
	width: 38px;
	border-radius: 50%;
	background: #FF8709;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
}
.dazn_shimizu_lp_touroku_li .text{
	font-weight: bold;
	font-size: 1.4rem;
	padding-top: 12px;
	color: #000000;
}
.dazn_shimizu_lp_touroku .dazn_shimizu_lp_text{
	color: #FF8709;
}
.dazn_shimizu_lp_touroku_vedio{
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dazn_shimizu_lp_touroku_vedio_item{
	flex: 0 0 50%;
	font-size: 1.6rem;
	text-align: center;
	color: #000;
}
.dazn_shimizu_lp_touroku_vedio_item:nth-child(2){
	margin-left: 40px;
}

.dazn_shimizu_lp_touroku_vedio_item a{
	display: block;
	margin-top: 10px;
	border: 2px solid #fff;
}


/* !dazn_shimizu_lp_footer
---------------------------------------------------------- */
#dazn_shimizu_lp_footer {
	padding:80px 0 170px;
	background: url('../image/footer_bg_pc.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
	color:#fff;
}
#dazn_shimizu_lp_footer h2{
	margin-bottom:30px;
	font-size: 2rem;
}
#dazn_shimizu_lp_footer .sns{margin-bottom:80px;}
#dazn_shimizu_lp_footer .sns a{
	display: inline-block;
	vertical-align: top;
	margin: 0 40px;
	color:#fff;
	font-size:1.4rem;
}
#dazn_shimizu_lp_footer .sns a:hover,
.dazn_shimizu_lp_footlogo a:hover{opacity: .7}
#dazn_shimizu_lp_footer .sns img{
	display: block;
	margin:0 auto 10px;
	width:60px; 
}
.dazn_shimizu_lp_footlogo{margin-bottom:10px;}
.dazn_shimizu_lp_footlogo a{
	display:block;
	color:#fff;
	font-size: 1rem
}
.dazn_shimizu_lp_footlogo a.logo{
	display: inline-block;
}
.dazn_shimizu_lp_footlogo img{
	margin-bottom:30px;
	height:116px;
}
#dazn_shimizu_lp_copyright{
	font-size:1rem;
}


/*fancybox*/
.fancybox-skin{
	padding: 0!important;
	background: none;
	box-shadow: none!important
}

.video_wrap {
	width: 730px;
}
.video_box {
	margin: auto;
    width: 100%;
    padding-top: 55.8%;
    height: 0;
    position: relative;
}
.video_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dazn_shimizu_lp_sales {
	padding: 80px 0 0;
}

.dazn_shimizu_lp_sales_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.dazn_shimizu_lp_sales_left {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 62.5%;
	height: 156px;
	background: #002D55;
	box-sizing: border-box;
	font-size: 5rem;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
}
.dazn_shimizu_lp_sales_left span {
	font-size: 4.2rem;
	color: #FF8709;
}

.dazn_shimizu_lp_sales_right {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 36.36%;
	height: 156px;
	background: #002D55;
	box-sizing: border-box;
	color: #fff;
}

.dazn_shimizu_lp_sales_right dl {
	display: flex;
	align-items: center;
}

.dazn_shimizu_lp_sales_right dl dt {
	width: 27px;
	font-size: 2.7rem;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	margin-right: 10px;
}

.dazn_shimizu_lp_sales_right dl dd {
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}

.dazn_shimizu_lp_sales_right dl dd span {
	font-size: 6.3rem;
}

.dazn_shimizu_lp_sales_dl {
	display: flex;
	align-items: center;
	margin: 20px 0 40px;
}

.dazn_shimizu_lp_sales_dl dt {
	width: 120px;
	background: #FF8709;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-right: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dazn_shimizu_lp_sales_dl dt:after {
	background: url(../image/bg_sales.png) left center no-repeat;
	background-size: 30px 100%;
	width: 30px;
	height: 100%;
	left: 100%;
	top: 0;
	z-index: 2;
	content: '';
	position: absolute;
}

.dazn_shimizu_lp_sales_dl dd {
	width: calc(100% - 160px);
	font-size: 3.8rem;
	line-height: 1.26;
	color: #002D55;
	font-weight: bold;

}

.dazn_shimizu_lp_sales_dl dd span {
	color: #FF8709;

}


.dazn_shimizu_lp_sales_price {
	display: flex;
	align-items: flex-end;
}

.dazn_shimizu_lp_sales_price dt {
	width: 80px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	background: #000000;
	color: #fff;
}

.dazn_shimizu_lp_sales_price dd {
	width: calc(100% - 80px);
	display: flex;
	justify-content: space-between;
}

.dazn_shimizu_lp_sales_price dd {
	width: calc(100% - 80px);
}

.dazn_shimizu_lp_sales_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.dazn_shimizu_lp_sales_item {
	flex: 0 0 50%;
	 box-sizing: border-box;
}

.dazn_shimizu_lp_sales_item {
	flex: 0 0 calc(50% - 10px);
	 box-sizing: border-box;
	 border: 1px solid #000000;
}

.dazn_shimizu_lp_sales_item:nth-child(2) {
	margin-left: 4px;
	border: 1px solid #FE872A;
}

.dazn_shimizu_lp_sales_title {
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
	height: 78px;
}

.dazn_shimizu_lp_sales_item:nth-child(2) .dazn_shimizu_lp_sales_title {
	background: #FE872A;
}

.dazn_shimizu_lp_sales_title span {
	display: block;
	font-size: 2rem;
}

.dazn_shimizu_lp_sales_body {
	background: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.2;
}

.dazn_shimizu_lp_sales_item:nth-child(2) .dazn_shimizu_lp_sales_body .price {
	color: #FE872A;
}

.dazn_shimizu_lp_sales_body .price span {
	font-size: 3.4rem;
}

.sublink {
	text-align: center;
	margin-top: 30px;
}

.sublink a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 40px;
	box-sizing: border-box;
	padding-right: 17px;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	background: url(../image/ico_link.svg) right 17px center no-repeat #FE872A;
	overflow: hidden;
	padding-top: 4px;
}

.dazn_shimizu_lp_faq_inner {
	padding: 80px 40px;
}

.dazn_shimizu_lp_faq_inner dl {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.785;
}

.dazn_shimizu_lp_faq_inner dl + dl {
	margin-top: 15px;
}

.dazn_shimizu_lp_faq_inner dl dt .marker {
	color: #002D55;
}

.dazn_shimizu_lp_faq_inner dl dd .marker {
	color: #FF8709;
}

.dazn_shimizu_lp_footer_plan {
	text-align: center;
	margin-bottom: 40px;
}

.dazn_shimizu_lp_footer_plan img {
	width: 460px;
}

.dazn_shimizu_lp_footer_link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.dazn_shimizu_lp_footer_link a + a {
	margin-left: 40px;
}

.dazn_shimizu_lp_footer_link img {
	width: 260px;
}


.table-comp {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 80px;
}
.table-comp .card,
.table-comp .code {
	width: calc(50% - 20px);
}
.table-comp table {
	border-collapse: collapse;
	width: 100%;
}
.table-comp th {
	font-family: 'DAZN Trim';
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 4px 10px;
	border: 2px solid #fff;
}
.table-comp .card th {
	background: #FE872A;
}
.table-comp .code th {
	background: #002D55;
}
.table-comp .first th {
	font-size: 18px;
	width: 320px;
}
.table-comp .first td {
	width: 100px;
}
.table-comp td {
	font-family: 'DAZN Trim';
	font-weight: bold;
	color: #000;
	padding: 8px 10px;
	font-size: 14px;
	min-height: 53px;
	border: 2px solid #fff;
}
.table-comp .card td {
	background: #FFE7CE;
}
.table-comp .code td {
	background: #CCD5DD;
}
.table-comp .first td {
	background: none;
}
.table-comp td .xs {
	font-size: 12px;
	margin-top: 4px;
	display: block;
}
.table-comp tr:nth-child(4) th,
.table-comp tr:nth-child(4) td {
	height: 39px;
}
.table-comp tr:nth-child(6) th,
.table-comp tr:nth-child(6) td {
	height: 39px;
}
.table-comp tr:nth-child(5) th,
.table-comp tr:nth-child(5) td {
	height: 39px;
}
.table-comp tr:nth-child(8) th,
.table-comp tr:nth-child(8) td {
	height: 110px;
}

.button-flex {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}


.dazn_shimizu_lp_inner_2 {
	width: 75%;
	max-width: 800px;
	margin: 50px auto 0;
}
.dazn_shimizu_lp_inner_2 div {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 57%;
}
.dazn_shimizu_lp_inner_2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dazn_shimizu_lp_inner_2 p {
	font-family: 'DAZN Trim';
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 20px auto 12px;
	color: #fff;
}
.dazn_shimizu_lp_inner_2 table {
	border-collapse: separate;
  border-spacing: 2px;	
	width: 420px;
	margin: 0 auto;
}
.dazn_shimizu_lp_inner_2 tr {
	font-family: 'DAZN Trim';
	font-size: 14px;
}
.dazn_shimizu_lp_inner_2 th {
	width: 100px;
	height: 30px;
	background: #FF8709;
  color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}
.dazn_shimizu_lp_inner_2 td {
	width: 320px;
	height: 30px;
	background: #FFF;
	padding-left: 8px;
	font-weight: bold;
	padding-top: 5px;
}
.sublink p {
	text-align: center;
	margin: 20px auto 20px;
}

.plan_list {
	max-width: 712px;
	width: 100%;
	display: flex;
	margin-top: 24px;
	gap: 10px;
	justify-content: center;
	margin-inline: auto;
}
.plan_list .plan_item p {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.plan_list .table_container {
    width: 351px;
}
.plan_list .table_container p {
    color: #ffff;
    background-color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin: 16px 8px 8px;
    font-family: 'DAZN Trim';
}
.plan_list table {
    width: 100%;
    margin: 0 auto;
    display: table;
    border-collapse: separate;
    border-spacing: 8px 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}
.plan_list table td {
    font-size: 12px;
}
.plan_list table td span {
    font-size: 16px;
    font-family: 'DAZN Trim';
}
.plan_list table .td01 {
    background-color: #e6e6e6;
    font-size: 16px;
    padding: 10px 0;
    width: 96px;
}
.plan_list table .td02 {
    background-color: #e6e6e6;
    padding: 7px 0;
    width: 230px;
    font-family: 'DAZN Trim';
}
.plan_list table .td03 {
    background-color: #d0d0d0;
    padding: 7px 0;
    width: 230px;
    font-family: 'DAZN Trim';
}