@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
body {
  font-size: 14px;
  color: #333;
  font-family: "Sawarabi Gothic",sans-serif;

}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  background-color: transparent;
}

*, ::after, ::before {
  box-sizing: inherit;
}


.box {
	display: flex;
	justify-content: space-between;
}

.item02 {
  width: 25%;
  position: absolute;
  bottom: 23%;
  right:66%;
}

.item01 {
  width: 25%;
  position: absolute;
  bottom: 23%;
  right:37%;
}

.item03 {
  width: 25%;
  position: absolute;
  bottom: 23%;
  right:8%;
}



.best-7-logo {padding-top: 5px;}

img {
  width: 100%;
  margin-top: auto;
}

.pd20{
  padding-bottom: 20px;
}

.ft-star {
  color:#f95e28;
  font-size: large;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.container {
  max-width: 750px;
  margin: 0 auto;
}

.inner {
  padding: 0 15px;
}


/*header*/

.header {
  padding: 10px 0;
}

.header-sub {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.header-sub span {
  color: #ff7495;
}

.header-main {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}

.main-ttl {
  padding: 10px 0;
}

.top-rank {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.top-rank__item {
  width: 32%;
}

.top-rank__item a {
  color: #333;
}

.top-rank-ico {
  width: 30px;
  margin: 0 auto;
}

.top-rank-name {
  text-align: center;
  font-weight: bold;
  margin: 5px 0;
}

.top-rank-logo {
  border: 1px solid rgb(213, 213, 213);
  padding: 5px;
}

.img-bottom {
  vertical-align: top;
  vertical-align: bottom;
}

.point3-content {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff5a5;
}

.rank-content {
  background-color: #c6e8f7;
}

.rank-content-ttl {
}

.text-box{
  margin:10px
}

.rank-box {
  background: #c6e8f7;
  margin: 0 px;
  margin-bottom: 0px;
}

.rank-box-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: dotted 3px #b1b1b1;
  padding-bottom: 10px;
}

.rank-ico {
  width: 70px;
  margin-right: 15px;
}

.shop-name a {
  font-size: 24px;
  font-weight: 600;
  color: #ba2c40;
}

.rank-table {
  width: 100%;
  border: 1px solid #f46f8f;
  margin-top: 10px;
}

.rank-table th, .rank-table td {
  width: 33%;
  text-align: center;
}

.rank-table th {
  background: #fde9ee;
  font-size: 13px;
  font-weight: 600;
  color: #f46f8f;
  padding: 5px 0;
  border-right: 1px solid #f46f8f;
  border-top: 1px solid #f46f8f;
}

.rank-table td {
  font-weight: 600;
  padding: 5px 0;
  border-right: 1px solid #f46f8f;
  border-top: 1px solid #f46f8f;
}

ul.rank-flex{
  width: 95%;
  border-top: 1px solid #dcc7cb;
  border-left: 1px solid #dcc7cb;
  border-right: 1px solid #dcc7cb;
  margin-left:2.5%;
  margin-right:2.5%;
}
ul.rank-flex ul{
  display: flex;
  font-size: 13px;
  font-weight: 600;
}
ul.rank-flex ul.ul01{
  border-bottom: 0;
}
ul.rank-flex ul li{
  flex-grow: 1;
  width: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #dcc7cb;
  border-right: 1px solid #dcc7cb;
  background-color: #FFF;
  text-align: center;
  padding: 10px;
}
ul.rank-flex ul li:last-child{
  border-right: none;
}
ul.rank-flex ul.ul01 li{
  background-color: #b0ddff;

}

ul.rank-flex .kind{
  color: #361b1b;
}

.mt20{margin-top: 20px;}
.mt10{margin-top: 10px;}
.txt_red{color: #ba2c40;}
.txt_cap{
  color: #595959;
  font-size:12px;
  line-height: 1.6;
  margin: 10px;;
}




/*cta-btn*/

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

.cta-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #59b6a1;
  box-shadow: 4px 4px #429f8a;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  border-radius: 50px;
  margin: 10px 0 30px;
}



.cta-btn-img {
  padding-top: 10px;
}

.cta-btn-img:hover img {
  opacity: 0.6;
}

.punipuni {
	animation: punipuni 0.8s infinite;
}
@keyframes punipuni {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.98, 1.15)
	}
}



.cta-btn::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.hikaku-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #43ad6a;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  border-radius: 50px;
  margin: 20px 0;
  box-shadow: 4px 4px #3d8a59;
  margin-bottom: 30px;
}

.hikaku-btn i {
  padding-left: 10px;
}

.hikaku-btn::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.ichioshi-ttl {
  margin-top: 30px;
}

.about-ttl {
  margin-top: 20px;
}

