@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');
/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body.safari #content, body.safari #footer { /*サファリでリンク先から戻った時文字が拡大する対応*/
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  font-size: 17px;
  background-color: #f0f0f0;
}
a:hover, a:active {
  text-decoration: none;
}
/*初期設定
----------------------------------------------------*/
#wrapper {
  width: 620px;
  padding: 0 0 20px 0;
  overflow: hidden;
  margin: auto;
  position: relative;
  background-color: #fff;
}
.content {
  display: block;
  margin: 0 auto;
  width: 95%;
}
p {
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
}
@media screen and (min-width:640px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width:640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #wrapper {
    width: 100%;
  }
}
/*layout
----------------------------------------------------*/
img {
  width: 100%;
}
video {
  width: 100%;
}
.w30 {
  width: 30%;
  margin: auto;
}
.w60 {
  display: block;
  width: 60%;
  margin: auto;
}
.w80 {
  display: block;
  width: 80%;
  margin: auto;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt40 {
  margin-top: 40px;
}
.pink {
  color: rgb(255, 0, 120);
}
.red {
  color: rgb(255, 0, 0);
}
.gray {
  color: rgb(187, 187, 187);
}
.orange {
  color: rgb(255, 153, 0);
}
.blue {
  color: rgb(0, 0, 255);
}
.brown {
  color: rgb(153, 0, 0);
}
.marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffca5 0%) repeat scroll 0 0;
}
.marker02 {
  border-bottom-style: dotted;
  border-bottom-color: #dcdcdc;
  border-bottom-width: 3px;
  padding-bottom: 3px;
}
.strikethrough {
  text-decoration: line-through;
}
.fsLLLL {
  font-size: 36px;
}
.fsLLL {
  font-size: 29px;
}
.fsLL {
  font-size: 26px;
}
.fsL {
  font-size: 22px;
}
.fsM {
  font-size: 20px;
}
.fsS {
  font-size: 10px;
}

