@charset "UTF-8";

.rao-kv {
  position: relative;
  padding: 4.5vw 0 4vw 0;
  background: url(../img/rao_kv_bgpc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rao-kv__wrapper {
  margin-left: 2.19619vw;
}

.rao-kv__ttl {
  display: block;
  width: 27.08638vw;
  margin: auto;
  text-align: center;
}

.rao-insta {
  -webkit-font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Osaka","Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: .04em;
  text-align: center;
}

.rao-insta__wrapper {
  display: block;
  max-width: 1240px;
  margin: 40px auto 0;
  padding: 0 63px;
  text-align: center;
}

.rao-insta__ttl {
  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;
  font-size: 22px;
  font-weight: 700;
}

.rao-insta__ttl::before {
  display: inline-block;
  visibility: initial;
  width: 43px;
  height: 43px;
  margin-right: 12px;
  background: url(../img/instagram_icn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.rao-insta__txt {
  color: #c10000;
  font-size: 25px;
  font-weight: 700;
  line-height: 2.32;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.rao-insta__txt:hover {
  opacity: 0.6;
}

.rao-insta__feed {
  display: block;
  position: relative;
  max-width: 1240px;
  margin: 0 auto 0;
  padding: 0 63px 120px;
}

.rao-insta__feed::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 126px);
  max-width: 1240px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #d4cec4;
  content: "";
}

.rao-insta__feed--ttl {
  display: inline-block;
  margin-bottom: 40px;
  border-bottom: 3px solid #c10000;
  color: #c10000;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.5;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.rao-insta__feed--ttl:hover {
  opacity: 0.6;
}

.rao-insta__feed--back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.rao-insta__feed--back::before {
  display: inline-block;
  visibility: initial;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  background: url(../img/rao_insta_feed_back_icn.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.rao-insta__feed--back:hover {
  opacity: 0.6;
}

.rao-sns__account .rao-sns__title {
  display: block;
  margin-bottom: 13px;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more:hover {
  background: #000000;
  color: #ffffff;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
  background: none;
  -webkit-transition: background 0.4s,color 0.4s;
  transition: background 0.4s,color 0.4s;
}

#eapps-instagram-feed-1 .es-load-more-button {
  background: none;
}

.rao-sns__link--instagram {
  display: block;
  margin-bottom: 15px;
  text-align: left;
}

.rao-sns__link--instagram::before {
  width: 32px;
  height: 29px;
  background: url(../img/instagram_icn.svg);
  background-repeat: no-repeat;
}

.rao-sns__link--twitter {
  display: block;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .rao-kv {
    padding: 46px 0 40px 0;
    background: url(../img/rao_kv_bgpc.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 1024px;
  }
  .rao-kv__wrapper {
    margin-left: 23px;
  }
  .rao-kv__ttl {
    width: 270px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .rao-kv {
    position: relative;
    padding: 17vw 0 17vw;
    background: url(../img/rao_kv_bgsp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .rao-kv__wrapper {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .rao-kv__ttl {
    display: block;
    width: 72vw;
    margin: auto;
    text-align: center;
  }
  .rao-insta__wrapper {
    margin-top: 20px;
    padding: 0;
  }
  .rao-insta__ttl {
    font-size: 16px;
  }
  .rao-insta__ttl::before {
    width: 30px;
    height: 30px;
  }
  .rao-insta__txt {
    font-size: 18px;
    line-height: 1.8;
  }
  .rao-insta__txt:hover {
    opacity: 1;
  }
  .rao-insta__feed {
    width: 100%;
    padding: 0 0 96px;
    overflow-x: hidden;
  }
  .rao-insta__feed::after {
    width: calc(100% - 40px);
  }
  .rao-insta__feed--ttl {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
  }
  .rao-insta__feed--ttl:hover {
    opacity: 1;
  }
  .rao-insta__feed--back::before {
    width: 25px;
    height: 25px;
  }
  .rao-insta__feed--back:hover {
    opacity: 1;
  }
  .rao-sns__account .rao-sns__title {
    margin-bottom: 30px;
  }
  #eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more:hover {
    background: none;
    color: #000000;
  }
  .rao-sns__link--instagram {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
  }
  .rao-sns__link--twitter {
    display: inline-block;
    text-align: center;
  }
}