.kuchikomi-ttl {
  margin-top: 20px;
}


.ico-wrap {
  position: absolute;
  right: 20px;
  top: 20px;
}

.taisaku-ttl {
  font-size: 14px;
  border-left: none;
  border-right: none;
  padding: 20px 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 20px 0 15px 0;
  background-color: #f4fb85;
  font-weight: 500;
}

.taisaku-content {
  display: none;
  border: 1px solid #f4fb85;
  padding: 10px;
  font-size: 14px;
  background: #fefff5;
}

.search-ttl {
  font-size: 14px;
  border-left: none;
  border-right: none;
  padding: 20px 20px;
  margin-bottom: 30px;
  cursor: pointer;
  text-align: center;
  position: relative;
  background-color: #f46f8f;;
  font-weight: 500;
  color: #fff;
}
.search-ttl .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}


.kensaku-content {
  display: none;
  border: 1px solid #f4fb85;
  padding: 10px;
  font-size: 14px;
  background: #fefff5;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.taisaku-ttl.open .dli-plus::before,
.search-ttl.open .dli-plus::before {
  display: none;
}


.taisaku-content-inner {
  display: flex;
  flex-wrap: wrap;
}

.taisaku-check {
  width: 6%;
  line-height: 1.5;
  margin-bottom: 7px;
  color: #7a859b;
}

.taisaku-text {
  width: 92%;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 7px;
}
.taisaku-text span {
  color: #f46f8f;
}

.shop-img {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.shop-img-item {
  background: #ccc;
  width: 49%;
  text-align: center;
}
.otoku {
  margin-top: 20px;
}















.swiper-container {
  width: 100％;
  overflow: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: none !important
  
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: none !important
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0 !important;
  right: auto;
}

.table-scrolling {
  overflow-x: auto;
}


/* ranking-table-o */

.ranking-table-o {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  overflow: scroll;
}

.ranking-table-o tbody {
  width: max-content;
}

.ranking-table-o-ttl {
  width: 100%;
  height: 50px;
  background-color: #ffa311;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
}

.ranking-table-o th, .ranking-table-o td {
  width: calc(100% / 6);
  min-width: calc(500px / 6);
  padding: 3px 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
  border: 0.5px #dedede solid;
  font-size: 13px;
}
.text-small {
  display: block !important;
  font-size: 12px;
  width: 100%;
  color: #333;
  padding-bottom: 0.8em;
}

.text-score01 {
 color: #ff7e6b;
 font-weight: bold;
 font-size: large;
}

.text-score02 {
  color: #ffa703;
  font-weight: bold;
  font-size: large;
 }

.text-small_2{
  font-size: 14px;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
  right:0%;
  bottom: 10%;
}

.ranking-table-o th {
  background: #82bcaf;
  font-weight: 500;
  position: sticky;
  left: 0;
  color: #fff;
  z-index: 99999;
}
.osusume {
  margin-bottom: 40px;
}

.ranking-table-o td {
  background: #f9fffd;
  font-weight: 500;
}

.ranking-table-o img {
  max-height: 200px;
  width: 150px;
  padding: 0 10px; 
}
.td-in {
  position: relative;
  height: 53px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display:grid;
  align-items: center;
  vertical-align: middle;
}
.ranking-table-o td .button {
  text-decoration: none;
}

.ranking-table-o em {
  font-weight: 700;
}

.ranking-table-o small {
  font-size: .85rem;
}

.table-ttl-o {
  border: none !important;
  color: #fff;
  background: #ffa311 !important;
}

.ranking-table-o td .rank-ttl {
  display: block;
  text-decoration: none;
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
}

.ranking-table-o td .rank-ttl .rank-nam {
  position: absolute;
  top: -10px;
  left: -7px;
  width: 28px;
}

.ranking-table-o td .rank-ttl p {
  margin: 0;
  color: #000;
  background: #fff;
  /* height: 75px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  min-width: 85px;
  height: 40px;
}





/* ranking table */
.ranking-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking-title img {
  width: 64px;
}
/* .ranking-table-wrapper {
  border: 1px solid #3ca2f9;
} */
.ranking-table {
  width: 100%;
  font-size: .75rem;
}
.ranking-table th,
.ranking-table td {
  width: calc(100% / 8);
  min-width: calc(350px / 3);
  padding: 8px;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #ffbc00;
  text-align: center;
}
.ranking-table th {
  background: #fde9ee;
  font-size: 13px;
  font-weight: 600;
  color: #f46f8f;
  padding: 5px;
  border-right: 1px solid #f46f8f;
  border-top: 1px solid #f46f8f;
  border-bottom: 1px solid #f46f8f;
}
.ranking-table td {
  font-weight: 500;
  padding: 5px 0;
  border: 1px solid #f46f8f;
  border-top: 1px solid #f46f8f;
  font-size: 13px;
}

.ranking-table img {
  width: auto;
  max-height: 93px;
}
.ranking-table td .button {
  font-size: 1.2rem;
  text-decoration: none;
}
.ranking-table em {
  font-size: 1rem;
  font-weight: 700;
}
.ranking-table small {
  font-size: .5rem;
}
@media (max-width: 575.98px) {
  .ranking-title img {
    width: 48px;
  }
}




@media (min-width:768px) {
  .ranking-table-o td .rank-ttl .rank-nam {
    position: absolute;
    top: 0px;
    left: 0;
    width: 37px;
  }
}
.table-main-btn {
  color: #fff;
  background-color: #ff7e56;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px;
}
.table-btn {
  color: #fff;
  background-color: #a2a2a2;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px;
}

.do {
  color: #f00;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 0;
  opacity: .2;
}
.no {
  color: rgb(68, 68, 245);
  font-size: 4rem;
  position: absolute;
  top: -36%;
  left: 32%;
  z-index: 0;
  opacity: .1;
  font-weight: normal;
}
.ta {
  color: rgb(255, 164, 27);
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 0;
  opacity: .4;
}
.ci {
  color: rgb(119, 211, 54);
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 0;
  opacity: .5;
}

.hf{
  color: rgb(163, 163, 163);
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 0;
  opacity: .3;
}

.osusume-cont {
  position: relative;
}
.footer {
  font-size: 16px;
  text-align: center;
  background:#5ea0d2;
  color: #fff;
  padding: 30px 0;
  margin-top: 40px;
}

.footer a:link { color: #FFF; }
.footer a:visited { color: #FFF; }

.cta-btn.osusume-btn {
  position: relative;
  display: block;
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 5%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ed4848;
  box-shadow: 4px 4px #d22727;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  border-radius: 50px;
  margin: 10px 0 30px;
}




/* search form */
.hide {
  display: none;
}
.search-form-table {
  width: 100%;
  margin-bottom: 20px;
}
.search-form-table th,
.search-form-table td {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #f46f8f;
}
.search-form-table td ul li {
}

.search-form-table th {
  width: 30%;
  background: #fde9ee;
  text-align: center;
  color: #f46f8f;
  font-weight: bold;
}
.search-form {
  background: #fff;
  border-radius: 4px;
}
.search-form-axis li:not(:last-child) {
  margin-right: 8px;
}
.search-form-detail {
  border-top: 1px dashed #df97a8;
}
.c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-btn {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  display: block;
    width: 92%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #3baf90;
    box-shadow: 4px 4px #3d8a59;
    cursor: pointer;
    overflow: hidden;
    font-size: 15px;
    border-radius: 50px;
    margin: 10px 4% 30px;
    padding: 0;
}
.mb-15 {
  margin-bottom: 15px;
}
.search-clear {
  text-align: center;
  display: block;
  color: #333;
  font-size: 14px;
}
.search-clear i {
  padding-right: 10px;
}
.result-ttl {
  background: #f46f8f;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px 0;
  margin-top: 20px;
}
.result-btn {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  display: block;
  width: 90%;
  margin-left: 5%;
  height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #3baf90;
    box-shadow: 4px 4px #3d8a59;
    cursor: pointer;
    overflow: hidden;
    font-size: 15px;
    border-radius: 10px;
    padding: 0;
}


/*info.html*/
@media (min-width:768px) {
  .pc_none {
    display: none;
  }
  .sp_none{
    display: block;
  }
}

@media (max-width:767px) {
  .pc_none {
    display: block;
  }
  .sp_none{
    display: none;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.info_header {
  background: #5ea0d2;
  padding: 1em 0;
  margin-bottom: 0.5em;
  text-align: center;
}

.info_header h1 {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
}



.pankuzu{
  font-size: 12px;
  margin-bottom: 3em;
  margin-top: 1em;
}

.pankuzu span{
  padding: 0 0.7em;
}

.info_content {
}

@media screen and (max-width: 767px) {
  .info_content {
    padding: 0 1em;
  }
}

@media screen and (min-width: 768px) {
  .info_content {
    width: 740px;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

.article-block{
  text-align: center;
}

.article-block:last-child {
  margin-bottom: 0;
}



.article-block h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .article-block h1,h2 {
    margin-bottom: 0.6em;
  }
  
}

.article-block p{
  text-align: justify;
  line-height: 1.6em;
  padding-bottom: 20px;
  font-weight: 1.2em;
}

.article-block__ttl {
  font-size: 1rem;
  position: relative;
}

footer .footer-inr {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  footer .footer-inr {
    width: 740px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
}

.footer_link{margin-bottom: 0.5em;}

.info_ad{
  text-align: center;
}
.info_ad img{
}

/* 20230713 */

.rank-img{
  margin-bottom: 2rem;
}

.rank-img .mv{
  text-align: center;
}

.rank-img .mv img{
  width: 95%;
}
.rank-name a {
  font-size: 22px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', serif;
  color: #361b1b;
  text-align: left;
}
.rank-name {
  width: 90%;
  margin: 0 auto;
}
.rank-name span {
  padding-bottom: 5px;
  background: url(../img/ttl-bg.png) repeat-x left bottom;
  background-size: 60%;
}
.rank-name a {
  display: flex;
  align-items: center;
}
#ranking-no1 .rank-name a::before {
  display: block;
  content: "";
  width: 40px;
  height: 70px;
  background: url(../img/rank-ico/ico-no1.png) no-repeat left center;
  background-size: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}
#ranking-no2 .rank-name a::before {
  display: block;
  content: "";
  width: 40px;
  height: 70px;
  background: url(../img/rank-ico/ico-no2.png) no-repeat left center;
  background-size: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}
#ranking-no3 .rank-name a::before {
  display: block;
  content: "";
  width: 40px;
  height: 70px;
  background: url(../img/rank-ico/ico-no3.png) no-repeat left center;
  background-size: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}
#ranking-no4 .rank-name a::before {
  display: block;
  content: "";
  width: 40px;
  height: 70px;
  background: url(../img/rank-ico/ico-no4.png) no-repeat left center;
  background-size: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}
#ranking-no5 .rank-name a::before {
  display: block;
  content: "";
  width: 40px;
  height: 70px;
  background: url(../img/rank-ico/ico-no5.png) no-repeat left center;
  background-size: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}
#ranking-no6 .rank-name a::before {
  display: block;
  content: "";
  width: 40px;
  height: 70px;
  background: url(../img/rank-ico/ico-no6.png) no-repeat left center;
  background-size: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}
#ranking-no7 .rank-name a::before {
  display: block;
  content: "";
  width: 40px;
  height: 70px;
  background: url(../img/rank-ico/ico-no7.png) no-repeat left center;
  background-size: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}
#ranking-no8 .rank-name a::before {
  display: block;
  content: "";
  width: 40px;
  height: 70px;
  background: url(../img/rank-ico/ico-no8.png) no-repeat left center;
  background-size: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}

#ranking-no9 .rank-name a::before {
  display: block;
  content: "";
  width: 40px;
  height: 70px;
  background: url(../img/rank-ico/ico-no9.png) no-repeat left center;
  background-size: 100%;
  flex-shrink: 0;
  margin-right: 10px;
}



