@media screen and (min-width: 769px) {
  #fw-feed-items .fw-feed-item {
    margin: 0;
    padding: 20px 20px;
    clear: both;
    border-bottom: 1px dashed #cccccc;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #fw-feed-items .fw-feed-item {
    margin: 0;
    padding: 20px 10px;
    clear: both;
    border-bottom: 1px dashed #cccccc;
  }
}
.drawer-nav .wrap .menu .item {
  font-size: 1.4rem;
  font-weight: bold;
}
.wrap.tw {
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  .top-intro01.blog {
    background: url(../img/top_intro01_landscape_blog.jpg) no-repeat center 0;
    background-size: cover;
  }
}
.top-intro01.blog {
  background: url(../img/top_intro01_portrait_blog.jpg) no-repeat center 0;
  background-size: cover;
}

.cp_quote {
  position: relative;
  width: 100%;
  margin: 2em auto;
}
/* 引用 */
.cp_quote blockquote {
  position: relative;
  margin: 0;
  padding: 1.5em 2em;
  border-radius: 0.3em;
  background: #fce4ec;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  font-family: sans-serif;
  font-weight: bold;
}
/* アイコン */
.cp_quote blockquote::before {
  font-family: "Font Awesome 5 Free";
  -webkit-box-sizing: border-box;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 2em;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0.3em;
  content: "\f0e0";
  color: #e91e63;
  filter: drop-shadow(3px 2px 0px #fce4ec);
}
/* 引用元名 */
.cp_quote .author {
  position: relative;
  top: 15px;
  right: 0;
  width: 100%;
  text-align: right;
}
.cp_quote .author img {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 3px solid #e91e63;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.3));
}
.cp_quote .author p {
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  top: -0.8em;
  right: 60px;
  width: calc(100% - 60px - 0.3em);
  padding: 0.3em;
}
.cp_quote .author p span {
  font-size: 0.6em;
  font-weight: normal;
  font-style: italic;
  display: block;
  padding: 0.3em;
  border-top: 2px solid #e91e63;
}

@media screen and (min-width: 769px) {
  .hakone2021-pn {
    display: inline;
  }
  .hakone2021-mv {
    float: left !important;
    display: inline !important;
    margin: 0px 20px 10px 0px !important;
    max-width: 480px !important;
  }
}

@media screen and (max-width: 768px) {
  .cp_quote blockquote {
    text-align: left;
    position: relative;
    margin: 0;
    padding: 1.5em 1em;
  }
}

.insta_btn2 {
  /*ボタンの下地*/
  color: #fff; /*文字・アイコン色*/
  border-radius: 7px; /*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px; /*高さ*/
  width: 190px; /*幅*/
  text-align: center; /*中身を中央寄せ*/
  font-size: 25px; /*文字のサイズ*/
  line-height: 50px; /*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  text-decoration: none; /*下線は消す*/
}

.insta_btn2:before {
  /*グラデーション②*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /*全体を覆う*/
  height: 100%; /*全体を覆う*/
  background: -webkit-linear-gradient(
      15deg,
      #ffdb2c,
      rgb(249, 118, 76) 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
  background: linear-gradient(
      15deg,
      #ffdb2c,
      rgb(249, 118, 76) 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
}

.insta_btn2 .fa-instagram {
  /*アイコン*/
  font-size: 35px; /*アイコンサイズ*/
  position: relative;
  top: 4px; /*アイコン位置の微調整*/
}

.insta_btn2 span {
  /*テキスト*/
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.insta_btn2:hover span {
  /*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
a.insta_btn2 {
  color: #fff !important;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  a.insta_btn2 {
    margin: 0 0 0 0px;
  }
}
