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

/* --------------------------　 ヘッドニュース　-------------------------- */

.ticker {
	background: url("../../image/common/navbgPC.png");
	width: 100%;
	height:60px;
}
.ticker .wrap {
	max-width: 1200px;
	margin: auto;
	background: #fff;
	position: relative;
	top:8px;
	padding: 5px;
	box-sizing: border-box;
	border: 2px solid #b89871;
	border-radius: 5px;
}
.news-banner {
  display: block;
  height: 30px;
  width: auto;
  overflow: hidden;
}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  line-height: 1;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 15s linear infinite;
	font-size: clamp(14px, 1.4vw, 1.7rem);

}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


/* --------------------------　メインスライダー　-------------------------- */
	.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;
}

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

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


.topPICKUP h2 {
	font-size: clamp(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.5rem, 1.8vw, 2.2rem);
	color:#fff;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}

.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:5px;
	left: 5px;
	width: 70px;
	z-index: 1;
}
.listICON01 .icon-taiken {
	background: #cb023f;
	color:#fff;
	font-size: 1rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-bottom: 2px;
}
.listICON01 .icon-newface {
	background: #6fac20;
	color:#fff;
	font-size: 1rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-bottom: 2px;
}
.listICON01 .icon-osusume {
	background: #f6ae00;
	color:#fff;
	font-size: 1rem;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-bottom: 2px;
}
.listICON01 .icon-tomari {
	background: #9824b1;
	color:#fff;
	font-size: 1rem;
	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;
}
.listICON02 div {
	width: 60px;
}

.pickupLIST .name {
font-size: clamp(1.5rem, 1.6vw, 2rem);
	text-align: center;
	line-height: 1.4;
}
.pickupLIST .name span {
font-size: clamp(1.3rem, 1.3vw, 1.6rem);
}
.pickupLIST .size {
font-size: clamp(1.3rem, 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.3rem, 1.3vw, 1.6rem);
	padding: 2px;
	box-sizing: border-box;
	
}

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

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

.topSCHEDULE .head .cal {
	position: absolute;
	background: #f2f2ed;
	padding: 5px;
	box-sizing: border-box;
	width: 120px;
	top:10px;
	right:0;
}
.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(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: 20px;
}
.sub {
    font-size: clamp(1.2rem, 1.3vw, 1.5rem);
    color: #fd8888;
	line-height: 97%;

}
.balloon {
position: relative;
    display: inline-block;
    margin: 0em 15px 0em 0;
    padding: 0 5px;
    width: 90px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    color: #FFF;
    font-size: 58%;
    font-weight: bold;
    background: #ff8e9d;
    border-radius: 50%;
    box-sizing: border-box;
}
.balloon::before {
content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    margin-top: -5px;
    border: 4px solid transparent;
    border-left: 12px solid #ff8e9d;
    z-index: 0;
} 
.castLIST {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.castLIST li {
	width: 24.1%;
	margin: 0 3px;
	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;
	box-sizing: border-box;
}

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

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

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








@media screen and (max-width: 834px) {
	
/* --------------------------　 ヘッドニュース　-------------------------- */

.spmg  {
		margin-top: 70px;
	}
.ticker {
	background: url("../../image/common/navbgPC.png");
	width: auto;
	height: 50px;
	padding: 0 5px;
	box-sizing: border-box;
	
}
.ticker .wrap {
	max-width: auto;
	margin: auto;
	background: #fff;
	position: relative;
	top:8px;
	padding: 0 5px;
	box-sizing: border-box;
	border: 2px solid #b89871;
	border-radius: 3px;
	height: 35px;
}
.news-banner {
  display: block;
  height: 30px;
  width: auto;
  overflow: hidden;
}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  line-height: 1;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 15s linear infinite;
	font-size: 1.4rem !important;
}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}
	
	
/* --------------------------　 スライダー　-------------------------- */	
.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;
	
}
	
	


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

.topPICKUP {
	background: url("../../image/top/pickupbg.jpg");
	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: 46%;
	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;}
}







