<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;}


/* !Base Fonts -------------------------------------------------------------- */
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 {
  text-decoration: underline;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&amp;Safari */
}
/* !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;}

.pc {
  display: block;
}
.sp {
  display: none !important;
}
/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 10px;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  color: #000;
}
.Abolition{
  font-family: 'AbolitionW00-Regular', sans-serif;
}
@font-face {
    font-family: 'AbolitionW00-Regular';
    src: url('../fonts/AbolitionW00-Regular.ttf');
}
@font-face {
  font-family: 'ashby';
  src: url('../fonts/AshbyBold.ttf');
}
.Sans{
  font-family: source-han-sans-japanese, sans-serif;
}
.Serif{
  font-family: ashby, sans-serif;
}

/* !wrapper
---------------------------------------------------------- */
#player_lp_wrapper {
 position: relative;
}
#player_lp_menu{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
  height: 102px;
}
/* !header
---------------------------------------------------------- */
#player_lp_header{
  position: absolute;
  top: 40px;
  left:40px;
  z-index: 10;
}
#player_lp_header a{
  display: inline-block;
}
#player_lp_headerLinks {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1000;
}
.player_lp_btnMenu a {
  display: block;
  width: 40px;
  height: 35px;
  box-sizing: border-box;
  position: relative;
}
.player_lp_btnMenu a span {
    display: block;
    background: #fff;
    width:40px;
    height: 5px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.player_lp_btnMenu a span:first-child {
  top: 0;
}
.player_lp_btnMenu a span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
.player_lp_btnMenu a span:last-child {
  bottom: 0;
  width: 25px;
}
.player_lp_btnMenu.active a span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.player_lp_btnMenu.active a span:nth-child(2) {
    opacity: 0;
}

.player_lp_btnMenu.active a span:last-child {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    -moz-transform: translateY(-20px) rotate(-45deg);
    -ms-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  width: 40px;
}
/* !gNavi
---------------------------------------------------------- */
    
#player_lp_gNavi{
  display: none;
  position: absolute;
  top:0;
  right: 0;
  z-index: 99;
  height: 100vh;
  min-width: 288px;
  background-color: rgba(0, 75, 147, 0.9);
}
#player_lp_gNavi ul{
  padding: 140px 0 0 40px;
  box-sizing: border-box;
  height: 100vh;
  position: relative;
}
.player_lp_close{
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
}
#player_lp_gNavi ul li {
  margin-bottom: 32px;
}
#player_lp_gNavi ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
}
#player_lp_gNavi ul li a span{
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-top: 4px;
  font-weight: normal;
}
#player_lp_gNavi ul li a:hover{
  transition: all 0.5s;
  text-decoration: underline;
}



/* !player_lp_mainVisual
---------------------------------------------------------- */
#player_lp_mainVisual{
  position: relative;
}
#player_lp_mainVisual img{
  width: 100%;
}
.player_lp_radis{
  position: fixed;
  right: 64px;
  top: calc(100vh - 200px);
  z-index: 80;
}
.player_lp_radis .player_lp_btn{
  border-radius: 50%;
  border: 5px solid #001976;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 185px;
  height: 185px;
  color: #fff;
  font-size: 1.2rem;
  background: url('../image/arrow.svg')no-repeat bottom 20px center;
  background-color: #004B93;
  background-size: 24px auto;
  padding-bottom: 32px;
  box-sizing: border-box;
}
.player_lp_radis .player_lp_btn span{
  font-size: 27px;
  display: block;
}
.player_lp_radis a:hover{
  transition: all 0.5s;
  text-decoration: none;
  background: url('../image/arrow_white.svg')no-repeat bottom 20px center;
  background-size: 24px auto;
  color: #001976;
  background-color: #fff;
}

