@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;
}



/* --------------------------　メインスライダー　-------------------------- */
.fvslide {
		margin-bottom: 0 !important;
	padding-bottom: 0 !important;
		margin-bottom: 10px !important;
	}
.fvslide div {
	margin: auto 0px;
	margin-bottom:0px;
	padding: 0;
}
.fvslide img {
	object-fit: cover;
  width: 100%;
  height: auto;
	box-sizing: border-box;
}
.slick-slide {
    margin-right: 0.2vw!important;
    margin-left: 0.2vw!important;
}
.slick-slide img {
   margin: auto auto !important;
	display:block !important;
}


/* --------------------------　コンテンツ　contents01-------------------------- */

.contents01 {
	margin-bottom: 30px;
}

.contents01 h2 {
	font-family: "annabelle-jf", sans-serif;
	font-size: clamp(2.5rem, 3.3vw, 4rem);
	font-weight: 400;
	border-bottom: 2px solid #333;
	padding-bottom:2px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.contents01 h2 span {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.1vw, 1.4em);
	margin-left: 15px;
	font-weight: 400;
	
}



.girlLIST {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0px 0 0;
}
.girlLIST li {
	width: 15.5%;
	margin-bottom: 20px;
	margin: 0 0.5% 20px 0.5%;
}
.girlLIST li a {
	color:#383838;
}
.girlLIST li figure {
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	
}
.girlLIST li figure img {
	width: 100%;
	height: auto;
}

.newdate {
	 position: relative;
	background: #4c4c4c;
	color:#fff;
	text-align: center;
	font-size: clamp(1.2rem, 1.2vw, 1.5rem);
  padding: 5px 10px 8px 10px;
	line-height: 1.2;
height: 23px;
width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
	z-index: 1;
}
.newdate:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #4c4c4c;
}

.taikenICON {
	position: absolute;
	width: 45px;
	top:0;
	left: 5px;
	z-index: 1;
}
.newICON {
	position: absolute;
	width: 45px;
	bottom:5px;
	left: 5px;
	z-index: 1;
}
.osusumeICON {
	position: absolute;
	width: 55px;
	bottom:5px;
	right: 5px;
	z-index: 1;
}

.girlLIST li .name {
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
	text-align: center;
}
.girlLIST li .name span {
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: center;
	margin-left: 10px;
}
.girlLIST li .size {
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: center;
	margin-bottom: 3px;
}


.girlLIST li .catch {
    overflow: hidden;
    margin-bottom: 5px;
    font-size: clamp(1.2rem, 1.1vw, 1.4rem);
    height: 20px;
}
.girlLIST li .catch-text {
  transform: translateX(100%);
  animation: marquee 7s linear infinite;
	    white-space: nowrap;
}
.girlLIST li .type {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3px;
}
.girlLIST li .type .item {
	width: 49%;
	box-sizing: border-box;
	text-align: center;
    font-size: clamp(1rem, 0.8vw, 1rem);
	color:#808080;
	border: 1px solid #808080;
	padding: 2px;
	border-radius: 3px;
}

.girlLIST li .schtime {

	background: #f3f3f3;
	text-align: center;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	padding: 3px;
	box-sizing: border-box;
}




@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%);
  }
}


/* --------------------------　コンテンツ contents02　-------------------------- */

.contents02 {
	margin-bottom: 30px;
}

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

.infoBOX .pickUP {
	width: 30%;
	background: #faf9f9;
	padding: 20px;
	box-sizing: border-box;
	
}
.infoBOX .whatsNEW {
	width: 68%;
	background: #faf9f9;
	padding: 20px;
	box-sizing: border-box;
}

.contents02 h2 {
	font-family: "annabelle-jf", sans-serif;
	font-size: clamp(2.5rem, 3.3vw, 4rem);
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.5;
}
.contents02 h2 span {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.1vw, 1.4em);
	margin-left: 15px;
	font-weight: 400;
	
}

.girlLIST.pickupslide {
	display: block;
	flex-wrap: wrap;
	padding: 0 0px 0 8px;
}
.girlLIST.pickupslide li {
	
}

