<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@charset "utf-8";


/*****************************************************-

Reset

- ****************************************************/

* {
	margin: 0; padding: 0;
	font-size: 100%; font-weight: normal;
}
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	position: relative;
	zoom: 1;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

.nofilter {
	opacity: 1 !important;
	filter: none !important;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover { color: #3f1100; }
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
a:focus {
	outline:none;
}

button { cursor: pointer; }
object { vertical-align: bottom; }

img {
	margin: 0; padding: 0;
	border: none;
	vertical-align: bottom;
}

ul, ol { list-style-type: none; }
li img { vertical-align: bottom; }

strong { font-weight: bold !important; }
em { font-style: italic !important; }

ins { text-decoration: underline !important; }
del { text-decoration: line-through !important; }

input.placeholder { color: #cccccc;	}
input:-ms-input-placeholder { color: #cccccc; }
input::-webkit-input-placeholder { color: #cccccc; }
input::-moz-placeholder { color: #cccccc; }

/* HTML5 */
main,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display:block;
}



/*****************************************************-

Common

- ****************************************************/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

.break { clear: both; }
.aural { display: none; }

.fltL { margin: 0; padding: 0; float: left; }
.fltR { margin: 0; padding: 0; float: right; }



.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.w100per { width: 100%; height: auto; }

#response-flag { position: absolute; top: -99999px; }


/*****************************************************-

Font

- ****************************************************/


/*ä¸¡ç«¯æƒãˆ*/
.justify { text-align: justify; text-justify: inter-ideograph; }

/*ã‚¦ã‚§ã‚¤ãƒˆ*/
.bold { font-weight: bold; }

.mincho {
	font-family: "ãƒªãƒ¥ã‚¦ãƒŸãƒ³ R-KL", "Ryumin Regular KL", "Times New Roman", "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, serif;
}




/*****************************************************-

CSS Document : PCç”¨

- ****************************************************/

/*****************************************************-
Font
- ****************************************************/

/*åŸºæœ¬ãƒ•ã‚©ãƒ³ãƒˆ*/

body,table {
	font-size: 13px;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "sans-serif";
	line-height: 1.55;
	color: #333;
}

table {
	font-size: inherit; /* ãƒ¢ãƒ€ãƒ³ãƒ–ãƒ©ã‚¦ã‚¶å‘ã‘ */
}


pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%; /* Win IEå…¨èˆ¬å‘ã‘ */
	line-height: 100%;
}

h1,h2,h3,h4,h5,h6 {
}


/*ç›¸å¯¾æ–‡å­—ã‚µã‚¤ã‚º*/
.xx-small {
	font-size: 76.9%; /*10px*/
}
.x-small {
	font-size: 84.6%; /*11px*/
}
.small {
	font-size: 92.3%; /*12px*/
}
.large {
	font-size: 107.7%; /*14px*/
}
.x-large {
	font-size: 115.4%; /*15px*/
}
.xx-large {
	font-size: 123.1%; /*16px*/
}
.xxx-large {
	font-size: 131%; /*17px*/
}
.xxxx-large {
	font-size: 138.5%; /*18px*/
}

/*
9px  = 69.2%
10px = 76.9%
11px = 84.6%
12px = 92.3%
13px = 100%
14px = 107.7%
15px = 115.4%

16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 169.2%
23px = 176.9%
24px = 184.6%
25px = 192.3%
26px = 197%

30px = 231%
32px = 246.1%
33px = 253.8%
*/


@media screen and (max-width: 667px) {
	html {
		font-size: 10px;
	}
	body {
		font-size: 1.1rem;
	}
}


/*****************************************************-

 Common

- ****************************************************/
.swap {
	display: block;
	text-indent: -9999px;
}

#ctsWrap {
	overflow: hidden;
	min-width: 1000px;
}

.spOnly {
	display: none;
}


@media screen and (max-width: 667px) {
	#ctsWrap {
		min-width: 0;
	}
	.spOnly {
		display: inline-block;
	}
	.pcOnly {
		display: none;
	}
}


/*===============================
	header
===============================*/
#header {
	position: relative;
}
#header .hdInr {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 99;
}
#header .logo {
	position: absolute;
	top: 26px;
	left: 30px;
}
#header .logo .swap {
	width: 124px;
	height: 26px;
	background-image: url(../images/header_logo.png);
}
#header .naviBtn {
	position: absolute;
	top: 25px;
	right: 0;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
