@charset "UTF-8";
/* CSS Document */
body {
  min-width: 1170px;
}
/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  background: url(../img/pic_main.jpg) no-repeat;
  width: 100%;
  height: 250px;
  background-size: cover;
}
#main h1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 83px;
  margin-bottom: 41px;
}
#main p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
  padding: 100px 0;
}
#sec1 h2 {
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #e6132d;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 41px;
}
#sec1 h2:nth-of-type(2) {
  margin-top: 100px; 
}
#sec1 h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #e6132d;
  margin: 20px auto 0;
}
#sec1 .btn-block {
  display: flex;
  justify-content: center;
}
#sec1 .btn-block .btn-entry {
  margin: 0 10px;
}
#sec1 .btn-entry .icon-blank {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../common/img/icon_blank.svg) no-repeat;
  background-size: 18px auto;
  margin-left: 10px;
}
#sec1 .btn-entry a:hover .icon-blank {
  background-image: url(../../common/img/icon_blank_white.svg);
}
#sec1 .btn-entry a:hover {
  color: #fff;
  text-decoration: none;
}
#sec1 .btn-entry a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 72px;
  background-color: #e6132d;
  color: #e6132d;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  border: 3px solid #e6132d;
  border-radius: 5px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width:750px) {
  body {
  min-width: 100%;
}
  /* ---------------------------------------------------------
  #main
  ----------------------------------------------------------*/
  #main {
    background: url(../img/pic_main_sp.jpg) no-repeat;
    height: 36.6vw;
    background-size: cover;
  }
  #main h1 {
    font-size: 23px;
    font-weight: bold;
    padding-top: 43px;
    margin-bottom: 20px;
  }
  #main p {
    font-size: 13px;
  }
  /* ---------------------------------------------------------
  #sec1
  ----------------------------------------------------------*/
  #sec1 {
    padding: 51px 4vw 62px;
  }
  #sec1 h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  #sec1 h2:nth-of-type(2) {
    margin-top: 56px; 
  }
  #sec1 h2::after {
    width: 60px;
    margin: 9px auto 0;
  }
  #sec1 .btn-block {
    display: block;
  }
  #sec1 .btn-block .btn-entry:nth-child(1) {
    margin-bottom: 20px;
  }
  #sec1 .btn-entry .icon-blank {
    width: 18px;
    height: 18px;
    background: url(../../common/img/icon_blank.svg) no-repeat;
    background-size: 18px auto;
    margin-left: 8px;
  }
  #sec1 .btn-entry a {
    width: 64.1vw;
    height: 58px;
    font-size: 15px;
  }
}

@media screen and (max-width:320px) {
  #sec1 .btn-entry a {
    font-size: 13px;
  }
  
}

