@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
  color: #595757;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em
}
img {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 100%;
}
.clear {
  float: none;
  clear: both;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.img-wrap {
  animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1);
}



@media screen and (min-width:980px) {
  .sp {
    display: none;
  }
  .entry-btn {
    position: fixed;
    right: 0px;
    top: 50%;
    height: 240px;
    width: 80px;
    margin-top: -120px;
    z-index: 999;
  }
  .entry-btn img {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 3px 0px 0px 3px;
  }
  section {
    max-width: 1600px;
    margin: 0px auto;
    padding: 0px;
  }
  .row {
    width: 980px;
    margin: 0px auto;
  }
  .logo {
    width: 240px;
    margin: 0px auto;
    padding: 30px 0px;
  }
  .key-v {
    position: relative;
  }
  .cap {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    background: #595757;
    color: #fff;
    margin: 0px;
    padding: 30px 0px;
    margin-bottom: 60px;
  }
  .cap span {
    font-size: 24px;
  }

  /*sec-1*/
  #sec-1 h2 {
    text-align: center;
    width: 320px;
    margin: 0px auto;
    padding: 10px 0px;
    border: 2px solid #595757;
    font-weight: bold;
    margin-bottom: 60px;
  }
  #sec-1 .box-r {
    border-top: 3px solid #0068B7;
    border-bottom: 3px solid #0068B7;
    text-align: center;
    color: #0068B7;
    padding: 15px 0px;
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: bold;
  }

  /*sec-2*/
  #sec-2 h4 {
    font-size: 28px;
    font-weight: bold;
  }
  #sec-2 h4 span {
    font-size: 20px;
    font-weight: bold;
  }
  #sec-2 .spec {
    padding-bottom: 60px;
  }
  #sec-2 .spec p {
    line-height: 1.7em;
    font-weight: bold;
    padding-top: 20px;
  }
  #sec-2 h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 40px;
  }
  #sec-2 .box {
    border: 2px solid #0068B7;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  #sec-2 .bottom {
    text-align: center;
    padding-bottom: 60px;
  }

  /*sec-3*/
  #sec-3 .image {
    width: 980px;
    margin: 0px auto;
  }
  #sec-3 .bottom {
    padding-bottom: 60px;
  }

  /*sec-4*/
  #sec-4 h3 {
    text-align: center;
    width: 320px;
    margin: 0px auto;
    padding: 10px 0px;
    border: 2px solid #595757;
    font-weight: bold;
    margin-bottom: 60px;
  }
  #sec-4 .pic p {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 60px;
  }
  #sec-4 .movie p {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #0068B7;
    font-weight: bold;
    margin-bottom: 60px;
  }

  .bn {
    padding-bottom: 40px;
  }
  .bn .col-md-6 {
    padding-bottom: 20px;
  }
  .ft-logo {
    width: 340px;
    margin: 0px auto;
    padding: 20px 0px;
  }
  .coment {
    line-height: 1.7em;
    text-align: center;
  }
}

@media screen and (max-width:979px) {
  .pc {
    display: none;
  }
  .entry-btn {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
  }
  .inner-btn {
    background: #0068B7;
    border-top: 1px solid #fff;
    padding: 20px 0px;
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .inner-btn a {
    text-decoration: none;
    color: #fff;
  }
  .inner-btn a:hover {
    text-decoration: none;
    font-weight: normal;
  }
  section {
    padding: 0px 25px;
  }
  .row {
    margin: 0px;
  }
  .logo {
    width: 240px;
    margin: 0px auto;
    padding: 30px 0px;
  }
  .key-v {
    position: relative;
  }
  .cap {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: #595757;
    color: #fff;
    margin: 0px;
    padding: 30px 0px;
    margin-bottom: 60px;
    line-height: 1.7em;
  }
  .cap span {
    font-size: 16px;
  }

  /*sec-1*/
  #sec-1 h2 {
    text-align: center;
    width: 300px;
    margin: 0px auto;
    padding: 10px 0px;
    border: 2px solid #595757;
    font-weight: bold;
    margin-bottom: 60px;
  }
  #sec-1 .box-r {
    border-top: 3px solid #0068B7;
    border-bottom: 3px solid #0068B7;
    text-align: center;
    color: #0068B7;
    padding: 15px 0px;
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: bold;
  }

  /*sec-2*/
  #sec-2 h4 {
    font-size: 28px;
    font-weight: bold;
  }
  #sec-2 h4 span {
    font-size: 20px;
    font-weight: bold;
  }
  #sec-2 .spec {
    padding-bottom: 40px;
  }
  #sec-2 .spec p {
    line-height: 1.7em;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #sec-2 h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 40px;
  }
  #sec-2 .box {
    border: 2px solid #0068B7;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #sec-2 .bottom {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
  }

  /*sec-3*/
  #sec-3 {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
  }
  #sec-3 .image {
    margin: 0px;
  }
  #sec-3 .bottom {
    padding-bottom: 40px;
  }

  /*sec-4*/
  #sec-4 h3 {
    text-align: center;
    width: 300px;
    margin: 0px auto;
    padding: 10px 0px;
    border: 2px solid #595757;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  #sec-4 .pic p {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 20px;
  }
  #sec-4 .movie p {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #0068B7;
    font-weight: bold;
    margin-bottom: 60px;
  }

  .bn .col-md-6 {
    padding-bottom: 20px;
  }
  .ft-logo {
    width: 340px;
    margin: 0px auto;
    padding: 20px 0px;
    margin-bottom: 70px;
  }
  .coment {
    line-height: 1.7em;
    text-align: center;
    font-size: 14px;
    padding: 0px 20px;
    margin-top: 10px;
  }
}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 40px;
  padding-top: 80px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
