@charset "utf-8";



/* ------- MESSAGE ---------------------------------------------- */
.page-like .bg{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

@media print, screen and (min-width:781px) {
  .page-like .bg{
    background-image: url("../img/main_pc.jpg");
  }
}
@media screen and (max-width: 780px) {
  .page-like .bg{
    background-image: url("../img/main_sp.jpg");
  }
}



@media print, screen and (min-width:781px) {
  .heading{
    margin-top: 65px;
  }
  .heading h1{
    font-size: 7.8rem;
  }
  .heading h1 > span{
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 780px) {
}


.like-item{
  cursor: pointer;
  transition: all .9s linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1);
}
@media (hover: hover) and (pointer: fine){
  .like-item:hover{
    transform: scale(1.05);
  }
}
@media print, screen and (min-width:781px) {
  .like-list {
    display: grid;
    gap: 15px;
    margin-top: 105px;
    margin-bottom: 205px;
  }
  .like-item1 {
    grid-column: span 2 / span 2;
  }
  .like-item2 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
  }
  .like-item3 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
  }
  .like-item4 {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
  }
  .like-item5 {
    grid-column: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 2;
  }
  .like-item6 {
    grid-row: span 2 / span 2;
    grid-row-start: 3;
    align-self: flex-end;
  }
  .like-item7 {
    grid-column: span 4 / span 4;
    grid-row-start: 3;
  }
  .like-item8 {
    grid-row: span 2 / span 2;
    grid-column-start: 6;
    grid-row-start: 3;
    align-self: flex-end;
  }
  .like-item9 {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 4;
    align-self: flex-end;
  }
  .like-item10 {
    grid-column: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 4;
    align-self: flex-end;
  }
}
@media screen and (max-width: 780px) {
  .like-list {
    padding: 0 20px;
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .like-item{
    margin-top: 20px;
  }
}


.like-sec{
  background-color: #FFF;
}
.like-sec h2{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.like-sec .icon figcaption{
  text-align: center;
}
@media print, screen and (min-width:781px) {
  .like-sec{
    padding: 80px 0 0;
  }
  .like-sec h2{
    font-size: 2.8rem;
    text-align: center;
  }
  .like-sec-inner{
    margin: 0 auto;
    width: 81.632%;
  }
  .like-sec p{
    margin-top: 30px;
  }
  .like-sec .icon{
    margin: 45px auto 0;
    width: 16.25%;
  }
  .like-sec .icon figcaption{
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 780px) {
  .like-sec{
    padding: 30px 20px 0;
  }
  .like-sec h2{
    font-size: 2.4rem;
  }
  .like-sec-inner{
  }
  .like-sec p{
    margin-top: 20px;
  }
  .like-sec .icon{
    margin: 30px auto 0;
    width: 41.935%;
  }
  .like-sec .icon figcaption{
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}



.btn-modal-close{
  background-image: url("../../common/img/icon_modal_close.svg");
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #FFF;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
  right: -30px;
  top: -30px;
  transition: .3s;
}
@media (hover: hover) and (pointer: fine){
  .btn-modal-close:hover{
    background-color: #100F63;
  }
}
@media print, screen and (min-width:781px) {
  .iziModal{
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .iziModal{
    margin-left: 5%;
    margin-right: 5%;
    height: 530px !important;
  }
  .iziModal-wrap{
    overflow-y: auto;
    height: 100% !important;
  }
  .btn-modal-close{
    background-size: 15px auto;
    height: 40px;
    width: 40px;
    right: 0;
    top: -20px;
    transform: translateY(-100%);
  }
  .iziModal-overlay{
    height: 100vh;
    height: 100dvh;
  }
}