@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.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 button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: 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 35px;
}

.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 1.4em 0 0;
}


/* ====================
keyword-wrap
==================== */
.sc-container .keyword-wrap {
	width: 100%;
    margin: 0 0 417px;
    padding: 210px 0 0;
    background: #f7f3ee;
}

.sc-container .keyword-area {
	width: 1180px;
    border: 8px solid #000000;
    margin: 0 auto 85px;
    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: -13px;
    left: calc(50% - 103.5px);
    background: url(../img/arrow_pc.png) no-repeat;
    background-size: contain;
}

.sc-container .keyword-list li button {
    font-size: 22px;
    line-height: 1.59;
    color: #000000;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
}

.sc-container .keyword-list li button:hover {
	opacity: 0.8;
}

.sc-container .keyword-btn-wrap {
	margin: 132px 0 100px;
}

.sc-container .keyword-btn-wrap.open {
	display: none;
}

.sc-container .keyword-btn {
    text-align: center;
    position: relative;
}

.sc-container .keyword-btn::before {
	display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: calc(50% - 161px);
    width: 32px;
    height: 32px;
    background: url(../img/icn_arrow.png) no-repeat;
    background-size: contain;
    content: "";
}

.sc-container .keyword-btn::after {
    display: block;
    position: absolute;
    bottom: -10px;
    right: calc(50% - 160px);
    width: 320px;
    height: 2px;
    background: #000000;
    content: "";
}

.sc-container .keyword-btn:hover {
	opacity: 0.8;
}

.sc-container .keyword-btn button {
    font-family: "Cardo", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    transform: scale(0.84, 1);
    letter-spacing: 0.2em;
}

/* AR[fBI */
.sc-container .accordion-box {
	display: none;
}

/* 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 86px;
    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 54px;
    background: #ebebe2;
}

.sc-container .intro-area {
    margin: 0 0 212px;
    padding: 610px 0 0;
    position: relative;
}

.sc-container .intro-img {
	position: absolute;
    width: 956px;
    top: -151px;
    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: 1868px;
    border: 8px solid #000000;
    margin: 0 auto 217px;
    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: 340px;
    background: #ebebe2;
}

.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: #ebebe2;
}

/* 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-img {
	position: absolute;
}

.sc-container .feature-desc-tit {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.33;
    margin: 0 0 16px;
}

.sc-container .feature-desc-txt {
	font-size: 15px;
    text-align: left;
    line-height: 2;
}

/* ÂĘÝč */
.sc-container .feature-box:first-of-type {
	width: 637px;
    height: 890px;
    top: 0;
    left: -36px;
    z-index: 1;
}

.sc-container .feature-box:first-of-type .feature-desc {
    width: 467px;
    top: 688px;
    left: 80px;
}

.sc-container .feature-box:first-of-type .feature-desc::before {
	width: 52px;
    height: 98px;
    background: url(../img/num_1_pc.png) no-repeat;
    background-size: contain;
    top: -121px;
    left: 61px;
}

.sc-container .feature-box:nth-of-type(2) {
    width: 751px;
    height: 1044px;
    top: 56px;
    right: -108px;
}

.sc-container .feature-box:nth-of-type(2) .feature-desc-img {
    top: 139px;
    left: 0;
}

.sc-container .feature-box:nth-of-type(2) .feature-desc {
    width: 432px;
    top: 0;
    left: 170px;
}

.sc-container .feature-box:nth-of-type(2) .feature-desc::before {
    width: 59px;
    height: 99px;
    background: url(../img/num_2_pc.png) no-repeat;
    background-size: contain;
    top: 212px;
    left: -5px;
}

.sc-container .feature-box:nth-of-type(3) {
	width: 779px;
    height: 945px;
    top: 912px;
    left: -97px;
}

.sc-container .feature-box:nth-of-type(3) .feature-desc-img {
    bottom: 0;
    left: 0;
}

.sc-container .feature-box:nth-of-type(3) .feature-desc {
    width: 270px;
    top: 0;
    right: 0;
}

.sc-container .feature-box:nth-of-type(3) .feature-desc::before {
    width: 61px;
    height: 102px;
    background: url(../img/num_3_pc.png) no-repeat;
    background-size: contain;
    top: 4px;
    left: -86px;
}

.sc-container .feature-box:nth-of-type(4) {
    width: 818px;
    height: 770px;
    bottom: 47px;
    right: -65px;
}

.sc-container .feature-box:nth-of-type(4) .feature-desc-img {
    right: 0;
    top: 0;
}

.sc-container .feature-box:nth-of-type(4) .feature-desc {
    width: 711px;
    bottom: -8px;
    left: 0;
}

.sc-container .feature-box:nth-of-type(4) .feature-desc::before {
    width: 68px;
    height: 96px;
    background: url(../img/num_4_pc.png) no-repeat;
    background-size: contain;
    top: -117px;
    left: 190px;
}


/* ====================
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 12px;
    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: #ebebe2;
}


/* ====================
	nolink
==================== */
.sc-container .link-list #num03 .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 {opacity:0;transform:translateX(-40px)}

.sc-container .feature-box:nth-of-type(2) .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(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}