<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.top-bg {
  width: 100%;
  height: 330px;
  background-image: url(../images/top_01.jpg);
  background-repeat: repeat-x;
  overflow: hidden;
}
.top-bg .top-block {
  max-width: 1032px;
  height: 330px;
  margin: auto;
  background-image: url(../images/top_03.jpg);
  position: relative;
  text-align: center;
}
.top-bg .top-block::before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: -140px;
  width: 140px;
  height: 330px;
  background-image: url(../images/top_02.jpg);
}
.top-bg .top-block::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  right: -140px;
  width: 140px;
  height: 330px;
  background-image: url(../images/top_04.jpg);
}
.top-bg2 {
  width: 100%;
  height: 330px;
  background-image: url(../images/top_01.jpg);
  background-repeat: repeat-x;
  overflow: hidden;
}
.top-bg2 .top-block {
  max-width: 1032px;
  height: 330px;
  margin: auto;
  background-image: url(../images/top_bg2_03.jpg);
  position: relative;
  text-align: center;
}
.top-bg2 .top-block::before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: -140px;
  width: 140px;
  height: 330px;
  background-image: url(../images/top_02.jpg);
}
.top-bg2 .top-block::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  right: -140px;
  width: 140px;
  height: 330px;
  background-image: url(../images/top_04.jpg);
}
.top-all {
  position: relative;
  color: #fff;
  margin-left: 35%;
}

.top-pname {
  font-size: 60px;
  line-height: 60px;
  color: #000;
  text-align: left;
  margin-left: 91px;
  margin-bottom: 20px;
}
.top-pname .top-ver {
  font-size: 36px;
}

.top-new {
  font-size: 20px;
  color: #dc0000;
  line-height: 36px;
  padding-top: 7px;
  text-align: left;
  margin-left: 50px;
}

.new-jpn {
  margin-left: 550px;
}

.top-slogan {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #000;
  text-align: left;
  margin-left: 91px;
}

.top-video {
  margin-right: 26%;
  position: relative;
}

.topvideo-line {
  border: 2px solid #fff;
  padding: 5px;
  width: 300px;
  height: 174px;
}

.top-logo {
  position: absolute;
  bottom: 0px;
  right: -110px;
}
.top-logo img {
  height: 45px;
  float: left;
  margin-right: 5px;
}
.top-logo img:nth-child(1) {
  height: 80px;
  margin-top: -20px;
}

.top-buyarea-block {
	background: rgba(12, 12, 12, 0.5);
	height: 142px;
	margin-left: 92px;
	margin-right: 40px;
	text-align: left;
	position: relative;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.top-buyarea-block .buyarea-bundle {
	font-size: 23px;
	color: #fff;
	line-height: 30px;
}
.top-buyarea-block img {
  margin-left: 10px;
}

.top-price-block {
	margin-top: -10px;
}
.top-price-block .buyarea-btn {
  float: right;
  width: 130px;
  margin-top: 6px;
}
.top-price-block .buyarea-price {
	float: right;
	color: #FFFFFF;
	margin-right: 25px;
	font-weight: 500;
}
.top-price-block .buyarea-offer {
	float: right;
	font-size: 22px;
	line-height: 35px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 5px;
}
.top-price-block .top-logoimg {
	float: right;
	margin-left: 10px;
	margin-top: 0px;
}

.incl-y {
  color: #fff000;
}

.top-compare {
  color: #fff;
  margin-top: 10px;
  text-align: left;
  margin-left: 100px;
}
.top-compare a {
  color: #fff;
}

.video-img {
  position: relative;
}
.video-img &gt; img {
  cursor: pointer;
}

.video-play-btn {
  position: absolute;
  border-radius: 100%;
  border: 3px solid #fff;
  width: 50px;
  height: 50px;
  top: 120px;
  right: 15px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.32);
}
.video-play-btn-gray {
  position: absolute;
  border-radius: 100%;
  border: 3px solid #666;
  width: 50px;
  height: 50px;
  top: 120px;
  right: 15px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.32);
}
.video-play-btn::before {
  content: '';
  width: 100%;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 10px;
  left: 15px;
}
.video-play-btn-gray::before {
  content: '';
  width: 100%;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #666;
  position: absolute;
  top: 10px;
  left: 15px;
}

