@charset "utf-8";

a.view{
  position: relative;
  z-index: 1;
  transition: .3s;
}

a.view::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #333;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
a.view:hover {
  color: #333 !important;
  background: transparent;
}

a.view p{
  color: #fff;
}

a.view p:hover{
  color: #333;
}

a.view:hover::before {
  transform: scale(1);
  opacity: 1;
}

.topCoverHeight {
	height: 85vw !important;
}

@media screen and (min-width: 375px) {
  .topCoverHeight {
  	height: 62vw !important;
  }
}

@media screen and (min-width: 576px) {
  .topCoverHeight {}
}

@media screen and (min-width: 768px) {
  .topCoverHeight {
  	height: 45vw !important;
  }
}

@media screen and (min-width: 1024px) {
  .topCoverHeight {
  	height: 45vw !important;
  }
}

@media screen and (min-width: 1400px) {
  .topCoverHeight {
  	height: 620px !important
  }
}

.boderBtm{
  border-bottom: 3px solid #fff;
}
.boderTop{
  border-top: 3px solid #fff;
}

.boderTop_02 {
  border-top: 3px solid #DBEB05;
}

.top_voice {
  width: 100%;
  text-align: center;
  background-color: #ea0073;
  color: #fff;
  padding: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .top_voice {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .topBtnsArea_02 {
    align-items: center !important;
  }
}

.snsIconBox {
  border-left: 3px solid #868686;
}

.snsIconBox:first-child {
  border-left: none;
}

.snsIconArea_02 {
  border-left: none !important;
}