@charset "shift_JIS";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.sc-container, .sc-container div, 
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4,
.sc-container p, .sc-container span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
}

.sc-container dl {
	font-size: 0;
}

button {
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	appearance: none;
}


/* ====================
***
==================== */
.sc-container {
	position: relative;
	z-index: 0;
	width: 100%;
	margin: 42px auto;
	color: #132251;
	font-size: 18px;
	font-family: "Sawarabi Mincho", "kozuka-mincho-pro", Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.95;
	overflow: hidden;
}

.sc-container::before {
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 1156px);
	width: 2312px;
	height: 1090px;
	background: url(../img/bg_keyv_bg_pc.jpg) no-repeat;
	background-size: 100%;
	content: "";
}

.sc-container .sc-container-inner {
	position: relative;
	z-index: 1;
	width: 1180px;
	margin: 0 auto;
	background: url(../img/bg_keyv_pc.jpg) no-repeat;
	background-size: contain;
	overflow: hidden;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
}

.sc-container a span {
	-webkit-transition: .4s;
	transition: .4s;
}

.sc-container a:hover,
.sc-container a:active {
	opacity: 0.8;
	text-decoration: none;
}

#page-top a {
	display: block;
	width: 100px;
	height: 100px;
	background: url(../img/btn_pagetop.png) left top;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}

.sc-container .text {
	display: block;
	margin: 0 auto 12px;
}


/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
	width: 1180px;
	margin: 0 auto 335px;
	padding: 35px 0 0;
}

.sc-container .keyv {
	position: relative;
	margin: 0 auto 40px;
	width: 572px;
}

.sc-container .keyv::before {
	display: block;
	padding-top: 478px;
	content: "";
}

.sc-container .keyv-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.sc-container .keyv-title {
	margin: 0 auto 12px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.125em;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.7;
}

.sc-container .keyv-text {
	margin: 0 auto 12px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.125em;
}


/* ====================
nav
==================== */
.sc-container .nav {
	margin: 0 auto 135px;
	text-align: center;
}

.sc-container .nav-title {
	position: relative;
	margin: 0 auto 32px;
}

.sc-container .nav-title span {
	display: block;
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	margin: -37px 0 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.225em;
}

.sc-container .nav-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 820px;
	margin: 0 auto;
}

.sc-container .nav-list-item {
	width: 160px;
	margin: 0 0 50px 60px;
	text-align: center;
}

.sc-container .nav-list-item:nth-child(4n+1) {
	margin: 0 0 50px;
}

.sc-container .nav-list-item a:hover span {
	opacity: 0.8;
}

.sc-container .nav-name {
	letter-spacing: 0.1em;
	line-height: 1;
}

.sc-container .nav-name span {
	color: #132251;
	font-size: 24px;
}

.sc-container .nav-logo {
	display: block;
	margin: 0 auto 3px;
}

.sc-container .nav-date {
	display: block;
	color: #132251;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0.1em;
}


/* ====================
section
==================== */
.sc-container .month {
	margin: 0 auto 240px;
	text-align: center
}

.sc-container .section {
	margin: 0 auto 100px;
	text-align: center
}

.sc-container .section-box {
	padding: 50px 0 40px;
}

.sc-container .section-title {
	position: relative;
	margin: 0 auto 35px;
}

.sc-container .section-title span {
	display: block;
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	margin: -37px 0 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
}

.sc-container .section-logo {
	margin: 0 auto 28px;
}

.sc-container .section-name {
	margin: 0 0 3px;
	line-height: 1;
	text-align: center;
}

.sc-container .section-name span {
	position: relative;
	display: inline-block;
	font-size: 40px;
	letter-spacing: 0.225em;
}

.sc-container .section-name span::before,
.sc-container .section-name span::after {
	display: block;
	position: absolute;
	top: calc(50% - 16px);
	z-index: 1;
	width: 73px;
	height: 32px;
	background: url(../img/icn_stardust.png) no-repeat;
	background-size: contain;
	content: "";
}

.sc-container .section-name span::before {
	left: -88px;
}

