@charset "UTF-8";
/* クラブミラノ */
.milano {}

/* ==================================================================== */
/* SMARTPHONE
======================================================================= */
@media screen and (max-width: 768px) {
  
	#pid-top .pm--con-inner {
		width: 100%;
	}
	
	
	.top--sec {
		position: relative;
		background-color: #FFFFFFF2;
		border-bottom: 2px solid #1a205c;
	}
	.top--sec::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: #1a205c;
		bottom: 1px;
		left: 0;
	}
	.top--sec-inner {
		padding: 10px 10px 20px;
	}
	.top--sec-inner:has(iframe) {
		height: calc(100% - 60px);
	}
	.top--sec-contents {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.top--sec-contents > div {
		height: 100%;
	}
	.top--sec-inner iframe {
		display: block;
		width: 100%;
		height: 98%;
		margin: auto;
	}
	
	
	#kvcover {
		margin: 0 auto 15px;
	}
	.kvc--inner {
		width: 100%;
		margin: auto;
	}
	.kvc--slider .slick-next,
	.kvc--slider .slick-prev,
	.kvc--slider .slick-next:hover,
	.kvc--slider .slick-prev:hover {
		width: 24px;
		height: 44px;
		background-size: cover;
		z-index: 10;
	}
	.kvc--slider .slick-next::before,
	.kvc--slider .slick-prev::before {
		opacity: 1;
		content: '';
		display: block;
	}
	.kvc--slider .slick-prev:hover,
	.kvc--slider .slick-prev:focus {
		background-image: url(../img/sl_arrow_l.svg);
		opacity: .8;
	}
	.kvc--slider .slick-next:hover,
	.kvc--slider .slick-next:focus {
		background-image: url(../img/sl_arrow_r.svg);
		opacity: .8;
	}
	.kvc--slider .slick-prev {
		background-image: url(../img/sl_arrow_l.svg);
		left: 10px;
	}
	.kvc--slider .slick-next {
		background-image: url(../img/sl_arrow_r.svg);
		right: 10px;
	}
	

	
	
	
	.top--bn1 {
		margin: 0 auto 50px;
	}
	.top--bn1 ul li:nth-child(1) {
		margin-bottom: 50px;
	}
	.top--bn1 ul li:nth-child(2) {
		margin-bottom: 25px !important;
	}
	.top--bn1 ul li:nth-child(2),
	.top--bn1 ul li:nth-child(3) {
		width: 90%;
		margin: auto;
	}
	
	.top--con1 {
		position: relative;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		margin: 0 auto 30px;
	}
	
	
	#pickupgirl {
		width: 100%;
		margin-bottom: 20px;
		order: 2;
	}

	.pickupgirl--item a {
		color: inherit;
	}
	.pickupgirl--item-thum {
		position: relative;
		margin-bottom: 15px;
	}
	.pickupgirl--item-thum img {
	}
	.cast--item-name {
		margin-bottom: 10px !important;
	}
	.pg--slider .slick-next,
	.pg--slider .slick-prev {
		width: 24px;
		height: 24px;
	}
	.pg--slider .slick-next::before,
	.pg--slider .slick-prev::before {
		font-size: 3rem;
		color: #d768dd;
		opacity: 1;
	}
	.pg--slider .slick-next {
		top: inherit !important;
		bottom: 30px !important;
		right: 5px;
		z-index: 50;
	}
	.pg--slider .slick-prev {
		top: inherit !important;
		left: inherit !important;
		bottom: 30px !important;
		right: 38px;
		z-index: 50;
	}
	
	
	#news {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		order: 1;
	}
	#news .mdframe-inner .btn {
		position: absolute;
		right: 20px;
		z-index: 5;
	}
	#news .mdframe-inner .btn a {
		display: block;
		padding: 6px 12px;
		font-size: 1.3rem;
		line-height: 1;
		background-color: #FFF;
		border: 1px solid #1A205C;
		border-radius: 3px;
		transition: all .8s;
	}
	.news--inner {
		height: 520px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.news--item a {
		position: relative;
		display: flex;
		justify-content: space-between;
		color: inherit;
		padding: 0 36px 0 0;
	}
	.news--item a::before {
		font-family: 'Material Icons';
		content: "\e7cd";
		position: absolute;
		font-size: 2rem;
		color: #1a205c;
		top:  50%;
		right: 5px;
		transform: translateY(-50%)	rotate(-90deg);
	}
	.news--item + .news--item {
		margin-top: 15px;
		padding-top: 15px;
		border-top:  1px solid #ccc;
	}
	.news--item:has(.news--item-ph) .news--item-txt {
		order: 2;
		width: 72%;
	}
	.news--item-txt {
		width: 100%;
	}
	.news--item-header {
		border-bottom: 1px solid #c62e8b;
		margin-bottom: 3px;
		padding-bottom: 3px;
	}
	.news--item-header-title {
		color: #c62e8b;
		line-height: 1.3;
	}
	.news--item-header-date {
		font-size: 1.2rem;
	}
	.news--item-txt-read {
		font-size: 1.4rem;
		text-align: justify;
	}
	.news--item-ph {
		order: 1;
		width: 25%;
	}
	
	
	#news .content {
		position: relative;
		width: 100%;
		max-width: 1000px;
		margin: auto;
		overflow: hidden;
		background-color: #FFF;
	}
	#news .whatsnew h3,
	#news .event h3 {
		position: relative;
		font-family: "Sawarabi Mincho";
		font-weight: bold;
		font-size: 2.1rem;
		line-height: 5rem;
		border-top: 1px solid #c8c8c8;
		border-bottom: 1px solid #c8c8c8;
		padding-left: 6.4rem;
	}
	#news .whatsnew h3::before,
	#news .event h3::before {
		position: absolute;
		margin: auto;
		top: 2px;
		bottom: 0;
		left: 12px;
		display: block;
		content: "";
		width: 24px;
		height: 24px;
	}
	#news .whatsnew h3::before {
		background: url('../images/news_icon.png') center/contain no-repeat;
	}
	#news .event h3::before {
		background: url('../images/event_icon.png') center/contain no-repeat;
	}
	#news .whatsnew h3::after,
	#news .event h3::after {
		display: block;
		content: "";
		position: absolute;
		border-right: 1px solid #c8c8c8;
		top: 0;
		left: 5rem;
		height: 5rem;
	}
	#news .newsList li {
		padding: 1rem;
		border-bottom: 1px dashed #c8c8c8;
	}
	#news .newsList li:last-child {
		border-bottom: none;
	}
	#news .newsList li .date {
		background-color: #c9ba87;
		color: #FFF;
		padding: 2px 8px;
		display: inline-block;
		margin-right: 15px; 
		float: left;
	}
	#news .newsList li .title {
		padding: 2px 0;
		clear: left;
		display: block;
	}
	@media only screen and (min-width:641px){
		#news .content {
			margin: auto;
		}
		#news .newsList li .date {
			background-color: #c9ba87;
			color: #FFF;
			padding: 2px 8px;
			display: inline-block;
			margin-right: 15px; 
			float: none;
		}
		#news .newsList li .title {
			display: inline-block;
			padding: 2px 0;
		}
		#news .eventList {
			margin: 0 -20x;
			padding: 15px 0 0;
		}
		#news .eventList li {
			width: 480px;
			float: left;
			margin: 0 10px 20px;
		}
	}
	
	.top--bn2 ul {
		display: flex;
		flex-flow: column;
	}
	.top--bn2 ul li + li {
		margin-top: 10px
	}
	.top--bn2 ul li:nth-child(1) {
		order: 1;
	}
	.top--bn2 ul li:nth-child(2) {
		order: 3;
	}
	.top--bn2 ul li:nth-child(3) {
		order: 2;
	}
	
	
	#schedule {
		margin: 0 auto 50px;
	}
	#schedule > h2 {
		margin: 0 auto 20px;
	}
	.schedule--list{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		margin-bottom: 15px;
		align-items: flex-start;
	}
	.cast--item-inner {
		display: flex;
		flex-flow: column;
	}
	.cast--item-thum {
		order: 2;
	}
	.cast--item-text {
		margin-bottom: 0px !important;
		order: 3;
	}
	.cast--item-time {
		margin-bottom: 1px;
		order: 1;
	}
	
	
	#event {
		margin: 0 auto 50px;
	}
	#event > h2 {
		margin: 0 auto 20px;
	}
	.event--inner {
		padding: 0 5px;
	}
	.event--list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.event--list li {
		width: 49.2%;
		margin-bottom: 15px;
	}
	
	
	.top--con2 {
		margin: 0 auto 50px;
		padding: 0 5px;
	}
	
	
	#shame {
		position: relative;
		margin-bottom: 30px;
	}
	#shame > h2 {
		width: 36.4%;
		margin-bottom: 10px
	}
	#shame .top--sec-contents > div {
		aspect-ratio: 1 / 1.26;
	}
	
	
	#outreview {
		position: relative;
		width: 270px;
		padding: 74px 0 0 70px;
	}
	#outreview::after {
		display: block;
		content: '';
		width: 260px;
		height: 660px;
		background-image: url(../img/dot_bg2.png);
		position: absolute;
		top: 40px;
		left: 0;
	}
	#outreview > h2 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.outreview--inner {
		position: relative;
		z-index: 10;
	}
	.outreview--inner iframe {
		height: 680px;
	}
	
	
	#review {
		margin-bottom: 60px;
	}
	#review > h2 {
		margin-bottom: 20px;
	}
	.review--inner {
		margin-bottom: 30px;
	}
	
	
	#concept {
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: url(../img/top/cc_bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		width: 100%;
		color: #1a205c;
		text-align: center;
	}
	.concept--inner {
		padding: 30px 12px;
	}
	#concept h2 {
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.cc--copy {
		font-size: 1.8rem;
		line-height: 1.4;
		margin-bottom: 25px;
	}
	.cc--read1,
	.cc--read2,
	.cc--read3 {
		font-size: 1.2rem;
		line-height: 1.8;
	}
	.cc--read1,
	.cc--read2 {
		margin-bottom: 10px;
	}
  
}