.anno {
    text-align: right;
    font-size: 10px;
    color: #cfcfcf;
}
.slider {
  margin: auto;
  margin-top: 25px;
  width: 88%;
}
/* 中央以外のスライド */
.slick-img img {
  height: auto;
  opacity: .3;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  width: 94%;
  margin: 3%;
  box-shadow: #ccc 0 0 10px;
}
/* 中央のスライド */
.slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 900px) {
  .slick-img img {
    height: auto;
    opacity: .3;
    transform: scale(.8);
    transition: opacity .5s, transform .5s;
  }
}
.rankTable table {
  width: 100%;
  text-align: center;
  line-height: 1.2;
}
.rankTable {
  border: 3px solid #ff9a66;
  margin-bottom: 60px;
  margin-top: 30px;
}
.rankTable th {
  position: sticky;
  width: 40px;
  padding: 9px 0px 9px;
  background-color: #fd9b7e;
  color: #fff;
  left: 0;
  border-bottom: 1px dotted #fff;
  font-size: 9px;
}
.rankTable td {
  width: auto;
  border-bottom: 1px dotted #eee;
  border-top: none;
  padding: 9px 5px 9px;
  font-size: 12px;
  position: relative;
  vertical-align: middle;
  border-right: 1px dotted #ddd;
  background: none;
}
.rankTable td:last-child {
  border-right: none;
}
.rankTable tr th + td {
  background-color: #fdffe4;
}
.rankTable table th {
  width: 19.0%;
  font-size: 13px;
}
.rankTable td {
  border-right: 1px dotted #ddd;
}
.rankTable tr {
  border-bottom: 1px dotted #ddd;
}
.rankTable tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width:768px) {
  .rankTable table {
    width: 550px;
  }
  .rankTable {
    overflow-x: scroll;
  }
}
.rankTable table th {
  vertical-align: middle;
  width: 9.0%;
  font-size: 12.5px;
  z-index: 88;
}
img.table_icon {
  width: 99%;
  margin-top: 5px;
}
.sogood {
  font-size: 35px;
  color: #ff4a1d;
}
.good {
  font-size: 34px;
  color: #ffbb00;
  font-weight: normal;
}
.bad {
  font-size: 37px;
  font-weight: 300;
  color: #747474;
}
.soso {
  font-size: 34px;
  font-weight: bold;
  color: #0cc300;
}
h2 {
  background-color: #000;
  padding: 10px 5px 10px 10px;
  font-size: 25px;
  color: #faea1b;
  text-align: center;
}
h3 {
  background-color: rgb(255 100 100);
  padding: 10px 5px 10px 10px;
  font-size: 25px;
  color: #FFFFFF;
}
h4 {
  background-color: #000;
  font-size: 25px;
  color: #faea1b;
  text-align: center;
}
h5 {
  border-bottom: 2px solid red;
  font-size: 20px;
}
.kuti {
  padding: 15px 10px;
  background: white;
  border: 11px solid #ffa9b8;
}
footer {
  text-align: center;
  padding: 3%;
  background-color: #cccccc;
  margin-top: 20px;
  margin: 0 auto;
  max-width: 620px;
  font-size: 12px;
}
footer a {
  color: #fff;
}
/*アニメーション*/
/*震える*/
.buruburu {
  display: inline-block;
  animation: hurueru .1s infinite;
}
@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg)
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg)
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg)
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}
/*下への矢印（↓）*/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 50px; /*画面いっぱいにする場合100vh*/
  margin: 1em auto;
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {
  position: absolute;
  top: 50%; /*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
.cp_arrows .cp_arrowfirst {
  -webkit-animation: arrow-move08 2s ease-in-out infinite;
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
  -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  content: '';
  background: #E91E63;
}
.cp_arrows .cp_arrow:before {
  -webkit-transform: rotate(30deg) translateX(-30%);
  transform: rotate(30deg) translateX(-39%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
  -webkit-transform: rotate(-30deg) translateX(39%);
  transform: rotate(-30deg) translateX(39%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@keyframes arrow-move08 {
  0% {
    top: 10%; /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*下への矢印2（↓）*/
.move {
  align-items: flex-start;
  justify-content: center;
  margin: 5% 0;
}
.downArrow {
  display: flex;
}
.downArrow > span {
  width: 100px;
  height: 65px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.downArrow > span::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 40%;
  background: #d00000;
}
.downArrow > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top right, transparent 49%, #d00000 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #d00000 50%) top right/50% 100% no-repeat;
}
.move {
  animation-name: btnAnime02;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  -moz-animation-name: btnAnime02;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  align-items: flex-start;
  justify-content: center;
}
@keyframes btnAnime02 {
  /*初期位置*/
  0% {
    /*1番目の値はX方向, 2番目の値はY方向*/
    transform: translate(0, 0);
  }
  /*animation-durationで設定した値の半分の時間（50%）の時の位置*/
  50% {
    transform: translate(0, -8px);
  }
  /*animation-durationで設定した値になった（100%）時の位置*/
  100% {
    transform: translate(0, 0);
  }
}
/*縦に揺れる*/
.item_text {
  animation: key1 .3s ease infinite alternate;
}
@keyframes key1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/* 文字の点滅 */
.blinking {
  -webkit-animation: blink 0.5s ease-in-out infinite alternate;
  -moz-animation: blink 0.5s ease-in-out infinite alternate;
  animation: blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* DSスライダー */
/*------ スライダーの横幅 ------*/
/*
.ds_slider_wrap{
    padding: 5%;
    border: 3px solid #ff7889;

}
*/
.ds_slider_ttl {
  background-color: #ff7889;
  color: #fff;
  width: 20%;
  padding: 0.5%;
  text-align: center;
  margin-top: 3%;
  font-size: 25px;
  border-radius: 5px 5px 0 0;
}
.ds_slider {
  width: 100%;
  margin: 0 auto;
}
/*------ スライダー画像 ------*/
.ds_slider img {
  width: 100%;
}
/*-------- 高さ調整 ----------*/
.ds_slider .slick-slide {
  height: auto !important;
}
/*---------- 矢印 ----------*/
.ds_slider .slick-next {
  right: 0 !important;
}
.ds_slider .slick-prev {
  left: 0 !important;
}
.ds_slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}
.ds_slider_bg {
  width: 100%;
  margin: 0 auto;
}
.slick-prev:before {
  content: none !important;
}
.slick-next:before {
  content: none !important;
}
.slick-dots li button:before {
  content: none !important;
}