.sc-container .section-name span::after {
	right: -82px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.sc-container .section-date {
	display: block;
	font-size: 30px;
	letter-spacing: 0.1em;
}

/* person - affinity */
.sc-container .person {
	margin: 0 auto 60px;
}
.sc-container .affinity {
	margin: 0 auto 100px;
}

.sc-container .person-title,
.sc-container .affinity-title {
	width: 547px;
	height: 60px;
	margin: 0 auto 20px;
	font-size: 26px;
	background: url(../img/bg_tit.png) no-repeat 0 4px;
	background-size: cover;
	line-height: 60px;
	letter-spacing: 0.1em;
}

.sc-container .affinity-title {
	margin: 0 auto 27px;
}

.sc-container .person-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 auto;
}

.sc-container .person-list-item {
	position: relative;
	margin: 0 0 4px 25px;
	padding-left: 45px;
	font-size: 19px;
	text-align: left;
	letter-spacing: 0.1em;
}


.sc-container .person-list-item:nth-child(2n+1) {
	margin: 0 0 4px;
}

.sc-container .person-list-item::before {
	display: block;
	position: absolute;
	top: -2px;
	left: -4px;
	z-index: 1;
	width: 40px;
	height: 40px;
	background: url(../img/icn_star.png) no-repeat;
	background-size: contain;
	content: "";
}

.sc-container .affinity .nav-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 640px;
	margin: 0 auto 25px;
}

/* ŒÂ•ÊŽw’è */
.sc-container .month .section-box {
	background: url(../img/bg_sagittarius_pc.jpg) no-repeat center 130px;
	background-size: contain;
}

.sc-container .sagittarius .accordion-box .section-box {
	background: url(../img/bg_sagittarius_pc.jpg) no-repeat center;
	background-size: contain;
}

.sc-container .capricorn .accordion-box .section-box {
	background: url(../img/bg_capricorn_pc.jpg) no-repeat center;
	background-size: contain;
}

.sc-container .aquarius .accordion-box .section-box {
	background: url(../img/bg_aquarius_pc.jpg) no-repeat center;
	background-size: contain;
}

.sc-container .pisces .accordion-box .section-box {
	background: url(../img/bg_pisces_pc.jpg) no-repeat center;
	background-size: contain;
}

.sc-container .aries .accordion-box .section-box {
	background: url(../img/bg_aries_pc.jpg) no-repeat center;
	background-size: contain;
}

.sc-container .taurus .accordion-box .section-box {
	background: url(../img/bg_taurus_pc.jpg) no-repeat center;
	background-size: contain;
}

.sc-container .gemini .accordion-box .section-box {
	background: url(../img/bg_gemini_pc.jpg) no-repeat;
	background-size: contain;
}

.sc-container .cancer .accordion-box .section-box {
	background: url(../img/bg_cancer_pc.jpg) no-repeat;
	background-size: contain;
}

.sc-container .leo .accordion-box .section-box {
	background: url(../img/bg_leo_pc.jpg) no-repeat;
	background-size: contain;
}

.sc-container .virgo .accordion-box .section-box {
	background: url(../img/bg_virgo_pc.jpg) no-repeat;
	background-size: contain;
}

.sc-container .libra .accordion-box .section-box {
	background: url(../img/bg_libra_pc.jpg) no-repeat;
	background-size: contain;
}

.sc-container .scorpio .accordion-box .section-box {
	background: url(../img/bg_scorpio_pc.jpg) no-repeat;
	background-size: contain;
}

.sc-container .sagittarius .person-list {
	width: 710px;
}

.sc-container .sagittarius .person-list-item {
	width: 290px;
}

.sc-container .sagittarius .person-list-item:nth-child(even) {
	width: 390px;
}

.sc-container .capricorn .person-list {
	width: 850px;
}

.sc-container .capricorn .person-list-item {
	width: 400px;
}

.sc-container .capricorn .person-list-item:nth-child(even) {
	width: 425px;
}

.sc-container .aquarius .person-list {
	width: 710px;
}

.sc-container .aquarius .person-list-item {
	width: 385px;
}