.scrollBtn{
  text-align: center;
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 2.24rem;
}
.scrollBtn span{
  position: relative;
  padding-bottom: 24px;
  box-sizing: border-box;
}
.scrollBtn span:before{
  position: absolute;
  bottom: 0;
  content: '';
  right: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
.anchor{
  display: block;
  margin-top: -96px;
  padding-top: 96px;
}
.scrollBtn:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
/* !player_lp_footer
---------------------------------------------------------- */
.player_lp_uni {
  padding: 150px 0;
}
.player_lp_uni.b {
  color: #fff;
}
.player_lp_uni .tit-img {
  display: block;
  margin: 0 auto;
  padding-right: 189px;
}
.player_lp_uni .main {
  width: 940px;
  margin: 30px auto 60px;
  position: relative;
}
.player_lp_uni .main p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.player_lp_uni .main img {
  margin-top: -100px;
}
.tit {
  font-size: 56px;
  text-align: center;
}
.sub {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.sub::after {
  content: "";
  width: 80px;
  height: 5px;
  background: #DC000C;
  position: absolute;
  left: calc(50% - 40px);
  bottom: -20px;
}
.player_lp_uni .slider {
  width: 1150px;
  margin: 0 auto;
  padding: 70px 0 50px;
}
.player_lp_uni .slider li {
  margin: 0 25px;
}
.player_lp_uni .slider .p1 {
  font-size: 35px;
  color: #001976;
  text-align: center;
}
.player_lp_uni.b .slider .p1 {
  color: #fff;
}
.player_lp_uni .slider .p2 {
  font-size: 16px;
  font-weight: bold;
}
.player_lp_uni .slider .slick-dots {
  bottom: -50px;
}
.player_lp_uni .slider .slick-dots li {
  width: 110px;
  height: 50px;
  background: #001976;
  border: 2px solid #001976;
  border-radius: 5px;
  margin: 0 5px;
  position: relative;
}
.player_lp_uni.b .slider .slick-dots li {
  background: #004B93;
  border: 2px solid #004B93;
}
.player_lp_uni .slider .slick-dots li.slick-active {
  background: #fff;
}
.player_lp_uni .slider .slick-dots li::after {
  font-family: "ashby";
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.player_lp_uni .slider .slick-dots li.slick-active::after {
  color: #001976;
}
.player_lp_uni .slider .slick-dots li:nth-child(1):after {
  content: "2012";
}
.player_lp_uni .slider .slick-dots li:nth-child(2):after {
  content: "2013";
}
.player_lp_uni .slider .slick-dots li:nth-child(3):after {
  content: "2014";
}
.player_lp_uni .slider .slick-dots li:nth-child(4):after {
  content: "2015";
}
.player_lp_uni .slider .slick-dots li:nth-child(5):after {
  content: "2016";
}
.player_lp_uni .slider .slick-dots li:nth-child(6):after {
  content: "2017";
}
.player_lp_uni .slider .slick-dots li:nth-child(7):after {
  content: "2018";
}
.player_lp_uni .slider .slick-dots li:nth-child(8):after {
  content: "2019";
}
.player_lp_uni .slider .slick-dots li:nth-child(9):after {
  content: "2020";
}
.player_lp_uni .slick-prev {
  background-image: url(../image/btn_prev.svg);
}
.player_lp_uni .slick-next {
  background-image: url(../image/btn_next.svg);
}
.player_lp_uni.b .slick-prev {
  background-image: url(../image/btn_prev_w.svg);
}
.player_lp_uni.b .slick-next {
  background-image: url(../image/btn_next_w.svg);
}

.player_lp_inner{
  max-width: 1000px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.player_lp_top{
  background: url('../image/pc_back.jpg')no-repeat center center;
  min-height: 960px;
  background-size: cover;
  padding: 80px 0 108px;
  box-sizing: border-box;
  border-bottom: 16px solid #001976;
  text-align: center;
}
.player_lp_info_btn {
  margin: 70px auto 0;
}
.player_lp_title{
  position: relative;
  background: url('../image/title01.svg')no-repeat center;
  background-size: contain;
  min-height: 288px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player_lp_title span{
  color: #001976;
  font-size: 4rem;
  font-weight: 700;
}
.player_lp_sub{
  font-size: 4.8rem;
  font-weight: bold;
  margin: 24px auto 40px;
}
.player_lp_info{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.92;
  letter-spacing: 0.15em;
}
.player_lp_stripe{
  background: repeating-linear-gradient(-90deg,#F5F8FB 0,#F5F8FB 35px,#fff 35px,#fff 70px);
}
.player_lp_stripe.b{
  background: repeating-linear-gradient(-90deg,#171717 0,#171717 35px,#242424 35px,#242424 70px);
}
.player_lp_sale{
  background-color: #000;
  padding: 96px 0;
}

.player_lp_mito{
  background-color: #004B93;
  padding: 100px 0;
  border-top: 30px solid #004B93;
  border-bottom: 30px solid #004B93;
}
.player_lp_mito .player_lp_atrae_btn a {
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.16);
}
.player_lp_sale .player_lp_title{
  background: url('../image/title03.svg')no-repeat center center;
  background-size: contain;
  margin-bottom: 80px;
}
.player_lp_sale .player_lp_title span {
  color: #FFEC00;
  font-size: 50px;
}
.player_lp_left{
  float: left;
  width: 50%;
  padding: 20px 68px 0;
  box-sizing: border-box;
  text-align: center;
}
.player_lp_right{
  float: right;
  width: 50%;
  padding: 20px 68px 0;
  box-sizing: border-box;
  text-align: center;
}
.player_lp_ovh{
  overflow: hidden;
  padding: 0 40px;
  box-sizing: border-box;
}

.player_lp_flexs{
  display: flex;
  align-items: center;
  justify-content: center;
}

.player_lp_number ul{
  margin-left: -8px;
}
.player_lp_number ul li{
  float: left;
  width: 50%;
  padding-left:8px;
  box-sizing: border-box;
}
.player_lp_atrae_sub{
  text-align: center;
  border-radius: 32px;
  border: 1px solid #001976;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  max-width: 138px;
  margin: 0 auto 48px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player_lp_atrae_images{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 48px;
  box-sizing: border-box;
}
.player_lp_atrae_images p{
  padding: 0 16px;
  box-sizing: border-box;
}
.player_lp_atrae_list{
  margin-top: 48px;
  padding: 0 88px;
  box-sizing: border-box;
}
.player_lp_atrae_title{
  font-size: 1.44rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 7px 0;
}
.player_lp_atrae_list dl{
  display: table;
  width: 100%;
}
.player_lp_atrae_border{
  padding-bottom: 32px;
  margin-bottom: -16px;
}
.player_lp_atrae_list dl dt,
.player_lp_atrae_list dl dd{
  display: table-cell;
  font-weight: bold;
  padding: 12px 0 16px;
  vertical-align: middle;
}
.player_lp_atrae_list dl dt{
  width: 50%;
  font-size: 2.08rem;
}
.player_lp_atrae_list dl dt p{
  background: url(../image/arrow.png)no-repeat right 28px center;
  background-size: 15px auto;
}
.player_lp_atrae_list dl dt p b{
  padding: 0 16px;
  box-sizing: border-box;
}
.player_lp_mito .player_lp_atrae_list dl dt p{
  background: url(../image/arrow_white.svg)no-repeat right center;
  background-size: 15px auto;
  font-size: 26px;
  margin-right: 10px;
}

.player_lp_atrae_list dl dt span{
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;
}
.player_lp_atrae_list dl dd{
  font-size: 14px;
  text-align: right;
}
.player_lp_atrae_list dl dd span{
  font-weight: normal;
  font-size: 44px;
  display: inline-block;
  margin-right: 9px;
  letter-spacing: 0.05em;
}

.player_lp_atrae_btn{
  text-align: center;
}
.player_lp_atrae_btn a{
  color: #fff;
  border: 2px solid #004B93;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 304px;
  height: 62px;
  font-weight: bold;
  background: url('../image/atrae_btn.svg')no-repeat right 14px center;
  background-size: 32px auto;
  background-color: #001976;
  margin: 0 auto;
  padding-right: 48px;
  box-sizing: border-box;
  font-size: 2.08rem;
}
.sec .player_lp_atrae_btn a {
  background: url('../image/atrae_btn02.svg')no-repeat right 14px center;
  background-color: #fff;
  color: #001976;
  border: 2px solid #001976;
}
.player_lp_atrae_btn a:hover{
  transition: all 0.5s;
  text-decoration: none;
  background: url('../image/atrae_btn02.svg')no-repeat right 14px center;
  background-size: 32px auto;
  background-color: #fff;
  color: #001976;
  border: 2px solid #001976;
}
.sec .player_lp_atrae_btn a:hover {
  background: url('../image/atrae_btn.svg')no-repeat right 14px center;
  background-color: #001976;
  border: 2px solid #004B93;
  color: #fff;
}

.player_lp_mito .player_lp_ovh h3,
.player_lp_mito .player_lp_ovh p,
.player_lp_mito .player_lp_atrae_list dl dt,
.player_lp_mito .player_lp_atrae_list dl dd{
  color: #000;
}

.player_lp_mito .player_lp_atrae_title {
    background-color: #001976;
    color: #fff;
}
.player_lp_atrae_title_sub {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.player_lp_mito .player_lp_atrae_border {
    border-bottom: 2px solid #000;
}
.player_lp_mito .player_lp_atrae_sub {
    border: 1px solid #001976;
    background-color: #001976;
}
.player_lp_mito .sec .player_lp_atrae_sub {
  background-color: #fff;
  color: #001976;
}

.player_lp_sale_box{
  margin-bottom: 40px;
}
.player_lp_sale_sub{
  text-align: center;
  border-bottom: 5px solid #000;
  font-size: 1.44rem;
  font-weight: bold;
  background-color: #004B93;
  color: #fff;
  padding: 8px 0 7px;
}
.player_lp_sale_box dl{
  display: table;
  width: 100%;
}
.player_lp_sale_box dl dt,.player_lp_sale_box dl dd{
  display: table-cell;
  color: #000;
  border-bottom: 5px solid #000;
  font-weight: bold;
    vertical-align: middle;
}
.player_lp_sale_box dl dt{
  width: 355px;
}
.player_lp_sale_box dl dt p{
  background-color:#E4E4E4;
  text-align: center;
  font-size: 1.2rem;
  padding: 8px 0 7px;
}
.player_lp_sale_box dl dd{
  padding-left: 5px;
}
.player_lp_sale_box dl dd p{
  background-color: #fff;
  padding: 8px 0 7px;
  text-align: center;
  font-size: 1.12rem;
}
.player_lp_sale_box dl dd a{
  display: block;
}


.qa {
  padding: 60px 0 80px;
  border-bottom: 20px solid #004B93;
}
.qa .tit {
  font-size: 40px;
  font-weight: bold;
}
.qa img {
  display: block;
  margin: 50px auto 20px;
}
.qa .p3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.goods {
  padding: 60px;
  color: #fff;
}
.goods img {
  display: block;
  margin: 50px auto 0;
}

.player_lp_follow{
  background-color: #E4E4E4;
  padding: 30px 0 29px;
}
.player_lp_us{
  text-align: center;
  color:#001976;
  font-size: 1.9rem;
  letter-spacing: 0.1em; 
}
.player_lp_follow ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.player_lp_follow ul li{
  margin: 0 16px;
  text-align: center;
}
.player_lp_follow ul li a span{
  display: block;
  font-size: 1.12rem;
  letter-spacing: 0.1em;
  color:#001976;
  margin-top: 5px;
}
.player_lp_follow ul li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
/* !player_lp_footer
---------------------------------------------------------- */
#player_lp_footer {
  background-color: #004B93;
  padding: 15px 0 26px;
  color: #fff;
}
.pageTop {
  text-align: center;
  padding-top: 16px;
}
.pageTop a{
  display: block;
  font-size: 1.44rem;
  letter-spacing: 0.1em;
  color:#fff;
}
.pageTop a span{
  position: relative;
  padding-top: 16px;
}
.pageTop a span:before{
  position: absolute;
  top: 0;
  content: '';
  right: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-45deg);
}
.pageTop a:hover{
  text-decoration: none;
}
.player_lp_footer_img{
  text-align: center;
  margin: 38px 0 43px;
}
.hide {
  display: none;
}
#copyright{
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.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;
}
/*** タブレット 768x ~ 959px***/
@media screen and (min-width: 959px) {
.player_lp_authe{
  padding: 16px 0 0;
}
.player_lp_atrae_list {
    padding: 0 64px;
}
}</pre></body></html>