@charset "UTF-8";
/*　*/
/* ===== Layout ===== */
@media print, screen and (min-width: 768px) {
  .l-header {
    padding-top: 0;
    height: 10rem;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header_logo01 {
    left: 50%;
    width: 30rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.l-header_logo02, .l-header_menu {
  display: none;
}

.l-footer_menu {
  display: none;
}

/* ===== MV ===== */
.mv_sec {
  margin-bottom: 4rem;
}

@media print, screen and (min-width: 768px) {
  .mv_sec {
    margin-bottom: 7rem;
  }
}

.mv_logo {
  margin-bottom: 3rem;
  text-align: center;
  line-height: 0;
}

@media print, screen and (min-width: 768px) {
  .mv_logo {
    margin-bottom: 4.5rem;
  }
}

.mv_logo_copy {
  display: block;
  margin-bottom: 3rem;
}

@media print, screen and (min-width: 768px) {
  .mv_logo_copy {
    margin-bottom: 4.5rem;
  }
}

.mv_logo_copy img {
  width: 32.5rem;
}

@media print, screen and (min-width: 768px) {
  .mv_logo_copy img {
    width: 58rem;
  }
}

.mv_logo_img {
  display: block;
}

.mv_logo_img img {
  width: 24rem;
}

@media print, screen and (min-width: 768px) {
  .mv_logo_img img {
    width: 69rem;
  }
}

.mv_txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .mv_txt {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}

/* ===== contents ===== */
.contents_list {
  margin: 0 1rem;
}

@media print, screen and (min-width: 768px) {
  .contents_list {
    display: flex;
    margin: -2.5rem 0;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .contents_list li:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .contents_list li {
    margin: 2rem;
    width: calc(50% - 4rem - 0.1px);
  }
}

.contents_list a {
  display: flex;
  position: relative;
  padding: 0.5rem 0 5.5rem 0;
  border: 1px solid #a9a9a9;
  border-radius: 2rem;
  width: 100%;
  height: 26rem;
  background: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .contents_list a {
    padding: 1rem 0 8.5rem 0;
    border-width: 2px;
    border-radius: 3rem;
    height: 40rem;
  }
  .contents_list a:hover {
    border-color: #f88f96;
    background-color: #FEF4F4;
  }
}

.contents_list a img {
  width: 19rem;
}

@media print, screen and (min-width: 768px) {
  .contents_list a img {
    width: 29rem;
  }
}

.contents_list a::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.5rem;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background: #f88f96 url(../img/common/icon_arrow_01_white.svg) 50% 50% no-repeat;
  background-size: 1.3rem auto;
  content: "";
}

@media print, screen and (min-width: 768px) {
  .contents_list a::before {
    bottom: 2.5rem;
    width: 6rem;
    height: 6rem;
    background-size: 1.7rem auto;
  }
}

.contents_list a::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border: 1px solid #a9a9a9;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .contents_list a::after {
    top: 0.7rem;
    left: 0.7rem;
    border-radius: 3rem;
  }
}
