@charset "UTF-8";

/* header
==================================================================================================== */
header {
	margin-bottom: 0;
}

#titleWrapper {
	background: #eee;
	border-top: 5px solid #fed600;
}

#titleBar {
	max-width: 1300px;
	min-width: 1200px;
	margin: 0 auto;
}

#titleText {
	font-size: 24px;
	color: #192b5b;
	line-height: 50px;
	text-align: left;
}

#titleSNSWrapper {
	width: 330px;
	margin: -50px 0 0 0;
	float: right;
}

#titleSNSWrapper li {
	float: left;
	margin-left: 5px;
	padding-top: 10px;
}

#titleSNSWrapper li a {
	display: block;
	width: 100px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}

#faceBookBtn{
	background-image:url("/v2/pc/img/header/btnFacebook.png");
}

#twitterBtn{
	background-image:url("/v2/pc/img/header/btnX.png");
}

#lineBtn{
	background-image:url("/v2/pc/img/header/btnLINE.png");
}

/* contents common
==================================================================================================== */
article a {
	display: block;
	text-decoration: none;
}

article img {
    max-width: 100%;
    vertical-align: bottom;
}

.moreBtn {
	display: flex;
	font-size: 14px;
	text-align: center;
	width: calc(120/14*1em);
	margin: -40px 0 0 auto;
	background: #EEEEEE;
}

.moreBtn:before,
.moreBtn:after {
	content: "";
	width: calc(12/14*1em);
	height: calc(40/14*1em);
	border-style: solid;
	border-width: calc(20/14*1em) 0 calc(20/14*1em) calc(12/14*1em);
}

.moreBtn:before {
	border-color: transparent transparent transparent #FFFFFF;
}

.moreBtn:after {
	border-color: transparent transparent transparent #EEEEEE;
	background: #FFFFFF;
}

.moreBtn span {
	color: #192B5B;
	line-height: calc(40/14);
	width: calc(100% - 24/14*1em);
}

.yellowBtn {
	position: relative;
	color: #192B5B;
	font-size: 18px;
	line-height: calc(80/18);
	text-align: center;
	width: 496px;
	margin: 30px auto 0;
	background: #FED600;
	border-radius: 10px;
}

.yellowBtn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1em;
	width: 0.5em;
	height: 0.5em;
	border-left: 1px solid;
	border-bottom: 1px solid;
	transform: rotate(-135deg) translate(0%, 50%);
}

.arekoreBtn {
	width: 604px;
	margin: 40px auto 0;
}

.moreBtn:hover,
.yellowBtn:hover,
.arekoreBtn:hover {
	opacity: 0.8;
}

.entranceRental h2 {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
	line-height: calc(80/32);
	padding-left: 20px;
	background: #192B5B;
}

.entranceRental section:not(.entrance_arekore) h3 {
	color: #192B5B;
	font-size: 24px;
	font-weight: bold;
	line-height: calc(40/24);
	margin-top: 20px;
}

.entranceRental .indexTab {
    margin-top: 40px;
}

.entranceRental .entrance_annot {
    color: #666666;
    font-size: 14px;
    line-height: calc(21/14);
    width: 410px;
    margin: 20px auto 0;
}

.entranceRental .entrance_annot li {
    text-indent: -1.5em;
}

.entranceRental .entrance_annot li::before {
    content: "※ ";
}

/* slider　
==================================================================================================== */
#storeCarouselWrapper,
#rentalCarouselWrapper{
	position: relative;
	height:271px;
	margin-top: 20px;
	overflow:hidden;
}

#storeCarousel,
#rentalCarousel{
	position: relative;
	height:271px;
	z-index:1000;
	overflow:hidden;
	text-align: center;
}

#storeCarousel .slick-list,
#rentalCarousel .slick-list{
	height: 240px;
	overflow: hidden;
}

#storeCarousel>div:nth-of-type(1),
#rentalCarousel>div:nth-of-type(1) {
	padding: 0 10px 0 0;
}

#storeCarousel>div:nth-of-type(2),
#rentalCarousel>div:nth-of-type(2) {
	opacity: 0;
}

#storeCarousel .slick-dots li,
#rentalCarousel .slick-dots li{
	text-indent: 0;
}

#storeCarousel .slick-dots li button,
#rentalCarousel .slick-dots li button{
    border: 0;
    cursor: pointer;
    display: block;
    line-height: 1;
	opacity: 0;
    padding: 0;
    width: 10px;
    height: 10px;
}

#storeCarousel .slick-dots li.slick-active button,
#rentalCarousel .slick-dots li.slick-active button{
	cursor:default;
}