#header .naviBtn .line {
	height: 4px;
	line-height: 1px;
	width: 28px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#header .naviBtn .line01 {
	top: 0;
}
#header .naviBtn .line02 {
	top: 11px;
}
#header .naviBtn .line03 {
	top: 22px;
}

#header .naviBtn.jsOpen .line01 {
	width: 30px;
	top: 11px;
	left: -1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .naviBtn.jsOpen .line02 {
	width: 0;
	left: 14px;
}
#header .naviBtn.jsOpen .line03 {
	width: 30px;
	top: 11px;
	left: -1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header .headerNavi {
	height: 650px;
	min-height: 650px;
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	background: #a7aeac;
	z-index: 90;

	display: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#header .headerNavi .hdNaviInr {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#header .headerNavi .hdNaviInr .navTbl {
	display: table;
	width: 1000px;
	margin: 0 auto;
}
#header .headerNavi .hdNaviInr .navTbl ul {
	display: table-cell;
	width: 50%;
}
#header .headerNavi .hdNaviInr .navTbl ul li {
	margin-top: 65px;
}
#header .headerNavi .hdNaviInr .navTbl ul li.nav_1,
#header .headerNavi .hdNaviInr .navTbl ul li.nav_4 {
	margin-top: 0;
}
#header .headerNavi .hdNaviInr .navTbl ul li a {
	display: table;
	margin: 0 auto;
	text-decoration: none;
}
#header .headerNavi .hdNaviInr .navTbl ul li dt .swap {
	width: 146px;
	height: 28px;
	display: inline-block;
	background-image: url(../images/pc_sprite_nav.png);
}

#header .headerNavi .hdNaviInr .navTbl ul li.nav_1 dt .swap {
	background-position: left top;
}
#header .headerNavi .hdNaviInr .navTbl ul li.nav_2 dt .swap {
	background-position: left -50px;
}
#header .headerNavi .hdNaviInr .navTbl ul li.nav_3 dt .swap {
	background-position: left -100px;
}
#header .headerNavi .hdNaviInr .navTbl ul li.nav_4 dt .swap {
	background-position: left -150px;
}
#header .headerNavi .hdNaviInr .navTbl ul li.nav_5 dt .swap {
	background-position: left -200px;
}
#header .headerNavi .hdNaviInr .navTbl ul li.nav_6 dt .swap {
	background-position: left -250px;
}
#header .headerNavi .hdNaviInr .navTbl ul li dd {
	font-size: 138.5%; /*18px*/
	line-height: 1.3;
	margin-top: 12px;
	min-height: 47px;
}
#header .headerNavi .hdNaviInr .navTbl ul li a:hover dd {
	text-decoration: underline;
}


