@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500&family=Noto+Sans+JP:wght@500&display=swap');

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
ol, ul, li {
	list-style: none;	
}
body {
  -webkit-text-size-adjust: none;
	color: #333;
	font-size: 16px;
	font-family:'M PLUS Rounded 1c', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
table {
  width: 100%;
}
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .mt35 {
    margin-top: 20px !important;
  }
}
.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt50 {
  margin-top: 20px !important;
  }
}
.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
  margin-top: 30px !important;
  }
}
.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}
.tCenter {
  text-align: center !important;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}
.bold {
  font-weight: 600;
}
.wh {
  color: #fff !important;
}
.pink {
	color: #e443ad;
}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}

@media print, screen and (min-width: 768px){
  .sp {
    display: none !important;
  }
}
#wrapper {
  clear: both;
  background: #fff;
	overflow:hidden;
}
#wrapper header {
	padding: 0.8rem 0;
	border-bottom: 1px solid #ccc;
}
#wrapper header > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	max-width: 1000px;
  margin: 0 auto;	
}
#wrapper header .bt-home a {
	display: block;
	font-size: 0.875rem;
	padding-left: 18px;
	background: url("../images/common/ico_home.png")no-repeat left center;
	background-size:14px;
	line-height: 32px;
	text-decoration: none;
	color: #333;
	font-feature-settings: "palt" 1;
}
#wrapper header .bt-home a:hover {
	text-decoration: underline;
}
#wrapper header ul li ul {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
  margin: 0 auto;	
}
#wrapper header ul li ul li a {
	display: block;
	width: auto;
	text-align: center;
	font-size: 0.875rem;
	padding-left: 30px;
	padding-right: 8px;
	line-height: 30px;
	border-radius: 30px;
	text-decoration: none;
	color: #333;
	font-feature-settings: "palt" 1;
	margin-left:10px;
	font-weight: 400;
}
#wrapper header ul li:first-child a {
	margin-left: 0;
}
#wrapper header ul li.bt-mypage a {
	background: url("../images/common/ico_mypage.png")no-repeat 4px center #f1f1f1;
	background-size:22px;
}
#wrapper header ul li.bt-contact a {
	background: url("../images/common/ico_contact.png")no-repeat 4px center #f1f1f1;
	background-size:22px;
}
#wrapper header ul li.bt-logout a {
	background: url("../images/common/ico_logout.png")no-repeat 4px center #f1f1f1;
	background-size:22px;
}
#wrapper header ul li ul li a:hover {
	opacity: 0.75;
}
/*----- event-info　-----*/
.event-info {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #f98eb9;
	color: #fff;
	font-size: 1.2rem;
	padding: 15px;
}
/*----- mainvisual　-----*/
.mainvisual {
	margin: 0 auto;
}
.mainvisual img {
  width: 100%;
  height: auto;
	object-fit: cover;
}
/*----- contents　-----*/
#contents {
  margin: 0 auto 30px;
  overflow: hidden;
  color: #333;
}
.home #contents {
	margin: 0 0 30px;
}
.contents-inner {
  max-width: 1000px;
  margin: 0 auto;
}
/*----- title　-----*/
#contents h2 {
  position: relative;
	padding: 0.5rem 0 1.1rem;
	margin-bottom: 2.2rem;
	font-weight: 500;
	font-size: 2.5rem;
	background: linear-gradient(90deg, #f98eb9 0% 50%, #37c1f1 50%);
	background-repeat: no-repeat;
	background-size: 9rem 0.4rem;
	background-position: bottom;
	color: #333;
	text-align: center;
}
#contents h2 span {
	font-size: 1rem;
	display: block;
	font-weight: normal!important;
}
#contents h3 {
  text-align: center;
  font-size: 1.5rem;
	padding: 5px 10px;
  font-weight: 600;
	margin:0 0 20px;
	color: #fff;
}
#contents h3.pink {
	background: #f98eb9;
}
#contents h3.blue {
	background: #37c1f1;
}
#contents h4 {
	text-align: center;
  font-size: 1.125rem;
 	font-weight: 400;
	margin-bottom: 5px;
}
/*----- txt　-----*/
#contents .read {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 25px;
  line-height: 1.8;
  font-weight: 400;
	white-space: pre-wrap
}
#contents .description {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 30px;
	white-space:pre-wrap
}
#contents .caption {
  font-size: 18px;
  line-height: 1.6;
	color: #666;
	font-weight: 300;
	white-space: pre-wrap
}
#contents .blue-bold {
  font-size: 1.25rem;
  line-height: 2;
	font-weight: 500;
	color: #37c1f1;
	white-space: pre-wrap
}
#contents .pink-bold {
  font-size: 1.25rem;
  line-height: 2;
	font-weight:500;
	color: #f98eb9;
	white-space: pre-wrap
}
/*----- BTN　-----*/
#contents .btn a {
	max-width: 250px;
	text-align: center;
	padding: 10px 10px;
	margin: 8px auto 0;
	border: 2px solid #37c1f1;
	color: #37c1f1;
	display: block;
	background: url("../images/common/ico_arrow_under.png")no-repeat 92% center #fff;
	background-size: 16px;
	font-size: 1.12rem;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 400;
}
#contents .btn a:hover {
	opacity: 0.75;
}
/*----- Page Top　-----*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 3%;
  bottom: 1%;
  background: #777;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*----- Footer　-----*/