.sc-container .aquarius .person-list-item:nth-child(even) {
	width: 300px;
}

.sc-container .pisces .person-list {
	width: 710px;
}

.sc-container .pisces .person-list-item {
	width: 340px;
}

.sc-container .pisces .person-list-item:nth-child(even) {
	width: 340px;
}

.sc-container .aries .person-list {
	width: 750px;
}

.sc-container .aries .person-list-item {
	width: 380px;
}

.sc-container .aries .person-list-item:nth-child(even) {
	width: 330px;
}

.sc-container .taurus .person-list {
	width: 910px;
}

.sc-container .taurus .person-list-item {
	width: 380px;
}

.sc-container .taurus .person-list-item:nth-child(even) {
	width: 505px;
}

.sc-container .gemini .person-list {
	width: 970px;
}

.sc-container .gemini .person-list-item {
	width: 510px;
}

.sc-container .gemini .person-list-item:nth-child(even) {
	width: 430px;
}

.sc-container .cancer .person-list {
	width: 780px;
}

.sc-container .cancer .person-list-item {
	width: 430px;
}

.sc-container .cancer .person-list-item:nth-child(even) {
	width: 325px;
}

.sc-container .leo .person-list {
	width: 690px;
}

.sc-container .leo .person-list-item {
	width: 348px;
}

.sc-container .leo .person-list-item:nth-child(even) {
	width: 317px;
}

.sc-container .virgo .person-list {
	width: 640px;
}

.sc-container .virgo .person-list-item {
	width: 295px;
}

.sc-container .virgo .person-list-item:nth-child(even) {
	width: 320px;
}

.sc-container .libra .person-list {
	width: 786px;
}

.sc-container .libra .person-list-item {
	width: 338px;
}

.sc-container .libra .person-list-item:nth-child(even) {
	width: 423px;
}

.sc-container .scorpio .person-list {
	width: 828px;
	padding-left: 77px;
}

.sc-container .scorpio .person-list-item {
	width: 317px;
}

.sc-container .scorpio .person-list-item:nth-child(even) {
	width: 380px;
	margin: 0 0 4px 50px;
}


/* ====================
item-area
==================== */
.sc-container .item-area {
	margin: 0 auto;
	text-align: center;
}

.sc-container .item-list-item {
	margin: 0 auto 110px;
}

.sc-container .item-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
	width: 820px;
	margin: 0 auto 27px;
}

.sc-container .item-detail {
	width: 430px;
}

.sc-container .item-brand {
	position: relative;
	margin: 0 auto 10px;
	height: 60px;
	background: url(../img/bg_tit.png) no-repeat;
	background-size: contain;
	line-height: 1.2;
	text-align: left;
}

.sc-container .item-brand span {
	position: absolute;
	top: 8px;
	left: 55px;
	display: block;
	font-weight: bold;
	font-size: 21px;
	font-family: 'Adamina', serif;
	letter-spacing: 0.25em;
	transform: scale(1, 1.2);
	transform-origin: top left;
}

.sc-container .item-desc {
	margin: 0 0 23px;
	padding-left: 55px;
	text-align: left;
}

.sc-container .desc-label-model,
.sc-container .desc-label-price {
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
	font-size: 18px;
	vertical-align: top;
	letter-spacing: 0.1em;
}

.sc-container .desc-label-model span,
.sc-container .desc-label-price span {
	display: inline-block;
	margin: 0 0 0 5px;
}

.sc-container .desc-label-model {
	width: 80px;
	margin: 5px 0 8px;
}

.sc-container .desc-label-price {
	width: 100px;
	margin: 7px 0 0;
}

.sc-container .desc-model,
.sc-container .desc-price {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
}

.sc-container .desc-model {
	width: 295px;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Adamina', serif;
	letter-spacing: 0.25em;
	transform: scale(1, 1.1);
	transform-origin: top left;
}

.sc-container .desc-price {
	width: 275px;
	font-weight: bold;
	font-size: 23px;
	font-family: 'Adamina', serif;
	letter-spacing: 0.2em;
	transform: scale(1, 1.1);
	transform-origin: top left;
}

