@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
  }	
}
.p-main-visual__link-button {
  display: flex;
  justify-content: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 26px;
}
@media print, screen and (min-width: 768px) {
  .p-main-visual__link-button {
    width: 300px;
    font-size: 1rem;
    padding: 14px .5em;
    margin: 20px 0 0 0;
  }
  .p-main-visual__link-button:hover {
    opacity: .8;
  }
}
@media not all and (min-width: 768px) {
  .p-main-visual__link-button {
    width: 300px;
    font-size: 0.75rem;
    padding: 7px .5em;
    margin: 12px 0 0 0;
  }
}

