
.profileBOX  {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
}
.profileBOX .profileBOXL {
	width: 40%;
}
.profileBOX .profileBOXR {
	width: 58%;
	padding: 10px;
	box-sizing: border-box;
}




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

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

.prev-arrow {
  left: -15px;
	top: 20% !important;
	width: 20px;
	z-index: 1 !important
}
.next-arrow {
  right: -15px;
	top: 20% !important;
	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;
}


.profileBOXR .block {
	margin-bottom: 30px;
}


.profileBOX .profileBOXR .name {
	font-size: clamp(2rem, 2.6vw, 3.2rem);
	font-weight: 500;
}
.profileBOX .profileBOXR .name span {
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	margin-left: 5px;
}
.profileBOX .profileBOXR .size {
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	font-weight: 500;
}

.iconBOX02 {
	display: flex;
	margin-bottom: 10px;
}
.iconBOX02 li {
	width: 80px;
	margin-right: 5px;
}

.iconBOX01 {
	display: flex;
	margin-bottom: 10px;
}

.iconBOX01 .icon-taiken {
	background: #cb023f;
	color:#fff;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-right: 3px;
}
.iconBOX01 .icon-newface {
	background: #6fac20;
	color:#fff;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-right: 3px;
	
}
.iconBOX01 .icon-osusume {
	background: #f6ae00;
	color:#fff;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-right: 3px;
}
.iconBOX01 .icon-tomari {
	background: #9824b1;
	color:#fff;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-right: 3px;
}

.profileBOXR h3 {
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	padding: 10px 20px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 15px;
	background-image: linear-gradient(144deg, rgba(50, 40, 20, 1), rgba(104, 85, 40, 1));
	text-align: left;
}




.kihon {
	
	box-sizing: border-box;
	
}



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

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

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

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



.profileBOX02 {
	margin-bottom: 40px;
}
.profileBOX02 p {
	padding: 0;
	margin-bottom: 10px;
}
.profileBOX02 h3 {
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	padding: 10px 20px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 15px;
	background-image: linear-gradient(144deg, rgba(50, 40, 20, 1), rgba(104, 85, 40, 1));
	text-align: left;
}
.play {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.play li {
	width: 33%;
	background:#fff;
	border: 1px solid #665528;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	margin-bottom: 5px;
	position: relative;
}
.play li figure {
	position: absolute;
	width: 20px;
	top:8px;
	left:15px;
}


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

table#sch-tb th {
    padding: 10px;
    border: #bebdbd solid;
    border-width: 0 0 1px 1px;
    background:#434343;
    font-weight: bold;
    text-align: center;
	color:#fff;
	width: 30%;
}
table#sch-tb td {
    padding: 10px;
    border: 1px #bebdbd 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 {
	padding: 0 20px;
}
.ortherBOX .boxITEM h3 {
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	padding: 10px 20px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 15px;
	background-image: linear-gradient(144deg, rgba(50, 40, 20, 1), rgba(104, 85, 40, 1));
	text-align: left;
}

.ortherBOX .fujoho_iphone_scroll_size_box {
	width: 100% !important;
	height: 280px !important;
}




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


.profileBOX  {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0px;
	box-sizing: border-box;
}
.profileBOX .profileBOXL {
	width: 100%;
}
.profileBOX .profileBOXR {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}





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

.photoBOX {
position: relative;
	padding: 15px;
	box-sizing: border-box;
	
}

.slider-profile {
	margin-left: -0px !important;
}
.slider-profile img {
	width: 100%;
	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;
}

.profileBOXR .block {
	margin-bottom: 20px;
}


.profileBOX .profileBOXR .name {
	font-size: 2.2rem;
	font-weight: 500;
}
.profileBOX .profileBOXR .name span {
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	margin-left: 5px;
}
.profileBOX .profileBOXR .size {
	font-size: clamp(1.5rem, 1.5vw, 1.8rem);
	font-weight: 500;
}

.iconBOX02 {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.iconBOX02 li {
	width: 60px;
	margin-right: 5px;
}

.iconBOX01 {
	display: flex;
	margin-bottom: 10px;
}

.iconBOX01 .icon-taiken {
	background: #cb023f;
	color:#fff;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-right: 3px;
}
.iconBOX01 .icon-newface {
	background: #6fac20;
	color:#fff;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-right: 3px;
	
}
.iconBOX01 .icon-osusume {
	background: #f6ae00;
	color:#fff;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-right: 3px;
}
.iconBOX01 .icon-tomari {
	background: #9824b1;
	color:#fff;
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
	margin-right: 3px;
}

.profileBOXR h3 {
	font-size: clamp(1.7rem, 1.6vw, 2rem);
	padding: 7px 15px;
	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: left;
}




.kihon {
	box-sizing: border-box;
}



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

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 #5c4300;
	clear: left;
	float: left;
	width: 40%;
	font-weight: 600;
}
dl#kihon dd {
	border-top: 1px solid #5c4300;
	margin-left:42%;
	font-weight: 600;
}



.profileBOX02 {
	margin-bottom: 20px;
}
.profileBOX02 p {
	font-size:1.4rem;
	padding: 0;
	margin-bottom: 10px;
}
.profileBOX02 h3 {
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	padding: 10px 20px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 15px;
	background-image: linear-gradient(144deg, rgba(50, 40, 20, 1), rgba(104, 85, 40, 1));
	text-align: left;
}
.play {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.play li {
	width: 49%;
	background:#fff;
	border: 1px solid #665528;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	margin-bottom: 5px;
	position: relative;
}
.play li figure {
	position: absolute;
	width: 16px;
	top:8px;
	left:10px;
}


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

table#sch-tb th {
    padding: 10px;
    border: #bebdbd solid;
    border-width: 0 0 1px 1px;
    background:#434343;
    font-weight: bold;
    text-align: center;
	color:#fff;
	width: 40%;
}
table#sch-tb td {
    padding: 10px;
    border: 1px #bebdbd 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: 10px;
}
.ortherBOX .boxITEM {
	width: auto;
}
.ortherBOX .boxITEM .box {
	padding: 0 20px;
	margin-bottom: 15px;
}
.ortherBOX .boxITEM h3 {
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	padding: 10px 20px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 15px;
	background-image: linear-gradient(144deg, rgba(50, 40, 20, 1), rgba(104, 85, 40, 1));
	text-align: left;
}

.ortherBOX .fujoho_iphone_scroll_size_box {
	width: 100% !important;
	height: 280px !important;
}



}
