@charset "utf-8";

body {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

h1 {
	width: 54%;
	margin: 0 auto;
	padding-top: 6%;
	font-weight: bold;
	margin-bottom: 4%;
}
.top-slide .ico_heart {
	background: url(../img/ico_heart.png) no-repeat 42%;
	background-size: 13px 12px;
	font-size: 12px;
}
.ico_heart {
	padding-left: 12%;
	background: url(../img/ico_heart.png) no-repeat left center;
	background-size: 13px 12px;
	font-size: 12px;
}
#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
#loader .loader-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
 
}
#loader .loader-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 286px;
  height: 103px;
}
.scroll {
	position: relative;
    height: 118px;
}
.scroll p {
	padding-top: 56px;
	font-size: 12px;
    font-weight: bold;
	text-align: center;
}
.scroll a {
    position: absolute;
    bottom: 0;
    left: 0;
 	right: 0;
  	margin: auto;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
	font-size: 10px;
    transition: opacity .3s;
}
.scroll a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
    box-sizing: border-box;
}
.scroll a span {
    position: absolute;
	background: #fff;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #000;
    border-radius: 50px;
    box-sizing: border-box;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.sns {
	display: none;
}


/* btn */
.btn_area {
	position: relative;
}

.btn_vote {
	display: none;
}
/*.btn_vote {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: #aaa url(../img/btn_heart.png) no-repeat center center;
	background-size: 32px 32px;
	border-radius: 25px;
	transition: all 0.2s linear;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.btn_vote.on {
	background-color: #fd616b;
	animation: anime_01 0.2s;
}*/

.top-slide {
	margin-bottom: 60px;
}
.top-slide ul li {
	padding: 8px;
}
.top-slide li {
	text-align: center;
}
.top-slide h2 {
	font-size: 10px;
}
.slide img {
    width: 100%;
}

section {
	width: 92%;
}
.sub_en {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 26px;
}

section.main-text h2 {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-size: 32px;
	line-height: 88%;
	margin-bottom: 3%;
}
section.main-text {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	padding: 6% 0;
}
.subtitle {
	font-weight: bold;
	font-size: 12px;
	width: 85%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-bottom: 32px;
	
}
#ranking .subtitle {
	width: 94%;
}
.subtitle:before,
.subtitle:after {
border-top: 2px solid;
content: "";
flex-grow: 1;
}
.subtitle:before {
margin-right: 0.5rem;
}
.subtitle:after {
margin-left: 0.5rem;
}
#cp_text {
	width: 90%;
    margin: 0 auto;
}
span.heart {
	margin-left: 4px;
	vertical-align: text-bottom;
}
span.heart img {
	background-color: #fd616b;
	border-radius: 25px;
    width: 20px;
}
section.main-text dl {
    margin-bottom: 8%;
	letter-spacing: 0.02em;
}
section.main-text dt {
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    border-bottom: 1px solid;
    margin-bottom: 6px;
    line-height: 1.3;
}
section.main-text dd {
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
}
section.main-text p.text {
    margin-bottom: 6%;
    font-size: 14px;
    line-height: 1.8;
	text-align: left;
}

.btn img {
	width: 18px;
	margin-left: 8px;
	vertical-align: middle;
}
.btn {
	width: 100%;
	font-size: 14px;
	display: inline-block;
}
.btn .tw a {
    text-decoration: none;
	font-weight: bold;
    background-color: #2693FF;
    padding: 6% ;
    display: block;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 3px 0 #0180C7;
    -moz-box-shadow: 0 3px 0 #0180C7;
    box-shadow: 0 3px 0 #0180C7;
    position: relative;
	margin-right: 4%;
}

.btn .ig a {
    text-decoration: none;
	font-weight: bold;
    background-color: #FF73FF;
    padding: 6% ;
    display: block;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 3px 0 #D462D7;
    -moz-box-shadow: 0 3px 0 #D462D7;
    box-shadow: 0 3px 0 #D462D7;
    position: relative;
}
.btn li {
	width: 49%;
	display: inline-block;
}
#cp_text .btn {
	margin-bottom: 20%;
}