@media screen and (max-width: 667px) {
	#header .hdInr {
		width: 100%;
	}
	#header .logo {
		top: 15px;
		left: 15px;
	}
	#header .logo .swap {
		background: none;
		width: auto;
		height: auto;
		text-indent: 0;
	}
	#header .naviBtn {
		top: 15px;
		right: 16px;
		width: 16px;
		height: 15px;
	}
	#header .naviBtn .line {
		height: 2px;
		width: 15px;
	}
	#header .naviBtn .line01 {
		top: 0;
	}
	#header .naviBtn .line02 {
		top: 6px;
	}
	#header .naviBtn .line03 {
		top: 12px;
	}
	#header .naviBtn.jsOpen .line01 {
		width: 19px;
		top: 6px;
		left: -2px;
	}
	#header .naviBtn.jsOpen .line02 {
		width: 0;
		left: 8px;
	}
	#header .naviBtn.jsOpen .line03 {
		width: 19px;
		top: 6px;
		left: -2px;
	}
	#header .headerNavi {
		height: 550px;
		min-height: 550px;
		background-color: #a7aeac;
	}
	#header .headerNavi .hdNaviInr .navTbl {
		display: block;
		width: auto;
	}
	#header .headerNavi .hdNaviInr .navTbl ul {
		display: block;
		width: auto;
	}
	#header .headerNavi .hdNaviInr .navTbl ul li {
		margin-top: 20px !important;
	}
	#header .headerNavi .hdNaviInr .navTbl ul li.nav_1 {
		margin-top: 0 !important;
	}
	#header .headerNavi .hdNaviInr .navTbl ul li dt .swap {
		width: 73px;
		height: 14px;
		background-size: 73px auto;
		-webkit-background-size: 73px auto;
	}
	#header .headerNavi .hdNaviInr .navTbl ul li.nav_1 dt .swap {
		background-position: left top;
	}
	#header .headerNavi .hdNaviInr .navTbl ul li.nav_2 dt .swap {
		background-position: left -25px;
	}
	#header .headerNavi .hdNaviInr .navTbl ul li.nav_3 dt .swap {
		background-position: left -50px;
	}
	#header .headerNavi .hdNaviInr .navTbl ul li.nav_4 dt .swap {
		background-position: left -75px;
	}
	#header .headerNavi .hdNaviInr .navTbl ul li.nav_5 dt .swap {
		background-position: left -100px;
	}
	#header .headerNavi .hdNaviInr .navTbl ul li.nav_6 dt .swap {
		background-position: left -125px;
	}
	#header .headerNavi .hdNaviInr .navTbl ul li dd {
		font-size: 1.5rem;
		margin-top: 7px;
		line-height: 1.2;
		min-height: 36px;
	}
}



/*===============================
	secMain
===============================*/
#secMain {
	height: 650px;
	min-height: 650px;
	background: #a7aeac url(../images/pc_main_bg.png) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	min-width: 1000px;
	position: relative;
}
#secMain .secCts {
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
}
#secMain .secCts .secCtsInr {
	display: table-cell;
	vertical-align: middle;
}
#secMain .secCts h1 .swap {
	background-image: url(../images/pc_main_title.png);
	width: 556px;
	height: 116px;
	margin: 0 auto;
}
#secMain .secCts p {
	line-height: 2;
	color: #fff;
	font-size: 131%;
	margin-top: 70px;
}
#secMain .btnDown {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -25px;
}


@media screen and (max-width: 667px) {
	#secMain {
		height: 450px;
		min-height: 450px;
		background-image: url(../images/sp_main_bg.png);
		min-width: inherit;
		-webkit-transition: height 0.3s ease-in-out;
		-moz-transition: height 0.3s ease-in-out;
		-o-transition: height 0.3s ease-in-out;
		transition: height 0.3s ease-in-out;
	}
	#secMain .secCts h1 {
		padding-left: 30px;
		padding-right: 30px;
	}
	#secMain .secCts h1 .swap {
		background: none;
		width: auto;
		height: auto;
		text-indent: 0;
	}
	#secMain .secCts h1 .swap img {
		width: 100%;
		height: auto;
	}
	#secMain .secCts p {
		margin-top: 32px;
		font-size: 1rem;
		line-height: 1.7;
	}
	#secMain .btnDown {
		bottom: 52px;
		margin-left: -16px;
	}
	#secMain .btnDown img {
		width: 32px;
		height: 32px;
	}
}