.carouselPrev,
.carouselNext {
	position:absolute;
	top: 50%;
	z-index:1001;
    display: flex;
    align-items: center;
    justify-content: center;
	width:60px;
	height:60px;
	transform: translate(0, -50%);
	cursor: pointer;
}

.carouselPrev{
	left: 0;
	margin-left: 85px;
}

.carouselNext{
	right: 0;
	margin-right: 95px;
}

.carouselPrev span,
.carouselNext span {
    display: block;
    width: 20px;
    height: 20px;
    border-top: 4px solid #192b5b;
    border-right: 4px solid #192b5b;
}

.carouselPrev span {
    transform: rotate(-135deg);
}

.carouselNext span {
    transform: rotate(45deg);
}

.carouselPrev:hover,
.carouselNext:hover {
	background:#192b5b;
}

.carouselPrev:hover span,
.carouselNext:hover span {
	border-color:#fff;
}

.rank-item.itemBox,
.release-item.itemBox {
	width: 180px;
}

.rank-1,
.rank-2,
.rank-3,
.rank-num {
    color: #fff;
    line-height: 24px;
    width: 24px;
    margin: 0 2px;
    text-align: center;
}

.rank-1 {
    background: url(/v2/cmn/img/store_info/ranking/icon_ranking-1.png) center top / 24px auto no-repeat #fff;
}

.rank-2 {
    background: url(/v2/cmn/img/store_info/ranking/icon_ranking-2.png) center top / 24px auto no-repeat #fff;
}

.rank-3 {
    background: url(/v2/cmn/img/store_info/ranking/icon_ranking-3.png) center top / 24px auto no-repeat #fff;
}

.rank-num {
	color: #666;
    background: #eee;
    border-radius: 50%;
}

.rank-item .itemTitle {
	margin: 5px 10px 11px;
}

.rank-item .item-detail {
    margin: 5px 10px;
    color: #666;
    font-size: 12px;
}

.itemArtist {
    box-sizing: content-box;
}

.slick-dots,
.circleSignal {
	margin-top: 10px;
}

/* contents
==================================================================================================== */
.entrance,
.entranceRental {
	width: 1000px;
	margin: 30px auto 60px;
}

/* entrance_mv */
.entrance_mv h1 {
	color: #666666;
	font-size: 32px;
	font-weight: bold;
	line-height: calc(48/32);
	text-align: center;
	margin-top: 20px;
}

.entrance_mv h1 span {
	display: block;
	font-size: calc(20/32*1em);
	font-weight: bold;
	line-height: calc(24/20);
	margin-bottom: 5px;
}

/* entrance_menu common */
.entrance_menu li a:hover {
	opacity: 0.8;
}

.store .entrance_menu-box::before {
	content: "\e900";
	color: #fed600;
}

.buy .entrance_menu-box::before {
	content: "\e904";
	color: #c9f;
}

.shop .entrance_menu-box::before {
	content: "\e901";
	color: #6c9;
}

.arekore .entrance_menu-box::before {
	content: "";
	height: 45px;
	background: url(/v2/cmn/img/entrance/icon_arekore.svg) no-repeat center center / auto 100%;

}

.rental .entrance_menu-box::before {
	content: "\e902";
	color: #f33;
}

.geoselection .entrance_menu-box::before {
	content: "\e91a";
	color: #f90;
}

/* entrance_menu entrance */
.entrance .entrance_menu {
	margin-bottom: 60px;
}

.entrance .entrance_menu ul {
	display: flex;
	flex-wrap: wrap;
}

.entrance .entrance_menu li {
	width: 490px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}

.entrance .entrance_menu li:nth-child(2n) {
	margin-left: 20px;
}

.entrance .entrance_menu li:nth-child(n+3) {
	margin-top: 10px;
}

.entrance .entrance_menu li a {
	display: flex;
	justify-content: space-between;
}

.entrance .entrance_menu-box {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	text-align: center;
	width: 230px;
}

.entrance .entrance_menu-box::before {
	font-family: icomoon;
	font-size: 35px;
	line-height: 1;
	width: 100%;
	padding: 5px;
}

.entrance .entrance_menu-ttl {
	color: #192B5B;
	font-size: 16px;
	line-height: calc(24/16);
}

.entrance .entrance_menu-ttl::after {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-left: 1px solid;
	border-bottom: 1px solid;
	transform: rotate(-135deg) translate(0%, 50%);
}

.entrance .entrance_menu-txt {
	color: #666666;
	font-size: 14px;
	line-height: calc(21/14);
	min-height: calc(21/14*2em);
	margin-top: 5px;
}

