@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #FFF;
}

.sc-container,
.sc-container div, .sc-container dl, .sc-container dt, .sc-container dd,
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4, .sc-container h5, .sc-container h6,
.sc-container textarea, .sc-container p, .sc-container a, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container table {
	border-collapse: collapse;
	border-spacing: 0;
}

.sc-container img {
	border: 0;
}

.sc-container em,
.sc-container strong,
.sc-container th {
	font-style: normal;
	font-weight: normal;
}

.sc-container li {
	list-style: none;
}

.sc-container th {
	text-align: left;
}

.sc-container h1,
.sc-container h2,
.sc-container h3,
.sc-container h4,
.sc-container h5,
.sc-container h6 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container a {
	text-decoration: none;
}

/* ====================
***
==================== */
.sc-container {
	width: 100%;
	margin: 0 auto;
	padding: 64px 0 0;
	color: #000000;
	font-size: 14px;
	font-family: "Shippori Mincho B1", serif;
	line-height: 1.5;
	font-weight: 600;
	overflow: hidden;
}

#page-top a {
	background: url(../img/btn_pagetop.png) left top;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}


/* ====================
keyv-wrap
==================== */
.sc-container .keyv-wrap {
	margin: 0 auto 76px;
}

.sc-container .keyv {
	margin: 0 auto 70px;
	text-align: center;
}

.sc-container .text-area {
	margin: 0 auto 53px;
}

.sc-container .text-area h1 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 0 40px 0.5em;
	position: relative;
}

.sc-container .text-area h1 span {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	display: block;
	margin: 0px 0 10px;
	transform: scale(0.8, 1);
	letter-spacing: 0.137em;
	width: 120%;
	left: -10%;
	position: relative;
}

.sc-container .text-area h1::before {
	content: "";
	display: block;
	position: absolute;
	width: 149px;
	height: 40px;
	background: url(../img/i_ladies_pc.png) no-repeat;
	background-size: contain;
	top: -36px;
	left: calc(50% - 74.5px);
}

.sc-container .text-area .txt {
	font-size: 17px;
	line-height: 1.78;
	text-align: center;
}

.sc-container .tit-area .title {
	display: flex;
	justify-content: space-between;
	width: 274px;
	border-bottom: 3px solid #000000;
	margin: 0 auto;
	padding: 0 0 12px 6px;
}

.sc-container .tit-area .tit-num {
	width: 100px;
	height: 28px;
	border-radius: 14px;
	background: #000000;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 26px;
	letter-spacing: 0.3em;
	text-align: center;
}

.sc-container .tit-area .tit-brand {
	height: 22px;
	font-size: 25px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0 0.5em;
}


/* ====================
keyword-wrap
==================== */
.sc-container .keyword-wrap {
	width: 100%;
	margin: 0 0 315px;
	padding: 210px 0 0;
	background: #f7f3ee;
}

.sc-container .keyword-area {
	width: 1180px;
	border: 8px solid #000000;
	margin: 0 auto 140px;
	position: relative;
	box-sizing: border-box;
}

.sc-container .keyword-area::before {
	content: "";
	display: block;
	position: absolute;
	width: 110px;
	height: 117px;
	background-image: url(../img/i_vw_pc.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: -161px;
	left: calc(50% - 55px);
}

.sc-container .keyword-tit {
	margin: 25px 0 33px;
	font-size: 22px;
	line-height: 1.59;
	text-align: center;
}

.sc-container .keyword-tit > span {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	text-align: center;
	display: block;
	margin: 0 0 6px;
	transform: scale(0.84, 1);
	letter-spacing: 0.07em;
	width: 590px;
	background: #f7f3ee;
	position: absolute;
	left: calc(50% - 295px);
	top: -0.64em;
}

.sc-container .keyword-tit > span > span {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	text-align: center;
	transform: scale(0.9, 1);
	position: relative;
}

/* keyword-list */
.sc-container .keyword-list {
	width: 747px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 99px;
}

.sc-container .keyword-list li {
	width: 207px;
	text-align: center;
	position: relative;
}

.sc-container .keyword-list li::after {
	width: 207px;
	height: 14px;
	content: "";
	display: block;
	position: absolute;
	bottom: -23px;
	left: calc(50% - 103.5px);
	background: url(../img/arrow_pc.png) no-repeat;
	background-size: contain;
}

.sc-container .keyword-list li a {
	font-size: 22px;
	line-height: 1.59;
	color: #000000;
}

.sc-container .keyword-list li a:hover {
	opacity: 0.8;
}

/* keyword-box */
.sc-container .keyword-box {
	width: 1040px;
	margin: 0 auto 104px;
	position: relative;
}

.sc-container .keyword-desc {
	width: 460px;
	height: 460px;
	padding: 57px 0 0 40px;
	background: transparent;
	position: absolute;
}

.sc-container .keyword-desc-tit {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

.sc-container .keyword-desc-tit .num {
	display: inline-block;
	width: 54px;
	height: 90px;
	margin-right: 9px;
}

.sc-container .keyword-desc-tit .hash {
	font-size: 25px;
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
	top: -2px;
}

.sc-container .keyword-desc-txt {
	font-size: 14px;
	line-height: 2.67;
}

.sc-container .keyword-desc-txt .note {
	display: block;
	font-size: 12px;
	line-height: 1.82;
	margin-top: 8px;
}

/* L[[hĘÝč */
.sc-container #kw01 .keyword-desc {
	top: 216px;
	right: -5px;
}

.sc-container #kw02 .keyword-desc {
	top: 164px;
	left: 64px;
}

