@charset "UTF-8";

.bg {
  background-color: #FAFAFA;
}

#contents {
  text-align: center;
  font-family: Hiragino Sans, sans-serif;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 2px;
  color: #222;
}

#fv {
  width: 100%;
  margin-top: 0;
  margin-bottom: 80px;
}

#fv .main-img {
  width: 100%;
}

#campaign-box {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

#campaign-box-header {
  position: relative;
}

#campaign-box-header::after {
  content: url("/special/summer/img/icon_campaign_title.svg");
  display: block;
  margin-top: 16px;
}

#campaign-box-header__title {
  font-family: Futura;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 155%;
  letter-spacing: 5px;
  color: #007DF5;
}

#campaign-box-header__subtitle {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 200% !important;
  letter-spacing: 2px;
  color: #444444;
}

#campaign-box-body__text {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 180% !important;
  text-align: center;
  letter-spacing: 2px;
  color: #444444;
  margin-top: 16px;
}

#campaign-box ul {
  width: 100%;
  display: flex;
  margin-top: 40px;
}

#campaign-box ul > li + li {
  margin-left: 40px;
}

#campaign-box ul > li img {
  width: 100%;
}

#reserve-form-link {
  text-align: center;
}

#reserve-form-link p {
  margin: 20px auto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #222222;
}

#reserve-form-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 421px;
  height: 66px;
  margin-top: 20px;
  padding: 12px 0;
  border-radius: 1000px;
  background-color: #F5DB03;
}

#reserve-form-link a span {
  font-size: 22px;
  letter-spacing: 5px;
  color: #007DF5;
  position: relative;
  font-weight: bold;
}

#reserve-form-link a span::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #007DF5;
  border-right: solid 3px #007DF5;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -6px;
}

#reserve-form-link a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1350px) {
  .present-section .present-list {
    width: auto;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }

  #contents {
    margin-top: -13px;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 1px;
  }

  #fv {
    margin-bottom: 30px;
  }

  #fv .main-img {
    width: 100%;
  }
      
  #campaign-box-header__title {
    font-size: 40px;
  }
    
  #campaign-box-body__text {
    font-size: 18px;
  }
  
  #campaign-box ul {
    display: block;
  }
  
  #campaign-box ul > li + li {
    margin-left: 0;
    margin-top: 40px;
  }
  
  #reserve-form-link p {
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 3px;
  }

  #reserve-form-link a {
    display: inline-block;
    width: 80%;
    height: 46px;
    margin-top: 20px;
    padding: 12px 0;
    border-radius: 1000px;
  }

  #reserve-form-link a span {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 3px;
  }

  #reserve-form-link a span::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #007DF5;
    border-right: solid 2px #007DF5;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -5px;
}
}

@media screen and (min-width: 901px) {
  .sp {
    display: none !important;
  }

  .sp-br {
    display: none !important;
  }
}
