@charset "utf-8";
:root {
	--color-black: #000;
	--color-white: #fff;
	--color-label-purple: #ba7ddc;
	--color-label-red: #f45555;
	--color-label-pink: #ff16bd;
	--color-label-green: #a5cf63;
	--color-label-blue: #76bae0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

html {
	line-height: 0;
	scroll-behavior: smooth;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a,
a:visited{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #283D52;
}
a:hover,
a:active {
    color: #283D52;
}
a:hover {
	opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
li,ul {
	list-style: none;
}


/*****************

clearfix

*****************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/***********   COMMON settng ***********/

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

body {
    font-family: 'Manrope', 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'Yu Gothic medium', 'Hiragino Sans', 'Meiryo', sans-serif;
	background-color: var(--color-black);
	font-size: 1.5rem;
	font-weight: 400;
    line-height: 1.7;
	text-align: left;
    -webkit-text-size-adjust: 100%;
	color: var(--color-white);
	line-break: strict;
	font-feature-settings: 'palt';
	letter-spacing: 0.08em;
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.pc_img {display: inline-block;}
.sp_img {display: none;}

.left { float: left;}
.right { float: right;}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}
main {
	margin: 0;
}

section {
	margin: auto;
	padding: 50px 0;
}
.inner_box {
	max-width: 1000px;
	width: 85%;
	margin: auto;
}


/*********** ANNIMATION settng ***********/

/* 上下フェードイン設定 */

.fadein {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 500ms;
    }
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }


/***********   TEXT SETTING ***********/

.txt-L {font-size: 2.4rem; line-height: 1.5;}
.txt-M {font-size: 1.8rem; line-height: 1.5;}
.txt-S {font-size: 1.0rem;}
.txt-cnt { text-align: center; }
.txt-right { text-align: right; display: block;}

strong { font-weight:700; }


/*********** TITLE SETTING ***********/

.cc {
	text-align: center;
}
.cc h2 {
	font-size: 5.0rem;
	font-weight: 900;
	line-height: 1.4;
}
.cc h2 .strong {
	font-size: 1.3em;
}
.cc h2 .marker {
	color: var(--color-black);
	background-image: linear-gradient(to right, #ff0d6e 0%, #d508dd 100%);
}
.cc p {
	font-size: 1.3rem;
	margin-top: 1.0em;
}


/*********** HEADER ***********/

.h-logo {
	position: absolute;
	width: 260px;
	top: 20px;
	left: 50px;
	z-index: 9999;
}


/*********** FV SETTING ***********/

.fv {
	background: url("../img/bg_element1.png") no-repeat center top / contain;
}
.fv > img {
	width: 95%;
	margin: 0 0 0 5%;
}

/*********** LABEL LIST ***********/

.label_popular_box {
	background: url("../img/bg_element2.png") no-repeat right top / 50%;
}
.label_list li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	background: var(--color-white);
	margin: 30px 0 0;
}
.label_list li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.label_list li .label-logo {
	width: 240px;
}
.label_list li .label-actress {
	width: 180px;
}
.label_list li .label-txt .label_bk {
	color: var(--color-white);
	background: var(--color-black);
	text-align: center;
	font-weight: 700;
	padding: 0.1em 1.5em;
	display: inline-block;
}
.label_list li .label-txt {
	width: calc(100% - 460px);
	text-align: center;
	color: var(--color-black);
	font-weight: 700;
	padding: 0 0.5em;
	box-sizing: border-box;
}
.label_list li .label-txt dt {
	font-size: 3.0rem;
	line-height: 1.5;
	padding: 0.3em 0;
	text-decoration: underline;
}
.label_list li .label-txt dd {
	font-size: 1.8rem;
	line-height: 1.5;
}

.label_other_box {
	position: relative;
	width: 100%;
}
.label_other_box::before {
	position: absolute;
	 content: "";
	top: -35vw; /* 位置もvwに変えて比率を保つ */
	left: 0;
	width: 70vw; /* 画面幅の60% → 画面が広がると比例して拡大 */
	aspect-ratio: 1155 / 983; /* 元画像の縦横比を自動計算してくれる */
	background: url("../img/bg_element3.png") no-repeat top left / cover;
	z-index: -1;
}
.label_list_s {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.label_list_s li {
	position: relative;
	width:31%;
	background: var(--color-white);
	padding: 20px 35px;
	margin-top: 30px;
	margin-right: 3.5%;
	box-sizing: border-box;
}
.label_list_s li:nth-child(3n) {
	margin-right: 0;
}
.label_list_s li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.label_list_s li .comingsoon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	display: block;
	z-index: 998;
}
.label_list_s li .comingsoon::before {
	position: absolute;
	content: "Coming soon";
	font-size: 1.3rem;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	top: 50%;
	transform:translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
}

.label_list_s .label-txt {
	color: var(--color-black);
}
.label_list_s dl {
	text-align: center;
}
.label_list_s dl dt {
	font-size: 1.8rem;
	font-weight: 700;
}
.label_list_s dl dd {
	color: var(--color-white);
	margin: 0.2em auto 1.0em;
	padding: 0 1.0em;
	display: inline-block;
	border-radius: 5px;
}
.tag-purple { background-color: var(--color-label-purple); }
.tag-red { background: var(--color-label-red); }
.tag-pink { background: var(--color-label-pink); }
.tag-green { background: var(--color-label-green); }
.tag-blue { background: var(--color-label-blue); }

.label_list_s .label-txt p {
	font-size: 1.3rem;
}


/*********** FOOTER SETTING ***********/

footer {
	width: 100%;
	padding: 80px 0 20px;
	text-align: center;
}
footer .bnr {
	width: 600px;
	margin: auto;
}
footer .copy {
	font-size: 1.0rem;
}
footer .copy img {
	width: 250px;
	margin: 100px auto 30px;
}


@media screen and (max-width: 999px) {

/*********** TITLE SETTING ***********/

.cc h2 { font-size: 3.8rem; }
.cc p { font-size: 1.2rem; }

/*********** LABEL LIST ***********/

.label_list li .label-logo {
	width: 200px;
}
.label_list li .label-actress {
	width: 180px;
}
.label_list li .label-txt {
	width: calc(100% - 420px);
	margin: auto;
}
.label_list li .label-txt dt {
	font-size: 2.5rem;
	line-height: 1.5;
	padding: 0.3em 0;
	text-decoration: underline;
}
.label_list li .label-txt dd {
	font-size: 1.4rem;
	line-height: 1.5;
}

.label_list_s li {
	padding: 15px 20px;
}
	
}


@media screen and (max-width: 767px) {
    
.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
	
/*********** COMMON settng ***********/

body {
	font-size: 1.4rem;
}
section {
	margin: auto;
	padding: 15% 0;
}
	

/*********** TITLE SETTING ***********/

.cc {
	text-align: center;
}
.cc h2 {
	font-size: 2.7rem;
	font-weight: 900;
	line-height: 1.6;
}
.cc p {
	font-size: 1.2rem;
	margin-top: 1.0em;
}


/*********** HEADER ***********/

.h-logo {
	position: absolute;
	width: 150px;
	top: 10px;
	left: 15px;
	z-index: 9999;
}


/*********** FV SETTING ***********/

.fv {
	background: url("../img/bg_element1_sp.png") no-repeat center top / contain;
}
.fv > img {
	width: 100%;
	margin: 0
}
	
/*********** LABEL LIST ***********/

.label_popular_box {
	background: url("../img/bg_element2_sp.png") no-repeat right top / 80%;
}
.label_list li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	background: var(--color-white);
	margin: 30px 0 0;
 }
.label_list li .label-logo {
	position: absolute;
	width: 43%;
	top: 12%;
	left: 0;
}
.label_list li .label-actress {
	position: absolute;
	width: 57%;
	top: 0;
	right: 0;
}
.label_list li .label-txt {
	margin: 55% auto 0;
	padding: 2em 0.5em;
	width: 100%;
	text-align: center;
	color: var(--color-black);
	font-weight: 700;
	
	box-sizing: border-box;
}	
.label_list li .label-txt .label_bk {
	color: var(--color-white);
	background: var(--color-black);
	text-align: center;
	font-weight: 700;
	padding: 0.1em 1.5em;
	display: inline-block;
}

.label_list li .label-txt dt {
	font-size: 2.2rem;
	line-height: 1.5;
	padding: 0.3em 0;
	text-decoration: underline;
}
.label_list li .label-txt dd {
	font-size: 1.5rem;
	line-height: 1.5;
}

.label_other_box::before {
	position: absolute;
	 content: "";
	top: -35vw; /* 位置もvwに変えて比率を保つ */
	left: 0;
	width: 100%; /* 画面幅の60% → 画面が広がると比例して拡大 */	background: url("../img/bg_element3_sp.png") no-repeat top left / cover;
	z-index: -1;
}
.label_list_s li {
	position: relative;
	width:48%;
	background: var(--color-white);
	padding: 6% 4%;
	margin-top: 4%;
	margin-right: 4%;
	box-sizing: border-box;
}
.label_list_s li:nth-child(3n) {
	margin-right: 4%;
}
.label_list_s li:nth-child(2n) {
	margin-right: 0;
}
.label_list_s dl dt {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}
.label_list_s dl dd {
	color: var(--color-white);
	margin: 0.2em auto 1.0em;
	padding: 0 1.0em;
	font-size: 1.2rem;
	display: inline-block;
	border-radius: 5px;
}
.tag-purple { background-color: var(--color-label-purple); }
.tag-red { background: var(--color-label-red); }
.tag-pink { background: var(--color-label-pink); }
.tag-green { background: var(--color-label-green); }
.tag-blue { background: var(--color-label-blue); }

.label_list_s .label-txt p {
	font-size: 1.1rem;
}	

	
/*********** FOOTER SETTING ***********/

footer {
	width: 100%;
	padding: 20% 0 8%;
	text-align: center;
}
footer .bnr {
	width: 65%;
	margin: auto;
}
footer .copy {
	font-size: 1.0rem;
}
footer .copy img {
	width: 55%;
	margin: 20% auto 5%;
}

}