.sc-container .yen {
	margin: 0 8px 0 0;
}

.sc-container .tax {
	display: inline-block;
	margin: 0 0 0 8px;
	font-size: 12px;
	vertical-align: 2px;
	letter-spacing: 0.25em;
}

.sc-container .tax span {
	display: inline-block;
	margin: 0 0 0 5px;
}

.sc-container .item-text {
	padding-left: 55px;
	font-size: 17px;
	line-height: 1.6;
	text-align: left;
	letter-spacing: 0.1em;
}

.sc-container .item-btn {
	display: inline-block;
	left: calc(50% - 151px);
	z-index: 1;
	width: 302px;
	height: 46px;
	background: url(../img/bg_btn.png) no-repeat;
	background-size: cover;
	color: #ffffff;
	font-size: 20px;
	line-height: 46px;
	letter-spacing: 0.1em;
}

/* about-btn-wrap */
.sc-container .accordion-title {
	display: block;
	position: relative;
	width: 700px;
	height: 77px;
	margin: 0 auto;
	font-size: 32px;
	background: url(../img/bg_tit_btn_pc.png) no-repeat;
	background-size: cover;
	line-height: calc(77px - 12px);
	letter-spacing: 0.1em;
	-webkit-transition: .4s;
	transition: .4s;
}

.sc-container .accordion-title::after {
	display: block;
	position: absolute;
	top: calc(50% - 25px);
	right: 30px;
	width: 40px;
	height: 40px;
	background: url(../img/icn_arrow_01.png) no-repeat;
	background-size: contain;
	content: "";
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.sc-container .accordion-title:hover {
	opacity: 0.8;
	cursor: pointer;
}

.sc-container .accordion-title.open::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.sc-container .close_btn {
	display: block;
	position: relative;
	width: 455px;
	margin: 0 auto 240px;
	color: #5fa8e0;
	font-size: 30px;
	letter-spacing: 0.3em;
}

.sc-container .close_btn::before {
	display: block;
	position: absolute;
	bottom: -5px;
	left: calc(50% - 50%);
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: #5fa8e0;
	content: "";
}

.sc-container .close_btn::after {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 2px;
	width: 28px;
	height: 28px;
	background: url(../img/icn_arrow_02.png) no-repeat;
	background-size: contain;
	content: "";
}

/* ?????w?? */
.sc-container .capricorn .item06 .item-detail,
.sc-container .aquarius .item02 .item-detail {
	width: 400px;
}

.sc-container .sagittarius .item03 .item-brand span,
.sc-container .taurus .item03 .item-brand span {
	top: -5px;
}

.sc-container .pisces .item01 .item-brand span,
.sc-container .gemini .item02 .item-brand span {
	letter-spacing: 0.17em;
}

.sc-container .capricorn .item06 .desc-model,
.sc-container .aquarius .item02 .desc-model {
	width: 265px;
}

.sc-container .capricorn .item06 .desc-price,
.sc-container .aquarius .item02 .desc-price {
	width: 245px;
}

.sc-container .item-brand.bg170 {
	background: url(../img/bg_tit_170.png) no-repeat;
	background-size: auto;
}

.sc-container .item-brand.bg220 {
	background: url(../img/bg_tit_220.png) no-repeat;
	background-size: auto;
}

.sc-container .item-brand.bg260 {
	background: url(../img/bg_tit_260.png) no-repeat;
	background-size: auto;
}

.sc-container .item-brand.bg340 {
	background: url(../img/bg_tit_340.png) no-repeat;
	background-size: auto;
}

.sc-container .item-brand.bg380 {
	background: url(../img/bg_tit_380.png) no-repeat;
	background-size: auto;
}

.sc-container .item-brand.bg430 {
	background: url(../img/bg_tit_430.png) no-repeat;
	background-size: auto;
}



/* ====================
?X?N???[??
==================== */
.fadein{opacity:0}
.fadein.scrollin{opacity:1;-webkit-transition:.5s .2s ease;transition:.5s .2s ease}