bg.png/*数字フォント*/
@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');
.f_number{
    font-family: 'Concert One', cursive;
}

/*パーソナルHEAD*/

@media screen and (max-width:1024px) {
/*スマホのみ*/
	.p_head{
	background-image: -webkit-linear-gradient(179deg,rgba(255,0,135,1.00) 0%,rgba(146,1,88,1.00) 99.77%);
	background-image: -moz-linear-gradient(179deg,rgba(255,0,135,1.00) 0%,rgba(146,1,88,1.00) 99.77%);
	background-image: -o-linear-gradient(179deg,rgba(255,0,135,1.00) 0%,rgba(146,1,88,1.00) 99.77%);
	background-image: linear-gradient(271deg,rgba(255,0,135,1.00) 0%,rgba(146,1,88,1.00) 99.77%);
}
	
	.section-bg{
	background-image: -webkit-linear-gradient(179deg,rgba(255,0,135,1.00) 0%,rgba(146,1,88,1.00) 99.77%);
	background-image: -moz-linear-gradient(179deg,rgba(255,0,135,1.00) 0%,rgba(146,1,88,1.00) 99.77%);
	background-image: -o-linear-gradient(179deg,rgba(255,0,135,1.00) 0%,rgba(146,1,88,1.00) 99.77%);
	background-image: linear-gradient(271deg,rgba(255,0,135,1.00) 0%,rgba(146,1,88,1.00) 99.77%);
}
	
}
/*//////////////////////////////////PC*/
/*/////////////////////////////////////*/
/*/////////////////////////////////////*/
/*サイドバー*/
.sidebar {
    background-image: -webkit-linear-gradient(357deg,rgba(0,0,0,1.00) 0%,rgba(111,0,67,1.00) 99.77%);
    background-image: -moz-linear-gradient(357deg,rgba(0,0,0,1.00) 0%,rgba(111,0,67,1.00) 99.77%);
    background-image: -o-linear-gradient(357deg,rgba(0,0,0,1.00) 0%,rgba(111,0,67,1.00) 99.77%);
    background-image: linear-gradient(93deg,rgba(0,0,0,1.00) 0%,rgba(111,0,67,1.00) 99.77%);  /*background: #ff516b;
  background: -moz-linear-gradient(-45deg, #ff516b 0%, #826cfd 100%);
  background: -webkit-linear-gradient(-45deg, #ff516b 0%, #826cfd 100%);
  background: linear-gradient(135deg, #ff516b 0%, #826cfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff516b', endColorstr='#826cfd', GradientType=1);*/
}
.num_l h3{
    color: #ff516b;
}
/*カードカラー*/
.category-item {
    background-image: none, -webkit-linear-gradient(270deg,rgba(156,52,158,1.00) 37.57%,rgba(255,255,255,1.00) 37.83%);
    background-image: none, -moz-linear-gradient(270deg,rgba(156,52,158,1.00) 37.57%,rgba(255,255,255,1.00) 37.83%);
    background-image: none, -o-linear-gradient(270deg,rgba(156,52,158,1.00) 37.57%,rgba(255,255,255,1.00) 37.83%);
    background-image: none, linear-gradient(180deg,rgba(156,52,158,1.00) 37.57%,rgba(255,255,255,1.00) 37.83%);
}
/*//////////////////////////////SPTOP*/
/*/////////////////////////////////////*/
/*/////////////////////////////////////*/
/* ヘッダーCSS */
.header-area {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #000000;
}
.suha-sidenav-wrapper {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -250px;
    height: 100%;
    overflow-y: auto;
    width: 240px;
    color: #FFF;
    background-color: hsla(322,79%,17%,1.00);
}
.index_main_img {
  width: 100%;
  background-color: #F1F1F1;
}
/*ページの背景*/
.page_bg01 {
	background-position: top;
	background-repeat: repeat-x;
	margin-top: -20px;
	background-color: #FFF;
	/*background-image: url(../../images/img/bg.png);*/
	padding-top: 1px;
	background-image: -webkit-linear-gradient(90deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(236,236,236,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
/*//////////////////////////////PCUSER*/
/*/////////////////////////////////////*/
/*/////////////////////////////////////*/

/*カード背景*/

.card_p1{
    background-color: #C1C1C1;
}

.card_p2{
    background-color: #BFB266;    
}


/*PCカードHEAD*/
.header-area2 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #C78A34;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
/*PCカードBG*/
.start-page-content .page-header {
    background-image: url(../pc_user/images/sp_main_bg.png);
}
/*SPHEAD*/
.mobile-header {
  background-color: #C78A34;
  background-image: url(../pc_user/images/sp_main_bg.png);
  height: 50px;
}

.bg_l{
    background-image: -webkit-linear-gradient(270deg,rgba(156,52,158,1.00) 7.45%,rgba(156,52,158,1.00) 16.28%,rgba(255,255,255,1.00) 16.74%);
    background-image: -moz-linear-gradient(270deg,rgba(156,52,158,1.00) 7.45%,rgba(156,52,158,1.00) 16.28%,rgba(255,255,255,1.00) 16.74%);
    background-image: -o-linear-gradient(270deg,rgba(156,52,158,1.00) 7.45%,rgba(156,52,158,1.00) 16.28%,rgba(255,255,255,1.00) 16.74%);
    background-image: linear-gradient(180deg,rgba(156,52,158,1.00) 7.45%,rgba(156,52,158,1.00) 16.28%,rgba(255,255,255,1.00) 16.74%);
}
/*金額*/
.top_sp_bk .gki{
    color: #FF0060;
}
.shop_r_box .pla_b .num{
    color: #FF0060;
}
@media screen and (max-width:1024px) {
  .pn_card1 {
    /*background-color: #E91E63;*/
    /*background-color: #BFB266;*/
    background-image: url(../pc_user/images/sp_main_bg.png);
  }
  .pn_card2 {
    /*background-color: #FFF;*/
    background-image: url(../pc_user/images/sp_main_bg.png);
  }
  /*プレミアBOX*/
  .premier_box {
    /*background-color: #BFB266;*/
    background-image: url(../pc_user/images/sp_main_bg.png);
  }
}



/*///////////////////////////SP編集画面 以下共通*/
/*/////////////////////////////////////*/
/*/////////////////////////////////////*/
.oval {
    background-color: #1D001E;
    background-image: url(../img/sp_main_bg.png), -webkit-linear-gradient(8deg,rgba(40,0,20,1.00) 0%,rgba(119,0,58,1.00) 99.98%);
    background-image: url(../img/sp_main_bg.png), -moz-linear-gradient(8deg,rgba(40,0,20,1.00) 0%,rgba(119,0,58,1.00) 99.98%);
    background-image: url(../img/sp_main_bg.png), -o-linear-gradient(8deg,rgba(40,0,20,1.00) 0%,rgba(119,0,58,1.00) 99.98%);
    background-image: url(../img/sp_main_bg.png), linear-gradient(82deg,rgba(40,0,20,1.00) 0%,rgba(119,0,58,1.00) 99.98%);
    background-image: url(../pc_user/images/sp_main_bg.png);
}
.my_page_top {
  color: #C21C74;
}
.my_page_top2 {
  color: #C21C74;
}

/*ボトムナビゲーション*/
.bottom-sticky-nav {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  height: 60px;
  position: fixed;
  display: block;
  background-color: hsla(0,0%,100%,0.82);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 3px;
}
.bottom-sticky-nav ul {
  font-family: 'M PLUS 1p', sans-serif;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: space-evenly;
  width: 800px;
}
@media screen and (max-width:1024px) {
  .bottom-sticky-nav {
    height: 60px;
  }
  .bottom-sticky-nav ul {
    width: 100%;
  }
}
.bottom-sticky-nav ul li {
  font-family: 'M PLUS 1p', sans-serif;
  flex: 1;
}
.bottom-sticky-nav ul li a {
  font-family: 'M PLUS 1p', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  height: 80px;
  color: #7E7E7E;
  padding-bottom: 35px;
}
.bottom-sticky-nav ul li a:hover, .bottom-sticky-nav ul li a:focus {
  text-decoration: none;
}
.bottom-sticky-nav ul li a {
  font-size: 16px;
}
.bottom-sticky-nav i {
	/*font-size: 18px;*/
	font-size: 1.3em;
	padding-bottom: 5px;
	padding-top: 5px;
}
.bottom-sticky-nav ul li a span {
	/*font-size: 0.8em;*/
    font-size: 7px;
	line-height: 1.2;
	font-weight: 400;
}
/*footer {
margin-bottom: 50px;
}*/

/*BANA_BOX*/
.bana_card{
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.ban_bg1{}
.ban_bg1 .img_bana{
	width: 100%;
}
.ban_bg1 .img_bana img{
	width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.ban_bg1 .banc_txt{
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.ban_bg1 h2{
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.2em;
	color: #AEAEAE;
    padding: 0;
	margin: 0;
}
.ban_bg1 h1{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
    padding: 0;
	margin: 0;
    padding-top: 5px;
}
.ban_bg1 p{
	font-size: 0.8em;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #8D8D8D;
}

.ban_bg2{}
.ban_bg2 .img_bana img{
	width: 100%;
	border-radius: 0px 0px 10px 10px;
}
.ban_bg2 .img_bana{
	width: 100%;
}
.ban_bg2 .banc_txt{
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 10px 10px 0px 0px;
}
.ban_bg2 h2{
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.2em;
	color: #AEAEAE;
    padding: 0;
	margin: 0;
}
.ban_bg2 h1{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
    padding: 0;
	margin: 0;
    padding-top: 5px;
}
.ban_bg2 p{
	font-size: 0.8em;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #8D8D8D;
}

.ban_bg3{}
.ban_bg3 .img_bana{
	width: 100%;
}
.ban_bg3 .banc_txt{
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.ban_bg3 h2{
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.2em;
	color: #AEAEAE;
    padding: 0;
	margin: 0;
}
.ban_bg3 h1{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
    padding: 0;
	margin: 0;
    padding-top: 5px;
}
.ban_bg3 p{
	font-size: 0.8em;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #8D8D8D;
}

.ban_bg4{}
.ban_bg4 .img_bana{
	width: 100%;
}
.ban_bg4 .banc_txt{
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
    position: relative;
  height: 300px;
}
.sage_nd{
	padding-top: 0;
	padding-right: 10px;
	padding-left: 0;
	padding-bottom: 0;
	margin: 0;
	position: absolute;
	bottom: 20px;
}
.ban_bg4 h2{
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.2em;
	color: #AEAEAE;
	padding: 0;
	margin: 0;
}
.ban_bg4 h1{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	padding-top: 5px;
}
.ban_bg4 p{
	font-size: 0.8em;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #8D8D8D;
}
/*BANA END*/

/*EDIT*/
.setu_box .it-box{
    font-size: 0.8em;
    font-weight: 600;
    color: #FFFFFF;
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    background-color: #F30E6F;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
}

.setu_box .it-box:hover{
    background-color: #F39A0D;
    transition: 0.9s;
}
