.profileHEAD {
	position: relative;
	color:#fff;
	background-image: linear-gradient(0deg, rgba(85, 85, 85, 0) , rgba(0, 0, 0, 0.4)90%);
	padding: 40px;
	box-sizing: border-box;
}


.profileHEAD .name {
	position: relative;
}
.profileHEAD h2 {
	margin-bottom: 10px;
}

.profileHEAD h2 span {
	font-size: 2rem;
	display:inline-block;
}
.profileHEAD .size {
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	text-align: center;
	letter-spacing: 0.2rem;
}


.profileBOX  {
	display: flex;
	justify-content: space-between;
}
.profileBOX .profileBOXL {
	width: 40%;
}
.profileBOX .profileBOXR {
	width: 58%;
}




/* ----　スライドのためのcss　----- */

.photoBOX {
position: relative;
	
}
.slider-profile {
	margin-left: -10px !important;
}
.slider-profile img {
	width: 90%;
	height: auto;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 50px !important;
}

.prev-arrow {
  left: -15px;
	width: 20px;
	z-index: 1 !important
}
.next-arrow {
  right: -15px;
	width: 20px;
}
.slide-arrow img{
  width: 100% !important;
	height: auto;
}

.thumbnail {
	width: 100%;
	margin-top: 2px;
	
}
.thumbnail img {
	width: 100%;
	height: auto;
	
}
.thumnail {
  transform: unset !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  flex-wap: wrap;
	margin: 0 auto !important;
	
}
.thumbnail .slick-track {
  transform: unset !important;
	 display: block!important;
    float: none !important;
	width: 100% !important;
	
}
.thumbnail .thumbnail-img {
    width: 16.3% !important;
	opacity: 0.5;
  transition: opacity .3s linear;
margin: 0 auto !important;
}
.thumbnail .slick-current {
  opacity: 1;
}


.kihon {
	background-image: linear-gradient(0deg, rgba(85, 85, 85, 0) , rgba(0, 0, 0, 0.4)90%);
	padding: 20px;
	box-shadow: 0 0 30px rgba(100,100,100,0.2);
}

.catch {
	font-size: clamp(1.7rem, 2.2vw, 2rem);
	font-weight: bold;
	color:#f3c96b;
}

#kihon {
	border-top: none;
	width: 100%;
	font-size: clamp(1.4rem, 1.45vw, 1.6rem);
	line-height: 1.7;
	border-bottom: 1px solid #E3E3E3;
	color:#fff;
}

dl#kihon dl,dl#kihon dt,dl#kihon dd {
	margin: 0;
	padding: 0;
}

dl#kihon dt,dl#kihon dd {
	padding: 10px;
	text-align: left;
}

dl#kihon dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 40%;
	font-weight: 600;
}
dl#kihon dd {
	border-top: 1px solid #E3E3E3;
	margin-left:42%;
	font-weight: 600;
}


.profileBOX02 {
	margin-bottom: 40px;
}
.profileBOX02 h3 {
	font-size: clamp(1.7rem, 2.1vw, 2.4rem);
	padding: 10px 20px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 15px;
	background:rgba(12,200,217,0.6);
}
.play {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.play li {
	width: 33%;
	background:rgba(255,255,255,0.9);
	border: 1px solid #f3c96b;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	margin-bottom: 5px;
}



table#sch-tb {
    width: 100%;;
    border: 1px #f3c96b solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	 line-height: 1.6;
}

table#sch-tb th {
    padding: 10px;
    border: #f3c96b solid;
    border-width: 0 0 1px 1px;
    background:rgba(12,200,217,0.6);
    font-weight: bold;
    text-align: center;
	color:#fff;
	width: 30%;
}
table#sch-tb td {
    padding: 10px;
    border: 1px #f3c96b solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	background:rgba(255,255,255,0.9);
}


.ortherBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.ortherBOX .boxITEM {
	width: 49%;
}
.ortherBOX .boxITEM .box {
	background-image: linear-gradient(0deg, rgba(85, 85, 85, 0) , rgba(0, 0, 0, 0.4)90%);
	padding: 20px;
}
.ortherBOX .boxITEM h3 {
	font-size: clamp(1.7rem, 2.1vw, 2.4rem);
	padding: 10px 20px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 0px;
	background:rgba(12,200,217,0.6);
}









.profileBOX .profileBOXL .vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 20px;
background: url("../../image/top/movbg.webp");
	background-size: cover;
	box-sizing: border-box;
	margin-top: 20px;
}
.profileBOX .profileBOXL video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}