footer {
	background: #f1f1f1;
	width: 100%;
	text-align: center;
	padding: 28px 20px;
}
footer .fnavi ul {
	display: flex;
	justify-content:center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content:center;
	-webkit-align-items: center;
	margin: 0 auto;
	padding: 0 3%;
	width: 94%;
	max-width: 1000px;
}
footer .fnavi ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 0.9rem;
	margin-right: 25px;
}
footer .fnavi ul li:last-child a {
	margin-right: 0;
}
footer .fnavi ul li a:hover {
	text-decoration: underline;
}
/*----- Section　-----*/
.home #contents .sec01 {
  padding: 30px 0 60px;
  width: 100%;
}
.home #contents .sec02 {
  padding: 50px 0 10px;
  width: 100%;
	background: linear-gradient(45deg, #fdd8e7 0%,#fef9f2 55%, #c7ecf4 60%);
}
.home #contents .sec02 .select-area {
	text-align: right;
	width: 100%;
	font-size: 0.9rem;
}
.home #contents .sec03 {
  padding: 50px 0 60px;
  width: 100%;
}
.home #contents .sec03 h3:nth-child(n + 2) {
	margin:60px 0 20px;
}
.home #contents .sec03 .feed {
	margin: 30px auto 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap:nowrap;
}
.home #contents .sec03 .feed > li {
	width: calc(50% - 22px);
	max-height: 600px;
	overflow:hidden;
  overflow-y:scroll;
	padding: 0 15px 0 0;
}
#contents .sub-sec01{
  padding: 30px 0 40px;
  width: 100%;
}
#contents .sub-sec02{
  padding: 0 0 60px;
  width: 100%;
}
/*----- ランキング　-----*/
.home #contents .ranking-area {
	margin: 20px auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.home #contents .ranking-area:before {
	content: "";
	display: block;
	width: calc(33% - 10px);
	height: 0;
	order: 1;
}
.home #contents .ranking-area:after {
	content: "";
	display: block;
	width: calc(33% - 10px);
	height: 0;
}
.home #contents .ranking-area > li {
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px*/;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: calc(33% - 10px);
	margin-bottom: 40px;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
}
.home #contents .photo-box {
	display: block;
	position: relative;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	.home #contents .photo-box img {
		width: auto;
		display: block;
		margin: 0 auto;
		text-align: center;
		height:240px;
		object-fit: cover;
		align-items: center;
		overflow: hidden;
		/*border-top-left-radius: 10px;
		border-top-right-radius: 10px;*/
	}
}
#contents .rank {  
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 5px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #000;
}
#contents .rank span {
	font-size: 14px;
}
#contents .rank:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #000;
  border-right: 20px solid #000;
  border-bottom: 10px solid transparent;
}
#contents .ranking-area li.num01 .rank {
	background: #b99d00;
}
#contents .ranking-area li.num01 .rank:before {
	border-left: 20px solid #b99d00;
  border-right: 20px solid #b99d00;
}
#contents .ranking-area li.num02 .rank {
	background: #999;
}
#contents .ranking-area li.num02 .rank:before {
	border-left: 20px solid #999;
  border-right: 20px solid #999;
}
#contents .ranking-area li.num03 .rank {
	background: #ac7342;
}
#contents .ranking-area li.num03 .rank:before {
	border-left: 20px solid #ac7342;
  border-right: 20px solid #ac7342;
}
.home #contents .fun-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
	text-align: right;
  color: #fff;
	background: rgba(0,0,0,0.3);
	padding: 0 10px;
	line-height: 36px;
}
.home #contents .fun {
	width: auto;
	text-align: right;
	display: inline-block;
}
.home #contents .fun .ico-star {
	color: #b99d00;
	font-size: 1.6rem;
	line-height: 0.8;
	vertical-align: middle;
}
.home #contents .fun span.icon-box img {
	display: inline-block;
	border-radius: 16px!important;
	width: 26px!important;
	height: 26px!important;
	vertical-align: middle;
}
.home #contents .fun .fun-name {
	font-size: 0.9rem;
	color: #fff;
	line-height: 1;
	vertical-align:middle;
}
#contents .ranking-area li .info-box {
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px 15px 18px;
}
#contents .ranking-area li .info-box dl {
	width: 100%;
}
#contents .ranking-area li .info-box dl dt {
	font-size: 1.25rem;
	text-align: center;
	padding: 8px 0;
	font-weight: 500;
}
#contents .ranking-area li .info-box dl dt span {
	font-size: 0.9rem;
}
#contents .ranking-area li .info-box dl dd {
	text-align: center;
	border-top: 1px solid #aaa;
	padding: 10px 0;
}
#contents .ranking-area li .info-box dl dd span {
	color: #e443ad;
	font-size: 1.625rem;
	font-weight: 500;
}
#contents .ranking-area li .info-box a.btn-vote {
	width: 100%;
	text-decoration: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
	background: linear-gradient(
  #fd5aad 0%,
  #fd5aad 50%,
  #fb468e 50%,
  #fb468e 100%);
	line-height: 50px;
	font-size: 1.125rem;
	border-radius: 26px;
	font-weight: 500;
}
#contents .ranking-area li .info-box a.btn-vote:hover {
	opacity: 0.75;
}
/*----- Form　-----*/
.home select {
	/* styling */
	background-color: white;
	border: thin solid #aaa;
	border-radius: 4px;
	font-size: 0.9rem;
	display: inline-block;
	line-height: 1.5em;
	padding: 0.2em 3.5em 0.2em 1em;
  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
.home select.minimal {
  background-image:
		url("../images/common/ico_arrow_under.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.home select.minimal:focus {
  background-image:
		url("../images/common/ico_arrow_top.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px;
  outline: 0;
}
.home select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/*
-----------------------------------------------------------------------
プロフィール
-----------------------------------------------------------------------
*/
#contents .profile-box {
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 40px 36px;
	background:#fbf3e1;
	border-top: 20px solid #f8e3b7;
	border-bottom: 20px solid #f8e3b7;
 	border-radius: 20px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
}
#contents .profile-area {
	max-width: 100%;
  margin: 0 auto;
}
#contents .profile-area .profile-media-box {
	width: 100%;
}
#contents .profile-area .profile-media-box tr:first-child td:nth-of-type(1) {
	width: 480px!important;
	vertical-align: bottom;
	bject-fit: cover;
}
@media print, screen and (min-width: 768px){
	#contents .profile-area .profile-media-box tr:first-child td:nth-of-type(1) p {
		width: 480px;
		vertical-align: bottom;
		bject-fit: cover;
		/*border-radius: 10px;*/
		background: #fff;
	}
	#contents .profile-area .profile-media-box tr:first-child td:nth-of-type(1) img {
		width: auto;
		height: 360px;
		margin: 0 auto;
		align-items: center;
		display: block;
		text-align: center;
		bject-fit: cover;
	}
}
#contents .profile-area .profile-media-box tr:first-child td:nth-of-type(2){
	padding-left: 26px;
	vertical-align: top;
}
#contents .profile-area .profile-media-box td:last-child {
	padding-left: 26px;
	width: 410px;
	vertical-align: bottom;
}
#contents .profile-area .name-box {
	border-bottom: 2px solid #333;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 500;
}
#contents .profile-area .name-box p span {
	font-size: 1.4rem;
}
#contents .profile-area .point-box {
	width: 100%;
	display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin: 0 auto;
}
#contents .profile-area .point-box li:first-child {
	font-size: 1.25rem;
	font-weight: 500;
}
#contents .profile-area .point-box li:first-child span {
	font-size: 2.25rem;
	line-height: 0.8;
}
#contents .profile-area .point-box li:last-child {
	font-size: 1.25rem;
	font-weight: 500;
}
#contents .profile-area .point-box li:last-child span {
	color: #e443ad;
}
#contents .profile-area ul.sm {
	width: 100%;
	display: flex;
	justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