/* ==================================================================== */
/* DESKTOP
======================================================================= */
@media screen and (min-width: 768px), print {
	
	#site-header {
		margin: 0 auto 20px;
	}
	#page-main > article {
		padding: 15px 15px 100px;
	}
	
	.top--sec {
		position: relative;
		background-color: #FFFFFFF2;
		border-bottom: 2px solid #1a205c;
	}
	.top--sec::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: #1a205c;
		bottom: 1px;
		left: 0;
	}
	.top--sec-inner {
		padding: 10px 10px 20px;
	}
	.top--sec-inner:has(iframe) {
		height: calc(100% - 60px);
	}
	.top--sec-contents {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.top--sec-contents .content-pc {
		display: contents;
	}
	.top--sec-inner iframe {
		display: block;
		width: 100%;
		height: 98%;
		margin: auto;
	}
	
	
	.top--con1 {
		position: relative;
		display: flex;
		justify-content: space-between;
		width: 1170px;
		margin: 0 auto 50px;
	}
	
	
	#kvcover {
		position: relative;
		width: 1200px;
		margin: auto;
		background-color: #FFF;
	}
	#kvcover::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border: 2px solid #00213f;
		border-image: linear-gradient(160deg,
			#00213f 0%, #0599e5 40%, #709be2 49%, #4a8bec 50%, #055fe5 60%, #00213f 100%);
		border-image-slice: 1;
		pointer-events: none;
		z-index: 5;
	}
	#kvcover::after {
		content: '';
		display: block;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		position: absolute;
		top: 3px;
		left: 3px;
		border: 1px solid #00213f;
		border-image: linear-gradient(160deg,
			#00213f 0%, #0599e5 40%, #709be2 49%, #4a8bec 50%, #055fe5 60%, #00213f 100%);
		border-image-slice: 1;
		pointer-events: none;
		z-index: 5;
	}
	.kvc--inner {
		overflow: hidden;
	}
	.kvc--slider .slick-next,
	.kvc--slider .slick-prev {
		width: 48px;
		height: 88px;
		background-size: cover;
		z-index: 10;
	}
	.kvc--slider .slick-next::before,
	.kvc--slider .slick-prev::before {
		opacity: 1;
		content: '';
		display: block;
	}
	.kvc--slider .slick-prev:hover,
	.kvc--slider .slick-prev:focus {
		background-image: url(../img/sl_arrow_l.svg);
		opacity: .8;
	}
	.kvc--slider .slick-next:hover,
	.kvc--slider .slick-next:focus {
		background-image: url(../img/sl_arrow_r.svg);
		opacity: .8;
	}
	.kvc--slider .slick-prev {
		background-image: url(../img/sl_arrow_l.svg);
		left: 10px;
	}
	.kvc--slider .slick-next {
		background-image: url(../img/sl_arrow_r.svg);
		right: 10px;
	}
	
	
	#pickupgirl {
		width: 330px;
		height: 620px;
	}
	.pickupgirl--item a {
		color: inherit;
	}
	.pickupgirl--item-thum {
		position: relative;
		margin-bottom: 15px;
	}
	.pg--slider {
		overflow: hidden;
	}
	.pg--slider .slick-next,
	.pg--slider .slick-prev {
		width: 24px;
		height: 24px;
	}
	.pg--slider .slick-next::before,
	.pg--slider .slick-prev::before {
		font-size: 3rem;
		color: #d768dd;
		opacity: 1;
	}
	.pg--slider .slick-next {
		right: 15px;
		z-index: 50;
	}
	.pg--slider .slick-prev {
		left: 15px;
		z-index: 50;
	}
	
	
	#news {
		width: 470px;
		height: 620px;
	}
	#news .mdframe-inner .btn {
		position: absolute;
		right: 20px;
		z-index: 5;
	}
	#news .mdframe-inner .btn a {
		display: block;
		padding: 8px 12px;
		font-size: 1.3rem;
		line-height: 1;
		background-color: #FFF;
		border: 1px solid #1A205C;
		border-radius: 3px;
		transition: all .8s;
	}
	#news .mdframe-inner .btn a:hover {
		background-color: #ebf0ff;
	}
	.news--inner {
		height: 520px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.news--item a {
		position: relative;
		display: flex;
		justify-content: space-between;
		color: inherit;
		padding: 0 36px 0 0;
	}
	.news--item a::before {
		font-family: 'Material Icons';
		content: "\e7cd";
		position: absolute;
		font-size: 2rem;
		color: #1a205c;
		top:  50%;
		right: 5px;
		transform: translateY(-50%)	rotate(-90deg);
	}
	.news--item + .news--item {
		margin-top: 15px;
		padding-top: 15px;
		border-top:  1px solid #ccc;
	}
	.news--item:has(.news--item-ph) .news--item-txt {
		order: 2;
		width: 72%;
	}
	.news--item-txt {
		width: 100%;
	}
	.news--item-header {
		border-bottom: 1px solid #c62e8b;
		margin-bottom: 3px;
		padding-bottom: 3px;
	}
	.news--item-header-title {
		color: #c62e8b;
		line-height: 1.3;
	}
	.news--item-header-date {
		font-size: 1.2rem;
	}
	.news--item-txt-read {
		font-size: 1.4rem;
		text-align: justify;
	}
	.news--item-ph {
		order: 1;
		width: 25%;
	}
	
	
	#news .content {
		position: relative;
		width: 100%;
		max-width: 1000px;
		margin: auto;
		overflow: hidden;
		background-color: #FFF;
	}
	#news .whatsnew h3,
	#news .event h3 {
		position: relative;
		font-family: "Sawarabi Mincho";
		font-weight: bold;
		font-size: 2.1rem;
		line-height: 5rem;
		border-top: 1px solid #c8c8c8;
		border-bottom: 1px solid #c8c8c8;
		padding-left: 6.4rem;
	}
	#news .whatsnew h3::before,
	#news .event h3::before {
		position: absolute;
		margin: auto;
		top: 2px;
		bottom: 0;
		left: 12px;
		display: block;
		content: "";
		width: 24px;
		height: 24px;
	}
	#news .whatsnew h3::before {
		background: url('../images/news_icon.png') center/contain no-repeat;
	}
	#news .event h3::before {
		background: url('../images/event_icon.png') center/contain no-repeat;
	}
	#news .whatsnew h3::after,
	#news .event h3::after {
		display: block;
		content: "";
		position: absolute;
		border-right: 1px solid #c8c8c8;
		top: 0;
		left: 5rem;
		height: 5rem;
	}
	#news .newsList li {
		padding: 1rem;
		border-bottom: 1px dashed #c8c8c8;
	}
	#news .newsList li:last-child {
		border-bottom: none;
	}
	#news .newsList li .date {
		background-color: #c9ba87;
		color: #FFF;
		padding: 2px 8px;
		display: inline-block;
		margin-right: 15px; 
		float: left;
	}
	#news .newsList li .title {
		padding: 2px 0;
		clear: left;
		display: block;
	}
	@media only screen and (min-width:641px){
		#news .content {
			margin: auto;
		}
		#news .newsList li .date {
			background-color: #c9ba87;
			color: #FFF;
			padding: 2px 8px;
			display: inline-block;
			margin-right: 15px; 
			float: none;
		}
		#news .newsList li .title {
			display: inline-block;
			padding: 2px 0;
		}
		#news .eventList {
			margin: 0 -20x;
			padding: 15px 0 0;
		}
		#news .eventList li {
			width: 480px;
			float: left;
			margin: 0 10px 20px;
		}
	}
	
	
	#sokuhime {
		width: 330px;
		height: 620px;
	}
	
	.top--bn2 {
		
	}
	.top--bn2 ul {
		display: flex;
		justify-content: space-between;
	}
	
	
	.top--bn1 {
		margin: 0 auto 50px;
	}
	.top--bn1 ul {
		display: flex;
		justify-content: space-between;
	}
	
	
	#schedule {
		margin: 0 auto 50px;
	}
	.schedule--list{
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		margin-bottom: 15px;
		align-items: flex-start;
	}
	.cast--item-inner {
		display: flex;
		flex-flow: column;
	}
	.cast--item-thum {
		order: 2;
	}
	.cast--item-text {
		order: 3;
		margin-bottom: 0 !important;
	}
	.cast--item-time {
		order: 1;
		margin-bottom: 1px;
	}
	
	
	#event {
		margin: 0 auto 50px;
	}
	.event--inner {
		padding: 0 5px;
	}
	.event--list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.event--list li {
		width: 49.2%;
		margin-bottom: 15px;
	}
	
	
	.top--con2 {
		display: flex;
		justify-content: space-between;
		height: 625px;
		margin: 0 auto 50px;
	}
	
	
	#shame {
		position: relative;
		width: 820px;
	}
	.shame--inner iframe {
		height: 690px;
	}
	
	
	#outreview {
		position: relative;
		width: 330px;
	}
	.outreview--inner iframe {
		height: 680px;
	}
	
	
	#review {
		margin-bottom: 60px;
	}
	#review > h2 {
		margin-bottom: 20px;
	}
	.review--inner {
		margin-bottom: 30px;
	}
	
	
	#concept {
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: url(../img/top/cc_bg.jpg);
		background-repeat: no-repeat;
		width: 100%;
		height: 498px;
		color: #1a205c;
		text-align: center;
	}
	#concept h2 {
		font-size: 3.6rem;
		line-height: 1;
		margin-bottom: 20px;
	}
	.cc--copy {
		font-size: 3rem;
		line-height: 1;
		margin-bottom: 25px;
	}
	.cc--read1,
	.cc--read2,
	.cc--read3 {
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.cc--read1,
	.cc--read2 {
		margin-bottom: 10px;
	}
	
}

