@charset "utf-8";
/* ---------------------------------------
**
** demo
**
--------------------------------------- */
/* .theme-obj-1 {
  display: none;
}
.bn-entry {
  display: none;
} */
.js-timer {
  display: none;
}
/*============================
#next.day
============================*/
.day{
  width: 100%;
}
@media screen and (max-width: 768px) {
}

.day-list{
  width: 100%;
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 10; */
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
}

.day-list.-fixed {
  position: fixed;
  left: 0;
  z-index: 10;
}

.day-item{
  display: none;
}
@media screen and (max-width: 768px) {
}

.day-item-link{
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .day-item-link {
    display: block;
    font-weight: 700;
  }
}

@media screen and (min-width: 769px) {
  .day-item-link:hover {
    background-color: #696969;
  }
}
@media screen and (max-width: 768px) {
  .day-item-link:active {
    background-color: #696969;
  }
}

.day-time{
  position: relative;
  margin: 0 70px 0 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .day-time{
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 15px;
  }
}

.day-time-ic {
  position: relative;
  display: inline-block;
}
.day-time-ic::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../img/home/ic-arrow-down-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -30px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .day-time-ic::after {
    content: '';
    width: 17px;
    height: 17px;
    right: -24px;
    background-position: center 60%;
  }
}

.day-city{
  
}
@media screen and (max-width: 768px) {
  .day-city{
    display: flex;
    flex-wrap: wrap;
    padding: 7px 0 0 0;
  }
}

.day-city-item{
  display: inline-block;
  padding: 0 22px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .day-city-item {
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 14px;
  }
}

/*  */
.header-sp-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-sp-entry.-dis {
    pointer-events: none;
  }
  .header-sp-logo {
    display: block;
    width: 40%;
    margin: 0 auto 0 15px;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .header-sp-logo.-visible {
    opacity: 1;
  }
}