.sc-container #kw03 .keyword-desc {
	top: 160px;
	right: -3px;
}


/* ====================
btn-area
==================== */
.sc-container .btn-area {
	margin: 0 auto;
	padding: 0 0 78px;
	background: #f7f3ee;
}

.sc-container .btn {
	display: block;
	margin: 0 auto;
	width: 550px;
	height: 67px;
	text-align: center;
	font-size: 30px;
	line-height: 61px;
	letter-spacing: 0.1em;
	border: 2px solid #000000;
	border-radius: 65px;
	transition: 0.4s ease;
}

.sc-container .btn:hover {
	background: #000000;
	color: #ffffff;
	opacity: 1;
}


/* ====================
main-wrap
==================== */
.sc-container .main-wrap {
	width: 100%;
	margin: 0;
	padding: 0 0 50px;
	background: #eaf1ee;
}

.sc-container .intro-area {
	margin: 0 0 212px;
	padding: 610px 0 0;
	position: relative;
}

.sc-container .intro-img {
	position: absolute;
	width: 970px;
	top: -153px;
	left: calc(50% - 450px);
}

.sc-container .intro-tit {
	margin: 0 0 31px;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}

.sc-container .intro-tit > span {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	text-align: center;
	display: block;
	margin: 0 0 9px;
	transform: scale(0.8, 1);
	letter-spacing: 0.18em;
	width: 120%;
	left: -10%;
	position: relative;
}

.sc-container .intro-txt {
	font-size: 17px;
	line-height: 1.77;
	text-align: center;
}


/* ====================
feature-area
==================== */
.sc-container .feature-area {
	width: 1180px;
	height: 1569px;
	border: 8px solid #000000;
	margin: 0 auto 140px;
	position: relative;
	box-sizing: border-box;
}

.sc-container .feature-tit {
	margin: -37px auto 35px;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	width: 388px;
	background: #eaf1ee;
}

.sc-container .feature-tit > span {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	text-align: center;
	display: block;
	margin: 0 auto 5px;
	transform: scale(0.84, 1);
	letter-spacing: 0.15em;
	position: relative;
	width: 116%;
	left: -8%;
	background: #eaf1ee;
}

/* feature-box */
.sc-container .feature-box,
.sc-container .feature-desc {
	position: absolute;
}

.sc-container .feature-box .feature-desc::before {
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
}

.sc-container .feature-desc-tit {
	font-size: 26px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: 0 0 14px;
}

.sc-container .feature-desc-txt {
	font-size: 14px;
	text-align: left;
	line-height: 2;
}

/* ÂĘÝč */
.sc-container .feature-box:first-of-type {
	width: 770px;
	height: 937px;
	top: -32px;
	left: -112px;
}

.sc-container .feature-box:first-of-type .feature-desc {
	width: 324px;
	top: 178px;
	right: -7px;
}

.sc-container .feature-box:first-of-type .feature-desc::before {
	width: 46px;
	height: 87px;
	background: url(../img/num_1_pc.png) no-repeat;
	background-size: contain;
	bottom: 36px;
	left: -76px;
}

.sc-container .feature-box:nth-of-type(2) {
	width: 395px;
	height: 635px;
	top: -91px;
	right: 21px;
}

.sc-container .feature-box:nth-of-type(2) .feature-desc {
	width: 324px;
	bottom: 0;
	left: calc(50% - 162px);
}

.sc-container .feature-box:nth-of-type(2) .feature-desc::before {
	width: 52px;
	height: 87px;
	background: url(../img/num_2_pc.png) no-repeat;
	background-size: contain;
	top: -124px;
	left: 35px;
}

.sc-container .feature-box:nth-of-type(3) {
	width: 802px;
	height: 351px;
	top: 437px;
	left: 340px;
}

.sc-container .feature-box:nth-of-type(3) .feature-desc {
	width: 345px;
	bottom: 0;
	left: 396px;
}

.sc-container .feature-box:nth-of-type(3) .feature-desc::before {
	width: 54px;
	height: 90px;
	background: url(../img/num_3_pc.png) no-repeat;
	background-size: contain;
	bottom: -46px;
	left: -96px;
}

.sc-container .feature-box:nth-of-type(4) {
	width: 729px;
	height: 658px;
	bottom: -52px;
	left: -150px;
}