.newspost {
	background: #fff;
	padding: 20px;
	 overflow:auto;
	width: 100%;
	height:570px;
	box-sizing: border-box;
}
.newspost .date {
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	margin-bottom: 5px;
}
.newspost h3 {
	background: #4c4c4c;
	padding: 10px 25px;
	box-sizing: border-box;
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
	line-height: 1.5;
	color:#fff;
	margin-bottom: 15px;
}
.newspost .newsimg {
	width: 80%;
	margin: auto;
}
.newspost .newsimg img {
	width: 50%;
	height: auto;
}


/* --------------------------　コンテンツ contents03　-------------------------- */

.contents03 {
	margin-bottom: 50px;
}
.contents03 h2 {
	font-family: "annabelle-jf", sans-serif;
	font-size: clamp(2.5rem, 3.3vw, 4rem);
	font-weight: 400;
	line-height: 1.5;
	border-bottom: 2px solid #333;
	padding-bottom:2px;
	margin-bottom: 20px;
}
.contents03 h2 span {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.1vw, 1.4em);
	margin-left: 15px;
	font-weight: 400;
	
}

.videoBOX {
	display: flex;
	justify-content: space-between;
}
.videoBOX .girlVIDEO {
	width: 47%;
}
.videoBOX .girlVIDEO iframe {
	border: 0px;
	width: 100%;
	height: 350px;
}
.videoBOX .shopVIDEO {
	width: 49.5%;
	
}

.videoBOX .shopVIDEO .videoWrap {
	width: 100%;
	position: relative;
	background: #faf9f9;
	padding: 15px;
	box-sizing: border-box;
	
}

.videoBOX .shopVIDEO .videoWrap video{
	width: 100%; /* 動画をレスポンシブ化 */
  max-width: 600px; /* 動画の最大幅 */
}



/* --------------------------　コンテンツ contents04　-------------------------- */

.contents04 {
	margin-bottom: 30px;
}

.contents04 h2 {
	font-family: "annabelle-jf", sans-serif;
	font-size: clamp(2.5rem, 3.3vw, 4rem);
	font-weight: 400;
	border-bottom: 2px solid #333;
	padding-bottom:2px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.contents04 h2 span {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.1vw, 1.4em);
	margin-left: 15px;
	font-weight: 400;
	
}











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

/* --------------------------　 スライダー　-------------------------- */	
.fvslide {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
	}
.fvslide div {
	margin: auto 0px;
	margin-bottom: 0px;
}
.fvslide img {
	object-fit: cover;
  width: 100%;
  height: auto;
	box-sizing: border-box;
}
.slick-slide {
    margin-right: 0vw!important;
    margin-left: 0vw!important;
	box-sizing: border-box;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
	
.slick-slide img {
   margin: auto auto !important;
	display:block !important;
	
}
	
/* --------------------------　コンテンツ　contents01-------------------------- */

.contents01 {
	margin-bottom: 30px;
}

.contents01 h2 {
	font-family: "annabelle-jf", sans-serif;
	font-size: clamp(2.5rem, 3.3vw, 4rem);
	font-weight: 400;
	border-bottom: 2px solid #333;
	padding-bottom:2px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.contents01 h2 span {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.1vw, 1.4em);
	margin-left: 15px;
	font-weight: 400;
	
}

	
.girlLIST {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0px 0 0;
}
.girlLIST li {
	width: 33%;
	margin-bottom: 20px;
	margin: 0 0 20px 0;
	padding: 0 0.2%;
	box-sizing: border-box;
}
.girlLIST li a {
	color:#383838;
}
.girlLIST li figure {
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	
}
.girlLIST li figure img {
	width: 100%;
	height: auto;
}

.newdate {
	 position: relative;
	background: #4c4c4c;
	color:#fff;
	text-align: center;
	font-size: clamp(1.2rem, 1.2vw, 1.5rem);
  padding: 3px 10px 5px 10px;
	line-height: 1.2;
width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
	z-index: 1;
}
.newdate:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #4c4c4c;
}

.taikenICON {
	position: absolute;
	width: 30px;
	top:0;
	left: 5px;
	z-index: 1;
}
.newICON {
	position: absolute;
	width: 25px;
	bottom:5px;
	left: 5px;
	z-index: 1;
}
.osusumeICON {
	position: absolute;
	width: 35px;
	bottom:5px;
	right: 5px;
	z-index: 1;
}

