@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

h2,h3,h4 {
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
/* --------------------------　マウスオーバー時に画像を拡大・縮小させるエフェクト　-------------------------- */
.scale-img {
　width: 100px; /*画像の幅*/
　height: 140px; /*画像の高さ*/
　transition-duration: 0.5s; /*変化の時間*/
}
.scale-img:hover {
　transform: scale(1.2,1.2); /*画像の拡大*/
　cursor: pointer; /*カーソルをポインターにする*/
}
.scale-box {
　width: 100px; /*ボックスの幅*/
　height: 140px; /*ボックスの高さ*/
　overflow: hidden; /*画像拡大時にはみ出た部分を隠す*/
}
/* --------------------------　メインスライダー　-------------------------- */


.fvslide div {
	margin: auto 0px;
	margin-bottom: 10px;
}
.fvslide img {
	object-fit: cover;
  width: 100%;
  height: 100%;
	border: 6px solid #fff;
	box-sizing: border-box;
}
.slick-slide {
    margin-right: 0.5vw!important;
    margin-left: 0.5vw!important;
}
.slick-slide img {
   margin: auto auto !important;
	display:block !important;
}


@media screen and (max-width: 834px) {
.fvslide div {
	margin: auto auto;
	margin-bottom: 10px;
	text-align: center;
}
.fvslide img {
	object-fit: cover;
  width: 100%;
  height: auto;
	border: 6px solid #fff;
	box-sizing: border-box;
	
}
.slick-slide {
    margin-right: 1vw!important;
    margin-left: 1vw!important;
	box-sizing: border-box;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
	
.slick-slide img {
   margin: auto auto !important;
	display:block !important;
	
}

}

.contentwrap {
	max-width: 1200px;	
/*UP前20240707 max-width: 834px;*/
	margin: auto;
}
figure {
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 834px) {
	
.contentwrap {
	max-width: auto;
	margin: auto 15px;
}
	
}

/* --------------------------　TOPコンテンツ01　-------------------------- */

.topCONTENT01 {
	background: url("../../image/top/bg01.webp");
	background-position: center top;
	margin: auto;
	padding: 30px 0px 40px 0px;
	box-sizing: border-box;
}

.tophead {
	position: relative;
	margin-bottom: 20px;
}
.tophead h2 {
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	font-size: 4.8rem;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
}
.tophead h2 span {
	color:#af48b8;
}
.tophead h2 strong {
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-left: 20px;
}


.linkBUTTON a {
    background: #af48b8;
    border-radius: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 210px;
    padding: 7px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	position: absolute;
	top:20px;
	right:0;
}
.linkBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.linkBUTTON a:hover {
  opacity: 0.9;
}
.linkBUTTON a:hover:after {
  right: 1.4rem;
}


.girlsLIST {
	display: flex;
	flex-wrap: wrap;
}

.girlsLIST .listitem {
	width: 23%;
	background: #fff;
	text-align: center;
	overflow: hidden;
	margin: 0 6px 15px 6px;
	margin-bottom: 15px;
}
.girlsLIST .listitem figure {
	position: relative;
}

.girlsLIST .listitem figure img {
	width: 100%;
	height: auto;
}
.girlsLIST .listitem figure .situation {
	position: absolute;
	left:10px;
	top:10px;
	width: 80px;
	z-index:1;
	font-weight: bold;
	border-radius: 40px;
	line-height: 1.8;
}
.girlsLIST .listitem figure .situation .icon-taiken {
	background: #e8457f;
	text-align: center;
	color:#fff;
	font-size: 1.3rem;
	margin-bottom: 3px;
	border-radius: 40px;
}
.girlsLIST .listitem figure .situation .icon-new {
	background: #52a53c;
	text-align: center;
	color:#fff;
	font-size: 1.3rem;
	margin-bottom: 3px;
	border-radius: 40px;
}
.girlsLIST .listitem figure .situation .icon-update {
	background: #e89045;
	text-align: center;
	color:#fff;
	font-size: 1.3rem;
	margin-bottom: 3px;
	border-radius: 40px;
}
.girlsLIST .listitem figure .sokuhime {
	position: absolute;
	background: #fff;
	border: 3px solid #fff;
	background: #e4007f;
	color:#fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 90%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
	bottom:10px;
	z-index:1;
	right: 0;
  left: 0;
  margin: 0 auto;
}


.girlsLIST .listitem figure .sokuhime i {
	margin-right: 10px;
}

.girlsLIST .listitem figure .sokuhime.nexttime {
	background: #00a0e9;
}
.girlsLIST .listitem figure .sokuhime.endtime {
	background: #221815;
}


.girlsLIST .listitem h3 {
	font-size: 1.8rem;
	text-align: center;
}
.girlsLIST .listitem h3 span {
	font-size: 2.4rem;
	color:#af48b8;
	font-family: 'Noto Serif JP', serif;
}
.girlsLIST .listitem .size {
	font-size:1.6rem;
}

.girlsLIST .listitem .listicon {
	display: flex;
	justify-content: center;
	width: 45%;
	margin: auto;
	margin-bottom: 10px;
}
.girlsLIST .listitem .listicon div {
	width: 19%;
	background: #d4d3d4;
	padding: 4px;
	box-sizing: border-box;
	margin: 0 2px;
	line-height: 1;
max-width: 19%;
    border-radius: 3px;
    min-width: 23%;
}
.girlsLIST .listitem .listicon div.active {
	background: #af48b8;
}
.girlsLIST .listitem .listicon div img {
	width: 100%;
	height: auto;
}


.girlsLIST .listitem .catch {
	font-size:1.6rem;
	color:#e8457f;
  transform: translateX(100%);
  animation: marquee 10s linear infinite;
	margin-bottom: 5px;
white-space: nowrap;
  width: fit-content;	
}

.girlsLIST .listitem2 {
	width: 23%;
	background: #fff;
	text-align: center;
	overflow: hidden;
	margin: 0 6px 15px 6px;
	margin-bottom: 15px;        opacity: 0.6;
}
.girlsLIST .listitem2 figure {
	position: relative;
}

.girlsLIST .listitem2 figure img {
	width: 100%;
	height: auto;
}
.girlsLIST .listitem2 figure .situation {
	position: absolute;
	left:10px;
	top:10px;
	width: 80px;
	z-index:1;
	font-weight: bold;
	border-radius: 40px;
	line-height: 1.8;
}
.girlsLIST .listitem2 figure .situation .icon-taiken {
	background: #e8457f;
	text-align: center;
	color:#fff;
	font-size: 1.3rem;
	margin-bottom: 3px;
	border-radius: 40px;
}
.girlsLIST .listitem2 figure .situation .icon-new {
	background: #52a53c;
	text-align: center;
	color:#fff;
	font-size: 1.3rem;
	margin-bottom: 3px;
	border-radius: 40px;
}

.girlsLIST .listitem2 figure .situation .icon-update {
    background: #e89045;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 3px;
    border-radius: 40px;
}
.girlsLIST .listitem2 figure .sokuhime {
	position: absolute;
	background: #fff;
	border: 3px solid #fff;
	background: #e4007f;
	color:#fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 90%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
	bottom:10px;
	z-index:1;
	right: 0;
  left: 0;
  margin: 0 auto;
}



.girlsLIST .listitem2 figure .sokuhime i {
	margin-right: 10px;
}

.sokuhime.nexttime2 {
	background: #00a0e9;
}
.sokuhime.endtime2 {
	background: #221815 !important;
}


.girlsLIST .listitem2 h3 {
	font-size: 1.8rem;
	text-align: center;
}
.girlsLIST .listitem2 h3 span {
	font-size: 2.4rem;
	color:#af48b8;
	font-family: 'Noto Serif JP', serif;
}
.girlsLIST .listitem2 .size {
	font-size:1.6rem;
}

.girlsLIST .listitem2 .listicon {
	display: flex;
	justify-content: center;
	width: 45%;
	margin: auto;
	margin-bottom: 10px;
}
.girlsLIST .listitem2 .listicon div {
	width: 19%;
	background: #d4d3d4;
	padding: 4px;
	box-sizing: border-box;
	margin: 0 2px;
	line-height: 1;
max-width: 19%;
    border-radius: 3px;
    min-width: 23%;
}
.girlsLIST .listitem2 .listicon div.active {
	background: #af48b8;
}
.girlsLIST .listitem2 .listicon div img {
	width: 100%;
	height: auto;
}


.girlsLIST .listitem2 .catch {
	font-size:1.6rem;
	color:#e8457f;
  transform: translateX(100%);
  animation: marquee 10s linear infinite;
	margin-bottom: 5px;
	white-space: nowrap;
    width: fit-content;
}
@keyframes marquee {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


.girlsLIST .listitem .type {
	display: table;
	justify-content: space-between;
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}
.girlsLIST .listitem .type div {
	border: 1px solid #af48b8;
	color:#af48b8;
	font-size: 1.3rem;
	width: 49%;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 2px;
	display: inline-block;
}

.girlsLIST .listitem .schtime {
	color:#af48b8;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid  #af48b8;
	width: 90%;
	margin: 0 auto 10px;
	padding-top: 5px;
}
.girlsLIST .listitem .schtime i {
	margin-right: 5px;
}

.girlsLIST .listitem2 .type {
	display: table;
	justify-content: space-between;
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}
.girlsLIST .listitem2 .type div {
	border: 1px solid #af48b8;
	color:#af48b8;
	font-size: 1.3rem;
	width: 49%;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 2px;
	display: inline-block;
}

.girlsLIST .listitem2 .schtime {
	color:#af48b8;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid  #af48b8;
	width: 90%;
	margin: 0 auto 10px;
	padding-top: 5px;
}
.girlsLIST .listitem2 .schtime i {
	margin-right: 5px;
}
/* --------------------------　TOPコンテンツ02　-------------------------- */

.topCONTENT02 {
	background: url("../../image/top/bg02.webp");
	background-position: center top;
	margin: auto;
	padding: 30px 0px 50px 0px;
	box-sizing: border-box;
	background-size: cover;
}

/* --------------------------　TOPコンテンツ03　-------------------------- */

.topCONTENT03 {
	background: url("../../image/top/bg03.webp");
	background-position: center top;
	background-size: cover;
	margin: auto;
	padding: 30px 0px 50px 0px;
	box-sizing: border-box;
}

.balloon1 {
  position: absolute;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 1.3rem;
  background: #af48b8;
	text-align: center;
	border-radius: 20px;
	right: -10px;
	top:-30px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #af48b8;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}



.blogBLOCK {
	border-bottom: 1px solid #9e9d9d;
	padding-bottom: 30px;
	margin-bottom: 50px;
}


.shameBOX {
	display: flex;
	flex-wrap: wrap;
}
.shameBOX li {
	width: 19.6%;
	margin: 0 2px 10px 2px;
	font-size: 1.4rem;
}
.shameBOX li img {
	width: 100%;
	/*height: 220px;一時的に外す*/
	object-fit: cover;
margin-bottom: 5px;
}
.shameBOX li h3 {
	font-size: 1.2rem;
	    overflow: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.shameBOX li h3 i {
	color:#af48b8;
	transform: scaleX(-1);
	margin-right: 5px;
}
.shameBOX li div a {
	color:#af48b8;
	text-decoration: underline;
}


.moviebox {
	display: flex;
	flex-wrap: wrap;
}
.moviebox li {
	width: 24.5%;
	margin: 0 2px 15px 2px;
	font-size: 1.4rem;
}
.moviebox li figure {
	position: relative;
}
.moviebox li img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 5px;
}
.moviebox li video {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 5px;
}
.moviebox li figure {
	position: relative;
}
.moviebox li figure .play {
	position: absolute;
	width: 45px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
}
.moviebox li figure .play after {
	position: absolute;
	width: 45px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 10000;
	
}
.moviebox li figure .video {
	position: absolute;
	width: 45px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
}

.moviebox li h3 {
	font-size: 1.6rem;
}
.moviebox li h3 i {
	color:#af48b8;
	margin-right: 5px;
}
.moviebox li div a {
	color:#af48b8;
	text-decoration: underline;
}


/* --------------------------　TOPコンテンツ04　-------------------------- */

.topCONTENT04 {
	background: url("../../image/top/bg02.webp");
	background-position: center top;
	margin: auto;
	padding: 30px 0px 50px 0px;
	box-sizing: border-box;
	background-size: cover;
}

.topCONTENT04 .tophead img {
	width: 55px;
	height: auto;
	position: relative;
	top:-10px;
}

.infoBOX  {
	display: flex;
	justify-content: space-between;
}
.infoBOX .item-news  {
	width: 63%;
}
.infoBOX .item-x  {
	width: 35%;
}
.item-news .wrap,
.item-x .wrap {
	background:rgba(255,255,255,0.7);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}
.item-news .wrap .inner {
    overflow:auto;
	width: 100%;
	height:500px;
	text-align: center;
}
.item-news .wrap .inner .date {
    font-size: 1.4rem;
	text-align: left;
}
.item-news .wrap .inner h3 {
    font-size: 2.4rem;
	color:#af48b8;
	border-bottom: 2px solid #af48b8;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: left;
}
.item-news .wrap .inner p {
    font-size: 1.6rem;
}






/* --------------------------　共通バナー　-------------------------- */

.bannerBLOCK {
	margin-bottom: 20px;
} 

.banner02 {
	margin-bottom: 20px;
} 
.banner02 img {
	width: 100%;
	height: auto;
} 

.bannerBOX {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bannerBOX li {
	width: 49.5%;
	margin-bottom: 10px;
}
.bannerBOX li img {
	width: 100%;
	height: auto;
}



@media screen and (max-width: 834px) {
	
/* --------------------------　TOPコンテンツ01　-------------------------- */

.topCONTENT01 {
	background: url("../../image/top/bg01.webp");
	background-position: center top;
	margin: auto;
	padding: 15px 0px 20px 0px;
	box-sizing: border-box;
}

.tophead {
	position: relative;
	margin-bottom: 20px;
}
.tophead h2 {
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	font-size: 2.6rem;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
	line-height: 1.3;
}
.tophead h2 span {
	color:#af48b8;
}
.tophead h2 strong {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-left:0px;
	display: block;
}


.linkBUTTON a {
    background: #af48b8;
    border-radius: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 110px;
    padding: 7px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
	box-sizing: border-box;
	font-size: 1.3rem;
	font-weight: bold;
	position: absolute;
	top:20px;
	right:0;
}
.linkBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1.2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.linkBUTTON a:hover {
  opacity: 0.9;
}
.linkBUTTON a:hover:after {
  right: 1.4rem;
}


.girlsLIST {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.girlsLIST .listitem {
	width: 48.5%;
	background: #fff;
	text-align: center;
	overflow: hidden;
	margin: 0 0 5px 0;
	margin-bottom: 10px;
}
.girlsLIST .listitem figure {
	position: relative;
}

.girlsLIST .listitem figure img {
	width: 100%;
	height: auto;
}
.girlsLIST .listitem figure .situation {
	position: absolute;
	left:5px;
	top:10px;
	width: 60px;
	z-index:1;
	font-weight: bold;
	border-radius: 40px;
	line-height: 1.8;
}
.girlsLIST .listitem figure .situation .icon-taiken {
	background: #e8457f;
	text-align: center;
	color:#fff;
	font-size: 1rem;
	margin-bottom: 3px;
	border-radius: 40px;
}
.girlsLIST .listitem figure .situation .icon-new {
	background: #52a53c;
	text-align: center;
	color:#fff;
	font-size: 1rem;
	margin-bottom: 3px;
	border-radius: 40px;
}
.girlsLIST .listitem figure .situation .icon-update {
	background: #e89045;
	text-align: center;
	color:#fff;
	font-size: 1rem;
	margin-bottom: 3px;
	border-radius: 40px;
}	
.girlsLIST .listitem figure .sokuhime {
	position: absolute;
	background: #fff;
	border: 2px solid #fff;
	background: #e4007f;
	color:#fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 90%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
	bottom:10px;
	z-index:1;
	right: 0;
  left: 0;
  margin: 0 auto;
	font-size: 1.2rem;
}


.girlsLIST .listitem figure .sokuhime i {
	margin-right: 5px;
}

.girlsLIST .listitem figure .sokuhime.nexttime {
	background: #00a0e9;
}
.girlsLIST .listitem figure .sokuhime.endtime {
	background: #221815;
}

.girlsLIST .listitem h3 {
	font-size: 1.2rem;
	text-align: center;
}
.girlsLIST .listitem h3 span {
	font-size: 1.5rem;
	color:#af48b8;
	font-family: 'Noto Serif JP', serif;
}
.girlsLIST .listitem .size {
	font-size:1.3rem;
}

.girlsLIST .listitem .listicon {
	display: flex;
	justify-content: center;
	/*width: 70%;*/
	margin: auto;
	margin-bottom: 10px;
}
.girlsLIST .listitem .listicon div {
	width: 20%;
	background: #d4d3d4;
	padding: 2px;
	box-sizing: border-box;
	margin: 0 2px;
	line-height: 1;
	border-radius: 2px;
}
.girlsLIST .listitem .listicon div.active {
	background: #af48b8;
}
.girlsLIST .listitem .listicon div img {
	width: 100%;
	height: auto;
}


.girlsLIST .listitem .catch {
	font-size:1.2rem;
	color:#e8457f;
  transform: translateX(100%);
  animation: marquee 10s linear infinite;
	margin-bottom: 5px;
}


.girlsLIST .listitem .type {
	display: table;
	justify-content: space-between;
	width: 97%;
	margin: auto;
	margin-bottom: 10px;
}
.girlsLIST .listitem .type div {
        border: 1px solid #af48b8;
        color: #af48b8;
        font-size: 1.0rem;
        /* transform: scale(0.8, 1); */
        width: 48%;
        padding: 1px;
        margin: 1px;
        box-sizing: border-box;
        border-radius: 2px;
        display: inline-block;
        float: left;
}

.girlsLIST .listitem .schtime {
	color:#af48b8;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid  #af48b8;
	width: 90%;
	margin: 0 auto 10px;
	padding-top: 5px;
	font-size: 1.3rem;
}
.girlsLIST .listitem .schtime i {
	margin-right: 5px;
}

.girlsLIST .listitem2 {
	width: 48.5%;
	background: #fff;
	text-align: center;
	overflow: hidden;
	margin: 0 0 5px 0;
	margin-bottom: 10px;
}
.girlsLIST .listitem2 figure {
	position: relative;
}

.girlsLIST .listitem2 figure img {
	width: 100%;
	height: auto;
}
.girlsLIST .listitem2 figure .situation {
	position: absolute;
	left:5px;
	top:10px;
	width: 60px;
	z-index:1;
	font-weight: bold;
	border-radius: 40px;
	line-height: 1.8;
}
.girlsLIST .listitem2 figure .situation .icon-taiken {
	background: #e8457f;
	text-align: center;
	color:#fff;
	font-size: 1rem;
	margin-bottom: 3px;
	border-radius: 40px;
}
.girlsLIST .listitem2 figure .situation .icon-new {
	background: #52a53c;
	text-align: center;
	color:#fff;
	font-size: 1rem;
	margin-bottom: 3px;
	border-radius: 40px;
}
.girlsLIST .listitem2 figure .sokuhime {
	position: absolute;
	background: #fff;
	border: 2px solid #fff;
	background: #e4007f;
	color:#fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 90%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
	bottom:10px;
	z-index:1;
	right: 0;
  left: 0;
  margin: 0 auto;
	font-size: 1.2rem;
}


.girlsLIST .listitem2 figure .sokuhime i {
	margin-right: 5px;
}

.girlsLIST .listitem2 figure .sokuhime.nexttime {
	background: #00a0e9;
}
.girlsLIST .listitem2 figure .sokuhime.endtime {
	background: #221815;
}

.girlsLIST .listitem2 h3 {
	font-size: 1.2rem;
	text-align: center;
}
.girlsLIST .listitem2 h3 span {
	font-size: 1.5rem;
	color:#af48b8;
	font-family: 'Noto Serif JP', serif;
}
.girlsLIST .listitem2 .size {
	font-size:1.3rem;
}

.girlsLIST .listitem2 .listicon {
	display: flex;
	justify-content: center;
	/*width: 70%;*/
	margin: auto;
	margin-bottom: 10px;
}
.girlsLIST .listitem2 .listicon div {
	width: 20%;
	background: #d4d3d4;
	padding: 2px;
	box-sizing: border-box;
	margin: 0 2px;
	line-height: 1;
	border-radius: 2px;
}
.girlsLIST .listitem2 .listicon div.active {
	background: #af48b8;
}
.girlsLIST .listitem2 .listicon div img {
	width: 100%;
	height: auto;
}


.girlsLIST .listitem2 .catch {
	font-size:1.2rem;
	color:#e8457f;
  transform: translateX(100%);
  animation: marquee 10s linear infinite;
	margin-bottom: 5px;
}


.girlsLIST .listitem2 .type {
	display: table;
	justify-content: space-between;
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}
.girlsLIST .listitem2 .type div {
        border: 1px solid #af48b8;
        color: #af48b8;
        font-size: 1.0rem;
        /* transform: scale(0.8, 1); */
        width: 48%;
        padding: 1px;
        margin: 1px;
        box-sizing: border-box;
        border-radius: 2px;
        display: inline-block;
        float: left;
}

.girlsLIST .listitem2 .schtime {
	color:#af48b8;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid  #af48b8;
	width: 90%;
	margin: 0 auto 10px;
	padding-top: 5px;
	font-size: 1.3rem;
}
.girlsLIST .listitem2 .schtime i {
	margin-right: 5px;
}
/* --------------------------　TOPコンテンツ02　-------------------------- */

.topCONTENT02 {
	background: url("../../image/top/bg02.webp");
	background-position: center top;
	margin: auto;
	padding: 20px 0px 20px 0px;
	box-sizing: border-box;
	background-size: cover;
}

/* --------------------------　TOPコンテンツ03　-------------------------- */

.topCONTENT03 {
	background: url("../../image/top/bg03.webp");
	background-position: center top;
	background-size: cover;
	margin: auto;
	padding: 20px 0px 20px 0px;
	box-sizing: border-box;
}

.balloon1 {
  position: absolute;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px 10px;
  min-width: 80px;
  max-width: 100%;
  color: #fff;
  font-size: 1rem;
  background: #af48b8;
	text-align: center;
	border-radius: 20px;
	right: -10px;
	top:-40px;
	box-sizing: border-box;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 8px solid #af48b8;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}



.blogBLOCK {
	border-bottom: 1px solid #9e9d9d;
	padding-bottom: 15px;
	margin-bottom: 25px;
}


.shameBOX {
	display: flex;
	flex-wrap: wrap;
}
.shameBOX li {
	width: 32%;
	margin: 0 2px 10px 2px;
	font-size: 1.2rem;
}
.shameBOX li img {
	width: 100%;
	/*height: 140px;一時的に外す*/
	object-fit: cover;
margin-bottom: 5px;
}
.shameBOX li h3 {
	font-size: 1.3rem;
}
.shameBOX li h3 i {
	color:#af48b8;
	transform: scaleX(-1);
	margin-right: 5px;
}
.shameBOX li div a {
	color:#af48b8;
	text-decoration: underline;
}


.moviebox {
	display: flex;
	flex-wrap: wrap;
}
.moviebox li {
	width: 32%;
	margin: 0 2px 10px 2px;
	font-size: 1.2rem;
}
.moviebox li figure {
	position: relative;
}
.moviebox li img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 5px;
}
.moviebox li figure {
	position: relative;
}
.moviebox li figure .play {
	position: absolute;
	width: 25px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
}

.moviebox li h3 {
	font-size: 1.3rem;
}
.moviebox li h3 i {
	color:#af48b8;
	margin-right: 5px;
}
.moviebox li div a {
	color:#af48b8;
	text-decoration: underline;
}


/* --------------------------　TOPコンテンツ04　-------------------------- */

.topCONTENT04 {
	background: url("../../image/top/bg02.webp");
	background-position: center top;
	margin: auto;
	padding: 20px 0px 20px 0px;
	box-sizing: border-box;
	background-size: cover;
}

.topCONTENT04 .tophead img {
	width: 45px;
	height: auto;
	position: relative;
	top:-5px;
}

.infoBOX  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.infoBOX .item-news  {
	width: auto;
	margin-bottom: 20px;
}
.infoBOX .item-x  {
	width: auto;
}
.item-news .wrap,
.item-x .wrap {
	background:rgba(255,255,255,0.7);
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
}
.item-news .wrap .inner {
    overflow:auto;
	width: 100%;
	height:auto;
	text-align: center;
}
.item-news .wrap .inner .date {
    font-size: 1.4rem;
	text-align: left;
}
.item-news .wrap .inner h3 {
    font-size: 1.5rem;
	color:#af48b8;
	border-bottom: 2px solid #af48b8;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: left;
}
.item-news .wrap .inner p {
    font-size: 1.4rem;
}






/* --------------------------　共通バナー　-------------------------- */

.bannerBLOCK {
	margin-bottom: 0px;
} 

.banner02 {
	margin-bottom: 10px;
} 
.banner02 img {
	width: 100%;
	height: auto;
} 

.bannerBOX {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bannerBOX li {
	width: 100%;
	margin-bottom: 10px;
}
.bannerBOX li img {
	width: 100%;
	height: auto;
}
	
}

.newfaceslide {
	overflow: hidden;
}

