@charset "UTF-8";

body.js_on {
  height: 100vh;
  overflow: hidden;
}

figure {
  margin: 0;
}

a:hover {
  text-decoration: none;
}

button {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  -webkit-box-sizing: border-box;
  text-rendering: auto;
  box-sizing: border-box;
  /* display: block; */
  appearance: inherit;
  padding: 0;
  border: none;
  background-color: inherit;
  color: #fff;
  font: inherit;
  font-weight: 600;
  letter-spacing: normal;
  text-align: inherit;
  text-indent: inherit;
  text-transform: none;
  word-spacing: normal;
  cursor: pointer;
}

.ly_wrapper,
button {
  font-size: 16px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
}

.ly_wrapper {
  margin: 0 auto;
  padding: 0 calc(50% - 600px);
  overflow: hidden;
}

.ly_main {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: url("../img/friends/bg_turf.jpg") top center;
}

.ly_sect {
  z-index: 0;
  position: relative;
  padding: 0px calc(50% - 500px) 10px;
}

.ly_sect::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
}

.ly_sect::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}

.bl_3colUnit {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -50px;
}

.bl_2colUnit {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -50px;
}

.el_btn {
  -webkit-box-shadow: 6px 8px 4px rgba(55, 56, 56, 0.5);
  -webkit-transition: 0.3s;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 6px 8px 4px rgba(55, 56, 56, 0.5);
  transition: 0.3s;
}
.el_btn.r30 {
  border-radius: 30px;
}

.el_btn:not(.hp_disabled):hover {
  -webkit-transform: translate(6px, 8px);
  -webkit-box-shadow: none;
  transform: translate(6px, 8px);
  box-shadow: none;
}

.el_btn:not(.hp_disabled):hover a {
  opacity: 0.5;
}

.el_line {
  border: 4px solid #FF8200;
}

.el_headline {
  position: relative;
  width: 600px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  background: url("../img/friends/bg_title.png") no-repeat center/contain;
}

.el_headline::before,
.el_headline::after {
  display: block;
  position: absolute;
  content: "";
}

.el_subHeadline {
  position: relative;
  width: 440px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  background: url("../img/friends/bg_subtitle.png") no-repeat center/contain;
}

.el_box {
  width: 196px;
  margin-left: 50px;
}

.el_box2 {
  width: 470px;
  margin-left: 50px;
}

.bl_firstView {
  position: relative;
  padding: 30px calc(50% - 500px) 60px;
  background: url("../img/friends/bg_kv.png");
  background-position: top center;
  background-size: cover;
}

.bl_firstView::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url("../img/friends/bg_turfTop.png") no-repeat bottom center/cover;
  content: "";
}

.bl_mainTitle {
  text-align: center;
}

.kv_wrap {
  margin-top: 30px;
}

.kv_frame {
  position: relative;
  top: -50px;
  width: 1000px;
}

.kv_frame_fig {
  z-index: 0;
  position: relative;
  width: 100%;
  transform: scale(1.2);
}

.kv_ttl {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
.kv_ttl::after {
  position: absolute;

}

.bl_nav_kv {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translatex(-50%);
  width: 100%;
}

.bl_navBtn {
 z-index:2;
 position:absolute;
 top:0;
 right:0;
 width:16vw;
 max-width:100px
}
.bl_navBtn__fixed {
 -webkit-transition:.5s;
 -webkit-perspective:1000;
 position:fixed;
 top:0;
 opacity:0;
 perspective:1000;
 transition:.5s
}
.bl_navBtn__fixed.js_fixed {
 top:55px;
 opacity:1
}

.spmenu_open .js_menuBtn,
.spsearch_open .js_menuBtn {
  display: none;
}

.bl_navList {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.bl_navListItem {
  -webkit-transition: 0.3s;
  z-index: 1;
  position: relative;
  width: 238px;
  height: 83px;
  margin-right: 6px;
  background: url("../img/friends/bg_menu.png") center/contain;
  transition: 0.3s;
}

.bl_navListItem::after {
  -webkit-transition: 0.3s;
  display: block;
  z-index: -1;
  position: absolute;
  right: -6px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  content: url("../img/friends/btn_gbShadow.png");
  transition: 0.3s;
}


.friends_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 840px;
}

.friends_navListItem {
  -webkit-transition: 0.3s;
  z-index: 1;
  position: relative;
  width: 196px;
  height: 194px;
  margin-right: 6px;
  margin-bottom: 20px;
  background: url("../img/friends/btn_menu.png") center/contain;
  transition: 0.3s;
}

.friends_navListItem::after {
  -webkit-transition: 0.3s;
  display: block;
  z-index: -1;
  position: absolute;
  right: -12px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  content: url("../img/friends/btn_menuShadow.png");
  transition: 0.3s;
}



.bl_navSnsUnit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 75%;
  max-width: 500px;
  margin: 0 auto;
}

