/* CSS Document */
.wrap {
    min-width: 980px;
}
.wrap .nav {
	text-align: center;
	margin: 1rem 0 0;
}
.wrap .nav a{
	padding: 1rem;
	margin: 0 1rem;
}
@media screen and (max-width: 639px) {
.wrap {
    min-width: 100%;
}
}
.sec_inner {
    max-width: 980px;
}
.contents_menu .contents_inner {
    max-width: 980px;
    display: block;
}
.contents_menu .logo {
    width: 320px;
    margin: 0 auto;
}
.contents_menu::before {
    right: calc(50% + 160px);
}
.contents_menu::after {
    left: calc(50% + 160px);
}
@media screen and (max-width: 639px) {
.contents_menu .logo {
    width: 190px;
}

.contents_menu::before {
    content: '';
    right: calc(50% + 90px);
}
.contents_menu::after {
    left: calc(50% + 90px);
}
}

.contents_header .sec_inner{
    padding: 0 1rem 0.5rem;
    border-bottom: 2px solid #ccc;
    position: relative;
}

p.rarelity {
    font-weight: 800;
    font-size: 1.8rem;
	margin-bottom: 0.4em;
}
.rarelity span::after {
	content: " / ";
    color: #8DAFFD;
    font-size: 1.8rem;
}
.rarelity span:last-child::after {
	content: none;
}
	.rarelity span {
    color: #8DAFFD;
		cursor: pointer;
	}
	.rarelity span.current {
    color: #3b76fd;
    font-size: 2.5rem;
	}

.contents_header h2{
    font-size: 2rem;
    text-align: left;
    line-height: 1.1;
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
}
.contents_header h2::after{
    content: none;
}
.contents_header h2 span {
    font-size: 1rem;
}
.imageBox {
    max-width: 600px;
    padding: 0 1rem;
    margin: 0 auto 1rem;
	position: relative;
}
.imageBox__cal {
	width: 100%;
	position: relative;
}

.imageBox__cal::before {
	content: "";
	display: block;
	padding-top: 139.6%;
}
.imageBox__cal.PIECE::before {
	content: "";
	display: block;
	padding-top: 71.63%;
}

.cal__inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cal__inner .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
}
.cal__inner .thumb.nowprinting {
	background-image: url("../card/thumb/noimage.png");
}

.status {
    font-weight: 700;
}
@media screen and (max-width: 979px) {
.status {
    padding: 0 1rem;
}
}
.status dl {
    display: flex;
    flex-wrap: wrap;
    background-color: #aaa;
    width: 980px;
    padding: 1px;
    margin: 0 auto 1rem;
}
@media screen and (max-width: 979px) {
.status dl {
    width: 100%;
}
}

.status dl dt,
.status dl dd {
    width: calc(163px - 2px);
    background-color: #ccc;
    padding: 10px;
    margin: 1px;
    vertical-align: bottom;
    /*
    display: flex;
    align-items: center;
    */
}
@media screen and (max-width: 979px) {
.status dl dt,
.status dl dd {
    width: calc(25% - 2px);
}
}
.status dl dd {
    background-color: #fff;
}

.status dl dd:last-child {
/*    width: calc(489px - 2px);*/
}
@media screen and (max-width: 979px) {
.status dl dd:last-child {
    width: calc(75% - 2px);
}
}

.status .fullWidth {
	text-align: left;
	border-left: 2px solid #aaa;
	border-right: 2px solid #aaa;
	border-top: 2px solid #aaa;
	padding: 0.7em;
    background-color: #fff;
    width: 980px;
    white-space: pre-wrap;
    word-wrap:break-word
}
@media screen and (max-width: 979px) {
.status .fullWidth {
    width: 100%;
}
}
.status .fullWidth:last-child {
	border-bottom: 2px solid #aaa;
}

.sec_inner img.text_icon {
    vertical-align: middle;
    height: 2.2em;
    width: auto;
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    padding: 0.17em;
}
.sec_inner img.text_icon.mini {
    height: 1.54em;
}

.qa {
    font-weight: 700;
    text-align: left;
}
@media screen and (max-width: 979px) {
.qa {
	margin-left: 1rem;
	margin-right: 1rem;
}
}
.qa div {
    border-left: 2px solid #aaa;
    border-right: 2px solid #aaa;
    border-top: 2px solid #aaa;
    padding: 0.7em;
    background-color: #fff;
}
.qa p {
    margin-bottom: 0.5em;
}
.qa p.que::before {
    content: "Q:";
    margin-right: 0.5em;
}
.qa p.ans::before {
    content: "A:";
    margin-right: 0.5em;
    color: #3b76fd;
}

.qa div:last-child {
    border-bottom: 2px solid #aaa;
}
.qa .head {
    background-color: #ccc;
    margin-top: 1rem;
    text-align: center;
}
.sec_inner .qa img.text_icon {
    height: 1.9em;
}

.page-nav {
    display: flex;
    justify-content: center;
}
.page-nav > a {
	display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-weight: 700;
    background-color: #b0b0b0;
    color: #fff;
    margin: 0;
    cursor: pointer;
	text-decoration: none;
	text-align: center;
	margin: 0 0.2rem;
}