/* ------------------------------------------------------------
  カウントダウンタイマー
------------------------------------------------------------ */

.timer_in_box {
  width: 85%;
  margin: auto;
  border: solid 2px #fa7f57;
  background: #fffce8;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  font-size: 1.3rem;
  position: relative;
}

.timer_in_box::before{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 11px solid transparent;
  border-top: 11px solid #fffce8;
  z-index: 2;
}

.timer_in_box::after{
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -17px;
  border: 13px solid transparent;
  border-top: 13px solid #fa7f57;
  z-index: 1;
}

.timer_in_box .time-p{
  font-weight: bold;
  padding-left: 1rem;
}

.timer_in_box .timerbox {
  background: #333333;
  color: #fff;
  border-radius: 30px;
  padding: 10px 10px;
  font-size: 1.2rem;
}

@media screen and (max-width:768px) {
  .timer_in_box{
    margin-top: 10px;
    max-width: 400px;
    display: block;
    padding: 6px 0;
  }

  .timer_in_box .time-p{
    text-align: center;
    padding: 5px;
  }

  #timer-youwall01,#timer-youwall02,#timer-donna01,#timer-donna02,#timer-perfect01,#timer-perfect02,#timer-sonic01,#timer-sonic02,#timer-iine01,#timer-iine02,#timer-impact01,#timer-impact02,#timer-smile01,#timer-smile02,#timer-mycre01,#timer-mycre02,#timer-zerostyle01,#timer-zerostyle02,#timer-anshin01,#timer-anshin02,#timer-impact01,#timer-impact02,#timer-minnano01, #timer-minnano02, #timer-kaitorich01, #timer-kaitorich02, #timer-wakocredit01,#timer-wakocredit02,#timer-genkinkahonpo01,#timer-genkinkahonpo02{
    text-align: center;
  }

  .timer_in_box .timerbox{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2rem;
  }
}

.h {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.3rem;
}

.m {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.3rem;
}

.s {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.3rem;
}

.end {
  font-size: 1rem;
}

.mb30{
  margin-bottom: 30px;
}

