@charset "utf-8";

/* PC */
@media (min-width: 752px) {
/* 記事ページ_PC */
.subpage_article__wrap{
	margin: 0 20px;
	}

.article_ttlArea .article_listCard__cap{
	flex-direction: row-reverse;
	margin-bottom: 4px;
	}

.article_ttlArea .article_listCard__cap{
	font-size: 1rem;
	}

.article_ttlArea .cap_contentTtl{
	font-weight: 600;
	color: #6326ee;
	}

.article_ttl{
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight:600;
	border-bottom: 4px solid #6326ee;	
	padding-bottom: 10px;
	}

.article_thumb{
	margin-top: 20px;
	}

.article_contentArea{
	margin: 20px 0 40px;
	}

/* プロフィールパーツ_pc */
.masterProfile_wrap{
	margin-bottom: 50px;
	}

.masterProfile_wrapTtl{
	font-family: "Inter", sans-serif;
	font-weight: 200;
	font-size: 1.3rem;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 2px solid #6226ee;
	color: #6226ee;
	margin-left: 20px;
	}

.bl_masterProfile{
	position: relative;
	margin: 40px 20px 60px 40px;
	background: #f6f6f8;
	box-shadow: 6px 6px 22px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	}

.premium .bl_masterProfile{
	background:rgba(255,255,255,0.1);
	box-shadow:none;
	}

.masterProf_header{
	display: flex;
	gap:20px;
	align-items: flex-end;
	position: relative;
	z-index: 30;
	left: -20px;
	top:-20px;
	margin-bottom: -20px;
	}

.masterProf_ico{
	width: 100px;
	height: 100px;
	}

.masterProf_header p{
	display: flex;
	flex-direction: column;
	gap:10px;
	font-weight: bold;
	color: #333;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1;
	}

.premium .masterProf_header p{
	color: #fff;
	}

.masterProf_header p span{
	font-size: 1.1rem;
	font-weight: normal;
	}

.masterProf_txt{
	padding: 20px;
	color: #333;
	}

.premium .masterProf_txt{color: #fff;}


/* おすすめ記事_pc */
.recommend_article__wrap{
	margin: 40px 0;
	}

.recommend_articleList{
	display: flex;
	flex-direction: column;
	gap:20px;
	padding: 0 20px;
	}

.backnumber .recommend_articleList{
	padding: 0;
	}

.rec_myMaster__articleList{
	border: 2px solid #6326ee;
	border-radius: 6px;
	padding-bottom: 40px;
	position: relative;
	margin-top: calc(0.5rem + 29px);
	margin-bottom: 20px;
	}

.rec_myMaster__label{
	background-color: #6326ee;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	padding:8px 16px 10px calc(1rem + 26px);
	border-radius: 100px;
	line-height: 1;
	top:calc(-0.5rem - 9px);
	left: 20px;
	position: relative;

	background-repeat: no-repeat;
	background-size:auto calc(1rem + 18px);
	background-position: left 8px center;
	}

.recommend_articleList__card{
	display: flex;
	flex-direction: column;
	gap:15px;
	color: #333333;
	background: #f8f8f8;
	box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.1);
	text-decoration: none;	
	padding: 15px;
	}

.rec_articleCard__inner{
	width: 100%;
	display: flex;
	gap:10px;
	}

.rec_articleCard__thumb{
	width: 30%;
	flex-shrink: 0;
	}

.rec_articleCard__ttl{
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.6;
	}

/* バックナンバー */
.article_backnumber__wrap{
	background: #f6f6f8;
	width: 100%;
	margin-top: 40px;
	padding:40px 20px;
	}

.article_bn__list{
	margin-bottom: 40px;
	}

.article_bn__media{
	display: block;
	text-decoration: none;
	padding: 15px 0;
	border-bottom: 1px solid #ababab;
	}

.article_bn__media_ttl{
	color: #333;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.6;
	}

/* ログインカットパーツ */
.bl_loginCut{
	margin: 50px auto;
	width: 400px;
	padding: 50px 30px;
	background: #f6f6f8;
	box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.1);
	}

.loginCut_bnrWrap{
	margin-bottom: 20px;
	}