/*===============================
	secDetail
===============================*/
.secDetail {
	position: relative;
	width: 100%;
	min-width: 1000px;
}
.secDetail .dtlInr {
	width: 970px;
	margin: 0 auto;
	padding: 70px 0 80px 30px;
	text-align: left;
	position: relative;
	z-index: 2;
}
.secDetail .dtlTime .clock {
	float: left;
}
.secDetail .dtlTime .time {
	float: left;
	padding-top: 8px;
	margin-left: -8px;
}
.secDetail .dtlTime .time .swap {
	display: inline-block;
	width: 216px;
	height: 96px;
	background: url(../images/sprite_lesson_images.png);
}
.secDetail .lessonNum .swap {
	width: 200px;
	height: 50px;
	background: url(../images/sprite_lesson_images.png);
}
.secDetail .dtlCts h2 {
	line-height: 1.7;
	font-size: 231%; /*30px*/
	font-weight: bold;
	margin-top: 25px;
}
.secDetail .dtlCts {
	width: 440px;
}
.secDetail .dtlCts .txt {
	line-height: 1.9;
	font-size: 123.1%; /*16px*/
	margin-top: 15px;
}
.secDetail .dtlCts .illust {
	position: absolute;
}
.secDetail .dtlCts .icon {
	margin-top: 50px;
}
.secDetail .dtlCts .icon .swap {
	background: url(../images/sprite_lesson_images.png);
}
.secDetail .dtlCts h3 {
	line-height: 1.5;
	font-size: 169.2%; /*22px*/
	font-weight: bold;
	margin-top: 15px;
}
.secDetail .wrapItem {
	margin-top: 40px;
}
.secDetail .wrapItem .item {
	width: 470px;
}
.secDetail .wrapItem .item_1 {
	float: left;
}
.secDetail .wrapItem .item_2 {
	float: right;
}
.secDetail .wrapItem .item .icon {
	margin-bottom: 27px;
}
.secDetail .wrapItem .item .itemInr {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.secDetail .wrapItem .item .itemInr .img {
	display: table-cell;
	vertical-align: middle;
	width: 245px;
}
.secDetail .wrapItem .item .itemInr .img .swap {
	width: 220px;
	height: 320px;
	background-image: url(../images/pc_sprite_item.png);
}
.secDetail .wrapItem .item .itemInr .itemDtl {
	display: table-cell;
	vertical-align: middle;
}
.secDetail .wrapItem .item .itemInr .itemDtl .id {
	font-size: 169.2%; /*22px*/
	margin-top: 40px;
	line-height: 1;
}
.secDetail .wrapItem .item .itemInr .itemDtl .price {
	font-size: 115.4%; /*15px*/
	margin-top: 5px;
}
.secDetail .wrapItem .item .itemInr .itemDtl .link {
	font-size: 115.4%; /*15px*/
	line-height: 1;
	margin-top: 10px;
}
.secDetail .wrapItem .item .itemInr .itemDtl .link a {
	padding-right: 30px;
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.secDetail .wrapItem .item .itemInr .itemDtl .link a:hover {
	text-decoration: underline;
}
.secDetail .modelLink {
	text-align: right;
	margin-top: 20px;
	font-size: 115.4%; /*15px*/
	line-height: 1;
}
.secDetail .modelLink a {
	padding-right: 30px;
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.secDetail .modelLink a:hover {
	text-decoration: underline;
}
.secDetail .slashBg {
	position: absolute;
	top: 0;
	left: -300%;
	width: 700%;
	height: 150%;
	-moz-transform: rotate(9deg);
	-webkit-transform: rotate(9deg);
	-o-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	transform: rotate(9deg);
	background-color: #000000;
}


html.jsActive .secDetail .dtlTime .time,
html.jsActive .secDetail .lessonTxt,
html.jsActive .secDetail .illust,
html.jsActive .secDetail .watchTxt,
html.jsActive .secDetail .wrapItem {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}



@media screen and (max-width: 667px) {
	.secDetail {
		min-width: 1px;
	}
	.secDetail .dtlInr {
		padding: 40px 15px 70px;
		width: auto;
	}
	.secDetail .dtlTime {
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 45px !important;
	}
	.secDetail .dtlTime .clock {
		float: none;
		display: table-cell;
		vertical-align: middle;
	}
	.secDetail .dtlTime .clock img {
		width: 50px;
		height: auto;
	}
	.secDetail .dtlTime .time {
		float: none;
		display: table-cell;
		vertical-align: middle;
		padding-top: 2px;
		margin-left: 0;
	}
	.secDetail .dtlTime .time .swap {
		width: 108px;
		height: 47px;
		background-size: 150px auto;
		-webkit-background-size: 150px auto;
		margin-left: -2px;
	}
	.secDetail .lessonNum .swap {
		width: 100px;
		height: 25px;
		background-size: 150px auto;
		-webkit-background-size: 150px auto;
	}
	.secDetail .dtlCts {
		width: auto;
		padding-left: 0px !important;
	}
	.secDetail .dtlCts h2 {
		line-height: 1.5;
		font-size: 1.6rem;
		margin-top: 15px;
	}
	.secDetail .dtlCts .txt {
		font-size: 1.1rem;
		line-height: 1.5;
		margin-top: 15px;
	}
	.secDetail .dtlCts .icon {
		margin-top: 0;
	}
	.secDetail .dtlCts .illust {
		position: static;
	}
	.secDetail .dtlCts .illust img {
		width: 100%;
		height: auto;
	}
	.secDetail .dtlCts .icon .swap {
		background-size: 150px auto;
		-webkit-background-size: 150px auto;
	}
	.secDetail .dtlCts h3 {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.secDetail .wrapItem {
		margin-top: 0;
		padding-top: 13px;
		padding-left: 15px;
	}
	.secDetail .wrapItem .item {
		float: none !important;
		width: auto;
		margin-top: 40px;
	}
	.secDetail .wrapItem .item .icon {
		margin-bottom: 25px;
	}
	.secDetail .wrapItem .item .icon img {
		width: 45px;
		height: auto;
	}
	.secDetail .wrapItem .item .itemInr .img {
		width: 46.36%;
	}
	.secDetail .wrapItem .item .itemInr .img .swap {
		background: none;
		text-indent: 0;
		width: auto;
		height: auto;
	}
	.secDetail .wrapItem .item .itemInr .img img {
		width: 100%;
		height: auto;
	}
	.secDetail .wrapItem .item .itemInr .itemDtl {
		padding-left: 30px;
	}
	.secDetail .wrapItem .item .itemInr .itemDtl .brand .swap {
		background: none !important;
		text-indent: 0;
		width: auto !important;
		height: auto !important;
	}
	.secDetail .wrapItem .item .itemInr .itemDtl .brand .swap img {
		height: auto;
	}
	.secDetail .wrapItem .item .itemInr .itemDtl .id {
		font-size: 1.5rem;
		margin-top: 25px;
	}
	.secDetail .wrapItem .item .itemInr .itemDtl .price {
		font-size: 1.2rem;
		margin-top: 6px;
	}
	.secDetail .wrapItem .item .itemInr .itemDtl .link {
		font-size: 1rem;
	}
	.secDetail .wrapItem .item .itemInr .itemDtl .link a {
		padding: 4px 15px 2px 0;
		background-size: 10px auto;
		-webkit-background-size: 10px auto;
	}
	.secDetail .modelLink {
		text-align: center;
		margin-top: 35px;
		font-size: 1rem;
	}
	.secDetail .modelLink a {
		padding: 4px 15px 2px 0;
		background-size: 10px auto;
		-webkit-background-size: 10px auto;
	}
}


/*-----------------------------
	#secDetail_1
-----------------------------*/
#secDetail_1 {
	color: #333;
}
#secDetail_1 .dtlTime {
	margin-bottom: 70px;
}
#secDetail_1 .dtlTime .time .swap {
	background-position: left top;
}
#secDetail_1 .lessonNum .swap {
	background-position: left -100px;
}
#secDetail_1 .dtlCts .icon .swap {
	width: 50px;
	height: 50px;
	background-position: left -160px;
}
#secDetail_1 .dtlCts .illust {
	top: 115px;
	right: -60px;
}
#secDetail_1 .wrapItem .item_1 .img .swap {
	background-position: left top;
}
#secDetail_1 .wrapItem .item_1 .itemInr .itemDtl .brand .swap {
	width: 146px;
	height: 20px;
	background-image: url(../images/item_logo_ss_blk.png);
}
#secDetail_1 .wrapItem .item_2 .img .swap {
	background-position: -250px top;
}
#secDetail_1 .wrapItem .item_2 .itemInr .itemDtl .brand .swap {
	width: 46px;
	height: 48px;
	background-image: url(../images/item_logo_lukia_blk.png);
}
#secDetail_1 .wrapItem .item .itemInr .itemDtl .link a,
#secDetail_1 .modelLink a {
	background-image: url(../images/pc_link_icon_blk.png);
}