.girlLIST li .name {
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	text-align: center;
}
.girlLIST li .name span {
	font-size: clamp(1rem, 1.1vw, 1.4rem);
	text-align: center;
	margin-left: 10px;
}
.girlLIST li .size {
	font-size: clamp(1rem, 1.1vw, 1.4rem);
	text-align: center;
	margin-bottom: 3px;
}


.girlLIST li .catch {
  overflow: hidden;
	margin-bottom: 5px;
	font-size: clamp(1rem, 1.1vw, 1.4rem);
	
}
.girlLIST li .catch-text {
  transform: translateX(100%);
  animation: marquee 7s linear infinite;
	    white-space: nowrap;
}
.girlLIST li .type {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 3px;
}
.girlLIST li .type .item {
	width: auto;
	box-sizing: border-box;
	text-align: center;
    font-size: clamp(1rem, 0.8vw, 1rem);
	color:#808080;
	border: 1px solid #808080;
	padding: 2px;
	border-radius: 3px;
	margin-bottom: 2px;
}

.girlLIST li .schtime {
	background: #f3f3f3;
	text-align: center;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	padding: 3px;
	box-sizing: border-box;
}




/* --------------------------　コンテンツ contents02　-------------------------- */

.contents02 {
	margin-bottom: 20px;
}

.infoBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.infoBOX .pickUP {
	width: auto;
	background: #faf9f9;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.infoBOX .whatsNEW {
	width: auto;
	background: #faf9f9;
	padding: 15px;
	box-sizing: border-box;
}

.contents02 h2 {
	font-family: "annabelle-jf", sans-serif;
	font-size: clamp(2.5rem, 3.3vw, 4rem);
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.5;
}
.contents02 h2 span {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.1vw, 1.4em);
	margin-left: 15px;
	font-weight: 400;
	
}

.girlLIST.pickupslide {
	display: block;
	flex-wrap: wrap;
	padding: 0 0px 0 0;
}
.girlLIST.pickupslide li {
	padding: 0 1% 0 1%;
}

.newspost {
	background: #fff;
	padding: 15px;
	 overflow:auto;
	width: 100%;
	height:350px;
	box-sizing: border-box;
}
.newspost .date {
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	margin-bottom: 5px;
}
.newspost h3 {
	background: #4c4c4c;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
	line-height: 1.5;
	color:#fff;
	margin-bottom: 15px;
}
.newspost .newsimg {
	width: 80%;
	margin: auto;
}
.newspost .newsimg img {
	width: 50%;
	height: auto;
}


/* --------------------------　コンテンツ contents03　-------------------------- */

.contents03 {
	margin-bottom: 30px;
}
.contents03 h2 {
	font-family: "annabelle-jf", sans-serif;
	font-size: clamp(2.5rem, 3.3vw, 4rem);
	font-weight: 400;
	line-height: 1.5;
	border-bottom: 2px solid #333;
	padding-bottom:2px;
	margin-bottom: 20px;
}
.contents03 h2 span {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.1vw, 1.4em);
	margin-left: 15px;
	font-weight: 400;
	
}

.videoBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.videoBOX .girlVIDEO {
	width:auto;
}
.videoBOX .girlVIDEO iframe {
	border: 0px;
	width: 100%;
	height: 350px;
}
.videoBOX .shopVIDEO {
	width:auto;
	
}
.videoBOX .shopVIDEO .videoWrap {
	width: 100%;
	position: relative;
	background: #faf9f9;
	padding: 10px;
	box-sizing: border-box;
	
}
.videoBOX .shopVIDEO .videoWrap video{
	width: 100%; /* 動画をレスポンシブ化 */
  max-width: 600px; /* 動画の最大幅 */
}



/* --------------------------　コンテンツ contents04　-------------------------- */

.contents04 {
	margin-bottom: 30px;
}