.video-play-btn-big {
  position: absolute;
  border-radius: 100%;
  border: 3px solid #fff;
  width: 100px;
  height: 100px;
  top: 98px;
  right: 195px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.32);
}
.video-play-btn-big::before {
  content: '';
  width: 100%;
  border-style: solid;
  border-width: 26px 0 26px 46px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 21px;
  left: 30px;
}

.list-form {
	max-width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.list-form .buyarea-main {
  border: none;
  padding: 10px 0px  20px 0px;
}
.list-form .buyarea-main &gt; img {
  width: 30%;
}

.list-block {
  border: 1px solid #c9d2dc;
}
.list-block p {
  line-height: 38px;
}
.list-block p a {
  color: #000;
}

.list-title {
  font-size: 17px;
  line-height: 40px;
  font-weight: 700;
  background: #c9d2dc !important;
  position: relative;
}
.list-title .link {
  position: absolute;
  right: 20px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
}
.list-title .link a {
  color: #000;
}

.list-table td {
  background: #fff;
}
.list-table tr, .list-table tr td {
  border: solid 1px #c9d2dc;
}
.list-table p {
  line-height: 38px;
  margin: 3px 0px;
}
.list-table p a {
  color: #000;
  text-decoration: underline;
}

.p-line-h {
  line-height: 18px;
  padding-bottom: 10px;
}

.list-feature {
  text-align: left !important;
  padding-left: 15px;
}

.list-block-compare {
  position: relative;
  margin-top: 30px;
}
.list-block-compare .list-title {
	font-size: 18px;
	line-height: 40px;
	font-weight: 600;
	background: rgba(211, 222, 234, 0.17) !important;
	position: relative;
	border-radius: 4px;
	border: 1px #d9e1ea solid;
	line-height: 45px;
	text-align: left;
	margin: 12px auto;
	padding-left: 20px;
	color: #007ebd;
}
.list-block-compare .compare-title {
  position: absolute;
  top: -44px;
  width: 100%;
}
.list-block-compare .list-feature {
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: 13px;
  background-position: 8px 10px;
}
.list-block-compare p {
  line-height: 22px;
  margin: 6px 5px;
  font-size: 14px;
}
.list-block-compare p a {
  color: #000;
}
.list-block-compare p a:hover {
  color: #ff5a00;
}
.list-block-compare p .new {
	background: none;
	color: #dc0000;
	font-weight: 700;
	font-size: 12px;
}
.list-block-compare td:nth-child(1) p {
  padding-left: 6px;
}

.compare-v1 {
  background: #00a0ff;
  color: #fff;
  position: relative;
  width: 68px;
  margin: 0 !important;
  padding-top: 5px;
}
.compare-v1::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  border-style: solid;
  border-width: 20px 34px 0 34px;
  border-color: #00a0ff transparent transparent transparent;
  z-index: 1;
}

.compare-v2 {
  background: #dde4ec;
  color: #000;
  position: relative;
  width: 60px;
  margin: 0 !important;
  padding-top: 5px;
}
.compare-v2::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #dde4ec transparent transparent transparent;
  z-index: 1;
}

.bg-light-main {
  background-color: #c9d2dc !important;
}

.bg-deep-main {
  background: #0E95BD !important;
  color: #fff;
  border-right: 1px solid #0E95BD;
}
.bg-deep-main &gt; p {
  font-weight: 600;
}