#contents .profile-area ul.sm::before {
	content: "";
	display: block;
	width: calc(25% - 7px);
	height: 0;
	order: 1;
}
#contents .profile-area ul.sm::after {
	content: "";
	display: block;
	width: calc(25% - 7px);
	height: 0;
}
#contents .profile-area ul.sm li {
	width: calc(25% - 7px);
	background: #fff;
}
@media print, screen and (min-width: 768px){
	#contents .profile-area ul.sm li img {
		width: auto;
		display: block;
		cursor: pointer;
		height: 72px;
		margin: 0 auto;
		object-fit: cover;
	}
}
#contents .profile-area ul.sm li:nth-child(n + 5) {
	margin-top: 10px;
}
/*----- ボタン　-----*/
#contents .profile-area .btn-area {
	margin: 40px auto;
	max-width: 690px;
	display: flex;
	justify-content: space-between;
	justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
#contents .profile-area .btn-area li {
	max-width: 320px;
}
#contents .profile-area a.btn-vote {
	width: 320px;
	text-decoration: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
	background: linear-gradient(
  #fd5aad 0%,
  #fd5aad 50%,
  #fb468e 50%,
  #fb468e 100%);
	line-height: 60px;
	font-size: 1.375rem;
	border-radius: 30px;
	font-weight: 500;
}
#contents .profile-area a.btn-vote::before {
  content: '\f004';
  font-family: 'Font Awesome 5 Free';
	margin-right: 5px;
  font-weight: 900;
}
#contents .profile-area a.btn-vote:hover {
	opacity: 0.75;
}
#contents .profile-area a.btn-push {
	width: 320px;
	text-decoration: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
	background: linear-gradient(
  #48d4f6 0%,
  #48d4f6 50%,
  #37c1f1 50%,
  #37c1f1 100%);
	line-height: 60px;
	font-size: 1.375rem;
	border-radius: 30px;
	font-weight: 500;
}
#contents .profile-area a.btn-push::before {
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
	margin-right: 5px;
  font-weight: 900;
}
#contents .profile-area a.btn-push:hover {
	opacity: 0.75;
}
#contents .profile-area .profile-detail-box {
	width: 100%;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
}
#contents .profile-area .profile-ttl {
	padding: 5px 15px;
	background: #f8e3b7;
	text-align: center;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 10px;
	border-radius: 20px;
}
#contents .profile-area .profile-detail-box .detail {
	width: 100%;
	border-collapse: collapse;
}
#contents .profile-area .profile-detail-box .detail th::before {
  content: '●';
	font-size: 0.8rem;
	margin-right: 3px;
  font-weight: 600;
	vertical-align: middle;
	color: #f8e3b7;
}
#contents .profile-area .profile-detail-box .detail th {
    width: 125px;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    padding: 8px 0 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}