@media screen and (max-width: 667px) {
	#secDetail_1 .dtlCts .illust {
		margin-bottom: -45px;
	}
	#secDetail_1 .lessonNum .swap {
		background-position: left -50px;
	}
	#secDetail_1 .dtlCts .icon .swap {
		width: 45px;
		height: 45px;
		background-position: -50px -80px;
	}
}



/*-----------------------------
	#secDetail_2
-----------------------------*/
#secDetail_2,
#secDetail_2 a {
	color: #fff;
}
#secDetail_2 .slashBg {
	background-color: #33c7d4;
}
#secDetail_2 .dtlTime {
	margin-bottom: 35px;
}
#secDetail_2 .dtlTime .time .swap {
	background-position: left -300px;
}
#secDetail_2 .lessonNum .swap {
	background-position: left -400px;
}
#secDetail_2 .dtlCts {
	padding-left: 495px;
}
#secDetail_2 .dtlCts .icon .swap {
	width: 56px;
	height: 56px;
	background-position: left -460px;
}
#secDetail_2 .dtlCts .illust {
	top: 244px;
	left: -51px;
}
#secDetail_2 .wrapItem .item_1 .img .swap {
	background-position: left -350px;
}
#secDetail_2 .wrapItem .item_1 .itemInr .itemDtl .brand .swap {
	width: 46px;
	height: 48px;
	background-image: url(../images/item_logo_bz_wht.png);
}
#secDetail_2 .wrapItem .item_2 .img .swap {
	background-position: -250px -350px;
}
#secDetail_2 .wrapItem .item_2 .itemInr .itemDtl .brand .swap {
	width: 46px;
	height: 48px;
	background-image: url(../images/item_logo_lukia_wht.png);
}
#secDetail_2 .wrapItem .item .itemInr .itemDtl .link a,
#secDetail_2 .modelLink a {
	background-image: url(../images/pc_link_icon_wht.png);
}

