/* ===============================================================================
Top
=============================================================================== */
/* top-section
========================= */
/* top-sec-1 */
.top-sec-1 .blks-1 {
  position: relative;
  z-index: 100;
}

.top-sec-1 .blks-1 .mv {
  padding-top: 54.9%;
  position: relative;
}

.top-sec-1 .blks-1 .mv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-sec-1 .blks-1 .mv__image img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.top-sec-1 .blks-1 .mv__image._image-1 {
  z-index: 3;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.top-sec-1 .blks-1 .mv__image._image-1.is-hide {
  opacity: 0;
}

.top-sec-1 .blks-1 .mv__image._image-2 {
  z-index: 2;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.top-sec-1 .blks-1 .mv__image._image-2.is-hide {
  opacity: 0;
}

.top-sec-1 .blks-1 .mv__image._image-3 {
  z-index: 1;
}

.top-sec-1 .blks-1 .mv__move {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-sec-1 .blks-1 .mv__move__item {
  position: absolute;
}

.top-sec-1 .blks-1 .mv__move__item._move-1 {
  width: 7.25%;
  top: 62.87%;
  left: 18.34%;
}

.top-sec-1 .blks-1 .mv__move__item._move-2 {
  width: 10.25%;
  top: 3.53%;
  left: 23.43%;
}

.top-sec-1 .blks-1 .mv__move__item._move-3 {
  width: 6.73%;
  top: 68.73%;
  left: 54.17%;
}

.top-sec-1 .blks-1 .mv__move__item._move-4 {
  width: 1.61%;
  top: 14.33%;
  left: 66.73%;
}

.top-sec-1 .blks-1 .mv__move__item._move-5 {
  width: 3.15%;
  top: 65.53%;
  left: 80.49%;
}

.top-sec-1 .blks-1 .mv__move__item._move-6 {
  width: 4.54%;
  top: 13.47%;
  left: 10.25%;
}

.top-sec-1 .blks-1 .mv__logo {
  position: absolute;
  z-index: 4;
  width: 26.72%;
  top: 2.73%;
  left: 66.62%;
}

@-webkit-keyframes mvMove1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}

@keyframes mvMove1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}

@-webkit-keyframes mvMove2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
  }
}

@keyframes mvMove2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
  }
}

@-webkit-keyframes mvMove3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
  }
}

@keyframes mvMove3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
  }
}

@-webkit-keyframes mvMove4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
}

@keyframes mvMove4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
}

@-webkit-keyframes mvMove5 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}

@keyframes mvMove5 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}

@-webkit-keyframes mvMove6 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
  }
}

@keyframes mvMove6 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5%);
            transform: translate(0, -5%);
  }
}

.top-sec-1 .blks-1 .mv.is-animation .mv__move__item._move-1 {
  -webkit-animation: mvMove1 1.5s steps(1) infinite;
          animation: mvMove1 1.5s steps(1) infinite;
}

.top-sec-1 .blks-1 .mv.is-animation .mv__move__item._move-2 {
  -webkit-animation: mvMove2 1.5s steps(1) 0.5s infinite;
          animation: mvMove2 1.5s steps(1) 0.5s infinite;
}

.top-sec-1 .blks-1 .mv.is-animation .mv__move__item._move-3 {
  -webkit-animation: mvMove3 1.5s steps(1) 0.5s infinite;
          animation: mvMove3 1.5s steps(1) 0.5s infinite;
}

.top-sec-1 .blks-1 .mv.is-animation .mv__move__item._move-4 {
  -webkit-animation: mvMove4 1.5s steps(1) infinite;
          animation: mvMove4 1.5s steps(1) infinite;
}

.top-sec-1 .blks-1 .mv.is-animation .mv__move__item._move-5 {
  -webkit-animation: mvMove5 1.5s steps(1) infinite;
          animation: mvMove5 1.5s steps(1) infinite;
}

.top-sec-1 .blks-1 .mv.is-animation .mv__move__item._move-6 {
  -webkit-animation: mvMove6 1.5s steps(1) 0.5s infinite;
          animation: mvMove6 1.5s steps(1) 0.5s infinite;
}

.top-sec-1 .blks-2 {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-sec-1 .blks-1 {
    display: none;
  }
  .top-sec-1 .blks-2 {
    display: block;
  }
  .top-sec-1 .blks-2 .mv img {
    width: 100%;
  }
}

/* top-sec-2 */
.top-sec-2 {
  padding-top: 71px;
  margin-bottom: 200px;
}

.top-sec-2 .blks-1 {
  margin-bottom: 109px;
}

.top-sec-2 .blks-1 .heading {
  text-align: center;
  margin-bottom: 36px;
}

.top-sec-2 .blks-1 .heading__sub {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: 6px;
}