.entrance .entrance_menu-img {
	width: 250px;
}

/* entrance_menu entranceRental */
.entranceRental .entrance_menu {
	margin-top: 20px;
}

.entranceRental .entrance_menu ul {
	display: flex;
	justify-content: space-between;
}

.entranceRental .entrance_menu li {
	width: 330px;
	padding: 0 10px;
}

.entranceRental .entrance_menu li:first-child {
	padding-left: 0;
	border-right: 1px solid #EEEEEE;
}

.entranceRental .entrance_menu li:last-child {
	padding-right: 0;
	border-left: 1px solid #EEEEEE;
}

.entranceRental .entrance_menu-box {
	position: relative;
	padding-left: 95px;
}

.entranceRental .entrance_menu-box::before {
	position: absolute;
	top: 50%;
	left: 0;
	font-family: icomoon;
    font-size: 60px;
    line-height: 1;
    width: calc(1em + 10px);
    height: calc(1em + 10px);
	padding: 5px;
	transform: translate(20px, -50%);
}

.entranceRental .entrance_menu-ttl {
	color: #192B5B;
	font-size: 24px;
	font-weight: bold;
	line-height: calc(36/24);
}

.entranceRental .entrance_menu-ttl::after {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-left: 0.5em;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: translate(0, -50%) rotate(-45deg);
}

.entranceRental .entrance_menu-txt {
	color: #666666;
	font-size: 20px;
	line-height: calc(24/20);
	min-height: calc(24/20*2em);
	margin-top: 5px;
}

.entranceRental .entrance_menu-img {
	width: 280px;
	margin: 10px auto 0;
}

/* entrance_conv */
.entrance_conv {
	margin-top: 45px;
}

.entrance_conv h2 {
	color: #192B5B;
	font-size: 42px;
	font-weight: bold;
	line-height: calc(74/42);
	text-align: center;
	background: #FED600;
}

.entrance_conv ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.entrance_conv li {
	width: 320px;
}

.entrance_conv-ttl {
	color: #192B5B;
	font-size: 25px;
	line-height: calc(38/25);
	text-align: center;
	margin-top: 20px;
}

.entrance_conv-ttl span {
	font-weight: bold;
	background-image: linear-gradient(to right, #FED600, #FED600);
	background-repeat: no-repeat;
	background-size: 100% 30%;
	background-position: bottom;
}

.entrance_conv-txt {
	color: #666666;
	font-size: 18px;
	line-height: calc(27/18);
	margin-top: 25px;
}

.entrance_conv-txt b {
	font-weight: bold;
}

/* entrance_store */
.entrance_store {
	margin-top: 50px;
}

/* entrance_rental */
.entrance_rental {
	margin-top: 60px;
}

.entrance_rental-desc {
	width: 800px;
	margin: 40px auto 0;
}

.entrance_rental-desc + .entrance_rental-desc {
	margin: 20px auto 40px;
}

/* entrance_arekore */
.entrance_arekore {
	margin-top: 60px;
}

.entrance_arekore-desc {
	color: #666666;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	margin-top: 40px;
}

.entrance_arekore-desc small,
.entrance_arekore-desc span {
	display: block;
	font-weight: bold;
}

.entrance_arekore-desc span {
	color: #FF6600;
}

.entrance_arekore-desc .fs_s {
	font-size: 1em;
}

.entrance_arekore-desc .fs_m {
	font-size: 1.8em;
    line-height: 1.8;
}

.entrance_arekore-desc .fs_l {
	font-size: 3.3em;
}

.entrance_arekore-what {
	margin-top: 40px;
	border: 1px solid #FF6600;
	border-top: none;
}

.entrance_arekore-what h3 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: calc(45/24);
	padding-left: 10px;
	background: #FF6600;
}

.entrance_arekore-what h4 {
	color: #192B5B;
	font-size: 32px;
	font-weight: bold;
	line-height: calc(48/32);
	padding-left: 20px;
	margin-top: 40px;
}

.entrance_arekore-whatDesc {
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 18px;
	line-height: calc(27/18);
	height: 119px;
	padding-left: 20px;
	background: url(/v2/pc/img/entrance/arekore_bg.png) no-repeat center right / auto 100%;
}

.entrance_arekore-whatRecd {
	display: flex;
	justify-content: space-between;
    width: 960px;
    margin: 0 auto;
}

.entrance_arekore-whatRecd li {
    width: 32.5%;
	height: 255px;
}

.entrance_arekore-whatRecd .upper,
.entrance_arekore-whatRecd .lower {
    font-size: 18px;
    width: 10.5em;
    margin: 0 0 0 auto;
}