@media screen and (max-width: 667px) {
	#secDetail_2 .dtlCts .illust {
		margin-top: 40px;
		margin-bottom: -20px;
	}
	#secDetail_2 .dtlTime .time .swap {
		background-position: left -150px;
	}
	#secDetail_2 .lessonNum .swap {
		background-position: left -200px;
	}
	#secDetail_2 .dtlCts .icon .swap {
		width: 40px;
		height: 40px;
		background-position: -50px -230px;
	}
}



/*-----------------------------
	#secDetail_3
-----------------------------*/
#secDetail_3,
#secDetail_3 a {
	color: #fff;
}
#secDetail_3 .slashBg {
	background-color: #13bf4c;
}
#secDetail_3 .dtlTime {
	margin-bottom: 80px;
}
#secDetail_3 .dtlTime .time .swap {
	background-position: left -550px;
}
#secDetail_3 .lessonNum .swap {
	background-position: left -650px;
}
#secDetail_3 .dtlCts .icon .swap {
	width: 40px;
	height: 40px;
	background-position: left -710px;
}
#secDetail_3 .dtlCts .illust {
	top: 188px;
	right: -6px;
}
#secDetail_3 .wrapItem .item_1 .img .swap {
	background-position: left -700px;
}
#secDetail_3 .wrapItem .item_1 .itemInr .itemDtl .brand .swap {
	width: 146px;
	height: 20px;
	#background-image: url(../images/item_logo_bz_wht.png);
	background-image: url(../images/item_logo_ss_wht.png);
}
#secDetail_3 .wrapItem .item_2 .img .swap {
	background-position: -250px -700px;
}
#secDetail_3 .wrapItem .item_2 .itemInr .itemDtl .brand .swap {
	width: 146px;
	height: 20px;
	background-image: url(../images/item_logo_ss_wht.png);
}
#secDetail_3 .wrapItem .item .itemInr .itemDtl .link a,
#secDetail_3 .modelLink a {
	background-image: url(../images/pc_link_icon_wht.png);
}

@media screen and (max-width: 667px) {
	#secDetail_3 .dtlCts .illust {
		margin-top: 20px;
		margin-bottom: -20px;
	}
	#secDetail_3 .dtlTime .time .swap {
		background-position: left -275px;
	}
	#secDetail_3 .lessonNum .swap {
		background-position: left -325px;
	}
	#secDetail_3 .dtlCts .icon .swap {
		width: 40px;
		height: 40px;
		background-position: -50px -355px;
	}
}