.top-sec-2 .blks-1 .heading__main img {
  width: 350px;
}

.top-sec-2 .blks-1 .col2 {
  margin-bottom: 83px;
  padding-bottom: 83px;
}

.top-sec-2 .blks-1 .btn {
  position: absolute;
  bottom: -83px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.top-sec-2 .blks-1 .col3 {
  margin-bottom: 30px;
}

.top-sec-2 .blks-2 {
  margin-bottom: 112px;
}

.top-sec-2 .blks-2 .heading {
  margin-bottom: 39px;
}

.top-sec-2 .blks-2 .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  padding: 0 50px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-sec-2 .blks-2 .col3__col {
  margin: 0 20px;
}

.top-sec-2 .blks-2 .box {
  width: 260px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  box-sizing: border-box;
}

.top-sec-2 .blks-2 .box:hover {
  opacity: 0.8;
}

.top-sec-2 .blks-2 .box::after {
  position: absolute;
  content: "";
  display: block;
}

.top-sec-2 .blks-2 .box__heading {
  font-size: 1.5625rem;
  line-height: 1.44;
  font-weight: 700;
  min-height: 2.88em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.top-sec-2 .blks-2 .box__txt {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
}

.top-sec-2 .blks-2 .box._type-1 {
  background: url("../img/top/top_balloon01.png") no-repeat center center/cover;
  padding-bottom: 10px;
}

.top-sec-2 .blks-2 .box._type-1::after {
  width: 99px;
  height: 194px;
  background: url("../img/top/top_illust01.png") no-repeat 0 0/100% 100%;
  left: -82px;
  bottom: 33px;
}

.top-sec-2 .blks-2 .box._type-2 {
  background: url("../img/top/top_balloon02.png") no-repeat center center/cover;
  padding: 0 40px 10px 0;
}

.top-sec-2 .blks-2 .box._type-2::after {
  width: 131px;
  height: 125px;
  right: -37px;
  bottom: -4px;
  background: url("../img/top/top_illust02.png") no-repeat 0 0/100% 100%;
}

.top-sec-2 .blks-2 .box._type-3 {
  background: url("../img/top/top_balloon03.png") no-repeat center center/cover;
  padding-bottom: 10px;
}

.top-sec-2 .blks-2 .box._type-3::after {
  width: 93px;
  height: 129px;
  background: url("../img/top/top_illust03.png") no-repeat 0 0/100% 100%;
  right: -83px;
  bottom: 0;
}

.top-sec-2 .blks-3 {
  margin-bottom: 107px;
}

.top-sec-2 .blks-3 .heading {
  margin-bottom: -2px;
}

.top-sec-2 .blks-3 .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-sec-2 .blks-3 .col2__lt {
  width: 41.5%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-top: 26px;
}

.top-sec-2 .blks-3 .col2__rt {
  width: 47.364%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.top-sec-2 .blks-3 .heading-2 {
  margin-bottom: 21px;
}

.top-sec-2 .blks-3 .txt {
  margin-bottom: 41px;
}

.top-sec-2 .blks-4 {
  margin-bottom: 107px;
}

.top-sec-2 .blks-4 .heading {
  margin-bottom: 38px;
}

.top-sec-2 .blks-4 .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-sec-2 .blks-4 .col2__lt {
  width: 47.364%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.top-sec-2 .blks-4 .col2__rt {
  width: 41.5%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 2px;
}

.top-sec-2 .blks-4 .heading-2 {
  margin-bottom: 21px;
}

.top-sec-2 .blks-4 .txt {
  margin-bottom: 110px;
}

.top-sec-2 .blks-5 {
  margin-bottom: 110px;
}

.top-sec-2 .blks-5 .heading {
  margin-bottom: 42px;
}

.top-sec-2 .blks-5 .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-sec-2 .blks-5 .col2__lt {
  width: 42%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.top-sec-2 .blks-5 .col2__rt {
  width: 47.364%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.top-sec-2 .blks-5 .newsList {
  margin-bottom: 54px;
}

.top-sec-2 .blks-5 .newsList__item {
  border-bottom: 1px solid #000;
}

.top-sec-2 .blks-5 .newsList__item__box {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.875;
}

.top-sec-2 .blks-5 .newsList__item__box:hover {
  background: #f1f1f1;
}

.top-sec-2 .blks-5 .newsList__item__box__date {
  width: 137px;
}

.top-sec-2 .blks-5 .newsList__item__box__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-sec-2 .blks-6 .heading {
  margin-bottom: 40px;
}

.top-sec-2 .blks-6 .instagram {
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .top-sec-2 .blks-5 .newsList__item__box {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .top-sec-2 {
    padding-top: 29px;
    margin-bottom: 105px;
  }
  .top-sec-2 .blks-1 {
    margin-bottom: 53px;
  }
  .top-sec-2 .blks-1 .heading {
    margin-bottom: 6px;
  }
  .top-sec-2 .blks-1 .heading__sub {
    font-size: 0.625rem;
    margin-bottom: 9px;
  }
  .top-sec-2 .blks-1 .heading__main img {
    width: 200px;
  }
  .top-sec-2 .blks-1 .col2 {
    margin-bottom: 25px;
    padding-bottom: 0;
  }
  .top-sec-2 .blks-1 .btn {
    display: none;
  }
  .top-sec-2 .blks-2 {
    margin-bottom: 52px;
  }
  .top-sec-2 .blks-2 .heading {
    margin-bottom: 15px;
  }
  .top-sec-2 .blks-2 .col3 {
    display: block;
    padding: 0;
    width: 194px;
    margin: 0 auto;
  }
  .top-sec-2 .blks-2 .col3__col {
    margin: 0;
  }
  .top-sec-2 .blks-2 .col3__col:not(:last-child) {
    margin-bottom: 12px;
  }
  .top-sec-2 .blks-2 .box {
    width: 194px;
    height: 194px;
  }
  .top-sec-2 .blks-2 .box__heading {
    font-size: 1.0938rem;
    line-height: 1.686;
    min-height: 1px;
    margin-bottom: 10px;
  }
  .top-sec-2 .blks-2 .box__txt {
    font-size: 0.7813rem;
  }
  .top-sec-2 .blks-2 .box._type-1 {
    padding: 18px 0 0;
  }
  .top-sec-2 .blks-2 .box._type-1::after {
    width: 64px;
    height: 125px;
    left: -32px;
    bottom: 33px;
  }
  .top-sec-2 .blks-2 .box._type-2 {
    padding: 18px 0 0;
  }
  .top-sec-2 .blks-2 .box._type-2::after {
    width: 80px;
    height: 76px;
    right: -25px;
    bottom: -13px;
  }
  .top-sec-2 .blks-2 .box._type-3 {
    padding: 18px 0 0;
  }
  .top-sec-2 .blks-2 .box._type-3::after {
    width: 63px;
    height: 88px;
    right: -24px;
    bottom: -2px;
  }
  .top-sec-2 .blks-3 {
    margin-bottom: 50px;
  }
  .top-sec-2 .blks-3 .heading {
    margin-bottom: 15px;
  }
  .top-sec-2 .blks-3 .col2 {
    display: block;
  }
  .top-sec-2 .blks-3 .col2__lt {
    width: auto;
    margin: 0 0 32px;
  }
  .top-sec-2 .blks-3 .col2__rt {
    width: auto;
  }
  .top-sec-2 .blks-3 .heading-2 {
    margin-bottom: 13px;
  }
  .top-sec-2 .blks-3 .txt {
    margin-bottom: 19px;
  }
  .top-sec-2 .blks-3 .image {
    margin: 0 6px;
  }
  .top-sec-2 .blks-4 {
    margin-bottom: 50px;
  }
  .top-sec-2 .blks-4 .heading {
    margin-bottom: 15px;
  }
  .top-sec-2 .blks-4 .col2 {
    display: block;
  }
  .top-sec-2 .blks-4 .col2__lt {
    width: auto;
  }
  .top-sec-2 .blks-4 .col2__rt {
    width: auto;
    margin: 0 0 23px;
  }
  .top-sec-2 .blks-4 .heading-2 {
    margin-bottom: 13px;
  }
  .top-sec-2 .blks-4 .txt {
    margin-bottom: 19px;
  }
  .top-sec-2 .blks-4 .image {
    margin: 0 6px;
  }
  .top-sec-2 .blks-5 {
    margin-bottom: 50px;
  }
  .top-sec-2 .blks-5 .heading {
    margin-bottom: 12px;
  }
  .top-sec-2 .blks-5 .col2 {
    display: block;
  }
  .top-sec-2 .blks-5 .col2__lt {
    width: auto;
    margin-bottom: 34px;
  }
  .top-sec-2 .blks-5 .col2__rt {
    width: auto;
  }
  .top-sec-2 .blks-5 .newsList {
    margin-bottom: 24px;
  }
  .top-sec-2 .blks-5 .newsList__item__box {
    padding: 17px 15px;
    font-size: 0.7813rem;
    line-height: 1.926;
  }
  .top-sec-2 .blks-5 .newsList__item__box__date {
    width: 107px;
  }
  .top-sec-2 .blks-5 .image {
    margin: 0 8px;
  }
  .top-sec-2 .blks-6 .heading {
    margin-bottom: 15px;
  }
  .top-sec-2 .blks-6 .instagram {
    margin-bottom: 30px;
  }
}