#apply dl {
	margin-bottom: 24px;
}
#apply dl dt {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
}
h3 {
    margin-bottom: 2%;
}
h3 span {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	border: 2px solid;
    display: inline-block;
    padding: 4px 46px;
    border-radius: 36px;
}
.ftype {background: #CECEE4;}
.xtype {background: #EB6120;}
.etype {background: #F6AE6A;}
.atype {background: #F29077;}
.qtype {background: #CBE4B9;}
.ktype {background: #EDDD61;}
.ytype {background: #FDD000;}
.ttype {background: #C3E5E9;}
.qztype {background: #ACDCE7;}
.dtype {background: #EFD7B5;}
.ztype {background: #76B5DA;}
.axtype {background: #1EAC4B;}

.list {
	margin: 10% 0;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.link a {
	font-size: 12px;
	border-bottom: 2px dotted #000;
	padding-bottom: 8px;
}
.list li {
	width: calc(47%);
	margin: 0 6% 10% 0;
	text-align: left;
}
.list li:nth-child(2n) {
	margin-right: 0;
}
.list li p {
	font-size: 12px;
}

#apply {
	width: 92%;
	background: #eee;
	margin: 0 auto;
	font-size: 14px;
	padding: 8% 4%;
}
#apply div {
	margin-bottom: 10%;
}
#apply .title {
	background: #fff;
	width: 200px;
	text-align: center;
	border: 2px solid;
    font-weight: 600;
    padding: 8px;
    border-radius: 36px;
    margin: 0 auto 16px;
	font-size: 16px;
}
#apply .text {
	margin-bottom: 12px;
}
#apply dl {
	margin-bottom: 4%;
}
#apply a {
	text-decoration: underline;
}
#apply ul li dt {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-bottom: 8px;
}
#apply dl dd {
	margin-bottom: 2%;
	text-indent: -5em;
    padding-left: 5em;
}
#apply ul li dt:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
	margin-left: 1rem;
}


footer{
  position: relative;
}

.to-top {
  position: fixed;
  width: 8%;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.to-top img {
	width: 11px;
}
span.step {
	background: #000;
	padding: 4px 8px;
	border-radius: 13px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	margin-right: 14px;
}
#copy {
	text-align: center;
    padding: 4% 0;
    font-size: 14px;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    letter-spacing: 0.03em;
}
#copy a {
	text-decoration: none;
}
#apply .tw_btn {
	margin-bottom: 6%;
	padding-left: 5em;
}
.sns_btn {
	
	font-size: 12px;
	padding-left: 6em;
}
.sns_btn li {
	text-align: center;
    font-size: 11px;
	background: #FF73FF;
	display: inline-block;
    border-radius: 4px;
	line-height: 2;
	margin-bottom: 2%;
	padding: 0 2%;
}
.sns_btn li a {
	color: #fff;
	text-decoration: none !important;
	font-weight: bold;
}
.sns_btn img {
	width: 14px;
	vertical-align: middle;
	margin-right: 2px;
}

#ranking img {
	width: 100%;
}
.rank_top li {
	width: 100%;
    margin-bottom: 10%;
	position: relative;
	text-align: left;
}
.rank_top li:nth-child(2n) {
	margin-right: 0;
}
.rank_bottom {
	display: flex;
    flex-wrap: wrap;
}
.rank_bottom li {
	width: calc(48%);
    margin-right: 4%;
    margin-bottom: 40px;
	position: relative;
	text-align: left;
}
.rank_bottom li:nth-child(2n) {
	margin-right: 0;
}
.icon_rank {
	background: #FFC926;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: -12px;
    left: -12px;
    padding: 6px 0 0 0;
    z-index: 1;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.p-name {
	font-size: 14px;
	font-weight: bold;
}
.p-number {
	padding: 2%;
    font-size: 12px;
	margin-right: 8px;
}
.votes {
	font-size: 26px;
    margin-left: 6px;
}

.rank_top dl {
	position: relative;
  padding: 8px;
  background-color: #eee;
	border-radius: 4px;
	margin-top: 16px;
	width: 95%;
}

.rank_top dl:before {
    content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 20px;
  top: -13px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #eee;
  border-left: 15px solid transparent;
}

.rank_top dt {
	font-size: 12px;
	font-weight: bold;
}
.rank_top dd {
	font-size: 14px;
	font-weight: normal;
}
#ranking img {
	margin-bottom: 4%;
}
#ranking section {
	padding: 0 5%;
    width: 90%;
}
.btn_color {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.btn_color li {
	width: 16px;
	height: 16px;
	margin-right: 3% !important;
	border-radius:50%;
	margin-bottom: 3%;
}
.btn_color li:nth-child(4n) {
	margin-right: 8px;
}
.btn_color .nv {background: #0D325E;}
.btn_color .pi {background: #E0877D;}
.btn_color .ye {background: #F8E944;}
.btn_color .be {background: #9B886C;}
.btn_color .bk {background: #17191D;}
.btn_color .wn {background: #701D22;}
.btn_color .wh {background: #D8DCDE;}
.btn_color .or {background: #F67405;}
.btn_color .la {background: #9E8EBD;}
.btn_color .li {background: #DAD0BD;}
.btn_color .mt {background: #A3D4BE;}
.btn_color .kh {background: #666830;}
.btn_color .gy {background: #75787C;}
.btn_color .br {background: #A34921;}
.btn_color .vpi {background: #C12B54;}
.btn_color .tbl {background: #00A3B5;}
.btn_color .pl {background: #710028;}
.btn_color .lbl {background: #8DA5CA;}
.btn_color .re {background: #B70000;}
.btn_color .gn {background: #005B35;}
.btn_color .bl {background: #738D9F;}
.btn_color .dbe {background: #B38B51;}
.btn_color .iv {background: #DED5C9;}
.btn_color .slv {background: #AAB0B0;}
.btn_color .gd {background: #B9903C;}
.btn_color .lgy {background: #CFCAC6;}
.btn_color .lpi {background: #E3C0BE;}
.btn_color .chgy {background: #383838;}
.btn_color .rebr {background: #E84613;}
.btn_color .cr {background: #F6D29D;}
.btn_color .renv {background: #B70000;}
.btn_color .nvre {background: #0D325E;}