.bl_navSnsIcon {
  width: 8vw;
  max-width: 45px;
}

.bl_about {
  padding-right: calc(50% - 500px);
  padding-left: calc(50% - 500px);
}

.bl_pickup {
  position: relative;
  width: 300px;
}

.bl_pickup::before {
  z-index: 10;
  position: absolute;
  top: -20px;
  right: 0;
  width: 180px;
  padding-top: 14%;
  background: url("../img/friends/ttl_pickup.png") no-repeat center/contain;
  content: "";
}

.bl_info {
  padding-right: calc(50% - 500px);
  padding-left: calc(50% - 500px);
}

.bl_infoTitle {
  text-align: center;
}

.bl_infoTitle img {
  width: 200px;
}

.bl_infoWrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
}

.bl_infoSideImage {
  display: none;
}

.bl_infoSideImage img {
  width: 160px;
}

.bl_infoBox {
  width: 650px;
  height: 220px;
  padding: 30px;
  overflow-y: scroll;
  background-color: #fff;
}

.bl_infoUnit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bl_infoDate {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #666666;
}

.bl_infoCat {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 85px;
  height: 24px;
  color: #fff;
  font-size: 0.9em;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-align: center;
}

.bl_infoCat.info {
  background-color: #87851A;
}

.bl_infoCat.movie {
  background-color: #D43C1D;
}

.bl_infoCat.event {
  background-color: #428463;
}

.bl_infoCat.goods {
  background-color: #006E98;
}

.bl_infoDetail {
  width: 320px;
  font-weight: 500;
}

.bl_btnOpen {
  padding: 10px 0 10px 30px;
}

.bl_btnOpen button {
  position: relative;
  margin: 0 auto;
}

.bl_btnOpen button::before {
  display: block;
  position: absolute;
  top: 12px;
  left: -30px;
  width: 17px;
  border-top: 2px solid #fff;
  content: "";
}