#contents .profile-area .profile-detail-box .detail td {
	width: auto;
	font-size: 0.9rem;
	padding: 8px 0 10px;
	border-bottom: 1px solid #ccc;
	white-space: pre-wrap
}
#contents .profile-area .profile-detail-box .detail tr:last-child th,#contents .profile-area .profile-detail-box .detail tr:last-child td {
	border-bottom: none;
}
#contents .profile-area .profile-detail-box .detail td ul.sns li {
	display: inline-block;
	margin-right: 8px;
}
#contents .profile-area .profile-detail-box .detail td ul.sns li a:hover {
	opacity: 0.75;
}
#contents .profile-area .profile-detail-box .detail td ul.sns li:last-child {
	margin-right: 0;
}
.dots-box-pink {
	background: url("../images/common/ranking_bg.png");
}
#contents .ranking-box {
	background: url("../images/common/ranking_bg.png");
	padding: 40px 36px 5px;
	border-radius: 20px;
}
#contents .ranking-box .ranking-area {
	margin: 20px auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
#contents .ranking-box .ranking-area > li {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: calc(25% - 12px);
	margin-bottom: 30px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
}
#contents .ranking-box .ranking-area::before {
	display: block;
	content:"";
	width: calc(25% - 12px);
	height: 0;
	order: 1; 
}
#contents .ranking-box .ranking-area::after {
	display: block;
	content:"";
	width: calc(25% - 12px);
	height: 0;
}
#contents .ranking-box .photo-box {
	display: block;
	position: relative;
	box-sizing: border-box;
}
@media print, screen and (min-width: 768px){
	#contents .ranking-box .photo-box img {
		width: auto;
		height:165px;
		object-fit: cover;
		align-items: center;
		overflow: hidden;
		display: block;
		margin: 0 auto;
	}
}
#contents .ranking-box .ranking-area li .info-box {
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px 15px 10px;
}
#contents .ranking-box .ranking-area li .info-box dl {
	width: 100%;
}
#contents .ranking-box .ranking-area li .info-box dl dt {
	font-size: 1rem;
	text-align: center;
	padding: 5px 0;
}
#contents .ranking-box .ranking-area li .info-box dl dt span {
	font-size: 0.9rem;
}
#contents .ranking-box .ranking-area li .info-box dl dd {
	text-align: center;
	border-top: 1px solid #aaa;
	padding: 5px 0 3px;
}
#contents .ranking-box .ranking-area li .info-box dl dd span {
	color: #e443ad;
	font-size: 1.2rem;
	font-weight: 500;
}
/*
-----------------------------------------------------------------------
推し活投票
-----------------------------------------------------------------------
*/
#contents .push-box {
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 35px 30px;
	background:#fbf3e1;
 	border-radius: 20px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
}
#contents .push-box h4 {
	font-size: 1.625rem;
	font-weight: 500;
}
#contents .btn-cart {
	width: 500px;
	text-decoration: none;
	margin: 20px auto;
	display: block;
	text-align: center;
	color: #fff;
	background: linear-gradient(
  #fd5aad 0%,
  #fd5aad 50%,
  #fb468e 50%,
  #fb468e 100%);
	line-height: 60px;
	font-size: 1.375rem;
	border-radius: 30px;
	font-weight: 600;
	border: none;
	font-family:'M PLUS Rounded 1c', sans-serif;
}
#contents .btn-cart::before {
  content: '\f07a';
  font-family: 'Font Awesome 5 Free';
	margin-right: 7px;
  font-weight: 900;
}
#contents .btn-cart:hover {
	opacity: 0.75;
}
#contents .push-box .productList {
	margin: 25px auto 0;
	width: 100%;
	display: flex;
	justify-content:flex-start;
	justify-content: flex-start;
  flex-wrap: wrap;
}
#contents .productList > li {
	border-radius: 10px;
	width: 19.2%;
	margin-left: 1%;
	margin-bottom: 15px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 15px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	#contents .productList li:nth-of-type(1),#contents .productList li:nth-of-type(5n+1) {
		margin-left: 0;
	}
}
#contents .productList .photo-box {
	display: block;
	box-sizing: border-box;
	margin-bottom: 8px;
}
@media print, screen and (min-width: 768px){
	#contents .productList .photo-box img {
		width: auto;
		height:113px;
		object-fit: cover;
		align-items: center;
		overflow: hidden;
		display: block;
		margin: 0 auto;
	}
}
#contents .productList li p.price {
	font-size: 0.875rem;
	text-align: center;
}
.checkAllBox {
	text-align: center;
	margin: 25px auto;
}
.partsCheck {
	display: none;
}
.partsCheck + span {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}
.productList .partsCheck + span {
	display: inline-block;
	position: relative;
	padding: 0!important
}
.productList label {
	padding-right: 22px;
}
.partsCheck + span:before {
	display: block;
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	background: #fff;
}
.partsCheck + span:hover:before {
	border-color: #e443ad;
}
.partsCheck:checked + span:after {
	display: block;
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -8px;
	width: 9px;
	height: 11px;
	border-right: 2px solid #e443ad;
	border-bottom: 2px solid #e443ad;
	transform: rotate(45deg);
}
/*
-----------------------------------------------------------------------
カート
-----------------------------------------------------------------------
*/
#contents .cart-box {
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 35px 30px 40px;
	background:#fbf3e1;
 	border-radius: 20px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
}
#contents .cart-box .cartList {
	margin: 25px auto 15px;
	width: 100%;
	display: flex;
	justify-content:flex-start;
	justify-content: flex-start;
  flex-wrap: wrap;
}
#contents .cartList > li {
	border-radius: 10px;
	width: 19.2%;
	margin-left: 1%;
	margin-bottom: 15px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 15px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	#contents .cartList li:nth-of-type(1),#contents .cartList li:nth-of-type(5n+1){
		margin-left: 0;
	}
}
#contents .cartList .photo-box {
	display: block;
	box-sizing: border-box;
	margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
	#contents .cartList .photo-box img {
		width: auto;
		height:112px;
		display: inline-block;
		text-align: center;
		object-fit: cover;
		align-items: center;
		overflow: hidden;
	}
}
#contents .cartList li p.price,#contents .cartList li p.delete {
	font-size: 0.875rem;
	text-align: center;
}
#contents .cartList li p.delete a {
	color: #333;
	margin-top: 15px;
	line-height: 2;
}
#contents .cartList li p.delete a:hover {
	color: #fb468e;
}
#contents .cart-box .total {
	color: #333;
	text-align: right;
	font-size: 1.125rem;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	line-height: 1;
	padding: 1rem 0;
	font-weight: 500;
}
#contents a.btn-cardregist {
	width: 320px;
	text-decoration: none;
	margin: 30px auto;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 1.25rem;
	border-radius: 6px;
	font-weight: 600;
	background: #37c1f1;
	border: 1px solid #b2b2b2;
}
#contents a.btn-cardregist:hover {
	opacity: 0.75;
}
#contents .cart-box .mail-area {
	width: auto;
	margin: auto;
	text-align: center;
}
#contents .cart-box .mail-area input[type='text'] {
	box-sizing: border-box;
	width: 300px;
	font-size: 0.9rem;
	padding: 0.5rem;
	border: 1px solid #b2b2b2;
	display: inline-block;
	margin-left: 10px;
}
#contents .btn-buy {
	width: 500px;
	text-decoration: none;
	margin: 20px auto;
	display: block;
	text-align: center;
	color: #fff;
	background: linear-gradient(
  #fd5aad 0%,
  #fd5aad 50%,
  #fb468e 50%,
  #fb468e 100%);
	line-height: 60px;
	font-size: 1.375rem;
	border-radius: 30px;
	font-weight: 600;
	border: none;
	font-family:'M PLUS Rounded 1c', sans-serif;
}
#contents .btn-buy:hover {
	opacity: 0.75;
}
/*
-----------------------------------------------------------------------
マイページ
-----------------------------------------------------------------------
*/
#contents .maypage-box {
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 35px 30px;
	background:#ebebeb;
 	border-radius: 20px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
}
#contents .maypage-area {
	max-width: 100%;
  margin: 30px auto 0;
	background: #fff;
	padding: 30px 50px;
}
#contents .maypage-area .member-id {
	text-align: right;
	margin-bottom: 5px;
	font-size: 1rem;
	line-height: 1;
	font-feature-settings: "palt" 1;
}
#contents .maypage-area .maypage-photo {
	width: auto;
}
#contents .maypage-area .maypage-photo li{
	display: table-cell;
	vertical-align: top;
}
#contents .maypage-area .maypage-photo li:nth-of-type(1) {
	width: 140px;
}
#contents .maypage-area .maypage-photo li:first-child img {
	max-width: 100px;
	height: 100px;
	object-fit: cover;
}
#contents .maypage-area .maypage-photo li:nth-of-type(2) p {
	margin-bottom: 10px;
}
#contents .maypage-area .maypage-photo li:nth-of-type(2) p.att {
	font-size: 0.8125rem;
	padding-top: 5px;
	clear: both;
	font-feature-settings: "palt" 1;
}
#contents .maypage-area .maypage-photo li:nth-of-type(2) .box {
	width: 380px;
}
#contents .maypage-area #fake_text_box {
	width: 282px;
	font-size: 0.9rem;
	padding: 0.5rem;
	border: 1px solid #b2b2b2;
	float: left;
	-webkit-appearance: none;
	border-radius: 0;
}
#contents .maypage-area label {
	color: #fff;
	font-size: 0.9rem;
	background-color: #999999;
	padding: 6px;
	cursor:pointer;
	float: left;
	margin-left: 5px;
}
#contents .maypage-area label > input{
	display:none;
}
#contents .maypage-area .maypage-nickname {
	width: auto;
	margin-top: 30px;
}
#contents .maypage-area .maypage-nickname li{
	display: table-cell;
	vertical-align: middle;
}
#contents .maypage-area .maypage-nickname li:nth-of-type(1) {
	width: 140px;
}
#contents .maypage-area .maypage-nickname li:nth-of-type(2) {
	width: 380px;
}
#contents .maypage-area .maypage-nickname input[type='text'] {
	box-sizing: border-box;
	width: 300px;
	font-size: 0.9rem;
	padding: 0.5rem;
	border: 1px solid #b2b2b2;
	float: left;
	-webkit-appearance: none;
	border-radius: 0;
}
#contents .maypage-area .maypage-nickname input::placeholder {
	color: #999;
}
#contents .maypage-area .maypage-nickname input[type="button"] {
	color: #fff;
	font-size: 0.9rem;
	background-color: #999999;
	padding: 6px;
	cursor:pointer;
	float: left;
	border: 0;
	margin-left: 5px;
	-webkit-appearance: none;
	border-radius: 0;
}
_:lang(x)+_:-webkit-full-screen-document, #contents .maypage-area .maypage-nickname input[type="button"] {
  padding: 8px 7px;
	font-size: 0.9rem;
}
#contents .maypage-area .maypage-photo:after,#contents .maypage-area .maypage-nickname:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#contents .maypage-area .history {
	width: 100%;
	margin: 30px auto 0;
}
#contents .maypage-area .history p {
	margin-bottom: 10px;
}
#contents .maypage-area .history table {
	width: 100%;
	font-size: 0.875rem;
	border-collapse: collapse;
}
#contents .maypage-area .history table th,#contents .maypage-area .history table td {
	padding: 0.5rem;
	border: 1px solid #b2b2b2;
}
#contents .maypage-area .history table th {
	background: #fcf2da;
	font-weight: 400;
}
#contents .maypage-area .history table tr:first-child th:first-child {
	text-align: left;
}
#contents .maypage-area .history table tr td:nth-child(n + 2) {
	text-align: center;
}
#contents .maypage-area .history table td.sm img {
	max-height: 100px;
	width: auto;
}
#contents .maypage-area a.dl-btn {
	max-width: 200px;
	text-align: center;
	padding: 0.7rem;;
	margin: 0 auto 0;
	border: 2px solid #37c1f1;
	color: #37c1f1;
	display: block;
	background: #fff;
	font-size: 1rem;
	line-height: 1;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 400;
}
#contents .maypage-area a.dl-btn:hover {
	opacity: 0.75;
}
#contents .leave-area {
	width: auto;
	display: table;
}
#contents .leave-area li {
	display: table-cell;
}
#contents .leave-area li:last-child {
	padding-left: 20px;
	font-size: 0.875rem;
	font-weight: 400;
}
#contents .leave-area a.leave-btn {
	width: 150px;
	text-align: center;
	padding: 0.7rem;;
	margin: 0 auto 0;
	border: 2px solid #aaaaaa;
	color: #aaaaaa;
	display: block;
	background: #fff;
	font-size: 1rem;
	line-height: 1;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 400;
}
#contents .leave-area a.leave-btn:hove {
	opacity: 0.75;
}
/*モーダルを開くボタン*/
.mypage-modal .modal-open{
  cursor: pointer;
	width: 150px;
	text-align: center;
	padding: 0.7rem;;
	margin: 0 auto 0;
	border: 2px solid #aaaaaa;
	color: #aaaaaa;
	display: block;
	background: #fff;
	font-size: 1rem;
	line-height: 1;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 400;
	-webkit-appearance: none;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.mypage-modal .modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.mypage-modal .modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.mypage-modal .modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.mypage-modal .modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.mypage-modal .modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.mypage-modal .modal-content {
  background: #fff;
  text-align: center;
  padding: 30px;
}
.mypage-modal .modal-content .btn_area .ttl {
	font-size: 18px;
	font-weight: 500;
	background: #37c1f1;
	padding: 0.3rem;
	color: #fff;
}
.mypage-modal .modal-content .btn_area p.att {
	font-size: 16px;
	padding: 15px 0;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.8;
}
.mypage-modal .modal-content .bt-box {
	width: 80%;
	margin: 0 auto;
}
.mypage-modal .modal-content .bt-box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.mypage-modal .modal-content .btn_area button,
.mypage-modal .modal-content .yes{
	display: block;
	margin: 0 auto;
	padding: 10px;
	border: none;
	width: 150px;
	font-size: 16px;
	text-decoration: none;
	-webkit-appearance: none;
	border-radius: 30px;
	background: #fff;
}
.mypage-modal .modal-content .btn_area button {
	float: right;
	border: 2px solid #37c1f1;
  color: #37c1f1;
}
.mypage-modal .modal-content .yes {
	float: left;
	border: 2px solid #aaa;
	color: #aaa;
}
.mypage-modal .modal-content button a {
	border: 2px solid #aaa;
	color: #aaa;
}
.mypage-modal .modal-content .btn_area button:hover,.modal-content .btn_area a.yes:hover {
	opacity: 0.75;
}
.mypage-modal .modal-content button{
  cursor: pointer;
}
/*
-----------------------------------------------------------------------
お問い合わせ
-----------------------------------------------------------------------
*/
#contents .contact-box {
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 35px 30px;
	background:#ebebeb;
 	border-radius: 20px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
}
#contents .contact-area {
	max-width: 100%;
  margin: 30px auto 0;
	background: #fff;
	padding: 30px 50px 40px;
}
#contents .contact-area table {
	max-width: 84%;
	margin: 15px auto 20px;
}
#contents .contact-area table th {
	padding: 1rem 0;
	vertical-align: top;
}
#contents .contact-area table td {
	padding: 0.8rem 0;
	vertical-align: top;
	font-size: 0.9rem;
	font-weight: 400;
}
#contents .contact-area table th {
	width: 20%;
	text-align: left;
}
#contents .contact-area input[type='text'],
#contents .contact-area input[type='email'] {
	box-sizing: border-box;
	width: 70%;
	font-size: 1rem;
	padding: 0.5rem;
	border: 1px solid #b2b2b2;
	-webkit-appearance: none;
	border-radius: 0;
	font-weight: 400;
}
#contents .contact-area textarea {
	box-sizing: border-box;
	width: 96%;
	font-size: 1rem;
	padding: 0.5rem;
	border: 1px solid #b2b2b2;
	-webkit-appearance: none;
	border-radius: 0;
	font-weight: 400;
}
#contents .contact-area input::placeholder,#contents .contact-area textarea::placeholder {
	color: #999;
	font-weight: 400;
}
#contents .contact-area .button {
	width: 220px;
	text-align: center;
	padding: 8px 10px;
	margin: 8px auto 0;
	border: 2px solid #37c1f1;
	color: #37c1f1;
	display: block;
	background: #fff;
	font-size: 1.12rem;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 400;
	-webkit-appearance: none;
}
#contents .contact-area .button:hover {
	cursor: pointer;
	opacity: 0.75;
}
#contents .contact-area .message {
	font-size: 1rem;
	text-align: center;
}
#contents .contact-area .message span {
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
/*
-----------------------------------------------------------------------
login
-----------------------------------------------------------------------
*/
#contents .login-area{
	max-width: 70%;
	margin:  auto;
	text-align: center;
	padding: 50px 0;
}
#contents .login-area li a {
	display: block;
	width: 320px;
	text-align: center;
	font-size: 1.2rem;
	padding-left: 20px;
	line-height: 48px;
	border-radius: 30px;
	text-decoration: none;
	font-feature-settings: "palt" 1;
	font-weight: 500;
	margin: 0 auto 20px;
}
#contents .login-area li:nth-of-type(1) a {
	background: url("../images/common/ico_line.png")no-repeat 4px center #fff;
	background-size:35px;
	border: 2px solid #00b900;
	color: #00b900;
}
#contents .login-area li:nth-of-type(2) a {
	background: url("../images/common/ico_google.png")no-repeat 4px center #fff;
	background-size:35px;
	border: 2px solid #1877f2;
	color: #1877f2;
	margin-bottom: 0;
}
#contents .login-area li a:hover {
	opacity: 0.75
}
/*
-----------------------------------------------------------------------
規約など
-----------------------------------------------------------------------
*/
#contents .policy-box {
	width: 100%;
	margin: 0 auto 50px;
	padding: 35px 30px;
	background:#ebebeb;
 	border-radius: 20px;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
}
#contents .policy-area {
	width: 100%;
  margin: 30px auto 0;
	background: #fff;
	padding: 30px 50px 40px;
	line-height: 1.8
}
#contents .policy-area .read {
	font-weight: normal;
	font-size: 16px;
}
#contents .policy-area .kajyo {
	font-weight: 500;
}
#contents .policy-area .indent {
	text-indent: 1em;
}
#contents .policy-area .indent + .kajyo {
	margin-top: 30px;
}
#contents .policy-area > ol {
	width: 100%;
	padding-left: 20px;
	margin-top: 10px;
}
#contents .policy-area > ol + .kajyo {
	margin-top: 30px;
}
#contents .policy-area > ol > li {
	list-style: decimal;
	margin-bottom: 15px;
}
#contents .policy-area > ol > li > ol.list_parentheses {
  padding:0 0 0 1em;
  margin:5px 0 0;
}
#contents .policy-area > ol > li > ol.list_parentheses li:first-child {
}
#contents .policy-area > ol > li > ol.list_parentheses > li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
	margin-bottom: 5px;
}
#contents .policy-area > ol > li > ol.list_parentheses > li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
#contents .policy-area > ol > li > ol > li > ol.kana {
  padding:0 0 0 1em;
  margin:5px 0 0;
	list-style-type: katakana
}
#contents .policy-area > ol > li > ol > li > ol.kana > li {
	margin-bottom: 5px;
	list-style-position:inside;
	list-style-type: katakana
}
#contents .policy-area table {
	max-width: 90%;
	margin: 15px auto 0;	
	border-collapse: collapse;
	border: 1px solid #b2b2b2;
}
#contents .policy-area table th {
	padding: 1rem;
	vertical-align: top;
	background: #b2b2b2;
	color: #fff;
	font-size: 1rem;
	white-space: nowrap;
	border-bottom: 1px solid #fff;
}
#contents .policy-area table td {
	padding: 1rem;
	vertical-align: top;
	font-size: 1rem;
	border-bottom: 1px solid #b2b2b2;
}

/* === エントリー一覧・プロフィール写真を 1:1 正方形に統一（プロフィール写真の1:1トリミングと揃える。写真ごとの横幅バラつき・歪みを解消） === */
.home #contents .photo-box img,
#contents .ranking-box .photo-box img {
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
/* 公開タレントプロフィールのメイン画像・サムネも比率保持で正方形表示 */
#contents .profile-box #MainPhoto,
#contents .profile-box .ChangePhoto {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
	height: auto;
	cursor: pointer;
}