@media screen and (max-width: 834px) {
.profileHEAD {
	position: relative;
	color:#fff;
	background-image: linear-gradient(0deg, rgba(85, 85, 85, 0) , rgba(0, 0, 0, 0.4)90%);
	padding: 20px;
	box-sizing: border-box;
}


.profileHEAD .name {
	position: relative;
}
.profileHEAD h2 {
	margin-bottom: 0px;
}

.profileHEAD h2 span {
	font-size: 1.4rem;
	display:inline-block;
}
.profileHEAD .size {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.2rem;
}


.profileBOX  {
	display: block;
	justify-content: space-between;
}
.profileBOX .profileBOXL {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
.profileBOX .profileBOXR {
	width: auto;
}




/* ----　スライドのためのcss　----- */

.photoBOX {
position: relative;
	
}
.slider-profile {
	margin-left: -0px !important;
}
.slider-profile img {
	width: 90%;
	height: auto;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 10% !important;
  width: 40px !important;
	height: auto !important;
}

.prev-arrow {
  left: -10px;
	width: 20px;
	z-index: 1 !important
}
.next-arrow {
  right: -10px;
	width: 20px;
}
.slide-arrow img{
  width: 100% !important;
	height: auto;
}

.thumbnail {
	width: 100%;
	margin-top: 2px;
	
}
.thumbnail img {
	width: 100%;
	height: auto;
	
}
.thumnail {
  transform: unset !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  flex-wap: wrap;
	margin: 0 auto !important;
	
}
.thumbnail .slick-track {
  transform: unset !important;
	 display: block!important;
    float: none !important;
	width: 100% !important;
	
}
.thumbnail .thumbnail-img {
    width: 16.3% !important;
	opacity: 0.5;
  transition: opacity .3s linear;
margin: 0 auto !important;
}
.thumbnail .slick-current {
  opacity: 1;
}


.kihon {
	background-image: linear-gradient(0deg, rgba(85, 85, 85, 0) , rgba(0, 0, 0, 0.4)90%);
	padding: 15px;
	box-shadow: 0 0 30px rgba(100,100,100,0.2);
}

.catch {
	font-size: clamp(1.7rem, 2.2vw, 2rem);
	font-weight: bold;
	color:#f3c96b;
}

#kihon {
	border-top: none;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.7;
	border-bottom: 1px solid #E3E3E3;
	color:#fff;
}

dl#kihon dl,dl#kihon dt,dl#kihon dd {
	margin: 0;
	padding: 0;
}

dl#kihon dt,dl#kihon dd {
	padding: 5px 10px;
	text-align: left;
}

dl#kihon dt {
	border-top: 0px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
	font-weight: 600;
	background:rgba(12,200,217,0.6);
}
dl#kihon dd {
	border-top: 0px solid #E3E3E3;
	margin-left:auto;
	font-weight: 600;
}


.profileBOX02 {
	margin-bottom: 20px;
}
.profileBOX02 h3 {
	font-size: clamp(1.7rem, 2.1vw, 2.4rem);
	padding: 5px 15px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 10px;
	background:rgba(12,200,217,0.6);
}
.play {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.play li {
	width: 49%;
	background:rgba(255,255,255,0.9);
	border: 1px solid #f3c96b;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	margin-bottom: 5px;
}



table#sch-tb {
    width: 100%;;
    border: 1px #f3c96b solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	 line-height: 1.6;
}

table#sch-tb th {
    padding: 10px;
    border: #f3c96b solid;
    border-width: 0 0 1px 1px;
    background:rgba(12,200,217,0.6);
    font-weight: bold;
    text-align: center;
	color:#fff;
	width: 50%;
}
table#sch-tb td {
    padding: 10px;
    border: 1px #f3c96b solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	background:rgba(255,255,255,0.9);
}
	
	

.ortherBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}
.ortherBOX .boxITEM {
	width: auto;
	margin-bottom: 20px;
}
.ortherBOX .boxITEM .box {
	background-image: linear-gradient(0deg, rgba(85, 85, 85, 0) , rgba(0, 0, 0, 0.4)90%);
	padding: 20px;
	box-sizing: border-box;
}
.ortherBOX .boxITEM h3 {
	font-size: clamp(1.7rem, 2.1vw, 2.4rem);
	padding: 5px 15px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 0px;
	background:rgba(12,200,217,0.6);
}




.profileBOX .profileBOXL .vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 10px;
background: url("../../image/top/movbg.webp");
	background-size: cover;
	box-sizing: border-box;
	margin-top: 20px;
}
.profileBOX .profileBOXL video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}




}