.sc-container .feature-box:nth-of-type(4) .feature-desc-img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.sc-container .feature-box:nth-of-type(4) .feature-desc {
	width: 488px;
	height: 276px;
	top: 0;
	left: 226px;
}

.sc-container .feature-box:nth-of-type(4) .feature-desc-tit {
	margin-bottom: 25px;
}

.sc-container .feature-box:nth-of-type(4) .feature-desc::before {
	width: 60px;
	height: 84px;
	background: url(../img/num_4_pc.png) no-repeat;
	background-size: contain;
	top: -61px;
	left: -9px;
}

.sc-container .feature-box:nth-of-type(5) {
	width: 661px;
	height: 703px;
	bottom: -3px;
	right: 0;
}

.sc-container .feature-box:nth-of-type(5) .feature-desc {
	width: 326px;
	top: 278px;
	right: 77px;
}

.sc-container .feature-box:nth-of-type(5) .feature-desc::before {
	width: 50px;
	height: 90px;
	background: url(../img/num_5_pc.png) no-repeat;
	background-size: contain;
	top: calc(50% - 54px);
	left: -99px;
}


/* ====================
series-area
==================== */
.sc-container .series-area {
	width: 100%;
	margin: 0 auto 119px;
}

.sc-container .series-tit {
	margin: 0 0 56px;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

.sc-container .series-tit > span {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	text-align: center;
	display: block;
	margin: 0 auto 5px;
	transform: scale(0.94, 1);
	letter-spacing: 0.1em;
	position: relative;
	width: 114%;
	left: -7%;
}

/* series-list */
.sc-container .series-list {
	width: 833px;
	margin: 0 auto;
}

.sc-container .series-list-item {
	width: 100%;
	margin: 0 0 61px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sc-container .series-list-item:last-child {
	margin: 0;
}

.sc-container .series-img {
	width: 214px;
}

.sc-container .series-list-item dl {
	width: 593px;
	margin: 3px -3px 0 0;
}

.sc-container .series-list-item dt {
	margin: 0 0 18px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1;
}

.sc-container .series-list-item dt > span {
	font-family: "Cardo", serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 1;
	display: block;
	margin: 0 auto 8px;
	transform: scale(0.8, 1);
	letter-spacing: 0.16em;
	position: relative;
	width: 120%;
	left: -12%;
}

.sc-container .series-list-item dd {
	font-size: 15px;
	line-height: 2;
}


/* ====================
btn-area ( main-wrap )
==================== */
.sc-container .main-wrap .btn-area {
	background: #eaf1ee;
}


/* ====================
	nolink
==================== */
.sc-container .link-list #num01 .link-btn {
	display: none;
}





/* ====================
XN[
==================== */
.fadein{opacity:0;transform:translateY(40px)}
.fadein.scrollin{opacity:1;transition:.6s .2s ease;transform:none}


.fadein.keyword-list{opacity:1;transform:none}
.fadein.keyword-list li{opacity:0;transform:translateX(-40px)}
.fadein.scrollin.keyword-list li{opacity:1;transition:.6s .2s ease;transform:none}
.fadein.scrollin.keyword-list li:nth-child(2){opacity:1;transition:.6s .5s ease;transform:none}
.fadein.scrollin.keyword-list li:nth-child(3){opacity:1;transition:.6s .8s ease;transform:none}

.fadein.keyword-desc{opacity:1;transform:none}
.fadein.keyword-desc .keyword-desc-tit,.fadein.keyword-desc .keyword-desc-txt{opacity:0}
.fadein.scrollin.keyword-desc .keyword-desc-tit,.fadein.scrollin.keyword-desc .keyword-desc-txt{opacity:1;transition:.6s .2s ease}

.fadein.btn{opacity:0;transform:none}
.fadein.scrollin.btn{opacity:1;transition:.6s .2s ease}

.sc-container .feature-box:nth-of-type(1) .fadein.feature-desc-img,
.sc-container .feature-box:nth-of-type(3) .fadein.feature-desc-img,
.sc-container .feature-box:nth-of-type(4) .fadein.feature-desc-img {opacity:0;transform:translateX(-40px)}

.sc-container .feature-box:nth-of-type(2) .fadein.feature-desc-img,
.sc-container .feature-box:nth-of-type(5) .fadein.feature-desc-img {opacity:0;transform:translateX(40px)}

.sc-container .feature-box:nth-of-type(1) .fadein.scrollin.feature-desc-img,
.sc-container .feature-box:nth-of-type(3) .fadein.scrollin.feature-desc-img,
.sc-container .feature-box:nth-of-type(5) .fadein.scrollin.feature-desc-img,
.sc-container .feature-box:nth-of-type(2) .fadein.scrollin.feature-desc-img,
.sc-container .feature-box:nth-of-type(4) .fadein.scrollin.feature-desc-img {opacity:1;transition:.6s .2s ease;transform:none}