/*-----------------------------
	#secDetail_4
-----------------------------*/
#secDetail_4,
#secDetail_4 a {
	color: #000;
}
#secDetail_4 .slashBg {
	background-color: #f3b336;
}
#secDetail_4 .dtlTime {
	margin-bottom: 50px;
}
#secDetail_4 .dtlTime .time .swap {
	background-position: left -800px;
}
#secDetail_4 .lessonNum .swap {
	background-position: left -900px;
}
#secDetail_4 .dtlCts {
	padding-left: 495px;
}
#secDetail_4 .dtlCts .icon .swap {
	width: 48px;
	height: 48px;
	background-position: left -960px;
}
#secDetail_4 .dtlCts .illust {
	top: 220px;
	left: -86px;
}
#secDetail_4 .wrapItem .item_1 .img .swap {
	background-position: left -1050px;
}
#secDetail_4 .wrapItem .item_1 .itemInr .itemDtl .brand .swap {
	width: 46px;
	height: 48px;
	background-image: url(../images/item_logo_bz_blk.png);
}
#secDetail_4 .wrapItem .item_2 .img .swap {
	background-position: -250px -1050px;
}
#secDetail_4 .wrapItem .item_2 .itemInr .itemDtl .brand .swap {
	width: 46px;
	height: 48px;
	background-image: url(../images/item_logo_lukia_blk.png);
}
#secDetail_4 .wrapItem .item .itemInr .itemDtl .link a,
#secDetail_4 .modelLink a {
	background-image: url(../images/pc_link_icon_blk.png);
}

@media screen and (max-width: 667px) {
	#secDetail_4 .dtlCts .illust {
		margin-top: 30px;
		margin-bottom: -10px;
	}
	#secDetail_4 .dtlTime .time .swap {
		background-position: left -400px;
	}
	#secDetail_4 .lessonNum .swap {
		background-position: left -450px;
	}
	#secDetail_4 .dtlCts .icon .swap {
		width: 45px;
		height: 45px;
		background-position: -50px -480px;
	}
}



/*-----------------------------
	#secDetail_5
-----------------------------*/
#secDetail_5,
#secDetail_5 a {
	color: #fff;
}
#secDetail_5 .slashBg {
	background-color: #f76a3f;
}
#secDetail_5 .dtlTime {
	margin-bottom: 76px;
}
#secDetail_5 .dtlTime .time .swap {
	background-position: left -1050px;
}
#secDetail_5 .lessonNum .swap {
	background-position: left -1150px;
}
#secDetail_5 .dtlCts .icon .swap {
	width: 48px;
	height: 48px;
	background-position: left -1210px;
}
#secDetail_5 .dtlCts .illust {
	top: 311px;
	right: -50px;
}
#secDetail_5 .wrapItem .item_1 .img .swap {
	background-position: left -1400px;
}
#secDetail_5 .wrapItem .item_1 .itemInr .itemDtl .brand .swap {
	width: 46px;
	height: 48px;
	background-image: url(../images/item_logo_bz_wht.png);
}
#secDetail_5 .wrapItem .item_2 .img .swap {
	background-position: -250px -1400px;
}
#secDetail_5 .wrapItem .item_2 .itemInr .itemDtl .brand .swap {
	width: 46px;
	height: 48px;
	background-image: url(../images/item_logo_lukia_wht.png);
}
#secDetail_5 .wrapItem .item .itemInr .itemDtl .link a,
#secDetail_5 .modelLink a {
	background-image: url(../images/pc_link_icon_wht.png);
}

@media screen and (max-width: 667px) {
	#secDetail_5 .dtlCts .illust {
		margin-top: 50px;
		margin-bottom: 25px;
	}
	#secDetail_5 .dtlTime .time .swap {
		background-position: left -525px;
	}
	#secDetail_5 .lessonNum .swap {
		background-position: left -575px;
	}
	#secDetail_5 .dtlCts .icon .swap {
		width: 36px;
		height: 36px;
		background-position: -50px -605px;
	}
}




