@charset "UTF-8";

.cp {
  margin-bottom: 6rem;
  background: #FEFDF3;
}
.cp .btn {
  padding: 2rem 0;
  width: 29.4rem;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 1.5rem;
}


.cp .overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00AFC3;
  opacity: 0.85;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.cp .modal {
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 1001;
  width: 45.2rem;
  height: 37.1rem;
  box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.15);
}
.cp .modal img{
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .cp .modal {
    width: 33.5rem;
    height: 37.1rem;
  }
}


.cp .modal .pc{
  display: block;
}
@media screen and (max-width: 959px) {
  .cp .modal .pc{
    display: none;
  }
}

.cp .modal .sp{
  display: none;
}
@media screen and (max-width: 959px) {
  .cp .modal .sp{
    display: block;
  }
}

.cp .modal__close {
  width: 2.9rem;
  height: 2.9rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s;
  padding: 0;
  border: none;
}
@media screen and (min-width: 959px) {
  .cp .modal__close:hover {
    opacity: 0.7;
  }
}
.cp .modal__copy {
  position: absolute;
  left: 0;
  right: 0;
  top: -7rem;
  margin: auto;
  width: 37.4rem;
}
@media screen and (max-width: 959px) {
  .cp .modal__copy {
    width: 32.8rem;
  }
}
.cp .modal__cont {
  position: relative;
}
.cp .modal__cont a {
  display: block;
  position: absolute;
  bottom: 2.5rem;
  left: 3.5rem;
  width: 23.7rem;
}
@media screen and (max-width: 959px) {
  .cp .modal__cont a {
    left: 2rem;
    bottom: 2rem;
  }
}

#cp{
  margin-bottom: 5rem;
}

#cp,
.anc{
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 959px) {
  #cp,
  .item .anc{
    margin-top: -14.6666666667vw;
    padding-top: 14.6666666667vw;
  }
}






#cp img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
#cp .btn {
  padding: 2rem 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  gap: 1.5rem;
  background: #FEFDF3;
}
#cp .btn a{
  width: 44rem;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  #cp .btn a{
    width: 29.4rem;
  }
}
#cp .pc{
  display: block;
}
#cp .sp{
  display: none;
}
@media screen and (max-width: 959px) {
  #cp .pc{
    display: none;
  }
  #cp .sp{
    display: block;
  }
}


#cp .pc{
  background: #FEFDF3;
  border: 20px solid #00949D;
  border-radius: 1rem;
  max-width: 1040px;
  width: 90%;
  margin: 0 auto 7rem;
}