.contents04 h2 {
	font-family: "annabelle-jf", sans-serif;
	font-size: clamp(2.5rem, 3.3vw, 4rem);
	font-weight: 400;
	border-bottom: 2px solid #333;
	padding-bottom:2px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.contents04 h2 span {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.1vw, 1.4em);
	margin-left: 15px;
	font-weight: 400;
	
}

	
	


/* --------------------------　 TOPピックアップ　-------------------------- */

.topPICKUP {
	background: url("../../image/top/pickupbg.html");
	background-size: cover;
	padding: 10px 15px 20px;
	box-sizing: border-box;
border: 3px solid;
  border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%) 1;
	margin-bottom: 15px;
}


.topPICKUP h2 {
	font-size: clamp(2.2rem, 3.3vw, 4rem);
  display: block;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-align: center;
	 font-family: "Poppins", serif;
	font-weight: 500;
}
.topPICKUP h3 {
	font-size: clamp(1.4rem, 1.8vw, 2.2rem);
	color:#fff;
	text-align: center;
	font-weight: 500;
	margin-bottom: 10px;
}

.pickupLIST {
	display: flex;
	justify-content: space-between;
}
.pickupLIST li {
	width: 32%;
	color:#fff;
	
}
.pickupLIST li a {
	display: block;
	color:#fff;
}
.pickupLIST li a figure {
	position: relative;
}
.listPH {
	border: 2px solid;
  border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%) 1;
	margin-bottom: 5px;
}

.listICON01 {
	position: absolute;
	top:2px;
	left: 2px;
	width: 35px;
	z-index: 1;
	line-height: 1.3;
}
.listICON01 .icon-taiken {
	background: #cb023f;
	color:#fff;
	font-size: 0.7rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-bottom: 2px;
}
.listICON01 .icon-newface {
	background: #6fac20;
	color:#fff;
	font-size: 0.7rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-bottom: 2px;
}
.listICON01 .icon-osusume {
	background: #f6ae00;
	color:#fff;
	font-size: 0.7rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-bottom: 2px;
}
.listICON01 .icon-tomari {
	background: #9824b1;
	color:#fff;
	font-size: 0.7rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-bottom: 2px;
}

.listICON02 {
	position: absolute;
	bottom:10px;
	left: 2px;
	display: flex;
	z-index: 1;
}
.listICON02 div {
	width: 30px;
}

.pickupLIST .name {
font-size: clamp(1.5rem, 1.6vw, 2rem);
	text-align: center;
	line-height: 1.4;
}
.pickupLIST .name span {
font-size: clamp(1.2rem, 1.3vw, 1.6rem);
}
.pickupLIST .size {
font-size: clamp(1rem, 1.3vw, 1.6rem);
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.4;
}

.pickupLIST .time {
background: #af0119;
	text-align: center;
	font-size: clamp(1.1rem, 1.3vw, 1.6rem);
	padding: 2px;
	box-sizing: border-box;
	width: 100%;
	
}

/* --------------------------　 TOP 本日出勤　-------------------------- */

.topSCHEDULE {
	
}
.topSCHEDULE .head {
	position: relative;
}

.topSCHEDULE .head .cal {
	position: relative;
	background: #f2f2ed;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	top:0px;
	right:0;
	margin-bottom: 15px;
}
.cal .date {
	background: #af0119;
	text-align: center;
	font-size: clamp(1.3rem, 1.2vw, 1.5rem);
	padding: 2px;
	box-sizing: border-box;
	color:#fff;
	margin-bottom: 10px;
}
.cal .result {
	text-align: center;
	font-size: clamp(1.4rem, 1.3vw, 1.6rem);
	box-sizing: border-box;
	line-height: 1;
}
.cal .result span {
	text-align: center;
	font-size: clamp(2rem, 3vw, 3.6rem);
	box-sizing: border-box;
	font-family: "Poppins", serif;
	font-weight: 500;
	color:#af0119;
}

