@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;
}

.topBtnsArea.topBtnsArea_02.pb-5.align-items-center{
 gap:12px;
}
.top_p-title{
    width: 100%;
    background-color: #ea0073;
    color: #fff;
    font-weight: bold;
    max-width: 100%;
    border-radius: 8px;
    text-align: left;
    padding: 8px;
    font-size: 24px;
}

.box_boder{
 border-top: 3px solid #DBEB05;
 width:100%;
}

.box_boder-2{
 border-top: 3px solid #DBEB05;
 width:100%;
}

@media screen and (max-width: 768px){
.box_boder{
 border-top: 3px solid #DBEB05;
 width:85%;
}

.box_boder-2{
 display:none;
}
}


.c10927 {
      margin-bottom: 30px;
 	 gap:30px;
}
.c10927 a {
   display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.c12517 p {
   margin-bottom: 0 !important;
  font-size:18px;
  font-weight:700;
}
.top-btn-1, .top-btn-2 {
  height:50px;
 max-width: 830px !important;
}
.top-btn-1 div p {
     margin-bottom: 0 !important;
  font-size:18px;
  font-weight:700;
}

.top-btn-ponit-text {
   background-color: #D6E63A;
    color: #F20073 !important;
    padding: 5px 15px !important;
    border-radius: 22px;
}
.top-btn-ponit-text  p{
    font-size:15px !important;
}
.c11339 {
     display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

@media screen and (max-width: 768px){ 
  .c10927 {
    flex-direction: column;
  }
  .c10927 a {
    width: 100%  !important;
  }
  .top-btn-1, .top-btn-2 {
 	max-width: 400px !important;
}
  .top-btn-2 {
     flex-direction: column;
    height:90px !important;
    gap:5px !important;
  }
}