.entrance_arekore-whatRecd .upper {
	text-align: center;
}

.entrance_arekore-whatRecd .lower {
	margin-top: 1em;
}

.entrance_arekore-whatRecd .upper_ttl,
.entrance_arekore-whatRecd .lower_ttl {
    font-weight: bold;
    line-height: calc(24/18);
}

.entrance_arekore-whatRecd .upper_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 5px #ffffff;
    min-height: calc(24/18*2.8em);
    border-radius: 5px;
}

.entrance_arekore-whatRecd .upper_txt,
.entrance_arekore-whatRecd .lower_txt {
    font-size: calc(12/18*1em);
    font-weight: bold;
    line-height: calc(18/12);
    white-space: nowrap;
    margin-top: 0.5em;
}

.entrance_arekore-whatRecd li:nth-of-type(1) {
	background: url(/v2/cmn/img/entrance/arekore_recd01.jpg) no-repeat top left -1em / auto 255px;
}

.entrance_arekore-whatRecd li:nth-of-type(2) {
	background: url(/v2/cmn/img/entrance/arekore_recd02.jpg) no-repeat top left -1em / auto 255px;
}

.entrance_arekore-whatRecd li:nth-of-type(3) {
	background: url(/v2/cmn/img/entrance/arekore_recd03.jpg) no-repeat top left -1em / auto 255px;
}

.entrance_arekore-whatRecd li:nth-of-type(1) .upper_ttl,
.entrance_arekore-whatRecd li:nth-of-type(1) .lower_ttl {
	color: #1797D0;
}

.entrance_arekore-whatRecd li:nth-of-type(2) .upper_ttl,
.entrance_arekore-whatRecd li:nth-of-type(2) .lower_ttl {
	color: #D93B7C;
}

.entrance_arekore-whatRecd li:nth-of-type(3) .upper_ttl,
.entrance_arekore-whatRecd li:nth-of-type(3) .lower_ttl {
	color: #5E9F12;
}

.entrance_arekore-whatRecd li:nth-of-type(1) .upper_ttl {
	background: #C6ECFF;
}

.entrance_arekore-whatRecd li:nth-of-type(2) .upper_ttl {
	background: #FFD2E8;
}

.entrance_arekore-whatRecd li:nth-of-type(3) .upper_ttl {
	background: #D7ECA3;
}

.entrance_arekore-whatRecd li:nth-of-type(2) .upper_txt,
.entrance_arekore-whatRecd li:nth-of-type(3) .upper_txt {
	margin: 0.5em -1em 0;
}

.entrance_arekore-whatRecd li:nth-of-type(1) .lower {
	width: 9em;
}

.entrance_arekore-whatLineup {
	width: 960px;
	margin: 20px auto 0;
}

.entrance_arekore-whatLineup li {
	width: 160px;
	border-right: none;
}

.entrance_arekore-whatLineup .arekore-itemImage {
    border-top: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    height: 0;
    position: relative;
    padding-top: 100%;
}

.entrance_arekore-whatLineup li:first-child .arekore-itemImage {
    border-left: solid 1px #e8e8e8;
}

.entrance_arekore-whatLineup .arekore-itemImage img {
    bottom: 0;
    left: 0;
    height: auto;
    max-height: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.entrance_arekore-whatLineup .arekore-itemTitle {
    color: #666666;
    font-size: 12px;
    line-height: calc(16/12);
    min-height: calc(16/12*3em);
    padding: 5px;
}

/* campaignWrapper */
#campaignWrapper {
	min-width: 1200px;
	max-width: 1300px;
	margin: 30px auto;
	background: #fff;
}

#campaignWrapper .titleText {
    position: relative;
}

#campaignWrapper .titleText::before {
    color: #f99;
    content: "\e90a";
    font-family: icomoon;
    font-size: 40px;
    left: 10px;
    position: absolute;
    top: 15px;
}

#campaignWrapper .yabane {
    position: relative;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #192b5b;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 10px center;
    display: block;
    text-decoration: none;
}

#campaignWrapper .yabane a {
    position: relative;
}

#campaignWrapper .yabane span {
    box-sizing: border-box;
    padding: 0;
    position: relative;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #192b5b;
    background: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 10px center;
    display: block;
    text-decoration: none;
}

#campaignWrapper .yabane a::before {
	display: none;
}

#campaignWrapper .yabane a::after {
    position: absolute;
    width: 9px;
    height: 9px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #192b5b;
    border-right: 1px solid #192b5b;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.campaignBox {
    float: left;
    width: 260px;
}

.campaignBox a {
    display: block;
    width: 250px;
}