.topSCHEDULE h2 {
	font-size: clamp(2.2rem, 3.3vw, 4rem);
  display: block;
  background: linear-gradient(45deg, #362c13 0%, #7c5f0e 45%, #7c5f0e 70%, #362c13 85%, #362c13 90% 100%);
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-align: center;
	 font-family: "Poppins", serif;
	font-weight: 500;
}
.topSCHEDULE h3 {
	font-size: clamp(1.5rem, 1.8vw, 2.2rem);
	text-align: center;
	font-weight: 500;
	margin-bottom: 10px;
}


.castLIST {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.castLIST li {
	width: 49%;
	margin: 0 0;
	margin-bottom: 20px;
	
}
.castLIST li a {
	display: block;
}
.castLIST li a figure {
	position: relative;
}
.listPH {
	border: 2px solid;
  border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%) 1;
	margin-bottom: 5px;
}

.castLIST .listICON01 {
	position: absolute;
	top:5px;
	left: 5px;
	width: 50px;
	z-index: 1;
	letter-spacing: 0;
}

.castLIST .listICON01 .icon-taiken {
	background: #cb023f;
	color:#fff;
	font-size: 0.8rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-bottom: 2px;
}
.castLIST .listICON01 .icon-newface {
	background: #6fac20;
	color:#fff;
	font-size: 0.8rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-bottom: 2px;
}
.castLIST .listICON01 .icon-osusume {
	background: #f6ae00;
	color:#fff;
	font-size: 0.8rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-bottom: 2px;
}
.castLIST .listICON01 .icon-tomari {
	background: #9824b1;
	color:#fff;
	font-size: 0.8rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-bottom: 2px;
}


.listICON02 {
	position: absolute;
	bottom:10px;
	left: 5px;
	display: flex;
	z-index: 1;
}
.castLIST .listICON02 div {
	width: 40px;
}

.castLIST .name {
font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	text-align: center;
	line-height: 1.4;
}
.castLIST .name span {
font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}
.castLIST .size {
font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.4;
}

.castLIST .time {
background: #af0119;
	text-align: center;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	padding: 2px;
	box-sizing: border-box;
	color:#fff;
}


.topBANNER {
	margin-bottom: 10px;
}
	


}

.topSCHEDULE .inner {
	padding: 0 10px;
	box-sizing: border-box;
}

.rankingICON {
	position: absolute;
	top:-30px;
	z-index: 1;
}



.rankingLIST {
	margin-top: 40px;
}
.rankingLIST li {
	margin-top: 30px;
}

.rankingLIST .listPH {
	margin-bottom: 0;
}


@media screen and (max-width: 834px) {
	
.topSCHEDULE .inner {
	padding: 0 5px;
	box-sizing: border-box;
}

.rankingICON {
	position: absolute;
	top:-25px;
	z-index: 1;
}



.rankingLIST {
	margin-top: 0px;
}
.rankingLIST li {
	margin-top: 20px;
}

.rankingLIST .listPH {
	margin-bottom: 0;
}
	
}



/* --------------------------　 追加　-------------------------- */

.sidebn {
	margin: 0 10px 10px;
}


.sideCONTENT {
	padding: 5px;
	box-sizing: border-box;
}
.sideCONTENT h3 {
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	padding: 5px 20px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 10px;
	background-image: linear-gradient(144deg, rgba(50, 40, 20, 1), rgba(104, 85, 40, 1));
	text-align: center;
}
.newfacePC li {
	border-bottom: 1px dotted #2f1e0c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.newfacePC li a {
	display: flex;
	justify-content: space-between;
}
.newfacePC li a figure {
	width: 33%;
}
.newfacePC li a .text {
	width: 63%;
}
.newfacePC li .name {
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	font-weight: 600;
}
.newfacePC li .name span {
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	font-weight: normal;
}
.newfacePC li .size {
	font-size: clamp(1.1rem, 1vw, 1.2rem);
}
.newfacePC li .date {
	color:#b00028;
	font-weight: 600;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
}
.newfacePC li .date span {
	color:#b00028;
	font-weight: 600;
	font-size: clamp(1.1rem, 1vw, 1.2rem);
}



@media screen and (max-width: 834px) {
	
.sidebn {
	margin: 0 10px 10px;
}


.sideCONTENT {
	display: none;
}
	
}



@media screen and (max-width: 834px) {
.pickupslide {
	margin: 0 !important;
	margin-bottom: 20px !important;
}
.castLIST.pickuplist li {
	margin: 0 5px !important;
}
}







/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}