.bl_btnOpen button::after {
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 12px;
  left: -30px;
  width: 17px;
  transform: rotate(90deg);
  border-top: 2px solid #fff;
  content: "";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bl_btnOpen button.hp_on::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.bl_snsLink {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 70px 0 40px;
  border-radius: 20px;
  background-color: #0056B1;
}

.bl_snsLinkText {
  position: relative;
  width: 350px;
}

.bl_snsLinkText::after {
  position: absolute;
  right: -60px;
  content: url("../img/friends/img_arrow.png");
}

.bl_snsUnit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transform: translateY(-10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 440px;
  transform: translateY(-10px);
}

.bl_snsIcon {
  width: 65px;
}

.bl_snsIcon.el_btn {
  border-radius: 50%;
}

.ly_slider {
  position: relative;
}

.bl_movie {
  overflow: hidden;
}

.bl_movie::before {
  height: 345vw;
  background: url("../img/friends/bg_before01.png") no-repeat top/100%;
}

.bl_movie .el_headline::before {
  bottom: -14px;
  left: -17px;
  width: 70px;
  height: 40px;
  background: url("../img/friends/img_ttlSide01.png") no-repeat center/contain;
}

.bl_movie .el_headline::after {
  right: -35px;
  bottom: -3px;
  width: 100px;
  height: 150px;
  background: url("../img/friends/img_ttlSide02.png") no-repeat center/contain;
}

.bl_sliderUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_sliderItem {
  margin-left: 0;
}

.bl_slider-prev,
.bl_slider-next {
  z-index: 20;
  position: absolute;
  bottom: -60px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bl_slider-prev {
  left: 0;
  background-image: url("../img/friends/allow-left.svg");
}

.bl_slider-next {
  right: 0;
  background-image: url("../img/friends/allow-right.svg");
}

.bl_mvTitle {
  display: list-item;
  margin-left: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  list-style-image: url("../img/friends/ico_triangle.png");
}

.bl_mvList {
  width: 300px;
  margin: 0 25px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -55px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #FF8200;
  opacity: 1;
}

span.swiper-notification {
  display: none;
}

.bl_event .el_headline::before {
  bottom: -5px;
  left: -67px;
  width: 135px;
  height: 80px;
  background: url("../img/friends/img_ttlSide03.png") no-repeat center/contain;
}

.bl_event .el_headline::after {
  right: -36px;
  bottom: -8px;
  width: 150px;
  height: 40px;
  background: url("../img/friends/img_ttlSide04.png") no-repeat center/contain;
}

.bl_event::before {
  height: 540px;
  background: url("../img/friends/bg_before02.png") no-repeat top/100%;
}

.bl_event::after {
  height: 650px;
  background: url("../img/friends/bg_after02.png") no-repeat bottom/100%;
}

.bl_goods .el_headline::before {
  bottom: -5px;
  left: -28px;
  width: 140px;
  height: 40px;
  background: url("../img/friends/img_ttlSide05.png") no-repeat center/contain;
}

.bl_goods .el_headline::after {
  right: -35px;
  bottom: -3px;
  width: 120px;
  height: 180px;
  background: url("../img/friends/img_ttlSide06.png") no-repeat center/contain;
}

.bl_goods::before {
  height: 300px;
  background: url("../img/friends/bg_before03.png") no-repeat top/100%;
}

.bl_goods::after {
  height: 210px;
  background: url("../img/friends/bg_after03.png") no-repeat bottom/100%;
}

.bl_link .el_headline::before {
  bottom: -11px;
  left: -10px;
  width: 100px;
  height: 140px;
  background: url("../img/friends/img_ttlSide07.png") no-repeat center/contain;
}

.bl_link .el_headline::after {
  right: -30px;
  bottom: -10px;
  width: 80px;
  height: 45px;
  background: url("../img/friends/img_ttlSide08.png") no-repeat center/contain;
}

.sp_only {
  display: none;
}

.sp_only__flex {
  display: none;
}

.hp_slideUp {
  margin-top: -50px;
}

.hp_waiting a,
.hp_waiting figure {
  display: block;
  position: relative;
}

.hp_waiting a::before,
.hp_waiting figure::before {
  z-index: 10;
  position: absolute;
  top: calc(50% - 1rem);
  left: 10%;
  width: 80%;
  background: rgba(255, 255, 255, 0.8);
  content: "差替え予定";
  color: #ff0000;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}

.hp_waiting a img,
.hp_waiting figure img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.hp_waiting.--sozaikae a::before,
.hp_waiting.--sozaikae figure::before {
  content: "素材変更予定";
}

.hp_waiting.--preparation a::before,
.hp_waiting.--preparation figure::before {
  content: "準備中";
}

.hp_waiting.--ryokou a::before,
.hp_waiting.--ryokou figure::before {
  content: "ぽすくまの おてがみりょこう";
  font-size: 0.8em;
}

.hp_waiting.--kitty a::before,
.hp_waiting.--kitty figure::before {
  content: "ハローキティ×ぽすくまライブショー";
  font-size: 0.8em;
}

/* ぽすくま交互表示 */
.column-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}
.column-wrapper:first-child {
  margin-top: 0;
}
.column-wrapper:nth-of-type(even) {
flex-direction: row-reverse;
}
.column1 {
  width: 40%;
  display: flex;
  align-items: center;
}
.column2 {
  /* width: 66%; */
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.column1 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transform: scale(1.1);
}

.posu-head p {
  padding-top: 20px;
}

.bg-back1 {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
}

.bg-back1::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -70px;
  width: 90%;
  height: 231px;
  background-image: url(../img/friends/bg_back1.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.bg-back2 {
  position: relative;
  z-index: 0;
  padding-bottom: 150px;
}

.bg-back2::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0px;
  width: 100%;
  height: 249px;
  background-image: url(../img/friends/bg_back2.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}


.bg-back3 {
  position: relative;
  z-index: 0;
}

.bg-back3::after {
  content: "";
  position: absolute;
  left: -110px;
  top: -65px;
  width: 195px;
  height: 126px;
  background-image: url(../img/friends/bg_back3.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.el_btn2 {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  width: 580px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.el_line2 {
  border: 4px solid #FF8200;
}

.posu-body {
  width: 580px;
  min-height: 330px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.posu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.posu-inner ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.posu-inner li {
  margin-top: 20px;
}

.posu-inner li:last-child {
  margin-bottom: 20px;
}

.posu-button {
  margin-top: 20px;
  transition: 0.3s;
}

.posu-button:hover {
  opacity: 0.8;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.pt110 {
  padding-top: 110px;
}

.pb110 {
  padding-bottom: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.pt120 {
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.pt130 {
  padding-top: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mb140 {
  margin-bottom: 140px;
}

.pt140 {
  padding-top: 140px;
}

.pb140 {
  padding-bottom: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

@media (min-width: 1041px) {
  .el_line:not(.hp_disabled):hover {
	border: 4px solid rgba(255, 132, 0, 0.5);
  }

  .bl_navListItem:hover, .friends_navListItem:hover {
	-webkit-transform: translate(8px, 6px);
	transform: translate(8px, 6px);
  }

  .bl_navListItem:hover::after, .friends_navListItem:hover::after {
	-webkit-transform: translate(-6px, -8px);
	transform: translate(-6px, -8px);
	opacity: 0;
  }

  .bl_navListItem:hover a {
	opacity: 0.5;
  }
  .friends_navListItem:hover a {
	opacity: 0.8;
  }
}

@media (max-width: 1040px) {
  .ly_main {
	background: url("../img/friends/bg_turf.jpg") top center/100%;
  }

  .ly_sect {
	padding: 2vw 10% 26vw;
  }

  .bl_3colUnit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
  }

  .el_btn {
	border-radius: 4vw;
  }

  .el_btn:not(.hp_disabled):hover {
	-webkit-transform: none;
	-webkit-box-shadow: 6px 8px 4px rgba(55, 56, 56, 0.5);
	transform: none;
	box-shadow: 6px 8px 4px rgba(55, 56, 56, 0.5);
  }

  .el_btn:not(.hp_disabled):hover a {
	opacity: 1;
  }

  .el_headline {
	width: 100%;
	height: inherit;
  }

  .el_subHeadline {
	width: 80%;
	height: inherit;
  }

  .el_box {
	width: 100%;
	margin-top: 5vw;
	margin-left: 0%;
  }

  .bl_firstView {
	padding: 3vw 0 20vw;
	background: url("../img/friends/bg_kv_sp.png") no-repeat top center/cover;
  }

  .bl_firstView::after {
	background: none;
  }

  .bl_mainTitle {
	padding: 0 20px;
  }


  .bl_fvPosukuma {
	-webkit-transform: none;
	width: 100%;
	margin-top: -18vw;
	margin-bottom: -16vw;
	transform: none;
  }

  .bl_nav {
	-webkit-transform: translateY(calc(-100vh - 110px));
	-webkit-transition: -webkit-transform 0.1s ease-in;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh + 110px);
	padding: 0 0 60px;
	overflow: hidden;
	transform: translateY(calc(-100vh - 110px));
	background: url("../img/friends/bg_nav.jpg") center/cover;
	transition: -webkit-transform 0.1s ease-in;
	transition: transform 0.1s ease-in;
	transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
  }

  .bl_nav.js_on {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }

  .bl_nav.js_fixed {
	position: fixed;
	height: 100vh;
	padding-top: 56px;
  }

  .bl_navList {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 100px 20px 0;
	border-top: 1px solid #803A00;
  }

  .bl_navListItem {
	width: inherit;
	height: inherit;
	margin-right: 0;
	border-bottom: 1px solid #803A00;
	background: none;
	text-align: center;
  }

  .bl_navListItem a {
	display: block;
	width: 100%;
	padding: 15px 0;
  }

  .bl_navListItem img {
	width: 60vw;
	max-width: 400px;
  }

  .bl_navListItem::after {
	content: none;
  }

  .bl_nav_kv {
	top: 12%;
	width: 85%;
  }

  .bl_firstView {
	padding: 12vw 0 0;
  }

  .kv_frame {
	width: 100%;
  }

  .kv_frame_fig {
	text-align: center;
	transform: scale(1);
	top: 20px;
  }

  .kv_frame_fig img {
	width: 100%;
  }

  .friends_list {
	padding: 20px;
  }

  .friends_navListItem {
	background: none;
	width: calc(100% / 2 - 10px);
	height: auto;
	margin-bottom: 0;
  }

  .friends_navListItem::after {
	content: none;
  }

  .friends_navListItem img {
	width: 100%;
	height: auto;
	transition: .3s;
  }

  .friends_navListItem img:hover {
	opacity: 1!important;
	filter: brightness(90%);
  }

  .kv_ttl {
	top: 6%;
  }

  .kv_ttl img {
	transform: scale(1.2);
  }

  .column1, .column2 {
	width: 100%;
  }
  .column1 {
	justify-content: center;
  }
  .column1 img {
	transform: scale(1);
  }
  .column2 {
	padding: 0px;
	justify-content: center;
  }

  .bg-back1::after {
	background-image: url(../img/friends/bg_back1_sp.png);
	left: 20px;
	bottom: -180px;
  }

  .bg-back2::after {
	left: 4px;
	bottom: -20px;
  }

  .bg-back3::after {
	display: none;
  }

  .bg-back4 {
	position: relative;
	z-index: 0;
  }

  .bg-back4::after {
	content: "";
	position: absolute;
	left: -6px;
	top: 155px;
	width: 93px;
	height: 142px;
	background-image: url(../img/friends/bg_back4.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
  }

  .f-link picture img {
	width: 100%;
  }

  .bl_2colUnit li {
	width: 100%;
  }

  .el_btn2 {
	padding: 20px;
	min-height: initial;
  }

  .column1 {
	padding: 20px 0;
  }

  .bl_about {
	padding-right: 5%;
	padding-left: 5%;
  }

  .bl_pickup {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
  }

  .bl_pickup::before {
	top: 0;
	right: 34%;
	width: 32%;
  }

  .bl_info {
	padding: 0;
  }

  .bl_infoTitle img {
	width: 30vw;
  }

  .bl_infoWrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 5%;
	margin-left: 5%;
	padding: 0;
  }

  .bl_infoSideImage {
	display: block;
	position: relative;
	width: 100%;
  }

  .bl_infoSideImage img {
	position: absolute;
  }

  .bl_infoSideImage .hp_img01 {
	top: 0vw;
	left: 1vw;
	width: 19vw;
  }

  .bl_infoSideImage .hp_img02 {
	top: 1.5vw;
	right: 0.5vw;
	width: 17vw;
  }

  .bl_infoBox {
	width: 100%;
	height: inherit;
	padding: 3vw 5vw 5vw;
	overflow-y: inherit;
	font-size: 15px;
  }

  .bl_infoUnit[data-toggle=close] {
	display: none;
  }

  .bl_infoDate {
	width: 100%;
	font-size: 0.9em;
  }

  .bl_infoCat {
	width: 80px;
	letter-spacing: 0.1em;
  }

  .bl_infoDetail {
	width: calc(100% - 90px);
	margin-left: 10px;
  }

  .bl_snsLink {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 0;
	margin-left: 0;
	padding: 40px 6% 20px;
	border-radius: 4vw;
  }

  .bl_snsLinkText {
	-webkit-transform: translateY(-4vw);
	width: 64vw;
	transform: translateY(-4vw);
  }

  .bl_snsLinkText::after {
	display: none;
  }

  .bl_snsUnit {
	width: 100%;
  }

  .bl_snsIcon {
	width: 10.5vw;
  }

  .bl_movie::before {
	background: url("../img/friends/bg_before01__sp.png") no-repeat top/100%;
  }

  .bl_movie::after {
	height: 25vw;
	background: url("../img/friends/bg_after01__sp.png") no-repeat bottom/100%;
  }

  .bl_movie .el_headline::before {
	bottom: -0.5vw;
	left: 1%;
	width: 14%;
	height: 6vw;
  }

  .bl_movie .el_headline::after {
	right: -4%;
	bottom: 0.2vw;
	width: 17%;
	height: 20vw;
  }

  .bl_slider-prev,
  .bl_slider-next {
	bottom: 48%;
	width: 10%;
	height: 10%;
  }

  .bl_slider-prev {
	left: -10%;
  }

  .bl_slider-next {
	right: -10%;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: -30px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
  }

  .bl_event .el_headline::before {
	bottom: 0;
	left: -6%;
	width: 21%;
	height: 10vw;
  }

  .bl_event .el_headline::after {
	right: -6%;
	bottom: 0;
	width: 26%;
	height: 6vw;
  }

  .bl_event::before {
	height: 125vw;
	background: url("../img/friends/bg_before02__sp.png") no-repeat top/100%;
  }

  .bl_event::after {
	height: 6vw;
	background: url("../img/friends/bg_after02__sp.png") no-repeat bottom/100%;
  }

  .bl_goods .el_headline::before {
	bottom: 0;
	left: -2%;
	width: 24%;
	height: 5.5vw;
  }

  .bl_goods .el_headline::after {
	right: -7%;
	bottom: 0vw;
	width: 20%;
	height: 22vw;
  }

  .bl_goods::before {
	height: 35vw;
	background: url("../img/friends/bg_before03__sp.png") no-repeat top/100%;
  }

  .bl_goods::after {
	height: 96vw;
	background: url("../img/friends/bg_after03__sp.png") no-repeat bottom/100%;
  }

  .bl_link .el_headline::before {
	bottom: -2vw;
	left: -1%;
	width: 17%;
	height: 19vw;
  }

  .bl_link .el_headline::after {
	right: -3%;
	bottom: 0;
	width: 14%;
	height: 6.5vw;
  }

  .column-wrapper:nth-of-type(even) {
  flex-direction: column;
  }

  .column-wrapper {
	flex-direction: column;
	align-items: center;
  }
  .sp_only {
	display: block;
  }

  .sp_only__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }

  .pc_only {
	display: none;
  }

  .hp_slideUp {
	margin-top: 0;
  }

  .mt0_sp {
	margin-top: 0vw;
  }

  .mb0_sp {
	margin-bottom: 0vw;
  }

  .pt0_sp {
	padding-top: 0vw;
  }

  .pb0_sp {
	padding-bottom: 0vw;
  }

  .mt10_sp {
	margin-top: 2.5vw;
  }

  .mb10_sp {
	margin-bottom: 2.5vw;
  }

  .pt10_sp {
	padding-top: 2.5vw;
  }

  .pb10_sp {
	padding-bottom: 2.5vw;
  }

  .mt20_sp {
	margin-top: 5vw;
  }

  .mb20_sp {
	margin-bottom: 5vw;
  }

  .pt20_sp {
	padding-top: 5vw;
  }

  .pb20_sp {
	padding-bottom: 5vw;
  }

  .mt30_sp {
	margin-top: 7.5vw;
  }

  .mb30_sp {
	margin-bottom: 7.5vw;
  }

  .pt30_sp {
	padding-top: 7.5vw;
  }

  .pb30_sp {
	padding-bottom: 7.5vw;
  }

  .mt40_sp {
	margin-top: 10vw;
  }

  .mb40_sp {
	margin-bottom: 10vw;
  }

  .pt40_sp {
	padding-top: 10vw;
  }

  .pb40_sp {
	padding-bottom: 10vw;
  }

  .mt50_sp {
	margin-top: 12.5vw;
  }

  .mb50_sp {
	margin-bottom: 12.5vw;
  }

  .pt50_sp {
	padding-top: 12.5vw;
  }

  .pb50_sp {
	padding-bottom: 12.5vw;
  }

  .mt60_sp {
	margin-top: 15vw;
  }

  .mb60_sp {
	margin-bottom: 15vw;
  }

  .pt60_sp {
	padding-top: 15vw;
  }

  .pb60_sp {
	padding-bottom: 15vw;
  }

  .mt70_sp {
	margin-top: 17.5vw;
  }

  .mb70_sp {
	margin-bottom: 17.5vw;
  }

  .pt70_sp {
	padding-top: 17.5vw;
  }

  .pb70_sp {
	padding-bottom: 17.5vw;
  }

  .mt80_sp {
	margin-top: 20vw;
  }

  .mb80_sp {
	margin-bottom: 20vw;
  }

  .pt80_sp {
	padding-top: 20vw;
  }

  .pb80_sp {
	padding-bottom: 20vw;
  }

  .mt90_sp {
	margin-top: 22.5vw;
  }

  .mb90_sp {
	margin-bottom: 22.5vw;
  }

  .pt90_sp {
	padding-top: 22.5vw;
  }

  .pb90_sp {
	padding-bottom: 22.5vw;
  }

  .mt100_sp {
	margin-top: 25vw;
  }

  .mb100_sp {
	margin-bottom: 25vw;
  }

  .pt100_sp {
	padding-top: 25vw;
  }

  .pb100_sp {
	padding-bottom: 25vw;
  }

  .mt110_sp {
	margin-top: 27.5vw;
  }

  .mb110_sp {
	margin-bottom: 27.5vw;
  }

  .pt110_sp {
	padding-top: 27.5vw;
  }

  .pb110_sp {
	padding-bottom: 27.5vw;
  }

  .mt120_sp {
	margin-top: 30vw;
  }

  .mb120_sp {
	margin-bottom: 30vw;
  }

  .pt120_sp {
	padding-top: 30vw;
  }

  .pb120_sp {
	padding-bottom: 30vw;
  }

  .mt130_sp {
	margin-top: 32.5vw;
  }

  .mb130_sp {
	margin-bottom: 32.5vw;
  }

  .pt130_sp {
	padding-top: 32.5vw;
  }

  .pb130_sp {
	padding-bottom: 32.5vw;
  }

  .mt140_sp {
	margin-top: 35vw;
  }

  .mb140_sp {
	margin-bottom: 35vw;
  }

  .pt140_sp {
	padding-top: 35vw;
  }

  .pb140_sp {
	padding-bottom: 35vw;
  }

  .mt150_sp {
	margin-top: 37.5vw;
  }

  .mb150_sp {
	margin-bottom: 37.5vw;
  }

  .pt150_sp {
	padding-top: 37.5vw;
  }

  .pb150_sp {
	padding-bottom: 37.5vw;
  }
}

@media (min-width: 1041px) and (max-width: 1040px) {
  .bl_navListItem:hover a {
	opacity: 1;
  }
}

@media all and (-ms-high-contrast: none) {
  main,
  section {
	display: block;
  }
}

@media screen and ( max-width: 786px ) {
  .bg-back2::after {
	bottom: -150px;
  }
  .bl_firstView {
	padding: 18vw 0 0;
  }

}
@media screen and ( max-width: 550px ) {
  .kv_ttl {
	top: 7%;
  }
}
