@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}

@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#instafeed {
  width: 90%;
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#instafeed li {
  width: 18.85%;
  max-width: 192px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  #instafeed li {
    width: 31.5%;
    margin-bottom: 2.5vw;
  }
}

@media (max-width: 800px) {
  #instafeed li:last-child {
    display: none;
  }
}

#section01 {
  padding-bottom: 200px;
}

@media (max-width: 800px) {
  #section01 {
    padding-bottom: 80px;
  }
}

.swiper-container {
  padding-bottom: 0px !important;
  overflow: inherit !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -40px !important;
  left: 0;
  width: 100%;
}

@media (max-width: 800px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -25px !important;
  }
}

.swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  background-image: url(../images/pa.jpg) !important;
  display: inline-block !important;
  margin: 0 10px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 9px !important;
  height: 9px !important;
  background-image: url(../images/pac.jpg) !important;
  display: inline-block !important;
  margin: 0 10px !important;
  opacity: 1 !important;
}

.swiper-wrapper {
  text-align: center;
  /*max-width: 1157px !important;*/
  margin: 0 auto;
}

.swiper-slide {
  width: 100% !important;
}

.swiper_line {
  width: 100%;
  border-bottom: 1px solid #E2E1DF;
}

.swiper-container {
  width: 100%;
  max-width: 1157px;
}

/******************************************************/
#section02 {
  padding-bottom: 200px;
}

@media (max-width: 800px) {
  #section02 {
    padding-bottom: 25px;
  }
}

#section02 h2 {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 45px;
}

@media (max-width: 800px) {
  #section02 h2 {
    padding-bottom: 25px;
  }
}

#section02 h2 img {
  width: auto !important;
  height: 61px;
}

@media (max-width: 800px) {
  #section02 h2 img {
    height: 50px;
  }
}

#section03 {
  padding-bottom: 200px;
}

@media (max-width: 800px) {
  #section03 {
    padding-bottom: 10px;
  }
}

#section03 h2 {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 45px;
}

@media (max-width: 800px) {
  #section03 h2 {
    padding-bottom: 25px;
  }
}

#section03 h2 img {
  width: auto !important;
  height: 61px;
}

@media (max-width: 800px) {
  #section03 h2 img {
    height: 50px;
  }
}

#section03 ul {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section03 ul li {
  width: 46.8%;
  max-width: 478px;
}

@media (max-width: 800px) {
  #section03 ul li {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

#section04 {
  padding-bottom: 100px;
}

@media (max-width: 800px) {
  #section04 {
    padding-bottom: 50px;
  }
}

#section04 h2 {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 45px;
}

@media (max-width: 800px) {
  #section04 h2 {
    padding-bottom: 25px;
  }
}

#section04 h2 img {
  width: auto !important;
  height: 55px;
}

@media (max-width: 800px) {
  #section04 h2 img {
    height: 45px;
  }
}

#section04 figure {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

#instafeed {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}

#section05 {
  padding-bottom: 130px;
}

@media (max-width: 800px) {
  #section05 {
    padding-bottom: 50px;
  }
}

#section05 .sns_title_insta {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

#section05 .sns_title_insta figure {
  width: 150px;
  margin: 0 auto;
}