.c_check {
  width: 22px;
  height: 18px;
  display: block;
  background-image: url(../images/yes.gif);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.c_check_icon {
  border-radius: 100%;
  width: 22px;
  height: 22px;
  background: #00a0ff;
  display: block;
  position: relative;
  margin: auto;
}
.c_check_icon::before {
  content: '';
  background-image: url(../images/check_icon.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: inherit;
}

.buyarea-block {
  width: 100%;
}

.buyarea-main {
  width: 100%;
  border: 1px solid #c9d2dc;
  border-top: none;
  overflow: hidden;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
}
.buyarea-main &gt; img {
  display: block;
  float: left;
  width: 34%;
  height: inherit;
  margin-right: 1%;
}

.buyarea-pname {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}
.buyarea-pname p {
  font-size: 15px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -7px;
  padding-bottom: 6px !important;
}

.buyarea-right {
  width: 65%;
  float: left;
}
.buyarea-right &gt; .buyarea-incl {
  padding-top: 40px;
}

.buyarea-incl {
  display: block;
  color: #ec0000;
  font-size: 20px;
  text-align: center;
}
.buyarea-incl &gt; ul &gt; li {
  width: 100% !important;
}
.buyarea-incl &gt; ul &gt; li p {
  color: #000 !important;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  padding-left: 16px;
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-y: 2px;
  margin-bottom: 3px;
}
.buyarea-incl &gt; ul &gt; li p a {
  color: #000;
  text-decoration: underline;
}
.buyarea-incl &gt; ul &gt; li p a:hover {
  color: #ff5a00;
}
.buyarea-incl .incl-p {
  width: 100%;
  color: #000;
  font-size: 15px;
}
.buyarea-incl .incl-p a {
  color: #000;
  text-decoration: underline;
}

.buyarea-price {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
}
.buyarea-price .price-X {
	font-size: 15px;
	margin-right: 5px;
	line-height: initial;
	position: relative;
}
.buyarea-price .price-X::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: red;
  top: 12px;
  transform: skewy(5deg);
  -moz-transform: skewy(5deg);
  -webkit-transform: skewy(5deg);
  -o-transform: skewy(5deg);
  -ms-transform: skewy(5deg);
}

.buyarea-offer {
	font-size: 24px;
	color: #FF0;
	font-weight: 600;
	text-align: center;
	line-height: 22px;
	margin-top: 5px;
}

.buyarea-btn {
  margin: auto;
  width: 150px;
}

.color-r {
  color: red !important;
}

.btn-color &gt; .btn {
  background: none;
  border: 1px solid #ff7200;
  color: #ff7200 !important;
}
.btn-color &gt; .btn:hover {
  background: #ff9e2b;
  border: 1px solid #ff9e2b;
  color: #fff !important;
}

.boxshot-block {
  float: left;
  padding-top: 5%;
  padding-left: 17%;
  width: 100%;
}

.main-boxshot {
  float: left;
  width: 40% !important;
}

.bonus_boxshot {
  width: 30% !important;
  position: relative;
  float: left;
  margin-top: 8%;
}
.bonus_boxshot p {
  position: absolute;
  display: block;
  top: -29%;
  background: #de1212;
  font-style: italic;
  border-radius: 100px;
  text-align: center;
  width: 60%;
  height: 55%;
  color: #fff;
  font-size: xx-small;
  font-weight: 700;
  line-height: 16px;
  padding-top: 16%;
  left: -23%;
}

.plus_icon {
  width: 7%;
  height: initial;
  float: left;
  margin-top: 19%;
  margin-right: 2%;
}

.opt2-buyarea-block {
  width: 70%;
  margin: auto;
}
.opt2-buyarea-block .buyarea-pname {
  font-size: 26px;
  line-height: 52px;
  position: relative;
}
.opt2-buyarea-block .ver-ult {
  padding-right: 30px;
}
.opt2-buyarea-block .slogan {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  line-height: normal;
}
.opt2-buyarea-block .buyarea-incl {
  margin-left: 5%;
}
.opt2-buyarea-block .buyarea-incl ul li p {
  font-size: 14px;
  line-height: 21px;
}
.opt2-buyarea-block .bottom-buyarea {
  width: 80%;
  margin-right: 20%;
}

.top_bestred {
  height: auto;
  width: auto;
  position: absolute;
  top: -5px;
  right: -4px;
  font-size: 16px;
  line-height: 18px;
}

.opt2-column {
  width: 98%;
  margin: 10px 1% 0px 1%;
}

.bottom-2opt-block {
  width: 90%;
  margin: auto 5%;
}

.bottom-buyarea-block {
  width: 99%;
  box-shadow: 2px 2px 2px rgba(125, 117, 130, 0.24);
}
.bottom-buyarea-block .buyarea-pname {
  font-size: 24px;
  line-height: 48px;
}
.bottom-buyarea-block .buyarea-main {
  padding-top: 20px;
}
.bottom-buyarea-block .buyarea-main .buyarea-right {
  margin-bottom: 10px;
}

.bottom-buyarea {
  width: 100%;
  margin: auto;
  margin-top: 10px;
}
.bottom-buyarea .buyarea-btn {
	float: left;
	width: 40%;
	text-align: right;
	padding-right: 10px;
	margin-left: 5%;
	margin-top: 5px;
}
.bottom-buyarea .buyarea-price {
  float: left;
  width: 50%;
  text-align: right;
}
.bottom-buyarea .buyarea-offer {
  text-align: right;
  margin-right: 46%;
}

.compare {
  width: 100%;
  text-align: right;
  margin-top: 10px;
  padding-right: 11px;
  float: left;
  margin-bottom: 20px;
}

.mr-b {
  margin-bottom: 0px;
}

#top-buybar {
  width: 100%;
  height: auto;
  background: #000000;
  position: fixed;
  top: -65px;
  /* CSS3 陰影*/
  box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.37);
  z-index: 999;
  padding: 8px;
  box-sizing: border-box;
}

