@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 769px) {
	.device-pc {
		display: block !important;
	}
	.device-sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.device-pc {
		display: none !important;
	}
	.device-sp {
		display: block !important;
	}
}
a:hover {
	color: #666;
	text-decoration: none;
	opacity: 0.7;
	transition: 0.3s;
}
ul, ol {
	list-style: none;
}
.fs-l-main {
	padding: 0;
}
#block01 {
	/*padding: 1em 3em;*/
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/bg-main_back.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
#block01::after {
	display: block;
	content: "";
	width: 100%;
	height: 10em;
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/line-dot01.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20%;
}
@media screen and (max-width: 769px) {
	#block01::after {
		background-size: 75%;
	}
}
#block01 .inner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 1em;
}
@media screen and (max-width: 768px) {
	#block01 .inner {
		width: 100%;
		padding: 0 3%;
	}
}
@media screen and (max-width: 768px) {
	#block01 h1 {
		margin: 0 auto 1em;
		padding: 1em 0 0;
	}
}
#block01 .main_image {
	margin-bottom: 1em;
}
#block01 .main_image-box ul {
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin: 0 auto;
	padding: 0;
}
#block01 .main_image-box ul li {
	width: 24%;
}
#block01 .main_text h2 {
	margin: 2em auto 1em;
	text-align: center;
	font-size: 3em;
	font-weight: normal;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	#block01 .main_text h2 {
		font-size: 1.4em;
	}
}
#block01 .main_text p {
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
	line-height: 2.5;
}
#block01 .main_text p .first, #block02 .lineup .first, #block05 .item_info-wrapper .item_info .item_subname .first, #block07 .item_info-wrapper .item_info .item_subname .first {
	color: #98ad01;
}
#block01 .main_text p .second, #block02 .lineup .second, #block05 .item_info-wrapper .item_info .item_subname .second, #block07 .item_info-wrapper .item_info .item_subname .second {
	color: #f08334;
}
#block01 .main_text p .third, #block02 .lineup .third, #block05 .item_info-wrapper .item_info .item_subname .third, #block07 .item_info-wrapper .item_info .item_subname .third {
	color: #5fb8f1;
}
#block01 .main_text p .fourth, #block02 .lineup .fourth, #block05 .item_info-wrapper .item_info .item_subname .fourth, #block07 .item_info-wrapper .item_info .item_subname .fourth {
	color: #ee76ab;
}
#block02 .inner, #block03 .inner, #block04 .inner, #block05 .inner, #block05 .disc01 .inner, #block05 .disc02 .inner, #block05 .disc03 .inner, #block05 .disc04 .inner, #block06 .inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#block02 .inner, #block03 .inner, #block04 .inner, #block05 .inner, #block05 .disc01 .inner, #block05 .disc02 .inner, #block05 .disc03 .inner, #block05 .disc04 .inner, #block06 .inner, #block07 .inner {
		width: 100%;
		padding: 0 3%;
	}
}
#block02 h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 5em;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#block02 h2 {
		font-size: 2em;
	}
}
#block02 h2 span {
	display: block;
	margin-bottom: 0.3em;
	font-size: 0.7em;
}
#block02 .group_photo-box {
	position: relative;
}
#block02 .group_photo-box .circle_img {
	position: absolute;
	width: 11em;
	left: -5em;
}
@media screen and (max-width: 768px) {
	#block02 .group_photo-box .circle_img {
		width: 7em;
		top: 0;
		left: -3%;
	}
}
#block02 .group_photo-box .nowonsale {
	position: absolute;
	width: 25em;
	top: -6em;
	right: 1em;
}
@media screen and (max-width: 768px) {
	#block02 .group_photo-box .nowonsale {
		width: 15em;
		top: 0;
	}
}
#block02 .group_photo-box .group_photo {
	margin: 5em auto;
}
@media screen and (max-width: 768px) {
	#block02 .group_photo-box .group_photo {
		margin: 3em auto;
	}
}
#block02 .lineup ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 768px) {
	#block02 .lineup ul {
		display: block;
	}
}
#block02 .lineup ul a {
	width: 49%;
	margin-bottom: 1em;
	padding: 1.2em 0;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	border-radius: 0.3em;
}
@media screen and (max-width: 768px) {
	#block02 .lineup ul a {
		width: 100%;
		font-size: 1.3em;
	}
}
#block02 .lineup .first {
	background-color: #F2F7D9;
}
#block02 .lineup .second {
	background-color: #FCE9DB;
}
#block02 .lineup .third {
	background-color: #E3F1FA;
}
#block02 .lineup .fourth {
	background-color: #FCEBF3;
}
#block02 .lineup ul li {
	position: relative;
}
#block02 .lineup ul li::after {
	position: absolute;
	content: "";
	top: 0.25em;
	right: 1em;
	width: 1em;
	height: 1em;
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/img-arrow_below.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#block03 {
	margin-top: 7em;
	padding: 10em 0;
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/bg-block03_back.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
@media screen and (max-width: 768px) {
	#block03 {
		margin-top: 3em;
		padding: 3em 0;
	}
}
#block03 .text_box .heading_text {
	width: fit-content;
	padding: 0.3em;
	font-size: 1.5em;
	color: #9798E6;
	font-weight: bold;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	#block03 .text_box .heading_text {
		font-size: 1em;
	}
}
#block03 h2 {
	margin: 0.5em auto;
	font-size: 3em;
}
@media screen and (max-width: 768px) {
	#block03 h2 {
		font-size: 1.6em;
	}
}
#block03 .text_box .description {
	font-size: 1.1em;
	color: #666;
	line-height: 1.8;
}
#block03 .commitment_img-box {
	margin-top: 5em;
}
@media screen and (max-width: 768px) {
	#block03 .commitment_img-box {
		margin-top: unset;
	}
}
#block03 .commitment_img-box ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 768px) {
	#block03 .commitment_img-box ul {
		display: block;
	}
}
#block03 .commitment_img-box ul li {
	width: 48%;
	padding: 2em;
	font-size: 1.1em;
	line-height: 1.7;
	color: #666;
	background-color: #fff;
	border-radius: 1.2em;
}
@media screen and (max-width: 768px) {
	#block03 .commitment_img-box ul li {
		width: 100%;
		margin-bottom: 1em;
	}
}
#block03 .commitment_img-box .commitment_catch {
	display: block;
	margin: 1em 0 0.5em;
	font-size: 1.1em;
	color: #9293E3;
}
#block03 .commitment_img-box .commitment_catch::after {
	display: inline-block;
	content: "───";
	margin-left: 1em;
}
#block04 {
	padding: 10em 0;
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/bg-block04_back.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
@media screen and (max-width: 768px) {
	#block04 {
		padding: 3em 0;
	}
}
#block04 .heading_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 3.5em;
	font-weight: bolder;
	color: #787ACE;
}
#block04 .heading_wrapper::before, #block04 .heading_wrapper::after {
	display: block;
	content: "";
	width: 3em;
	height: 3em;
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/img-block04_heading.webp);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	#block04 .heading_wrapper::before, #block04 .heading_wrapper::after {
		width: 1em;
		aspect-ratio: 179 / 241;
	}
}
#block04 h2 {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#block04 h2 {
		font-size: 0.5em;
	}
}
#block04 h2 span {
	font-size: 0.8em;
	font-weight: normal;
}
#block04 .heading_wrapper + img {
	margin-top: 3em;
}
@media screen and (max-width: 768px) {
	#block04 .heading_wrapper + img {
		margin-top: unset;
	}
}
#block04 h3 {
	margin: 2em 0 1em;
	font-size: 2.25em;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#block04 h3 {
		font-size: 1.5em;
	}
}
#block04 p {
	font-size: 1.1em;
	color: #666;
	line-height: 2;
}
#block04 .jacket_booklet {
	margin-top: 10em auto;
	padding: 3em 0;
}
#block04 .jacket_booklet .box1, #block04 .jacket_booklet .box2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5em;
}
@media screen and (max-width: 768px) {
	#block04 .jacket_booklet .box1, #block04 .jacket_booklet .box2 {
		display: block;
		margin-top: 1em;
	}
}
#block04 .jacket_booklet .box2 {
	margin-top: 10em;
}
@media screen and (max-width: 768px) {
	#block04 .jacket_booklet .box2 {
		margin-top: 0;
	}
}
#block04 .jacket_booklet .text_box {
	position: relative;
	width: 50%;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#block04 .jacket_booklet .text_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-top: -3em;
	}
}
#block04 .jacket_booklet .box1 .text_box::before, #block04 .jacket_booklet .box2 .text_box::before {
	position: absolute;
	content: "";
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#block04 .jacket_booklet .box1 .text_box::before {
	width: 17em;
	aspect-ratio: 420 / 308;
	top: -10em;
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/img-block04_03.webp);
}
@media screen and (max-width: 768px) {
	#block04 .jacket_booklet .box1 .text_box::before {
		top: 0;
		right: 0;
	}
}
#block04 .jacket_booklet .box2 .text_box::before {
	width: 15em;
	aspect-ratio: 352 / 578;
	top: -5em;
	left: 0;
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/img-block04_04.webp);
}
#block04 .jacket_booklet .text_box p {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 60%;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 100%;
}
@media screen and (max-width: 768px) {
	#block04 .jacket_booklet .text_box p:first-of-type {
		width: 33.333%;
	}
	#block04 .jacket_booklet .text_box p:last-of-type {
		width: 60%;
		border: none;
		border-radius: unset;
	}
}
#block04 .jacket_booklet .text_box p .heading {
	display: block;
	width: 100%;
	margin-bottom: 1em;
	font-size: 1.5em;
	color: #787ACE;
}
@media screen and (max-width: 768px) {
	#block04 .jacket_booklet .text_box p .heading {
		line-height: 1;
	}
}
#block04 .jacket_booklet .text_box p .heading::before {
	display: block;
	content: "";
	width: 1em;
	height: 1em;
	margin: 0 auto 0.3em;
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/img-block04_kirakira.webp);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#block04 .jacket_booklet .img_box {
	width: 50%;
}
@media screen and (max-width: 768px) {
	#block04 .jacket_booklet .img_box {
		width: 100%;
	}
}
#block05 .catch {
	text-align: center;
	font-size: 1.6em;
	color: #787ACE;
}
#block05 h2 {
	text-align: center;
	font-size: 3em;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#block05 h2 {
		font-size: 1.5em;
	}
}
#block05 h2 span {
	font-size: 2em;
}
@media screen and (max-width: 768px) {
	#block05 h2 span {
		font-size: 1.5em;
	}
}
#block05 .item_info-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 768px) {
	#block05 .item_info-wrapper {
		display: unset;
	}
}
#block05 .item_info-wrapper .jacket_img, #block05 .item_info-wrapper .item_info {
	position: relative;
	width: 47%;
}
@media screen and (max-width: 768px) {
	#block05 .item_info-wrapper .jacket_img, #block05 .item_info-wrapper .item_info {
		width: 100%;
	}
}
#block05 .item_info-wrapper .item_info h3, #block07 .item_info-wrapper .item_info h3 {
	font-size: 3em;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#block05 .item_info-wrapper .item_info h3, #block07 .item_info-wrapper .item_info h3 {
		margin: 1em 0 0;
		font-size: 2em;
	}
}
#block05 .item_info-wrapper .item_info h3::after {
	position: absolute;
	display: block;
	content: "";
	width: 7em;
	aspect-ratio: 510 / 479;
	top: -3em;
	right: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#block05 .disc01 .item_info-wrapper .item_info h3::after {
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/img-block05_disc1.webp);
}
#block05 .disc02 .item_info-wrapper .item_info h3::after {
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/img-block05_disc2.webp);
}
#block05 .disc03 .item_info-wrapper .item_info h3::after {
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/img-block05_disc3.webp);
}
#block05 .disc04 .item_info-wrapper .item_info h3::after {
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/img-block05_disc4.webp);
}
#block05 .item_info-wrapper .item_info .item_name span, #block07 .item_info-wrapper .item_info .item_name span {
	display: block;
	margin-bottom: 0.5em;
	font-size: 0.5em;
	font-weight: normal;
}
#block05 .item_info-wrapper .item_info .item_subname, #block07 .item_info-wrapper .item_info .item_subname {
	font-size: 1.5em;
}
#block05 .item_info-wrapper .item_info .item_subname span, #block07 .item_info-wrapper .item_info .item_subname span {
	display: block;
}
#block05 .item_info-wrapper .item_info .item_price, #block07 .item_info-wrapper .item_info .item_price {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 1em;
	padding: 1em 0;
	font-size: 3em;
	font-weight: bold;
	border-top: 1px solid #cfcfcf;
}
@media screen and (max-width: 768px) {
	#block05 .item_info-wrapper .item_info .item_price, #block07 .item_info-wrapper .item_info .item_price {
		font-size: 2em;
	}
}
#block05 .item_info-wrapper .item_info .item_price .price_prefix, #block07 .item_info-wrapper .item_info .item_price .price_prefix {
	display: inline-block;
	margin-right: 1em;
	padding: 0.2em 1em;
	font-size: 0.5em;
	font-weight: normal;
	border: 1px solid #666;
}
#block05 .item_info-wrapper .item_info .item_price .price::before, #block07 .item_info-wrapper .item_info .item_price .price::before {
	display: inline-block;
	content: "¥";
	font-size: 0.7em;
}
#block05 .item_info-wrapper .item_info .item_price .price::after, #block07 .item_info-wrapper .item_info .item_price .price::after {
	display: inline-block;
	content: "（税込）";
	font-size: 0.7em;
	font-weight: normal;
}
#block05 .disc01 {
	padding: 7em 0;
	background-color: #F8FAE1;
}
#block05 .disc02 {
	padding: 7em 0;
	background-color: #FFF5E1;
}
#block05 .disc03 {
	padding: 7em 0;
	background-color: #EFF9FF;
}
#block05 .disc04 {
	padding: 7em 0;
	background-color: #FFF4F8;
}
#block05 .song_contents .details.js-details {
	width: 100%;
	margin-top: 5em;
}
@media screen and (max-width: 768px) {
	#block05 .song_contents .details.js-details {
		margin-top: unset;
	}
}
#block05 .song_contents .details-summary.js-details-summary {
	position: relative;
	padding: 1em 0;
	text-align: center;
	font-size: 2em;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	#block05 .song_contents .details-summary.js-details-summary {
		font-size: 1.3em;
	}
}
#block05 .song_contents p {
	font-size: 1.2em;
	padding: 1em 1em 1em 1.5em;
}
#block05 .song_contents p::before {
	/*display: block;*/
	content: "・";
	margin-right: 0.5em;
}
#block05 .song_contents p.cv_box::before {
	/*display: block;*/
	content: "";
	margin-right: 0;
}
#block05 .song_contents ol {
	padding: 0;
	font-size: 1.1em;
}
#block05 .song_contents ol li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 1em;
}
#block05 .song_contents ol li span {
	display: inline-block;
	width: 84%;
	color: #666;
}
#block05 .song_contents ol li .title {
	display: block;
	color: #000;
	font-weight: bold;
}
#block05 .song_contents ol li:nth-of-type(even) {
	background-color: #fff;
}
#block05 .song_contents ol li::before {
	display: inline-block;
	margin-right: 1em;
	padding: 0.5em;
	color: #fff;
	background-color: #ccc;
	border-radius: 100%;
}
#block05 .song_contents ol li:nth-of-type(1)::before {
	content: "01";
}
#block05 .song_contents ol li:nth-of-type(2)::before {
	content: "02";
}
#block05 .song_contents ol li:nth-of-type(3)::before {
	content: "03";
}
#block05 .song_contents ol li:nth-of-type(4)::before {
	content: "04";
}
#block05 .song_contents ol li:nth-of-type(5)::before {
	content: "05";
}
#block05 .song_contents ol li:nth-of-type(6)::before {
	content: "06";
}
#block05 .song_contents ol li:nth-of-type(7)::before {
	content: "07";
}
#block05 .song_contents ol li:nth-of-type(8)::before {
	content: "08";
}
#block05 .song_contents ol li:nth-of-type(9)::before {
	content: "09";
}
#block05 .song_contents ol li:nth-of-type(10)::before {
	content: "10";
}
#block05 .song_contents ol li:nth-of-type(11)::before {
	content: "11";
}
#block05 .song_contents ol li:nth-of-type(12)::before {
	content: "12";
}
#block05 .song_contents ol li:nth-of-type(13)::before {
	content: "13";
}
#block05 .song_contents ol li:nth-of-type(14)::before {
	content: "14";
}
#block05 .song_contents ol li:nth-of-type(15)::before {
	content: "15";
}
#block05 .song_contents ol li:nth-of-type(16)::before {
	content: "16";
}
#block05 .cv_box {
	margin: 3em auto 0;
	padding: 1em 1.5em;
	font-size: 1.1em;
	color: #666;
	line-height: 2.5;
	background-color: #fff;
	box-shadow: #ccc 0.1em 0.1em 0.5em;
}
#block06 {
	margin-top: 5em;
	padding-bottom: 5em;
	background-image: url(//ssstore.itembox.design/item/images/f/ss-idolmaster/bg-block06_back.webp);
	background-repeat: repeat;
	background-position: center;
	background-size: 100%;
}
#block06 h2 {
	background-color: #fff;
}
#block06 dl {
	margin: 3em auto;
	padding: 0;
}
#block06 dt {
	margin: 3em auto 1em;
}
#block06 dl dd {
	padding: 1em 0 0;
	font-size: 1.1em;
	line-height: 2;
	color: #666;
}
#block06 dl dd .month {
	font-size: 1.1em;
	color: #000;
}
#block06 dl dd .month::before {
	display: inline-block;
	content: "●";
	margin-left: -1.5em;
	margin-right: 0.5em;
	font-size: 0.8em;
	color: #CFE4F5;
}
#block06 dl dd .text {
	display: inline-block;
	margin-left: -0.85em;
	padding: 0.5em 0 1em 0.85em;
	border-left: 3px dotted #ccc;
}
#block07 {
	margin: 10em auto;
}
@media screen and (max-width: 768px) {
	#block07 {
		margin: 0 auto;
	}
}
#block07 div p {
	text-align: right;
	font-size: 1.3em;
}
/*
#block07 div p::after {
	display: inline-block;
	content: ">>>";
	margin-left: 0.5em;
}
*/
#block07 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 5em auto 5em;
	padding: 0;
}
@media screen and (max-width: 768px) {
	#block07 ul {
		display: unset;
	}
}
#block07 ul li {
	width: 47%;
	margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
	#block07 ul li {
		width: 100%;
		margin-top: 3em;
	}
	#block07 ul li:last-of-type {
		margin-bottom: 3em;
	}
}
@media screen and (max-width: 768px) {
	#block07 .item_info-wrapper .item_info .item_price {
		margin-top: -1em;
		border-top: none;
	}
}
#block07 .category_linkbtn {
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#block07 .category_linkbtn {
		width: 90%;
		margin: 3em auto;
	}
}
.jacket_img, .thumb {
	border: solid 1px #ccc;
}