/*-----------------------------
	#secDetail_6
-----------------------------*/
#secDetail_6,
#secDetail_6 a {
	color: #fff;
}
#secDetail_6 .slashBg {
	background-color: #064a89;
}
#secDetail_6 .dtlInr {
	padding-bottom: 133px;
}
#secDetail_6 .dtlTime {
	margin-bottom: 60px;
}
#secDetail_6 .dtlTime .time .swap {
	background-position: left -1300px;
}
#secDetail_6 .lessonNum .swap {
	background-position: left -1400px;
}
#secDetail_6 .dtlCts {
	padding-left: 495px;
}
#secDetail_6 .dtlCts .icon .swap {
	width: 54px;
	height: 48px;
	background-position: left -1460px;
}
#secDetail_6 .dtlCts .illust {
	top: 325px;
	left: -90px;
}
#secDetail_6 .wrapItem .item_1 .img .swap {
	background-position: left -1750px;
}
#secDetail_6 .wrapItem .item_1 .itemInr .itemDtl .brand .swap {
	width: 146px;
	height: 26px;
	background-image: url(../images/item_logo_presage_wht.png);
}
#secDetail_6 .wrapItem .item_2 .img .swap {
	background-position: -250px -1750px;
}
#secDetail_6 .wrapItem .item_2 .itemInr .itemDtl .brand .swap {
	width: 46px;
	height: 48px;
	background-image: url(../images/item_logo_lukia_wht.png);
}
#secDetail_6 .wrapItem .item .itemInr .itemDtl .link a,
#secDetail_6 .modelLink a {
	background-image: url(../images/pc_link_icon_wht.png);
}

@media screen and (max-width: 667px) {
	#secDetail_6 .dtlCts .illust {
		margin-top: 70px;
		margin-bottom: 50px;
	}
	#secDetail_6 .dtlInr {
		padding-bottom: 50px;
	}
	#secDetail_6 .dtlTime .time .swap {
		background-position: left -650px;
	}
	#secDetail_6 .lessonNum .swap {
		background-position: left -700px;
	}
	#secDetail_6 .dtlCts .icon .swap {
		width: 43px;
		height: 38px;
		background-position: -50px -730px;
	}
}



/*===============================
	footer
===============================*/
#footer {
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}
#footer .pageTop {
	height: 50px;
	position: fixed;
	right: 50px;
	bottom: 50px;

	display: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#footer .pageTop.jsPosAbs {
	position: absolute;
	top: -100px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#footer .snsCol {
	padding-top: 14px;
	padding-bottom: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#footer .snsCol .snsTbl {
	display: table;
	margin: 0 auto;
}
#footer .snsCol .snsTbl &gt; div {
	display: table-cell;
	vertical-align: top;
}
#footer .snsCol .snsTbl .twCell {
	padding-right: 20px;
	padding-top: 1px;
}
#footer .footerCts {
	padding: 40px 0 35px;
	font-size: 107.7%; /*14px*/
	line-height: 1;
}
#footer .footerCts ul {
	display: table;
	margin: 0 auto;
}
#footer .footerCts ul li {
	display: table-cell;
	padding: 0 10px;
}
#footer .footerCts ul li a {
	text-decoration: none;
}
#footer .footerCts ul li a:hover {
	text-decoration: underline;
}
#footer .footerCts .ftLogo {
	display: none;
}
#footer .footerCts .copyright {
	margin-top: 40px;
}


@media screen and (max-width: 667px) {
	#footer .footerCts {
		font-size: 1rem;
		padding: 6px 0;
	}
	#footer .pageTop {
		height: 25px;
		right: 15px;
		bottom: 15px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#footer .pageTop.jsPosAbs {
		top: -40px;
	}
	#footer .pageTop img {
		width: 25px;
		height: auto;
	}
	#footer .footerCts ul {
		display: block;
	}
	#footer .footerCts ul li {
		display: block;
		margin-top: 10px;
	}
	#footer .footerCts .ftLogo {
		display: block;
		margin-top: 20px;
	}
	#footer .footerCts .copyright {
		margin-top: 15px;
	}
}
</pre></body></html>