/* ----------------------------------------

プロフィール

---------------------------------------- */


.profile_box {
	display: flex;
	justify-content: space-between;
}
.profile_item01 {
	width: 35%;
	position: relative;
}
.profile_item02 {
	width: 63%;
	/*color: #fff;*/
}

.profile_item01 .new {
	position: absolute;
	width: 80px;
	top:-10px;
	left: -10px;
	z-index: 1;
}
.profile_item01 .rank {
	position: absolute;
	width: 100px;
	top:-35px;
	right: -5px;
	z-index: 1;
}


.slider-profile img {
	width: 100%;
	height: auto;
}

.thumbnail {
	width: 100%;
}
.thumbnail img {
	width: 100%;
	height: auto;
}
.thumnail {
  transform: unset !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between;
  flex-wap: wrap;
}
.thumbnail .slick-track {
  transform: unset !important;
	 display: block!important;
    float: none !important;
	width: 100% !important;
}
.thumbnail .thumbnail-img {
    width: 20% !important;
	opacity: 0.5;
  transition: opacity .3s linear;
}
.thumbnail .slick-current {
  opacity: 1;
}


.profile_wrap {
	margin-bottom: 30px;
}
.profile_wrap .tagbox {
	margin-bottom: 20px;
}
.profile_wrap .tagbox li {
	padding: 10px !important;
}



.cast_deta {
	background: url("../../images/system/pricebg.jpg");
	background-size: cover;
	padding: 10px 30px 20px 60px;
	clip-path: polygon(100% 0, 100% 36%, 100% 100%, 6% 100%, 0 0);
	margin-bottom: 30px;
	color:#fff;
}

.cast-pro01 {
	display: flex;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}
.cast_deta .catch {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size: 2rem;
	line-height: 1.4;
	color:#fff;
}


.list_name {
	font-size: 2.9rem;
	margin-right: 10px;
	color:#fff;
}
.list_name span {
	font-size: 1.6rem;
	color:#fff;
	margin-left: 10px;
}
.listsize {
	padding-top: 20px;
	margin-right: 10px;
	
}



.profile_box h3 {
	color:#fff;
	font-size: 2rem;
}



.calender span {
	 font-size: 14px;
}

.profile_wrap p {
	line-height: 1.6;
	font-size: 1.4rem;
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 20px;
}


table#qa {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 1.4rem;
	box-sizing: border-box;
	line-height: 1.6;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

table#qa th {
    padding: 10px;
    font-weight: normal;
    text-align: left;
	line-height: 1.4;
	box-sizing: border-box;
}

table#qa td {
    padding: 10px;
    text-align: left;
	line-height: 1.4;
	font-size: 1.6rem;
	box-sizing: border-box;
	position: relative;
}
table#qa tr:nth-child(even) {
	background: #e6ebeb;
}
table#qa td span {
	color:#fa7a91;
}


.option {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
.option div {
	width: 30.2%;
	border: 1px solid #fb80c6;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.3rem;
	margin: 0 3px 5px 3px;
	position: relative;
	background: #fa7a91;
	color:#fff;
}
.option i {
	position: absolute;
	left:10px;
	top:10px;
	font-size: 1.8rem;
}

.profilepage .morelink a {
width: 500px !important;
	font-size: 2.2rem;
}


@media screen and (max-width: 1200px) {
	
.profile_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.profile_item01 {
	width: 85%;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
	
}
.profile_item02 {
	width: auto;
	/*color: #fff;*/
}

.profile_item01 .new {
	position: absolute;
	width: 80px;
	top:-20px;
	left: -10px;
	z-index: 1;
}
.profile_item01 .rank {
	position: absolute;
	width: 80px;
	top:-25px;
	right: -5px;
	z-index: 1;
}


.slider-profile img {
	width: 100%;
	height: auto;
}

.thumbnail {
	width: 100%;
}
.thumbnail img {
	width: 100%;
	height: auto;
}
.thumnail {
  transform: unset !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between;
  flex-wap: wrap;
}
.thumbnail .slick-track {
  transform: unset !important;
	 display: block!important;
    float: none !important;
	width: 100% !important;
}
.thumbnail .thumbnail-img {
    width: 20% !important;
	opacity: 0.5;
  transition: opacity .3s linear;
}
.thumbnail .slick-current {
  opacity: 1;
}


.profile_wrap {
	margin-bottom: 20px;
}
.profile_wrap .tagbox {
	margin-bottom: 10px;
}
.profile_wrap .tagbox li {
	padding: 5px !important;
}



.cast_deta {
	background: url("../../images/system/pricebg.jpg");
	background-size: cover;
	padding: 10px 20px 20px 20px;
	clip-path: polygon(100% 0, 100% 36%, 100% 100%, 0% 100%, 0 0);
	margin-bottom: 15px;
	color:#fff;
}

.cast-pro01 {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
	line-height: 1.5;
	padding-bottom: 10px;
}
.cast_deta .catch {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
	color:#fff;
}


.list_name {
	font-size: 2.4rem;
	margin-right: 10px;
	color:#fff;
}
.list_name span {
	font-size: 1.4rem;
	color:#fff;
	margin-right: 10px;
}
.listsize {
	padding-top: 0px;
	margin-right: 0px;
	
}



.profile_box h3 {
	color:#fff;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.calender span {
	 font-size: 14px;
}

.profile_wrap p {
	line-height: 1.6;
	font-size: 1.3rem;
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 20px;
}


table#qa {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 1.2rem;
	box-sizing: border-box;
	line-height: 1.6;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

table#qa th {
    padding: 10px;
    font-weight: normal;
    text-align: left;
	line-height: 1.4;
	box-sizing: border-box;
}

table#qa td {
    padding: 10px;
    text-align: left;
	line-height: 1.4;
	font-size: 1.2rem;
	box-sizing: border-box;
	position: relative;
}
table#qa tr:nth-child(even) {
	background: #e6ebeb;
}
table#qa td span {
	color:#fa7a91;
}


.option {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
.option div {
	width: 49.5%;
	border: 1px solid #fb80c6;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.2rem;
	margin: 0 0 3px 0;
	position: relative;
	background: #fa7a91;
	color:#fff;
	box-sizing: border-box;
}
.option i {
	position: absolute;
	left:10px;
	top:10px;
	font-size: 1.4rem;
}

.profilepage .morelink a {
width: auto !important;
	font-size: 1.6rem;
	box-sizing: border-box;
}
}
