<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;}

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


*{
	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-size: 1.6rem;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}

.pc {
	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&amp;Safari */
}
a:hover {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&amp;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{
	backgorund-color:#B6003D;
}

.fagiano_okayama_lp_inner{
	padding:0 20px;
}
.fagiano_okayama_lp_hdL{
	color:#B6003D;
	font-size:1.8rem;
	font-weight: bold;
}

/* !wrapper
---------------------------------------------------------- */
#fagiano_okayama_lp_wrapper {
	position: relative;
	overflow: hidden;
	padding-bottom:60px;
	width:100%;
	min-height: 100vh;
}

/* !header
---------------------------------------------------------- */
#fagiano_okayama_lp_header {
	display:flex;
	align-items: center;
	position: relative;
	z-index: 99;
	padding:0 20px;
	height:40px;
	background:#B6003D;
}
.fagiano_okayama_lp_headLogo {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fagiano_okayama_lp_headLogo img{
	height:30px;
	margin-right: 12px;
}
#fagiano_okayama_lp_header .headlink{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
}
#fagiano_okayama_lp_header .headlink img{width:100%;}

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

/* !fagiano_okayama_lp_top
---------------------------------------------------------- */
.fagiano_okayama_lp_top {
	padding:50px 0;
	background:url(../image/background_sp.jpg) no-repeat center;
	background-size:cover;
	text-align: center;
}
.fagiano_okayama_lp_top .logo{
	margin-bottom:20px;
}
.fagiano_okayama_lp_top .logo img{height:110px;}
.fagiano_okayama_lp_top .txt{
	color:#fff;
	font-size:2rem;
	font-weight: bold;
}

/* !fagiano_okayama_lp_sponsor
---------------------------------------------------------- */
.fagiano_okayama_lp_sponsor {
	padding:50px 0;
}
.fagiano_okayama_lp_sponsor .fagiano_okayama_lp_hdL{
	margin-bottom:20px;
	text-align: center;
}
.fagiano_okayama_lp_sponsor .sponsors{
	margin-bottom:50px;
	text-align: center;
	font-size:0;
}
.fagiano_okayama_lp_sponsor .sponsors img{
	display: inline-block;
	vertical-align: middle;
	/*margin:0;
	width:20%;*/
	margin: 10px;
    width: 18%;
}

.fagiano_okayama_lp_sponsor .service ul{
	margin-bottom:25px;
}
.fagiano_okayama_lp_sponsor .service li{
	margin-bottom:20px;
	font-size:1.4rem;
	color:#B6003D;
}
.fagiano_okayama_lp_sponsor .service li:after{
	content:"";
	display: block;
	clear: both;
}
.fagiano_okayama_lp_sponsor .service li .img{
	float:left;
	margin-right:15px;
	width:100px;
}
.fagiano_okayama_lp_sponsor .service li .txt{
	overflow:hidden;
}
.fagiano_okayama_lp_sponsor .endNote{
	font-size:1rem;
}

/* !fagiano_okayama_lp_free_watch
---------------------------------------------------------- */
.fagiano_okayama_lp_free_watch{
	padding:50px 20px;
	background:#111;
	color:#fff;
	font-size:1.5rem;
}
.fagiano_okayama_lp_free_watch .con{
	margin-bottom:20px;
}
.fagiano_okayama_lp_free_watch .con img{
	float:left;
	margin:0 20px;
}
.fagiano_okayama_lp_free_watch .info{
	overflow:hidden;
	font-weight: bold;
}
.fagiano_okayama_lp_free_watch .price{
	font-size:2.8rem;
}


/* !fagiano_okayama_lp_faq
---------------------------------------------------------- */
.fagiano_okayama_lp_faq {
	padding:50px 0;
}
.fagiano_okayama_lp_faq_tit{
	display: flex;
	align-items: center;
	justify-content: center;
	height:60px;
	background:#B6003D;
	text-align: center;
	color:#fff;
	font-size:2rem;
	font-weight: bold;
}
.fagiano_okayama_lp_faq ul{margin-bottom:30px;}
.fagiano_okayama_lp_faq li{margin-bottom:30px;}
.fagiano_okayama_lp_faq li .quest{
	margin-bottom:10px;
	padding:8px 10px;
	background:#0C161D;
	color:#fff;
	font-size:1.6rem;
	font-weight: bold;
}
.fagiano_okayama_lp_faq .btns a{
	display:block;
	margin-bottom:30px;
	width:100%;
	padding-right:25px;
	background:url(../image/ico_arr_link.svg) no-repeat 96% center #0C161D;
	color:#fff;
	font-size:1.8rem;
	font-weight: bold;
}
.fagiano_okayama_lp_faq .btns span{
	display:block;
	padding:8px 10px 8px 45px;
	background:url(../image/logo_dazn.svg) no-repeat 10px center;
	background-size:24px;
}

/* !fagiano_okayama_lp_footer
---------------------------------------------------------- */
#fagiano_okayama_lp_footer {
	padding:50px 0 80px;
	background: #B6003D;
	text-align: center;
	color:#fff;
}
#fagiano_okayama_lp_footer h2{
	margin-bottom:30px;
	font-size: 1.4rem;
    font-weight: bold;
}
#fagiano_okayama_lp_footer .sns{
	margin-bottom:30px;
	font-size:0;
}
#fagiano_okayama_lp_footer .sns a{
	display: inline-block;
	vertical-align: top;
	margin-bottom:45px;
	width:33.33%;
	color:#fff;
	font-size:1.4rem;
    font-weight: bold;
}
#fagiano_okayama_lp_footer .sns img{
	display: block;
	margin:0 auto 10px;
	width:60px;
}
.fagiano_okayama_lp_footlogo{margin-bottom:12px;}
.fagiano_okayama_lp_footlogo a{
	display:block;
	color:#fff;
	font-size:1.2rem;
}
.fagiano_okayama_lp_footlogo img{
	margin-bottom:30px;
	height:200px;
}
#fagiano_okayama_lp_copyright{
	font-size:1.2rem;
}
.pt10{
	padding-top: 10px;
}
</pre></body></html>