.kaimeArticle_content  .bl_loginCut p{color: #333;}

.loginCut_ttl{
	font-size: 1.4rem;
	line-height: 1.6;
	color: #6326ee;
	font-weight: 600;
	padding-left: calc(1.4rem + 5px);
	display: inline-block;
	margin-bottom: 20px;

	background-image: url(/img/common/ico_lock.png);
	background-repeat: no-repeat;
	background-size: auto 1.4rem;
	background-position: left center;
	}

.loginCut_ttl.point{
	background-image: url(/img/common/ico_point.png);
	background-position: left center;
	}

.loginCut_boldTxt{
	font-weight: 600;
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 20px;
	}

.loginCut_boldTxt.left{
	text-align: left;
	}

.loginCut_subTxt{
	text-align: center;
	}


.el_btn__entry{
	display: block;
	background: #6326ee;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	padding:20px;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 100px;
	background:url(/img/ordernew/common/arrow_right__white.png),linear-gradient(90deg, rgba(63, 24, 231, 1), rgba(255, 30, 210, 1));
	background-repeat: no-repeat;
	background-size: auto 0.9em, 100%;
	background-position: right 20px center,center center;
	margin-top: 30px;
	position: relative;
	}

.el_link__subTxt{
	font-size: 0.9rem;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 2px solid #333;
	padding-bottom: 6px;
	color: #333;
	}

.el_link__subTxt.big{
	font-size:1.2rem;
	}

.el_link__subTxt.white{
	border-bottom: 2px solid #ffffff;
	}

.link__subTxt_inner img{
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	}

.link__subTxt_inner{
	display: flex;
	align-items: center;
	gap:5px;
	}

.link__subTxt_inner::after{
	content: "";
	width: 0.9em;
	height:0.9em;
	margin-left: 5px;
	display: inline-block;
	vertical-align: baseline;
	background-image: url(/img/ordernew/common/arrow_right__black.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	}

.el_link__subTxt.white .link__subTxt_inner::after{
	background-image: url(/img/ordernew/common/arrow_right__white.png);
	}

.el_link__subTxt.prev .link__subTxt_inner::after{
	background-image: none;
	width: 0;
	height: 0;
	margin-left: 0;
	}

.el_link__subTxt.prev .link__subTxt_inner::before{
	content: "";
	width: 0.9em;
	height:0.9em;
	margin-left: 5px;
	display: inline-block;
	vertical-align: baseline;
	background-image: url(/img/ordernew/common/arrow_left__black.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	}

.el_link__subTxt.white.prev .link__subTxt_inner::before{
	content: "";
	width: 0.9em;
	height:0.9em;
	margin-left: 5px;
	display: inline-block;
	vertical-align: baseline;
	background-image: url(/img/ordernew/common/arrow_left__white.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	}

/* 買い目リストページ_PC */
.premium_tabNavi{
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-color: rgb(255 255 255 / 0.2);
	border-bottom: 1px solid #767183;	
	padding-top: 20px;
	}

.premium_tabNavi__inner{
	display: flex;
	padding-left: 20px;
	gap:20px;
	list-style: none;
	font-weight: bold;
	color: #767183;
	overflow-x: scroll;
	}

.premium_tabNavi__inner::-webkit-scrollbar {
  display: none;
}

.premium_tabNavi__inner li{flex-shrink: 0;}

.premium_tabNavi__inner li a{text-decoration: none; color: #767183; display: inline-block; padding-bottom: 12px; font-size: 1.2rem; line-height: 1;}
.premium_tabNavi__inner li a.active{color: #ffffff; border-bottom: 6px solid #eb45e3;}


/* 買い目リストページ_pc */
.kaimeList_wrap{
	margin: 0 30px;
	display: flex;
	flex-direction: column;
	gap:20px;
	margin-bottom: 40px;
	}

.kaimeList_card{
	position: relative;
	width: 100%;
	min-width: 100%;
	text-decoration: none;
	color: #ffffff;
	}

.kaimeList_card::after{
	content: "";
	position: absolute;
	right: 3px;
	bottom: 3px;
	background: #e216dc;
	height:28px;
	width:28px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	box-shadow: 10px 15px 15px 0px rgba(17, 7, 41, 0.5);
	}

.read.kaimeList_card::after{
	background:#665c6f;
	}

.kaimeList_card__inner{
	border-top: 6px solid #e216dc;
	padding:0 1px 1px; 
	background-color: #a180bd;
	clip-path: polygon(100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%, 0 0);
	text-decoration: none;
	color: #ffffff;
	}

.read .kaimeList_card__inner{
	border-top: 8px solid #665c6f;
	background-color:#665c6f;
	}

.kaimeList_card__content{
	background-image: radial-gradient(rgba(49, 25, 116, 1), rgba(78, 60, 110, 1) 80%);
	clip-path: polygon(100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%, 0 0);
	}

.read .kaimeList_card__content{
	background-image: linear-gradient(90deg, rgba(17, 7, 42, 1), rgba(57, 23, 118, 1));
	}

.raceDetails_wrap{
	padding-left: 15px;
	display: flex;
	gap:15px;
	}

.raceNum_wrap{
	background-image: linear-gradient(0deg, rgba(98, 38, 255, 1), rgba(232, 22, 220, 1) 85%);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap:5px;
	list-style: none;
	padding: 10px;
	flex-shrink: 0;
	}

.read .raceNum_wrap{
	background-image: none;
	background-color: #665c6f;
	}

.raceNum_wrap li{line-height: 1; text-align: center;}
.raceDate{font-family: "Inter", sans-serif; font-weight: normal; font-size: 1rem;}
.raceArea{font-weight: 700; font-size: 1.6rem;}
.raceNum{font-family: "Inter", sans-serif; font-weight:800; font-size: 2.4rem;}

.raceTtl_wrap{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	}

.raceTtl{
	font-size: 1.3rem;
	font-weight: 700;
	padding: 13px 15px 15px 0;
	display: block;
	}

.kaimeKinds_wrap{
	background-color:rgba(255,255,255,0.2);
	display: flex;
	flex-wrap: wrap;
	gap:3px;
	margin-right: 15px;
	}

.kaimeKinds_wrap.limited{background:none;}

.kaimeKinds_wrap.program-p{
	background-image: linear-gradient(270deg, #0c002c, #5731d2);
	width: 450px;
	margin: 0 auto 15px auto;
	}

.kaimeKinds_wrap.program-p.limited{margin-bottom: 0;}

.kaimeKinds_wrap.ichiban{border-top:3px solid #d84b4b;}
.kaimeKinds_wrap.ana{border-top:3px solid #de611d;}
.kaimeKinds_wrap.tokusui{border-top:3px solid #2a32d9;}
.kaimeKinds_wrap.g1{border-top:3px solid #831ae5;}
.kaimeKinds_wrap.grade{border-top:3px solid #a38f20;}
.kaimeKinds_wrap.sui{border-top:3px solid #368ed9;}
.kaimeKinds_wrap.free{border-top:3px solid #46998a;}
.kaimeKinds_wrap.limited.program-p{border-top:5px solid #e216dc;}

.read .kaimeKinds_wrap{border-top:3px solid #665c6f;}

.kaimeKinds_label{
	color: #ffffff;
	font-weight: 700;
	padding: 8px 31px 10px 15px;
	font-size: 1.1rem;
	clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	}

.program-p.limited .kaimeKinds_label{
	font-size: 1.5rem;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	}

.ichiban .kaimeKinds_label{background-color: #d84b4b;}
.ana .kaimeKinds_label{background-color: #de611d;}
.tokusui .kaimeKinds_label{background-color: #2a32d9;}
.g1 .kaimeKinds_label{background-color: #831ae5;}
.grade .kaimeKinds_label{background-color: #a38f20;}
.sui .kaimeKinds_label{background-color: #368ed9;}
.free .kaimeKinds_label{background-color: #46998a;}
.limited .kaimeKinds_label{
	background-image: linear-gradient(90deg, rgba(98, 38, 255, 1), rgba(232, 22, 220, 1) 85%);
	width: 100%;
	clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
	color: #ffdd1c;
	text-shadow: 0px 0px 15px rgba(255, 222, 27, 0.5);
	}

.read .limited .kaimeKinds_label{
	color: #fff;
	text-shadow: none;
	background-image: none;
	}

.program-p.limited .kaimeKinds_label{width:auto;}

.read .kaimeKinds_label{
	background-color:#665c6f;
	}

.kaimeKinds_rank{
	display: flex;
	align-items: center;
	padding: 10px 15px 10px 10px;
	}

.program-p .kaimeKinds_rank{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	flex-grow: 1;
	}


.kaimeKinds_rank dt{
	font-size: 1rem;
	color: #cacaca;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	padding-right: 8px;
	}

.kaimeKinds_rank dd{
	display: inline-block;
	height: 1.2rem;
	width: 6rem;
	line-height: 1;
	background-repeat: no-repeat;
	background-size:contain;
	background-position: left center;
	}

.kaimeKinds_rank dd.rank1{background-image: url(/img/main/ico_kaime_rank1.png);}
.kaimeKinds_rank dd.rank2{background-image: url(/img/main/ico_kaime_rank2.png);}
.kaimeKinds_rank dd.rank3{background-image: url(/img/main/ico_kaime_rank3.png);}
.kaimeKinds_rank dd.rank4{background-image: url(/img/main/ico_kaime_rank4.png);}
.kaimeKinds_rank dd.rank5{background-image: url(/img/main/ico_kaime_rank5.png);}


.kaimeComment_wrap{
	display: flex;
	gap:15px;
	padding: 15px 15px 0 18px;
	}

.kaimeComment_ico{
	width: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:5px;
	}

.kaimeComment_ico .icon-circle{
	width: 70px;
	height: 70px;
	clip-path: circle(50% at 50% 50%);
	}

.kaimeComment_name{
	font-size: 1rem;
	color: #ffffff;
	}

.kaimeComment_txt{
	font-size: 1.15rem;
	line-height: 1.7;
	color: #ffffff;
	font-weight: normal;
	}

.kaimePoint_wrap{
	height: 45px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:flex-end;
	position: relative;
	margin-top: -25px;
	}

.kaimePoint_wrap::after{
	content: "";
	width: 100%;
	height: 8px;
	background-image: linear-gradient(90deg, rgba(95, 40, 221, 1), rgba(48, 19, 120, 1) 60%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	}

.read .kaimePoint_wrap::after{
	background-image: none;
	background: #4e3970;
	}

.kaimePoint{
	font-size: 1.8rem;
	line-height: 1;
	font-family: "Inter", sans-serif;
	font-weight:800;
	background: url(/img/common/ico_point.png),linear-gradient(270deg, #0c002c, #301378);
	background-repeat: no-repeat;
	background-size: auto 1.8rem,cover;
    background-position: left 45px center,right center;
    padding-left: calc(1.8rem + 49px);
	display: flex;
	align-items: center;
	padding-right: 45px;
	height: 100%;
	position: relative;
	z-index: 20;
	clip-path: polygon(45px 0%, 100% 0%, calc(100% - 45px) 100%, 0% 100%);
	}

.program-p.kaimePoint{
	display: flex;
	align-items: center;
	height: auto;
	width: auto;
	background: url(/img/common/ico_point.png);
	background-size: auto 1.8rem;
	background-position:left center;
	background-repeat: no-repeat;
	padding-right: 0;
	clip-path:none;
	color: #fff;
	margin-left: auto;
	padding-left: calc(1.8rem + 10px);
	}

.kaimePoint.free{
	font-size:1.1rem;
	color: #44e1c5;
	font-weight: normal;
	background: linear-gradient(270deg, #0c002c, #301378);
	background-size:auto;
	background-position:right center;
	padding-left: 49px;
	}

.program-p.kaimePoint.free{
	display: flex;
	align-items: center;
	height: 1.8rem;
	width: auto;
	background: url(/img/common/ico_point.png);
	background-size: auto 1.8rem;
	background-position:left center;
	background-repeat: no-repeat;
	padding-right: 0;
	clip-path:none;
	margin-left: auto;
	padding-left: calc(1.8rem + 10px);
	}


.kaimePoint.read{
	font-size:1.1rem;
	color: #ffffff;
	font-weight: normal;
	background: #4e3970;
	background-size:auto;
	background-position:right center;
	padding-left: 49px;
	}

/* 買い目おすすめパーツ_pc */
.kaimeSwiper{
	position: relative;
	padding: 20px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 2px;
	}

.kaimeSwiper.myMaster{
	background-image: linear-gradient(90deg, rgba(131, 57, 254, 1), rgba(17, 173, 213, 1));
	}

.kaimeSwiper.todayRec{
	background-image: linear-gradient(90deg, rgba(131, 57, 254, 0.65), rgba(17, 173, 213, 0.65));
	}

.kaimeSwiper.thisMaster{
	background-image: linear-gradient(90deg, rgba(131, 57, 254, 0.3), rgba(17, 173, 213, 0.3));
	}

.kaimeSwiper__ttl{
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 15px;
	}

.myMaster .kaimeSwiper__ttl{
	color: #ffdd1c;
	text-shadow: 0px 0px 15px rgba(255, 222, 27, 0.5);
	}

.kaimeSwiper .swiper-wrapper{
	padding-bottom: 20px;
	width: 100%;
	max-width: 100%;
	}

.kaimeSwiper .swiper-scrollbar,.hitSwiper .swiper-scrollbar{background-color: rgba(255,255,255,0.1);}
.kaimeSwiper .swiper-scrollbar .swiper-scrollbar-drag,.hitSwiper .swiper-scrollbar .swiper-scrollbar-drag{background-color: rgba(255,255,255,0.3);}
.kaimeSwiper.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: 3px;
	}
.hitSwiper.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: 3px;
	}

.kaimeRec_card{
	position: relative;
	width: 75vw;
	text-decoration: none;
	color: #ffffff;
	}

.kaimeRec_card::after{
	content: "";
	position: absolute;
	right: 2px;
	bottom: 2px;
	background: #e216dc;
	height: 23px;
	width: 23px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	box-shadow: 10px 15px 15px 0px rgba(17, 7, 41, 0.5);
	}

.read.kaimeRec_card::after{
	background: #665c6f;
	}

.kaimeRec_card__inner{
	border-top: 4px solid #e216dc;
	padding: 0 1px 1px;
	background-color: #a180bd;
	clip-path: polygon(100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%, 0 0);
	text-decoration: none;
	color: #ffffff;
	box-shadow: 10px 15px 15px 0px rgba(17, 7, 41, 0.5);
	}

.kaimeRec_card__content{
	background-image: radial-gradient(rgba(49, 25, 116, 1), rgba(78, 60, 110, 1) 80%);
	clip-path: polygon(100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%, 0 0);
	text-align: center;
	}

.kaimeRec_card .raceNum_wrap{
	display: inline-block;
	padding:5px 8px 8px 8px;
	line-height: 1;
	}

.kaimeRec_card .raceArea{font-size: 1rem;}
.kaimeRec_card .raceNum{font-size: 1.3rem;}
.kaimeRec_card .raceTtl{font-size: 1rem; padding: 8px;}

.kaimeRec_card .kaimeKinds_wrap{margin: 0 8px;}

.kaimeRec_card .kaimeKinds_wrap.ichiban {border-top: 2px solid #d84b4b;}
.kaimeRec_card .kaimeKinds_wrap.ana {border-top: 2px solid #de611d;}
.kaimeRec_card .kaimeKinds_wrap.tokusui {border-top: 2px solid #2a32d9;}
.kaimeRec_card .kaimeKinds_wrap.g1 {border-top: 2px solid #831ae5;}
.kaimeRec_card .kaimeKinds_wrap.grade {border-top: 2px solid #a38f20;}
.kaimeRec_card .kaimeKinds_wrap.sui {border-top: 2px solid #368ed9;}
.kaimeRec_card .kaimeKinds_wrap.free {border-top: 2px solid #46998a;}

.kaimeRec_card.read .kaimeKinds_wrap{
border-top: 2px solid #665c6f;
}
.read .limited.kaimeKinds_wrap{border:none;}

.kaimeRec_card .kaimeKinds_label {
color: #ffffff;
font-weight: 700;
padding: 6px 21px 8px 10px;
font-size: 0.9rem;
clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
flex-shrink: 0;
display: flex;
align-items: center;
}

.kaimeRec_card .kaimeKinds_rank {
padding: 3px 10px 5px 8px;
display: flex;
align-items: center;
}

.kaimeRec_card .kaimeKinds_rank dt {
font-size: 0.8rem;
color: #cacaca;
font-weight: normal;
line-height: 1;
display: inline-block;
padding-right: 5px;
}

.kaimeRec_card .kaimeKinds_rank dd {
display: inline-block;
height: 1rem;
width: 4.5rem;
line-height: 1;
background-repeat: no-repeat;
background-size: contain;
background-position: left center;
}


.kaimeRec_card .kaimeComment_txt{text-align: left; font-size:1rem;}

.kaimeRec_card .kaimeComment_wrap {
	display: flex;
	gap: 10px;
	padding: 10px 10px 0;
	}

.kaimeRec_card .kaimeComment_ico {
	width: 38px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	}
.kaimeRec_card .kaimeComment_ico .icon-circle {
	width: 38px;
	height: 38px;
	clip-path: circle(50% at 50% 50%);
	}

.kaimeRec_card .kaimeComment_name{
	font-size: 0.75rem;
	}

.kaimeRec_card .kaimePoint_wrap {
	height: 34px;
	margin-top: 0;
	}

.kaimeRec_card .kaimePoint{
	font-size: 1.5rem;
	line-height: 1;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	background: url(/img/common/ico_point.png),linear-gradient(270deg, #0c002c, #301378);
	background-repeat: no-repeat;
	background-size: auto 1.4rem,cover;
	background-position: left 34px center,right center;
	padding-left: calc(1.4rem + 38px);
	display: flex;
	align-items: center;
	padding-right: 34px;
	height: 100%;
	position: relative;
	z-index: 20;
	clip-path: polygon(34px 0%, 100% 0%, calc(100% - 34px) 100%, 0% 100%);
	}

.kaimeRec_card .kaimePoint.free{
	font-size:1rem;
	color: #44e1c5;
	font-weight: normal;
	background: linear-gradient(270deg, #0c002c, #301378);
	background-size:auto;
	background-position:right center;
	padding-left: 38px;
	}

.kaimeRec_card .kaimePoint.read{
	font-size:1rem;
	color: #ffffff;
	font-weight: normal;
	background: #665c6f;
	background-size:auto;
	background-position:right center;
	padding-left: 38px;
	}

.kaimeRec_card.read .kaimePoint_wrap::after {
	content: "";
	width: 100%;
	height: 6px;
	background-image: none;
	background: #665c6f;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	}


.read .kaimeRec_card__inner {
	border-top: 4px solid #665c6f;
	background-color: #665c6f;
	}

.myMaster .read .kaimeRec_card__content {
	background-image: linear-gradient(90deg, rgba(131, 57, 254, 1), rgba(17, 173, 213, 1));
	}

.todayRec .read .kaimeRec_card__content {
	background-image: linear-gradient(90deg, rgba(131, 57, 254, 0.65), rgba(17, 173, 213, 0.65));
	}

.thisMaster .read .kaimeRec_card__content {
	background-image: linear-gradient(90deg, rgba(131, 57, 254, 0.30), rgba(17, 173, 213, 0.30));
	}

/* 買い目記事ページ_pc */
.kaimeArticle_wrap{
	margin: 20px 20px 50px;
	}

.kaime_writerName__wrap{
	display: flex;
	}

.kaime_writerName__ico{
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	}

.kaime_writerName__wrap dl{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	}

.kaime_writerName__wrap dl dt{
	color: #df1adb;
	border-bottom: 1px solid #df1adb;
	padding-bottom: 8px;
	padding-left: 20px;
	font-size: 1rem;
	line-height: 1;
	}

.kaime_writerName__wrap dl dd{
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	padding: 0 20px;
	line-height: 1.3;
	}

.kaime_writerName__wrap dl dd span{
	font-size: 1.1rem;
	font-weight: normal;
	}

.kaimeArticle_ttlWrap{
	margin-top: 15px;
	}

.kaimeArticle_ttlWrap .kaimeList_card__inner, .kaimeArticle_ttlWrap .kaimeList_card__content{
	clip-path:none;
	}

.kaimeArticle_ttlWrap .kaimeList_card__content{
	padding-bottom: 10px;
	}

.kaimeArticle_content{
	margin-top: 30px;
	color: #ffffff;
	}

.kaimeArticle_content p{
	color: #ffffff;
	}

.kaime_honmei__wrap{
	background-image: radial-gradient(rgba(49, 25, 116, 1), rgba(78, 60, 110, 1) 80%);
	border: 1px solid #ff1ed2;
	display: flex;
	}

.kaime_honmei__wrap dt{
	background-image: linear-gradient(90deg, rgba(98, 38, 255, 1), rgba(232, 22, 220, 1) 85%);
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: bold;
	padding:10px 30px 10px 20px;
	clip-path:polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
	display: flex;
	align-items: center;
	}

.kaime_honmei__wrap dd{
	display: flex;
	align-items: center;
	gap:10px;
	color: #ffdd1c;
	text-shadow: 0px 0px 15px rgba(255, 222, 27, 0.5);
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1;
	padding: 15px;
	}

.uma_num{
	text-shadow:none;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	color: #6226ee;
	background: #fff;
	width: calc(1.5rem + 13px);
	height: calc(1.5rem + 13px);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	font-size: 1.5rem;
	}

.honmei_ttl{
	font-weight: bold;
	color: #ffffff;
	font-size: 1.3rem;
	line-height: 1.5;
	margin-top: 20px;
	border-bottom: 1px solid #ff1ed2;
	padding-bottom: 8px;
	position: relative;
	margin-bottom: 20px;
	}

.honmei_ttl::after{
	content: " ";
	position: absolute;
	display: block;
	bottom: -2px;
 	width: 30%;
 	height: 3px;
 	background-image: linear-gradient(90deg, rgba(98, 38, 255, 1), rgba(232, 22, 220, 1) 85%);;
	}

.kaimeArticle_content .el_ttl__sideBorder, .kaimeArticle_content .el_ttl__sideBorder_gradation{
	margin-top: 30px;
	}

.kaimeArticle_content .el_ttl__sideBorder_gradation{
	margin-bottom: 0;
	}

.horse_list{
	background-image: radial-gradient(rgba(49, 25, 116, 1), rgba(78, 60, 110, 1) 80%);
	border: 1px solid #a180bd;
	padding: 20px;
	}

.horse_list dt, .horse_list li{
	display: flex;
	gap:8px;
	align-items: center;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 15px;
	}

.horse_list dd{
	padding-bottom: 20px;
	border-bottom: 1px solid #a180bd;
	margin-bottom: 20px;
	}

.horse_list dd:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;	
	}

.horse_list li{
	margin-bottom: 15px;
	}

.horse_list li:last-child{
	margin-bottom: 0;
	}

.kaime_list{
	background-image: radial-gradient(rgba(49, 25, 116, 1), rgba(78, 60, 110, 1) 80%);
	border: 1px solid #ff1ed2;
	margin-top: 15px;
	}

.kaime_list__ttl{
	background-color:#7e2c8a;
	padding: 8px 20px;
	font-weight: bold;
	font-size: 1.3rem;
	}

.kaime_list__ttl .score{
	font-weight: normal;
	font-size: 0.9rem;
	padding-left: 8px;
	}

.kaime_list__inner{
	padding: 20px;
	}

.umaren-main li{
	display: flex;
	gap:15px 5px;
	align-items: center;
	font-weight: bold;
	}

.umaren-main li .ratio{
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	padding-left: 5px;
	}

.umaren-main{
	padding-bottom:20px;
	border-bottom: 1px solid #a180bd;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	gap:15px;
	}

.umaren-sub{
	list-style: none;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	font-size: 1.3rem;
	letter-spacing: 3px;
	}

.umaren-sub .ratio{
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 1rem;
	padding-left: 10px;
	}

.formation_list{
	list-style: none;
	display: flex;
	flex-direction: column;
	gap:10px;
	}

.formation_list li{
	display: flex;
	align-items: center;
	gap:10px;
	font-family: "Inter", sans-serif;
	font-size: 1.3rem;
	font-weight: 800;
	}

.formation_label{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	background: #ffffff;
	font-size: 1rem;
	color: #6226ee;
	padding: 0 16px 0 8px;
	line-height: 2;
	clip-path:polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
	}

.formation_hr{
	width: 100% ;
	border-color:#ff1ed2;
	margin: 20px 0;
	}

/* 勝負買い目について_pc */
.program__img01{
	width: 450px;
	margin: 0 auto;
	margin-bottom: 20px;
	}

.program__rankWrap{
	border-top:1px solid #cfc5f1;
	padding: 20px 0;
	}

.program__rankWrap.border-none{
	padding-top: 0;
	}

.program__limited_list{
	color: #d84b4b;
	font-size: 1.1rem;
	padding-left: 1.4rem;
	line-height: 1.7;
	margin-bottom: 15px;
	}

/* サイトマップ_pc */
.sitemap ul{list-style: none; font-size: 1.2rem}
.sitemap ul li a,.sitemap_noLink{
	text-decoration: none;
	border: 1px solid #6226ee;
	padding: 0.5rem 0.8rem 0.5rem 1rem;
	border-left: 4px solid #6226ee;
	}

.sitemap ul li a:hover{opacity: 0.7;}

.sitemap ul li ul {
  margin-top: calc(2rem + 2px);
  margin-bottom: .75rem;
  margin-left: 48px;
}
 
.sitemap ul li ul li {
/*   margin-bottom: .25rem; */
  margin-bottom: calc(2rem + 2px);
  position: relative;
}
 
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -1.6rem;
  left: -16px;
  width: 16px;
  height: calc(100% + 4.5rem);
  border-left: 3px solid #bdbdbd;
}
 
.sitemap ul li ul li:last-child::before {
/*   height: calc(1em + .25em); */
	height: calc(1em - .25em);
}
 
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75rem;
  left: -16px;
  width: 16px;
  border-bottom:  3px solid #bdbdbd;
}

/* マスターズとは_pc */
.aboutus_lastWrap{
	margin-top: 50px;
	position: relative;
	margin-bottom: 155px;
	}

.aboutus_last_img1{
	position: relative;
	width: 595px;
	height: auto;
	z-index: 10;
	}

.aboutus_last_img2{
	margin: 0 20px;
	margin-top: -112px;
	}

.aboutus_last_img3{
	position: absolute;
	bottom:-105px;
	right: 0;
	width: 308px;
	height: auto;
	z-index: 15;
	}

/* コンテンツ紹介 */
.contents_inCharge{
	display: flex;	
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.contents_inCharge dt{
	background: #6d6d6d;
	color: #ffffff;
	line-height: 1;
	font-size: 0.8rem;
	border-radius: 3px;
	padding: 5px 16px 8px;
	margin-right: 10px;
	}

.contents_inCharge .icon-circle{
	width: 2.4rem;
	height:2.4rem;
	clip-path: circle(50% at 50% 50%);
	}

.contents_inCharge dd{
	margin-right: 5px;
	font-size: 1.1rem;
	font-weight: bold;
	}

/* プロフィールページ_PC */
.profile_topWrap{
	background: #21006e url(/img/main/profile_img-01.jpg);
	background-repeat:repeat no-repeat;
	background-size:contain;
	background-position: center top -15px;
	padding-top: 330px;
	}

.profile_topWrap .el_ttl__sideBorder_gradation{
	font-size: 1.6rem;
	font-weight: 800;
	margin-bottom: 15px;
	}


.profile_listArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:30px 20px;
	margin: 40px 20px !important;
	}

.profile_listArea li{
	width: 150px;
	list-style: none;
	}

.profile_listArea li a{
	display: block;
	text-decoration: none;
	color: #333;
	background: #f8f8f8;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	}

.profile_listArea .icon-circle{
	border-radius: 8px 8px 0 0;
	}

.profile_listArea li p{
	line-height: 1.4;
	padding: 10px;
	width: 100%;
	background-image: url(/img/ordernew/common/arrow_right__gray.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 0.7rem;
	}

.profile_block{
	position: relative;
	}

.profile_block#mas_hibiki{
	background: #fa6800 url(/img/route_icon_new/stand_hibiki_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right -120px top -80px;
	}
.profile_block#mas_hibiki .profile_block__inner{
	background:url(/img/route_icon_new/stand_hibiki.png);
	background-repeat: no-repeat;
	background-size: 520px auto;
	background-position: right -150px top 20px;
	padding: 20px;
	}

.profile_block#mas_j{
	background: #ff0000 url(/img/route_icon_new/stand_j_bg.jpg);
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: right -160px top -80px;
	}
.profile_block#mas_j .profile_block__inner{
	background:url(/img/route_icon_new/stand_j.png);
	background-repeat: no-repeat;
	background-size: 470px auto;
	background-position: right -175px top 10px;
	padding: 20px;
	}

.profile_block#mas_ittetsu{
	background: #e3c800 url(/img/route_icon_new/stand_ittetsu_bg.jpg);
	background-repeat: no-repeat;
	background-size: 70% auto;
	background-position: right -30px top -50px;
	}
.profile_block#mas_ittetsu .profile_block__inner{
	background:url(/img/route_icon_new/stand_ittetsu.png);
	background-repeat: no-repeat;
	background-size: 400px auto;
	background-position: right -120px top 10px;
	padding: 20px;
	}

.profile_block#mas_s{
	background: #aa00ff url(/img/route_icon_new/stand_s_bg.jpg);
	background-repeat: no-repeat;
	background-size: 60% auto;
	background-position: right 50px top -60px;
	}
.profile_block#mas_s .profile_block__inner{
	background:url(/img/route_icon_new/stand_s.png);
	background-repeat: no-repeat;
	background-size: 350px auto;
	background-position: right -40px top 10px;
	padding: 20px;
	}

.profile_block#mas_goda{
	background: #00aba9 url(/img/route_icon_new/stand_goda_bg.jpg);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: right 10px top -50px;
	}
.profile_block#mas_goda .profile_block__inner{
	background:url(/img/route_icon_new/stand_goda.png);
	background-repeat: no-repeat;
	background-size: 450px auto;
	background-position: right -70px top 10px;
	padding: 20px;
	}

.profile_block#mas_y{
	background: #0050ef url(/img/route_icon_new/stand_y_bg.jpg);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: right 50px top -50px;
	}
.profile_block#mas_y .profile_block__inner{
	background:url(/img/route_icon_new/stand_y.png);
	background-repeat: no-repeat;
	background-size: 500px auto;
	background-position: right -80px top 10px;
	padding: 20px;
	}

.profile_block#mas_masaru{
	background: #008a00 url(/img/route_icon_new/stand_masaru_bg.jpg);
	background-repeat: no-repeat;
	background-size: 55% auto;
	background-position: right 80px top -60px;
	}
.profile_block#mas_masaru .profile_block__inner{
	background:url(/img/route_icon_new/stand_masaru.png);
	background-repeat: no-repeat;
	background-size: 350px auto;
	background-position: right -50px top 10px;
	padding: 20px;
	}

.profile_block__name{
	color: #fff;
	line-height: 1.3;
	font-weight: normal;
	font-size: 1.5rem;
	padding-top:20px;
	}

.profile_block__txt{
	background: rgba(255, 255, 255, 0.9);
	padding: 30px 20px;
	margin: 30px 200px 30px 0;
	border-radius: 8px;
	}

/* 的中スライダーパーツ_pc */
.hitSwiper{
	width: 100%;
	padding: 20px;
	background:url(/img/main/hit-swiper_bg.png?01),linear-gradient(180deg, rgba(34, 0, 96, 1), rgba(90, 49, 228, 1));
	background-repeat: no-repeat;
	background-size: 90% auto,100% auto;
	background-position: center top;
	position: relative;
	overflow: hidden;
	}

.hitSwiper.latest{
	background:url(/img/main/hit-swiper_bg.png?01),linear-gradient(180deg, rgba(131, 57, 254, 1), rgba(17, 173, 213, 1));
	background-repeat: no-repeat;
	background-size: 90% auto,100% auto;
	background-position: center top;
	}

.hitSwiper .swiper-wrapper{
	margin-bottom: 20px;
	}

.hitSwiper .swiper-scrollbar .swiper-scrollbar-drag{
	background-color:rgba(255,255,255,0.3);
	}

.hitSwiper .swiper-scrollbar{
	background-color:rgba(255,255,255,0.1);
	}

.hitSwiper_ttl{
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
	}

.fame .hitSwiper_ttl{
	color: #ffdd1c;
	text-shadow: 0px 0px 15px rgba(255, 222, 27, 0.5);
	}

.hitSwiper a{text-decoration: none; color: #ffffff;}

.hitSwiper a:hover{opacity: 0.7; cursor:pointer;}

.hitSwiper .hit_card{
	margin-top: 0;
	padding-bottom: 8px;
	}

.fame .hit_card{
	border: 1px solid #e216dc;
	}

.hitSwiper .hit_card .hit_card__title{
	font-size: 1rem;
	margin: 8px;
	}

.hitSwiper .hit_card .hit_card__inner1{
	font-size: 0.8rem;
	padding-right:8px;
	padding-left:8px;
	}

.hitSwiper .hit_card .hit_card__inner2{
	padding-right:8px;
	padding-left:8px;
	margin-top: 8px;
	}

.hitSwiper .hit_card .hit_card__inner2 .type{
	font-size: 0.8rem;
	}

.hitSwiper .hit_card .hit-digit{
	font-size:1.8rem;
	}

.hitSwiper .hit_card .hit-moji{
	font-size:1.1rem;
	}

.fame .hit_card__inner2 .amount{
	color: #ffdd1c;
	text-shadow: 0px 0px 10px rgba(255, 222, 27, 0.5);
	}

.fame .hit_card__title::after{
	background:#ffdd1c;
	background-image: none;
	}

}

/* SP */
@media (max-width: 751px) {
/* 記事ページ_SP */
.subpage_article__wrap{
	margin: 0 15px;
	}

.article_ttlArea .article_listCard__cap{
	flex-direction: row-reverse;
	margin-bottom: 4px;
	}

.article_ttlArea .cap_contentTtl{
	font-weight: 600;
	color: #6326ee;
	}

.article_ttl{
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight:600;
	border-bottom: 3px solid #6326ee;	
	padding-bottom: 10px;
	}

.article_thumb{
	margin-top: 15px;
	}

.article_contentArea{
	margin: 15px 0 30px;
	}


/* プロフィールパーツ_sp */
.masterProfile_wrap{
	margin-bottom: 30px;
	}

.masterProfile_wrapTtl{
	font-family: "Inter", sans-serif;
	font-weight: 200;
	font-size: 1rem;
	line-height: 1;
	padding-bottom: 8px;
	border-bottom: 2px solid #6226ee;
	color: #6226ee;
	margin-left: 15px;
	}

.bl_masterProfile{
	position: relative;
	margin: 30px 15px 45px 30px;
	background: #f6f6f8;
	box-shadow: 6px 6px 22px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	}

.premium .bl_masterProfile{
	background:rgba(255,255,255,0.1);
	box-shadow:none;
	}

.masterProf_header{
	display: flex;
	gap:15px;
	align-items: flex-end;
	position: relative;
	z-index: 30;
	left: -15px;
	top:-15px;
	margin-bottom: -15px;
	}

.masterProf_ico{
	width: 18vw;
	height: 18vw;
	}

.masterProf_header p{
	display: flex;
	flex-direction: column;
	gap:8px;
	font-weight: bold;
	color: #333;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1;
	}

.premium .masterProf_header p{
	color: #fff;
	}

.masterProf_header p span{
	font-size: 1rem;
	font-weight: normal;
	}

.masterProf_txt{
	padding: 15px;
	color: #333;
	}

.premium .masterProf_txt{color: #fff;}


/* おすすめ記事_sp */
.recommend_article__wrap{
	margin: 30px 0;
	}

.recommend_article__wrap .el_ttl__sideBorder{
	margin-left: 15px;
	}

.recommend_articleList{
	display: flex;
	flex-direction: column;
	gap:15px;
	padding: 0 15px;
	}

.backnumber .recommend_articleList{
	padding: 0;
	}

.rec_myMaster__articleList{
	border: 2px solid #6326ee;
	border-radius: 4px;
	padding-bottom: 30px;
	position: relative;
	margin: calc(0.4rem + 14px) 5px 15px 5px;
	margin-bottom: 15px;
	}

.rec_myMaster__label{
	background-color: #6326ee;
	color: #ffffff;
	font-weight: normal;
	font-size: 0.8rem;
	display: inline-block;
	padding:5px 13px 8px calc(0.8rem + 18px);
	border-radius: 100px;
	line-height: 1;
	top:calc(-0.4rem - 7px);
	left: 10px;
	position: relative;

	background-repeat: no-repeat;
	background-size:auto calc(0.8rem + 13px);
	background-position: left 5px center;
	}


.recommend_articleList__card{
	display: flex;
	flex-direction: column;
	color: #333333;
	background: #f8f8f8;
	box-shadow: 6px 6px 22px 0px rgba(0, 0, 0, 0.1);
	text-decoration: none;	
	padding: 8px;
	}

.rec_articleCard__inner{
	width: 100%;
	display: flex;
	gap:8px;
	}

.rec_articleCard__thumb{
	width: 30%;
	flex-shrink: 0;
	}

.rec_articleCard__ttl{
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.6;
	}

/* バックナンバー */
.article_backnumber__wrap{
	background: #f6f6f8;
	width: 100%;
	margin-top: 30px;
	padding:30px 15px;
	}

.article_bn__list{
	margin-bottom: 35px;
	}

.article_bn__media{
	display: block;
	text-decoration: none;
	padding: 8px 0;
	border-bottom: 1px solid #ababab;
	}

.article_bn__media_ttl{
	color: #333;
	font-weight: normal;
	font-size: 0.9rem;
	line-height: 1.6;
	}

/* ログインカットパーツ */
.bl_loginCut{
	margin: 15px;
	padding:30px 15px;
	background: #f6f6f8;
	box-shadow: 6px 6px 22px 0px rgba(0, 0, 0, 0.1);
	}

.loginCut_bnrWrap{
	margin-bottom: 10px;
	}

.kaimeArticle_content  .bl_loginCut p{color: #333;}

.loginCut_ttl{
	font-size: 1.2rem;
	line-height: 1.6;
	color: #6326ee;
	font-weight: 600;
	padding-left: calc(1.2rem + 5px);
	display: inline-block;
	margin-bottom: 10px;

	background-image: url(/img/common/ico_lock.png);
	background-repeat: no-repeat;
	background-size: auto 1.2rem;
	background-position: left center;
	}

.loginCut_boldTxt{
	font-weight: 600;
	text-align: center;
	font-size: 1rem;
	margin-bottom: 10px;
	}

.loginCut_boldTxt.left{
	text-align: left;
	}

.loginCut_subTxt{
	text-align: center;
	}

.el_btn__entry{
	display: block;
	background: #6326ee;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	padding:20px;
	font-size: 1.2rem;
	line-height: 1;
	border-radius: 100px;
	background:url(/img/ordernew/common/arrow_right__white.png), linear-gradient(90deg, rgba(63, 24, 231, 1), rgba(255, 30, 210, 1));
	background-repeat: no-repeat;
	background-size: auto 0.9em, 100%;
	background-position: right 20px center,center center;
	margin-top: 20px;
	position: relative;
	}

.el_link__subTxt{
	font-size: 0.9rem;
	margin-top: 20px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 2px solid #333;
	padding-bottom: 4px;
	color: #333;
	display: inline-block;
	}

.el_link__subTxt.big{
	font-size:1.1rem;
	}

.el_link__subTxt.white{
	border-bottom: 2px solid #ffffff;
	}

.link__subTxt_inner img{
	width: 1em;
	display: inline-block;
	margin-right: 3px;
	}

.link__subTxt_inner{
	display: flex;
	align-items: center;
	gap:3px;
	}

.link__subTxt_inner::after{
	content: "";
	width: 0.9em;
	height:0.9em;
	margin-left: 3px;
	display: inline-block;
	vertical-align: baseline;
	background-image: url(/img/ordernew/common/arrow_right__black.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	}

.el_link__subTxt.white .link__subTxt_inner::after{
	background-image: url(/img/ordernew/common/arrow_right__white.png);
	}

.el_link__subTxt.prev .link__subTxt_inner::after{
	background-image: none;
	width: 0;
	height: 0;
	margin-left: 0;
	}

.el_link__subTxt.prev .link__subTxt_inner::before{
	content: "";
	width: 0.9em;
	height:0.9em;
	margin-left: 3px;
	display: inline-block;
	vertical-align: baseline;
	background-image: url(/img/ordernew/common/arrow_left__black.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	}

.el_link__subTxt.white.prev .link__subTxt_inner::before{
	content: "";
	width: 0.9em;
	height:0.9em;
	margin-left: 3px;
	display: inline-block;
	vertical-align: baseline;
	background-image: url(/img/ordernew/common/arrow_left__white.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	}

/* 買い目リストページ_sp */
.premium_tabNavi{
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-color: rgb(255 255 255 / 0.2);
	border-bottom: 1px solid #767183;	
	padding-top: 20px;
	}

.premium_tabNavi__inner{
	display: flex;
	padding-left: 15px;
	gap:20px;
	list-style: none;
	font-weight: bold;
	color: #767183;
	overflow-x: scroll;
	}

.premium_tabNavi__inner::-webkit-scrollbar {
  display: none;
}

.premium_tabNavi__inner li{flex-shrink: 0;}

.premium_tabNavi__inner li a{text-decoration: none; color: #767183; display: inline-block; padding-bottom: 12px; font-size: 1rem; line-height: 1;}
.premium_tabNavi__inner li a.active{color: #ffffff; border-bottom: 4px solid #eb45e3;}

.kaimeList_wrap{
	margin: 20px 15px;
	display: flex;
	flex-direction: column;
	gap:20px;
	margin-bottom: 40px;
	}

.kaimeList_card{
	position: relative;
	width: 100%;
	min-width: 100%;
	text-decoration: none;
	color: #ffffff;
	}

.kaimeList_card::after{
	content: "";
	position: absolute;
	right: 3px;
	bottom: 3px;
	background: #e216dc;
	height:25px;
	width:25px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	box-shadow: 10px 15px 15px 0px rgba(17, 7, 41, 0.5);
	}

.read.kaimeList_card::after{
	background:#665c6f;
	}

.kaimeList_card__inner{
	border-top: 6px solid #e216dc;
	padding:0 1px 1px; 
	background-color: #a180bd;
	clip-path: polygon(100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
	text-decoration: none;
	color: #ffffff;
	}

.read .kaimeList_card__inner{
	border-top: 6px solid #665c6f;
	background-color:#665c6f;
	}

.kaimeList_card__content{
	background-image: radial-gradient(rgba(49, 25, 116, 1), rgba(78, 60, 110, 1) 80%);
	clip-path: polygon(100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
	}

.read .kaimeList_card__content{
	background-image: linear-gradient(90deg, rgba(17, 7, 42, 1), rgba(57, 23, 118, 1));
	}

.raceDetails_wrap{
	padding-left: 10px;
	display: flex;
	gap:10px;
	}

.raceNum_wrap{
	background-image: linear-gradient(0deg, rgba(98, 38, 255, 1), rgba(232, 22, 220, 1) 85%);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap:5px;
	list-style: none;
	padding: 8px;
	flex-shrink: 0;
	}

.read .raceNum_wrap{
	background-image: none;
	background-color: #665c6f;
	}

.raceNum_wrap li{line-height: 1; text-align: center;}
.raceDate{font-family: "Inter", sans-serif; font-weight: normal; font-size: 0.8rem;}
.raceArea{font-weight: 700; font-size: 1.2rem;}
.raceNum{font-family: "Inter", sans-serif; font-weight:800; font-size: 1.6rem;}

.raceTtl_wrap{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	}

.raceTtl{
	font-size: 1.1rem;
	font-weight: 700;
	padding: 8px 10px 8px 0;
	display: block;
	}

.kaimeKinds_wrap{
	background-color:rgba(255,255,255,0.2);
	display: flex;
	flex-wrap: wrap;
	gap:3px;
	}

.kaimeKinds_wrap.limited{background: none;}

.kaimeKinds_wrap.program-p{
	background-image: linear-gradient(270deg, #0c002c, #5731d2);
	margin-bottom: 10px;
	}

.kaimeKinds_wrap.ichiban{border-top:2px solid #d84b4b;}
.kaimeKinds_wrap.ana{border-top:2px solid #de611d;}
.kaimeKinds_wrap.tokusui{border-top:2px solid #2a32d9;}
.kaimeKinds_wrap.g1{border-top:2px solid #831ae5;}
.kaimeKinds_wrap.grade{border-top:2px solid #a38f20;}
.kaimeKinds_wrap.sui{border-top:2px solid #368ed9;}
.kaimeKinds_wrap.free{border-top:2px solid #46998a;}
.kaimeKinds_wrap.limited{padding-right: 10px;}
.kaimeKinds_wrap.limited.program-p{border-top:4px solid #e216dc;}

.read .kaimeKinds_wrap{border-top:2px solid #665c6f;}
.read .limited.kaimeKinds_wrap{border:none;}

.kaimeKinds_label{
	color: #ffffff;
	font-weight: 700;
	padding: 6px 21px 8px 10px;
	font-size: 0.9rem;
	clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	}

.limited .kaimeKinds_label{
	width: 100%;
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
	color: #ffdd1c;
	text-shadow: 0px 0px 15px rgba(255, 222, 27, 0.5);
	}

.read .limited .kaimeKinds_label{
	color: #fff;
	text-shadow:none;
	}

.limited.program-p .kaimeKinds_label{
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	font-size: 1.1rem;
	padding-right: 25px;
	width: auto;
	}

.kaimeSwiper .kaimeKinds_label{
	padding: 6px 15px 8px 6px;
	font-size: 0.8rem;
	}

.ichiban .kaimeKinds_label{background-color: #d84b4b;}
.ana .kaimeKinds_label{background-color: #de611d;}
.tokusui .kaimeKinds_label{background-color: #2a32d9;}
.g1 .kaimeKinds_label{background-color: #831ae5;}
.grade .kaimeKinds_label{background-color: #a38f20;}
.sui .kaimeKinds_label{background-color: #368ed9;}
.free .kaimeKinds_label{background-color: #46998a;}
.limited .kaimeKinds_label{background-image: linear-gradient(90deg, rgba(98, 38, 255, 1), rgba(232, 22, 220, 1) 85%);}

.read .kaimeKinds_label{background-color:#665c6f; background-image: none;}

.kaimeKinds_rank{
	padding: 3px 10px 5px 5px;
	}

.program-p .kaimeKinds_rank{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	flex-grow: 1;
	}

.kaimeKinds_rank dt{
	font-size: 0.8rem;
	color: #cacaca;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	padding-right: 5px;
	}

.kaimeKinds_rank dd{
	display: inline-block;
	height: 1rem;
	width: 4.5rem;
	line-height: 1;
	background-repeat: no-repeat;
	background-size:contain;
	background-position: left top 3px;
	}

.kaimeKinds_rank dd.rank1{background-image: url(/img/main/ico_kaime_rank1.png);}
.kaimeKinds_rank dd.rank2{background-image: url(/img/main/ico_kaime_rank2.png);}
.kaimeKinds_rank dd.rank3{background-image: url(/img/main/ico_kaime_rank3.png);}
.kaimeKinds_rank dd.rank4{background-image: url(/img/main/ico_kaime_rank4.png);}
.kaimeKinds_rank dd.rank5{background-image: url(/img/main/ico_kaime_rank5.png);}


.kaimeComment_wrap{
	display: flex;
	gap:10px;
	padding: 10px 10px 0;
	}

.kaimeComment_ico{
	width: calc(2.4rem + 16px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:3px;
	}

.kaimeComment_ico .icon-circle{
	width: calc(2.4rem + 16px);
	height: calc(2.4rem + 16px);
	clip-path: circle(50% at 50% 50%);
	}

.kaimeComment_name{
	font-size: 0.8rem;
	color: #ffffff;
	}

.kaimeComment_txt{
	font-size: 1rem;
	line-height: 1.7;
	color: #ffffff;
	font-weight: normal;
	}

.kaimePoint_wrap{
	height: 40px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:flex-end;
	position: relative;
	}

.kaimePoint_wrap::after{
	content: "";
	width: 100%;
	height: 6px;
	background-image: linear-gradient(90deg, rgba(95, 40, 221, 1), rgba(48, 19, 120, 1) 60%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	}

.read .kaimePoint_wrap::after{
	background-image: none;
	background: #4e3970;
	}

.kaimePoint{
	font-size: 1.5rem;
	line-height: 1;
	font-family: "Inter", sans-serif;
	font-weight:800;
	background: url(/img/common/ico_point.png),linear-gradient(270deg, #0c002c, #301378);
	background-repeat: no-repeat;
	background-size: auto 1.4rem,cover;
    background-position: left 40px center,right center;
    padding-left: calc(1.4rem + 44px);
	display: flex;
	align-items: center;
	padding-right: 40px;
	height: 100%;
	position: relative;
	z-index: 20;
	clip-path: polygon(40px 0%, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
	}

.program-p.kaimePoint{
	display: flex;
	align-items: center;
	height: auto;
	width: auto;
	background: url(/img/common/ico_point.png);
	background-size: auto 1.4rem;
	background-position:left center;
	background-repeat: no-repeat;
	padding-right: 0;
	clip-path:none;
	color: #fff;
	margin-left: auto;
	padding-left: calc(1.4rem + 8px);
	}

.kaimePoint.free{
	font-size:1rem;
	color: #44e1c5;
	font-weight: normal;
	background: linear-gradient(270deg, #0c002c, #301378);
	background-size:auto;
	background-position:right center;
	padding-left: 44px;
	}

.program-p.kaimePoint.free{
	display: flex;
	align-items: center;
	height: 1.4rem;
	width: auto;
	background: url(/img/common/ico_point.png);
	background-size: auto 1.4rem;
	background-position:left center;
	background-repeat: no-repeat;
	padding-right: 0;
	clip-path:none;
	margin-left: auto;
	padding-left: calc(1.4rem + 8px);
	}

.kaimePoint.read{
	font-size:1rem;
	color: #ffffff;
	font-weight: normal;
	background: #4e3970;
	background-size:auto;
	background-position:right center;
	padding-left: 44px;
	}

/* 買い目おすすめパーツ_sp */
.kaimeSwiper{
	position: relative;
	padding: 20px 15px 15px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1px;
	}

.kaimeSwiper.myMaster{
	background-image: linear-gradient(90deg, rgba(131, 57, 254, 1), rgba(17, 173, 213, 1));
	}

.kaimeSwiper.todayRec{
	background-image: linear-gradient(90deg, rgba(131, 57, 254, 0.65), rgba(17, 173, 213, 0.65));
	}

.kaimeSwiper.thisMaster{
	background-image: linear-gradient(90deg, rgba(131, 57, 254, 0.3), rgba(17, 173, 213, 0.3));
	}

.kaimeSwiper__ttl{
	font-size: 1.1rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 15px;
	}

.myMaster .kaimeSwiper__ttl{
	color: #ffdd1c;
	text-shadow: 0px 0px 15px rgba(255, 222, 27, 0.5);
	}

.kaimeSwiper .swiper-wrapper{
	padding-bottom: 15px;
	width: 100%;
	max-width: 100%;
	}

.kaimeSwiper .swiper-scrollbar{background-color: rgba(255,255,255,0.1);}
.kaimeSwiper .swiper-scrollbar .swiper-scrollbar-drag{background-color: rgba(255,255,255,0.3);}
.kaimeSwiper.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
	bottom: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: 3px;
	}

.kaimeRec_card{
	position: relative;
	width: 75vw;
	text-decoration: none;
	color: #ffffff;
	}

.kaimeRec_card::after{
	content: "";
	position: absolute;
	right: 2px;
	bottom: 2px;
	background: #e216dc;
	height: 23px;
	width: 23px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	box-shadow: 10px 15px 15px 0px rgba(17, 7, 41, 0.5);
	}

.read.kaimeRec_card::after{
	background: #665c6f;
	}

.kaimeRec_card__inner{
	border-top: 4px solid #e216dc;
	padding: 0 1px 1px;
	background-color: #a180bd;
	clip-path: polygon(100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%, 0 0);
	text-decoration: none;
	color: #ffffff;
	box-shadow: 10px 15px 15px 0px rgba(17, 7, 41, 0.5);
	}

.kaimeRec_card__content{
	background-image: radial-gradient(rgba(49, 25, 116, 1), rgba(78, 60, 110, 1) 80%);
	clip-path: polygon(100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%, 0 0);
	text-align: center;
	}

.kaimeRec_card .raceNum_wrap{
	display: inline-block;
	padding:5px 8px 8px 8px;
	line-height: 1;
	}

.kaimeRec_card .raceArea{font-size: 1rem;}
.kaimeRec_card .raceNum{font-size: 1.3rem;}
.kaimeRec_card .raceTtl{font-size: 1rem; padding: 8px;}

.kaimeRec_card .kaimeKinds_wrap{margin: 0 8px;}

.kaimeRec_card .kaimeComment_txt{text-align: left; font-size:1rem;}

.kaimeRec_card .kaimeComment_ico {
	width: 2.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	}
.kaimeRec_card .kaimeComment_ico .icon-circle {
	width: 2.4rem;
	height: 2.4rem;
	clip-path: circle(50% at 50% 50%);
	}

.kaimeRec_card .kaimeComment_name{
	font-size: 0.75rem;
	}

.kaimeRec_card .kaimePoint_wrap {
	height: 34px;
	}

.kaimeRec_card .kaimePoint{
	font-size: 1.5rem;
	line-height: 1;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	background: url(/img/common/ico_point.png),linear-gradient(270deg, #0c002c, #301378);
	background-repeat: no-repeat;
	background-size: auto 1.4rem,cover;
	background-position: left 34px center,right center;
	padding-left: calc(1.4rem + 38px);
	display: flex;
	align-items: center;
	padding-right: 34px;
	height: 100%;
	position: relative;
	z-index: 20;
	clip-path: polygon(34px 0%, 100% 0%, calc(100% - 34px) 100%, 0% 100%);
	}

.kaimeRec_card .kaimePoint.free{
	font-size:1rem;
	color: #44e1c5;
	font-weight: normal;
	background: linear-gradient(270deg, #0c002c, #301378);
	background-size:auto;
	background-position:right center;
	padding-left: 38px;
	}

.kaimeRec_card .kaimePoint.read{
	font-size:1rem;
	color: #ffffff;
	font-weight: normal;
	background: #665c6f;
	background-size:auto;
	background-position:right center;
	padding-left: 38px;
	}

.kaimeRec_card.read .kaimePoint_wrap::after {
	content: "";
	width: 100%;
	height: 6px;
	background-image: none;
	background: #665c6f;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	}


.read .kaimeRec_card__inner {
	border-top: 4px solid #665c6f;
	background-color: #665c6f;
	}

.myMaster .read .kaimeRec_card__content {
	background-image: linear-gradient(90deg, rgba(131, 57, 254, 1), rgba(17, 173, 213, 1));
	}

.todayRec .read .kaimeRec_card__content {
	background-image: linear-gradient(90deg, rgba(131, 57, 254, 0.65), rgba(17, 173, 213, 0.65));
	}

.thisMaster .read .kaimeRec_card__content {
	background-image: linear-gradient(90deg, rgba(131, 57, 254, 0.30), rgba(17, 173, 213, 0.30));
	}

/* 買い目記事ページ_sp */
.kaimeArticle_wrap{
	margin: 15px 15px 40px;
	}

.kaime_writerName__wrap{
	display: flex;
	}

.kaime_writerName__ico{
	width: 20vw;
	height: 20vw;
	flex-shrink: 0;
	}

.kaime_writerName__wrap dl{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	}

.kaime_writerName__wrap dl dt{
	color: #df1adb;
	border-bottom: 1px solid #df1adb;
	padding-bottom: 8px;
	padding-left: 15px;
	font-size: 0.8rem;
	line-height: 1;
	}

.kaime_writerName__wrap dl dd{
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	padding: 0 15px;
	line-height: 1.3;
	}

.kaime_writerName__wrap dl dd span{
	font-size: 1rem;
	font-weight: normal;
	}

.kaimeArticle_ttlWrap{
	margin-top: 15px;
	}

.kaimeArticle_ttlWrap .kaimeList_card__inner, .kaimeArticle_ttlWrap .kaimeList_card__content{
	clip-path:none;
	}

.kaimeArticle_ttlWrap .kaimeList_card__content{
	padding-bottom: 10px;
	}

.kaimeArticle_content{
	margin-top: 30px;
	color: #ffffff;
	}

.kaimeArticle_content p{
	color: #ffffff;
	}

.kaime_honmei__wrap{
	background-image: radial-gradient(rgba(49, 25, 116, 1), rgba(78, 60, 110, 1) 80%);
	border: 1px solid #ff1ed2;
	display: flex;
	}

.kaime_honmei__wrap dt{
	background-image: linear-gradient(90deg, rgba(98, 38, 255, 1), rgba(232, 22, 220, 1) 85%);
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: bold;
	padding:8px 23px 8px 15px;
	clip-path:polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
	display: flex;
	align-items: center;
	}

.kaime_honmei__wrap dd{
	display: flex;
	align-items: center;
	gap:8px;
	color: #ffdd1c;
	text-shadow: 0px 0px 15px rgba(255, 222, 27, 0.5);
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1;
	padding: 10px;
	}

.uma_num{
	text-shadow:none;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	color: #6226ee;
	background: #fff;
	width: calc(1.1rem + 10px);
	height: calc(1.1rem + 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	font-size: 1.1rem;
	}

.honmei_ttl{
	font-weight: bold;
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.5;
	margin-top: 15px;
	border-bottom: 1px solid #ff1ed2;
	padding-bottom: 8px;
	position: relative;
	margin-bottom: 10px;
	}

.honmei_ttl::after{
	content: " ";
	position: absolute;
	display: block;
	bottom: -2px;
 	width: 30%;
 	height: 3px;
 	background-image: linear-gradient(90deg, rgba(98, 38, 255, 1), rgba(232, 22, 220, 1) 85%);;
	}

.kaimeArticle_content .el_ttl__sideBorder, .kaimeArticle_content .el_ttl__sideBorder_gradation{
	margin-top: 20px;
	}

.kaimeArticle_content .el_ttl__sideBorder_gradation{
	margin-bottom: 0;
	}

.horse_list{
	background-image: radial-gradient(rgba(49, 25, 116, 1), rgba(78, 60, 110, 1) 80%);
	border: 1px solid #a180bd;
	padding: 15px;
	}

.horse_list dt, .horse_list li{
	display: flex;
	gap:5px;
	align-items: center;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 8px;
	}

.horse_list dd{
	padding-bottom: 15px;
	border-bottom: 1px solid #a180bd;
	margin-bottom: 15px;
	}

.horse_list dd:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;	
	}

.horse_list li{
	margin-bottom: 10px;
	}

.horse_list li:last-child{
	margin-bottom: 0;
	}

.kaime_list{
	background-image: radial-gradient(rgba(49, 25, 116, 1), rgba(78, 60, 110, 1) 80%);
	border: 1px solid #ff1ed2;
	margin-top: 15px;
	}

.kaime_list__ttl{
	background-color:#7e2c8a;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 1.1rem;
	}

.kaime_list__ttl .score{
	font-weight: normal;
	font-size: 0.8rem;
	padding-left: 5px;
	}

.kaime_list__inner{
	padding: 15px;
	}

.umaren-main li{
	display: flex;
	gap:10px 3px;
	align-items: center;
	font-weight: bold;
	}

.umaren-main li .ratio{
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	padding-left: 5px;
	}

.umaren-main{
	padding-bottom: 15px;
	border-bottom: 1px solid #a180bd;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	gap:10px;
	}

.umaren-sub{
	list-style: none;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	font-size: 1.1rem;
	letter-spacing: 3px;
	}

.umaren-sub .ratio{
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	padding-left: 5px;
	}

.formation_list{
	list-style: none;
	display: flex;
	flex-direction: column;
	gap:10px;
	}

.formation_list li{
	display: flex;
	align-items: center;
	gap:8px;
	font-family: "Inter", sans-serif;
	font-size: 1.1rem;
	font-weight: 800;
	}

.formation_label{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	background: #ffffff;
	font-size: 0.9rem;
	color: #6226ee;
	padding: 0 16px 0 8px;
	line-height: 2;
	clip-path:polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
	}

.formation_hr{
	width: 100% ;
	border-color:#ff1ed2;
	margin: 15px 0;
	}

/* 勝負買い目について_sp */
.program__img01{
	margin:15px;
	}

.program__rankWrap{
	border-top:1px solid #cfc5f1;
	padding: 15px 0;
	}

.program__rankWrap p{font-size: 0.8rem;}

.program__rankWrap.border-none{
	padding: 0;
	}

.program__limited_list{
	color: #d84b4b;
	font-size: 1rem;
	padding-left: 1.3rem;
	line-height: 1.7;
	margin-bottom: 10px;
	}

/* サイトマップ_sp */
.sitemap ul{list-style: none; font-size: 0.8rem;}
.sitemap ul li a,.sitemap_noLink{
	text-decoration: none;
	border: 1px solid #6226ee;
	padding: 0.5em 0.8em 0.5em 1em;
	border-left: 4px solid #6226ee;
	}

.sitemap ul li a:hover{opacity: 0.7;}

.sitemap ul li ul {
  margin-top: calc(2em + 2px);
  margin-bottom: .8em;
  margin-left: 48px;
}
 
.sitemap ul li ul li {
/*   margin-bottom: .25rem; */
  margin-bottom: calc(2em + 2px);
  position: relative;
}
 
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -1.6em;
  left: -16px;
  width: 16px;
  height: calc(100% + 4.5em);
  border-left: 3px solid #bdbdbd;
}
 
.sitemap ul li ul li:last-child::before {
/*   height: calc(1em + .25em); */
	height: calc(1em - .25em);
}
 
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .8em;
  left: -16px;
  width: 16px;
  border-bottom:  3px solid #bdbdbd;
}

/* マスターズとは_sp */
.aboutus_lastWrap{
	margin-top: 40px;
	position: relative;
	margin-bottom: calc(15vw + 40px);
	}

.aboutus_last_img1{
	position: relative;
	width: 85vw;
	height: auto;
	z-index: 10;
	}

.aboutus_last_img2{
	margin-top: -16vw;
	}

.aboutus_last_img3{
	position: absolute;
	bottom:-15vw;
	right: 0;
	width: 44vw;
	height: auto;
	z-index: 15;
	}

/* コンテンツ紹介_sp */
.contents_inCharge{
	display: flex;	
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.contents_inCharge dt{
	background: #6d6d6d;
	color: #ffffff;
	line-height: 1;
	font-size: 0.8rem;
	border-radius: 3px;
	padding: 5px 16px 8px;
	margin-right: 8px;
	}

.contents_inCharge .icon-circle{
	width: 2.4rem;
	height:2.4rem;
	clip-path: circle(50% at 50% 50%);
	}

.contents_inCharge dd{
	margin-right: 5px;
	font-size: 1.1rem;
	font-weight: bold;
	}

/* プロフィールページ_sp */
.profile_topWrap{
	background: #21006e url(/img/main/profile_img-01.jpg);
	background-repeat:no-repeat;
	background-size:108vw auto;
	background-position:left -6vw top;
	padding-top: 60vw;
	}


.profile_listArea{
	display: flex;
	gap:30px 20px;
	flex-wrap: wrap;
	justify-content: center;
	}

.profile_listArea li{
	width: calc(50% - 10px);
	list-style: none;
	}

.profile_listArea li a{
	display: block;
	text-decoration: none;
	color: #333;
	background: #f8f8f8;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	}

.profile_listArea .icon-circle{
	border-radius: 8px 8px 0 0;
	}

.profile_listArea li p{
	line-height: 1.4;
	padding: 10px;
	width: 100%;
	background-image: url(/img/ordernew/common/arrow_right__gray.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 0.7rem;
	}

.profile_block{
	position: relative;
	}

.profile_block#mas_hibiki{
	background: #fa6800 url(/img/route_icon_new/stand_hibiki_bg.jpg);
	background-repeat: no-repeat;
	background-size: 120% auto;
	background-position: right -27vw top -9vw;
	}
.profile_block#mas_hibiki .profile_block__inner{
	background:url(/img/route_icon_new/stand_hibiki.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: right -30vw top -4vw;
	padding: 15px;
	}

.profile_block#mas_j{
	background: #ff0000 url(/img/route_icon_new/stand_j_bg.jpg);
	background-repeat: no-repeat;
	background-size: 110% auto;
	background-position: right -38vw top -11vw;
	}
.profile_block#mas_j .profile_block__inner{
	background:url(/img/route_icon_new/stand_j.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: right -35vw top -2.5vw;
	padding: 15px;
	}

.profile_block#mas_ittetsu{
	background: #e3c800 url(/img/route_icon_new/stand_ittetsu_bg.jpg);
	background-repeat: no-repeat;
	background-size: 95% auto;
	background-position: right -12vw top -10vw;
	}
.profile_block#mas_ittetsu .profile_block__inner{
	background:url(/img/route_icon_new/stand_ittetsu.png);
	background-repeat: no-repeat;
	background-size: 68% auto;
	background-position: right -22vw top -3vw;
	padding: 15px;
	}

.profile_block#mas_s{
	background: #aa00ff url(/img/route_icon_new/stand_s_bg.jpg);
	background-repeat: no-repeat;
	background-size: 75% auto;
	background-position: right 2vw top -15vw;
	}
.profile_block#mas_s .profile_block__inner{
	background:url(/img/route_icon_new/stand_s.png);
	background-repeat: no-repeat;
	background-size: 55% auto;
	background-position: right -5vw top -4vw;
	padding: 15px;
	}

.profile_block#mas_goda{
	background: #00aba9 url(/img/route_icon_new/stand_goda_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right -2vw top -13vw;
	}
.profile_block#mas_goda .profile_block__inner{
	background:url(/img/route_icon_new/stand_goda.png);
	background-repeat: no-repeat;
	background-size: 70% auto;
	background-position: right -10vw top -3vw;
	padding: 15px;
	}

.profile_block#mas_y{
	background: #0050ef url(/img/route_icon_new/stand_y_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right 2vw top -10vw;
	}
.profile_block#mas_y .profile_block__inner{
	background:url(/img/route_icon_new/stand_y.png);
	background-repeat: no-repeat;
	background-size: 75% auto;
	background-position: right -12vw top -3vw;
	padding: 15px;
	}

.profile_block#mas_masaru{
	background: #008a00 url(/img/route_icon_new/stand_masaru_bg.jpg);
	background-repeat: no-repeat;
	background-size: 65% auto;
	background-position: right 11vw top -7vw;
	}
.profile_block#mas_masaru .profile_block__inner{
	background:url(/img/route_icon_new/stand_masaru.png);
	background-repeat: no-repeat;
	background-size: 52% auto;
	background-position: right -8vw top -2vw;
	padding: 15px;
	}

.profile_block__name{
	color: #fff;
	line-height: 1.3;
	font-weight: normal;
	font-size: 1.2rem;
	padding-top:15px;
	}

.profile_block__txt{
	background: rgba(255, 255, 255, 0.9);
	padding: 30px 15px;
	margin: 30px 0;
	border-radius: 8px;
	}

/* 的中スライダーパーツ_sp */
.hitSwiper{
	padding: 15px;
	background:url(/img/main/hit-swiper_bg.png?01),linear-gradient(180deg, rgba(34, 0, 96, 1), rgba(90, 49, 228, 1));
	background-repeat: no-repeat;
	background-size: 130% auto,100% auto;
	background-position: center top;
	position: relative;
	overflow: hidden;
	}

.hitSwiper.latest{
	background:url(/img/main/hit-swiper_bg.png?01),linear-gradient(180deg, rgba(131, 57, 254, 1), rgba(17, 173, 213, 1));
	background-repeat: no-repeat;
	background-size: 130% auto,100% auto;
	background-position: center top;
	}

.hitSwiper .swiper-wrapper{
	margin-bottom: 15px;
	}

.hitSwiper .swiper-scrollbar .swiper-scrollbar-drag{
	background-color:rgba(255,255,255,0.3);
	}

.hitSwiper .swiper-scrollbar{
	background-color:rgba(255,255,255,0.1);
	}

.hitSwiper_ttl{
	color: #ffffff;
	font-size: 1.5rem;
	font-family: "Inter", sans-serif;
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
	}

.fame .hitSwiper_ttl{
	color: #ffdd1c;
	text-shadow: 0px 0px 15px rgba(255, 222, 27, 0.5);
	}

.hitSwiper a{text-decoration: none; color: #ffffff;}
.hitSwiper a:hover{opacity: 0.7; cursor:pointer;}

.hitSwiper .hit_card{
	margin-top: 0;
	padding-bottom: 8px;
	}

.fame .hit_card{
	border: 1px solid #e216dc;
	}

.hitSwiper .hit_card .hit_card__title{
	font-size: 1rem;
	margin: 8px;
	}

.hitSwiper .hit_card .hit_card__inner1{
	font-size: 0.8rem;
	padding-right:8px;
	padding-left:8px;
	}

.hitSwiper .hit_card .hit_card__inner2{
	padding-right:8px;
	padding-left:8px;
	margin-top: 8px;
	}

.hitSwiper .hit_card .hit_card__inner2 .type{
	font-size: 0.8rem;
	}

.hitSwiper .hit_card .hit-digit{
	font-size:1.5rem;
	}

.hitSwiper .hit_card .hit-moji{
	font-size:0.9rem;
	}

.fame .hit_card__inner2 .amount{
	color: #ffdd1c;
	text-shadow: 0px 0px 10px rgba(255, 222, 27, 0.5);
	}

.fame .hit_card__title::after{
	background:#ffdd1c;
	background-image: none;
	}



}