.btn_dl_top {
  padding: 2px 30px;
}

.btn_box_top {
  float: left;
  margin-right: 0px;
  margin-left: 10px;
  margin-top: 3px;
}

.top-offer {
  font-size: 18px;
  color: #ffff00;
  text-decoration: none;
  font-weight: 500;
  float: left;
  margin-right: 5px;
}

.top-price {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  float: left;
  margin-right: 10px;
}
.top-price .buyarea-price {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}

.top-priceX {
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 400;
}

.top-buybar-slogan {
  font-size: 16px;
  color: #fff;
  float: left;
  width: auto;
}

.top-buybar-area {
  float: right;
}

.top-buybar-block {
  width: 992px;
  margin: auto;
  position: relative;
}

.top-buybar-block img {
  position: absolute;
  width: 282px;
  height: inherit;
  top: -8px;
  left: 34%;
}

.ver-ultra {
  background-color: #0E95BD;
}

.ver-uls {
  background-color: #821D7E;
}

.ver-ult {
  background-color: #3a258a;
}

.ver-ds {
  background-color: #504e52;
}

.ver-phd-ultra {
  background-color: #e68f2a;
}

.ver-phd-suite {
  background-color: #693815;
}

.ver-ultra-txt {
  color: #0E95BD;
}

.ver-uls-txt {
  color: #821D7E;
}

.ver-ult-txt {
  color: #3a258a;
}

.ver-ds-txt {
  color: #504e52;
}

.bg-ult {
  background: #f5f4f9 !important;
}

.bg-uls {
  background: #fffafd !important;
}

.bg-ultra {
  background: #f1f8fd !important;
}

.bg-ds {
  background: #f3f3f3 !important;
}
.line-none{
	border-top:none;
}

.widebanner-box {
	background-color: #f1f1f1;
	border-radius: 7px;
	font-size: 55px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 990px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/* quote*/
.quote{
	margin:5px 0px 10px 0px;

	}
.quote h2{
	margin-bottom: 12px;
	margin-top: 10px;
	color: #b81a35 !important;
	font-size: 0.4em;
}
.quote_award{
	float: left;
	padding-right: 10px;
	display: inline-block;
	width: 20%;
	padding-top: 10px;
}
.quote_txt{
	float:left;
	width: 80% ;}
.quote p{
	font-style: italic;
	font-size:15px;
}

@media screen and (max-width: 768px) {
.quote_award {
	display:none;}
.quote_txt {
	width:100%;}
/* quote*/

/*3day------------------------------------------------------*/
.day-p{
	position: relative;
	}	 
.day_block{
	position: fixed;
	top: 300px;
	right: 0%;
	z-index: 10;
	}
.day_code{
	position: absolute;
	top: 405px;
	left: 171px;
	width: 248px;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #fcc806;
	line-height: 31px;
	display: block;
	background: #392413;
	}
.day-move {
  -webkit-animation: day-move 1.5s  ;
   -moz-animation:day-move 1.5s  ;
  animation: day-move 1.5s   ;

}
    @-webkit-keyframes day-move{
          from {right:-15%;}
    to {right:0%;}}
    @keyframes day-move{
          from {right:-15%;}
    to {right:0%;}}
    @-moz-keyframes day-move{
          from {right:-15%;}
    to {right:0%;}}
</pre></body></html>