@charset "UTF-8";
/*-------------------------------------


/*----- pc share ------*/

@keyframes elastic {
  0% {
    transform-origin: 50% 0;
    transform: translateY(0)
  }
  60% {
    transform: translateY(-9px) scaleX(1.1) scaleY(1.02)
  }
  to {
    transform: translateY(0)
  }
}

@keyframes elastic2 {
  0% {
    opacity: 0;
    transform-origin: 50% 0;
    transform: translateY(0)
  }
  60% {
    opacity: 1;
    transform: translateY(-12px) scaleX(1.08) scaleY(1.02)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}



.mainFooter {
  margin-top: 40px;
}


.mainFooter .inner {
  padding: 60px 0 50px;
}


.mainFooter .content_section-app .copyright {
  margin-top: 60px;
}


@media screen and (min-width: 751px) {

  .mainFooter .content_section-copy {
    margin: 80px auto 0;
  }

}



/*----- sp share ------*/



@media screen and (max-width: 750px) {
  
  p.gnav_footer_copyright {
    color: #FFF;
  }

	.mainFooter .content_section-app {
    margin-top: 0;
  }

  .mainFooter .inner {
    padding: 0px 0 50px;
  }


  #mastHead {
	display: block;
    position: fixed;
    z-index: 8000;
    width: 100%;
    min-height: 100%;
    height: 100%;
    transform: translateX(-100%)
  }
  #mastHead.is-hidden.is-transition {
    transition: transform .15s cubic-bezier(.6, .04, .98, .335)
  }
  #mastHead.is-visible {
    transform: translateX(0);
    transition: transform .3s cubic-bezier(.6, .04, .98, .335)
  }
  #mastHead .inner {
    height: 100%;
    padding: 211px 100px 100px
  }
  #mastHead .gnav_ul {
    flex-direction: column;
    font-size: 30px;
    letter-spacing: .05em
  }
  #mastHead .gnav_item {
    margin-top: 35px
  }
  #mastHead .gnav_item:first-child {
    margin-top: 0
  }
  #mastHead .gnav_item a {
	  color: white;
  }
  #mastHead .siteTitle {
    display: none
  }
  #mastHead .gnav_item-top {
    order: -1;
    position: relative;
    margin: 0 0 137px;
    font-size: 54px
  }
  #mastHead .gnav_item-top:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 20px;
    height: 2px;
    background-color: #fff
  }
  #mastHead .gnav_footer {
    position: absolute;
    left: 100px;
    bottom: 82px
  }
  #mastHead .gnav_footer .gnav_footer_logo {
    width: 240px;
    height: 129px;
    margin-bottom: 38px
  }
  #mastHead .gnav_footer .gnav_footer_logo a, #mastHead .gnav_footer .gnav_footer_logo span {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    background: url(../images/common/gnav_logo-sp.png) 0 0 no-repeat
  }
  .hamburger {
    position: fixed;
    z-index: 8500;
    right: 0;
    top: 0;
    width: 130px;
    height: 130px;
    background: url(../images/common/spr_hamburger.png) 0 0 no-repeat;
    cursor: pointer
  }
  .hamburger.is-visible {
    background-position: -130px 0
  }

}



@media screen and (max-width: 849px) {

  .mainFooter .content_section-app .app_icon {
    margin-top: 60px;
  }

  .mainFooter .content_section-app .app_stores .app_store.apple {
    margin-top: 20px;
    margin-left: 0;
  }

  .mainFooter .content_section-app .copyright {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .mainFooter .content_section-app .section_header {
    margin-left: 46px;
  }

}



/*----- content-profile pc/sp share ------*/



.content-profile {
  padding-bottom: 67px
}

.content-profile .content_section-header {
  height: 750px;
  color: #fff;
  z-index: 0;
  background-size: cover;
  overflow: hidden;
}

.content-profile .content_section-header::before {
  content: '';
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  background: inherit;
  filter: blur(8px);
  z-index: -1;
}

.content-profile .content_section-header .page-title {
  font-size: 54px;
  line-height: 70px;
  padding-left: 47px;
  padding-top: 38px;
}


.content-profile .content_section-header .wordClouds {
  position: absolute;
  bottom: 25px;
  right: 32px;
  width: 570px;
}

.content-profile .content_section-header .wordClouds .cloudWrapper {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end
}

.content-profile .content_section-header .wordClouds .cloud_item {
  margin-left: 10px;
  margin-top: 20px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 52%, .6)
}

.content-profile .content_section-header .listLength {
  position: absolute;
  left: 32px;
  bottom: 25px;
  font-size: 18px
}



.content-profile .content_section-music .section_header {
  display: flex
}

.content-profile .content_section-music .section_header .user_icon {
  width: 72px;
  height: 72px
}

.content-profile .content_section-music .section_header .user_name {
  margin-left: 22px;
  line-height: 72px;
  font-size: 36px;
  color: #0000d7
}

.content-profile .content_section-music .menu-container {
  display: flex;
  position: absolute;
  right: 19px;
  top: 47px
}

.content-profile .content_section-music .menu-container .list_favorite {
  display: flex;
  padding-top: 14px;
  margin-right: 20px
}

.content-profile .content_section-music .menu-container .list_favorite .favorite_icon {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  display: block;
  width: 30px;
  height: 27px;
  background: url("../images/share/ui_favorite.png") 0 0 no-repeat;
  margin-right: 15px
}

.content-profile .content_section-music .menu-container .list_favorite .favorite_icon.is--favorited {
  background-position: -30px 0
}

.content-profile .content_section-music .menu-container .list_favorite .favorite_count {
  min-width: 30px;
  padding-top: 8px;
  line-height: 14px;
  font-size: 14px;
  color: #9a9a9a
}

.content-profile .content_section-music .menu-container .item_menu {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  display: block;
  width: 55px;
  height: 55px;
  background: url("../images/share/ui_menu.png") 50% no-repeat
}

.content-profile .content_section-music .content_lead {
  width: 660px;
  margin: 47px auto 0;
  font-size: 22px;
  line-height: 28px;
  color: #4a4a4a
}

.content-profile .content_section-music .content_lead .lead_paragraph {
  overflow: hidden;
  transition: max-height .5s
}

.content-profile .content_section-music .content_lead .lead_more {
  width: 300px;
  line-height: 38px;
  height: 38px;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 19px;
  box-shadow: 0 0 25px rgba(0, 0, 0, .3);
  color: #3b54f5;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer
}

.content-profile .content_section-music .content_lead .lead_more .text {
  position: relative;
  display: inline-block;
  padding-left: 34px
}

.content-profile .content_section-music .content_lead .lead_more .text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 14px;
  background: url("../images/share/ui_lead_more.png") 0 0 no-repeat
}

.content-profile .content_section-music .content_lead.is--more--hidden .lead_paragraph {
  max-height: 84px
}

.content-profile .content_section-music .content_lead.is--more--hidden .lead_more .text.the-less {
  display: none
}

.content-profile .content_section-music .content_lead.is--more--shown .lead_paragraph {
  max-height: 100em
}

.content-profile .content_section-music .content_lead.is--more--shown .lead_more .text.the-more {
  display: none
}

.content-profile .content_section-music .content_lead.is--more--shown .lead_more .text:before {
  background-position: -14px 0
}

.content-profile .content_section-music .content_table {
  margin-top: 40px
}

.content-profile .content_section-music .content_table .content_table_item:first-child {
  border-top: 2px solid #cacaca
}

.content-profile .content_section-music .content_table_item {
  height: 160px
}

.content-profile .content_section-music .content_table_item .item_cover {
  margin-top: 30px
}

.content-profile .content_section-music .content_table_item .item_detail {
  padding-top: 40px
}

.content-profile .content_section-music .content_table_item .item_detail .item_menu {
  top: 55px
}

.content-profile .content_section-music .content_table_item:last-child .item_detail {
  border-bottom: 2px solid #cacaca
}

.content-profile .content_section-cloud .cloudWrapper {
  width: 670px;
  margin: 40px auto 0 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end
}

.content-profile .content_section-cloud .cloud_item {
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #cfcfcf;
  color: #4a4a4a;
  max-width: 213px
}

.content-profile .content_section-hashtags {
  padding-top: 57px;
  padding-bottom: 40px
}

.content-profile .content_section-related .section_header {
  padding-left: 0;
  padding-top: 45px;
  margin-left: 33px;
  border-top: 2px solid #cacaca
}

@media screen and (max-width:750px) {
  .content-profile {
      padding-bottom: 0px
  }
}


.content-profile .profile_header .user_icon {
  position: absolute;
  left: 275px;
  top: 252px;
  width: 200px;
  height: 200px
}

.content-profile .profile_header .user_name {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  padding-top: 474px;
  text-shadow: 0 0 25px rgba(0, 0, 0, .6);
  font-weight: lighter;
}



/* btn match request  */

.content-profile .content_section-header .btn_match_req {
  width: 480px;
  height: 72px;
  line-height: 72px;
  margin: 114px auto 0;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0, 0, 0, .3);
  color: #000CD7;
  background-color: #fff;
  font-weight: 600;
  font-size: 28px;
  cursor: pointer
}

.content-profile .content_section-header .btn_match_req .text {
  position: relative;
  display: inline-block;
  padding-left: 34px
}

.content-profile .content_section-header .btn_match_req .text:before {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: 21px;
  width: 36px;
  height: 32px;
  background: url("../images/share/icon_match_req.png") 0 0 no-repeat;
  background-size: 36px 32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
  .content-profile .content_section-header .btn_match_req .text:before {

    background: url("../images/share/icon_match_req_retina.png") 0 0 no-repeat;
    background-size: 36px 32px;
  }
  }



.content-profile .content_section-header .content_lead.is--more--hidden .btn_match_req .text.the-less {
  display: none
}



.content-profile .content_section-header .content_lead.is--more--shown .btn_match_req .text.the-more {
  display: none
}

.content-profile .content_section-header .content_lead.is--more--shown .btn_match_req .text:before {
  background-position: -14px 0
}




/* content_section-profile */


.content-profile .content_section-profile {
  padding-top: 42px
}

.content-profile .content_section-profile .section_user_info {
  display: flex
}

.content-profile .content_section-profile .section_user_info .user_follower {
  margin-left: 52px;
  line-height: 42px;
  color: #4a4a4a;
}

.content-profile .content_section-profile .section_user_info .user_follower .user_follower_score {
  font-size: 36px;
  font-weight: bold;
}

.content-profile .content_section-profile .section_user_info .user_follower .user_follower_title {
  font-size: 20px;
  text-align: center;
}

.content-profile .content_section-profile .section_user_info .user_follow {
  margin-left: 42px;
  line-height: 42px;
  color: #4a4a4a;
}

.content-profile .content_section-profile .section_user_info .user_follow .user_follow_score {
  font-size: 36px;
  font-weight: bold;
}

.content-profile .content_section-profile .section_user_info .user_follow .user_follow_title {
  font-size: 20px;
  text-align: center;
}


.content-profile .content_section-profile .section_user_info .btn_user_follow {
  width: 200px;
  height: 72px;
  line-height: 72px;
  margin-left: 42px;
  /* margin: 120px auto 0; */
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0, 0, 0, .3);
  color: #FFF;
  background-color: #3355FF;
  font-weight: 600;
  font-size: 28px;
  cursor: pointer
}

.content-profile .content_section-profile .section_user_info .btn_user_follow .text {
  position: relative;
  display: inline-block;
  padding-left: 34px;
  color: #FFF;
}

.content-profile .content_section-profile .section_user_info .btn_user_follow .text:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 23px;
  width: 26px;
  height: 26px;
  background: url("../images/share/btn_plus_min_wh.png") 0 0 no-repeat;
  background-size: 26px 26px;
  color: #FFF;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
  .content-profile .content_section-profile .section_user_info .btn_user_follow .text:before {

    background: url("../images/share/btn_plus_min_wh_retina.png") 0 0 no-repeat;
    background-size: 26px 26px;
  }
  }


  .content-profile .content_section-music {
  padding-top: 57px;
}




.content-profile .content_section-profile .menu-container {
  display: flex;
  position: absolute;
  right: 19px;
  top: 47px
}

.content-profile .content_section-profile .menu-container .list_favorite {
  display: flex;
  padding-top: 14px;
  margin-right: 20px
}

.content-profile .content_section-profile .menu-container .list_favorite .favorite_icon {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  display: block;
  width: 30px;
  height: 27px;
  background: url("../images/share/ui_favorite.png") 0 0 no-repeat;
  margin-right: 15px
}

.content-profile .content_section-profile .menu-container .list_favorite .favorite_icon.is--favorited {
  background-position: -30px 0
}

.content-profile .content_section-profile .menu-container .list_favorite .favorite_count {
  min-width: 30px;
  padding-top: 8px;
  line-height: 14px;
  font-size: 14px;
  color: #9a9a9a
}

.content-profile .content_section-profile .menu-container .item_menu {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  display: block;
  width: 55px;
  height: 55px;
  background: url("../images/share/ui_menu.png") 50% no-repeat
}

.content-profile .content_section-profile .content_lead {
  width: 660px;
  margin: 32px auto 0;
  font-size: 22px;
  line-height: 28px;
  color: #4a4a4a
}

.content-profile .content_section-profile .content_lead .lead_paragraph {
  overflow: hidden;
  transition: max-height .5s
}

.content-profile .content_section-profile .content_lead .lead_more {
  width: 300px;
  line-height: 38px;
  height: 38px;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 19px;
  box-shadow: 0 0 25px rgba(0, 0, 0, .3);
  color: #3b54f5;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer
}

.content-profile .content_section-profile .content_lead .lead_more .text {
  position: relative;
  display: inline-block;
  padding-left: 34px
}

.content-profile .content_section-profile .content_lead .lead_more .text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 14px;
  background: url("../images/share/ui_lead_more.png") 0 0 no-repeat
}

.content-profile .content_section-profile .content_lead.is--more--hidden .lead_paragraph {
  max-height: 84px
}

.content-profile .content_section-profile .content_lead.is--more--hidden .lead_more .text.the-less {
  display: none
}

.content-profile .content_section-profile .content_lead.is--more--shown .lead_paragraph {
  max-height: 100em
}

.content-profile .content_section-profile .content_lead.is--more--shown .lead_more .text.the-more {
  display: none
}

.content-profile .content_section-profile .content_lead.is--more--shown .lead_more .text:before {
  background-position: -14px 0
}

.content-profile .content_section-profile .content_table {
  margin-top: 48px
}

.content-profile .content_section-profile .content_table .content_table_item:first-child {
  border-top: 2px solid #cacaca
}

.content-profile .content_section-profile .content_table_item {
  height: 160px
}

.content-profile .content_section-profile .content_table_item .item_cover {
  margin-top: 30px
}

.content-profile .content_section-profile .content_table_item .item_detail {
  padding-top: 40px
}

.content-profile .content_section-profile .content_table_item .item_detail .item_menu {
  top: 55px
}

.content-profile .content_section-profile .content_table_item:last-child .item_detail {
  border-bottom: 2px solid #cacaca
}


/* content_section-playlist */

.content-profile .content_section-play .content_table {
  margin-top: 38px;
}

.content_section-playlist {
  padding-top: 57px;
}



.content_section-playlist .content_table {
  padding-left: 31px
}

.content_section-playlist .content_table_item {
  position: relative;
  height: 130px;
  display: flex
}

.content_section-playlist .content_table_item+.content_table_item {
  height: 160px
}

.content_section-playlist .content_table_item+.content_table_item .item_cover {
  margin-top: 30px
}

.content_section-playlist .content_table_item+.content_table_item .item_detail {
  border-top: 2px solid #cacaca;
  padding-top: 54px
}

.content_section-playlist .content_table_item+.content_table_item .item_detail .item_menu {
  top: 55px
}

.content_section-playlist .content_table_item .item_cover {
  width: 104px;
  height: 104px;
  border-radius: 11px;
  overflow: hidden
}

.content_section-playlist .content_table_item .item_cover img {
  width: 100%;
  /* fix by miyazawa */
  height: 100%;
  object-fit: cover;
}

.content_section-playlist .content_table_item .item_detail {
  width: 570px;
  margin-left: 20px;
  padding-top: 29px
}

.content_section-playlist .content_table_item .item_detail .item_artist,
.content_section-playlist .content_table_item .item_detail .item_comment,
.content_section-playlist .content_table_item .item_detail .item_title {
  padding-left: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.content_section-playlist .content_table_item .item_detail .item_title {
  position: relative;
  width: 462px;
  font-size: 24px;
  line-height: 1em
}

.content_section-playlist .content_table_item .item_detail .item_title.is--apple--available:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 23px;
  background: url("../images/share/icon_apple.png") 50% 50% no-repeat
}

.content_section-playlist .content_table_item .item_detail .item_subText {
  margin-top: 10px;
  color: #4a4a4a;
  font-size: 20px
}

.content_section-playlist .content_table_item .item_detail .item_subText .item_artist {
  max-width: 352px;
  display: inline-block;
  margin-right: .5em;
  color: #000
}

.content_section-playlist .content_table_item .item_detail .item_comment {
  margin-top: 6px;
  color: #a2a2a2;
  font-size: 20px;
  width: 420px
}

.content_section-playlist .content_table_item .item_detail .item_menu {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  display: block;
  position: absolute;
  right: 39px;
  top: 25px;
  width: 55px;
  height: 55px;
  background: url("../images/share/btn_right_arrow_gray.png") 0 0 no-repeat;
  background-size: 55px 55px;
}

.content_section-playlist .content_table_item .item_detail .item_menu.is--playing {
  background-position: 0 -55px
}

.content-profile .content_section-playlist .content_table {
  margin-top: 40px
}

.content-profile .content_section-playlist .content_table .content_table_item:first-child {
  border-top: 2px solid #cacaca
}

.content-profile .content_section-playlist .content_table_item {
  height: 160px
}

.content-profile .content_section-playlist .content_table_item .item_cover {
  margin-top: 30px
}

.content-profile .content_section-playlist .content_table_item .item_detail {
  padding-top: 40px
}

.content-profile .content_section-playlist .content_table_item .item_detail .item_menu {
  top: 55px
}

.content-profile .content_section-playlist .content_table_item:last-child .item_detail {
  border-bottom: 2px solid #cacaca
}




/* share box  */

.stickyFooter .section_header {
  text-indent: 0px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  display: block;
  position: absolute;
  left: -60px;
  bottom: 22px;
  width: 109px;
  height: 24px;
  font-size: 14px;
  font-weight: normal;
  color: #6C6C6C;
  background: none 0 0 repeat;
}

.switch_app {
  width: 280px;
  margin-left: 13px;
  display: flex;
  justify-content: space-between;
}

.switch_app .switch_app_btn {
  width: 200px;
  height: 54px;
  line-height: 52px;
  margin: 11px auto 0;
  text-align: center;
  border-radius: 12px;
  border: 2px solid;
  border-color: #3162FF;
  color: #3162FF;
  background-color: #fff;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  vertical-align: bottom;
  display: block;
}

.content-profile .content_section-header .btn_match_req {
  width: 480px;
  height: 72px;
  line-height: 72px;
  margin: 114px auto 0;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0, 0, 0, .3);
  color: #000CD7;
  background-color: #fff;
  font-weight: 600;
  font-size: 28px;
  cursor: pointer
}


@media screen and (max-width: 751px) {
  .share_sns {
      width: 330px ;
  }

  .stickyFooter .share_sns {
    right: 32px;
  }


  .stickyFooter .section_header {
    text-indent: 0px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    display: block;
    position: absolute;
    left: -66px;
    top: 12px;
    width: 109px;
    height: 24px;
    font-size: 18px;
    font-weight: normal;
    color: #6C6C6C;
    background: none 0 0 repeat;
  }

  .switch_app {
    width: 280px;
    margin-top: 28px;
    margin-left: 17px;
  }
  
  .switch_app .switch_app_btn {
    width: 250px;
    height: 74px;
    line-height: 68px;
    margin: 11px auto 0;
    text-align: center;
    border-radius: 14px;
    border: 2px solid;
    border-color: #3162FF;
    color: #3162FF;
    background-color: #fff;
    font-weight: 600;
    font-size: 24px;
    cursor: pointer;
    vertical-align: bottom;
    display: block;
  }

}




/* modal */

.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #000CD7;
  color: #FFF;
  left: 50%;
  top: 50%;
  padding: 40px;
  position: absolute;
  transform: translate(-50%,-50%);
  width: 50%;
  z-index: 10000;
}

@media screen and (max-width: 751px) {
  .modal__content{
    width: 90%;
  }
}



.modal__content .user_icon {
  margin: 36px auto;
  width: 152px;
  height: 152px;
}

.modal__content .modal__content_body_text{
  margin-top: 36px;
  font-size: 32px;
  text-align: center;
}

.modal__content .modal__content_dl_text{
  margin-top: 36px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}





.modal__content .app_store_white {
  text-align: center;
  margin-top: 24px;

}


.modal__content .app_store_white .app_store_white_btn {
  width: 520px;
}


.modal__content .app_store_switch_box {
  margin-top: 32px;
}

.modal__content .app_store_switch_btn {
    width: 516px;
    height: 84px;
    line-height: 78px;
    margin: 11px auto 0;
    text-align: center;
    border-radius: 14px;
    border: 2px solid;
    border-color: #FFF;
    color: #FFF;
    font-weight: 600;
    font-size: 32px;
    cursor: pointer;
    vertical-align: bottom;
    display: block;
}


.js-modal-close {
  position: fixed;
  z-index: 11000;
  right: 0;
  top: 0;
  width: 130px;
  height: 130px;
  background: url(../images/common/spr_hamburger.png) 0 0 no-repeat;
  background-position: -130px 0;
  cursor: pointer;
}



/* header edit sp */


@media screen and (max-width: 750px) {
  .main-header .header-siteName {
      margin-left: 45px;
      width: 460px;
      height: 84px;
      background-image: url(../images/share/sp-header-siteName_logo.png);
  }
}



/* header edit pc */

@media screen and (min-width: 751px) {
  .mastHead .siteTitle {
      position: absolute;
      left: 10px;
      top: 12px;
      display: block;
      width: 400px;
      height: 35px;
      background: url(../images/share/pull_logo_noshadow_400px.png) 0px 0px no-repeat;
      background-size: 36px 36px;
  }
}

@media screen and (min-width: 751px) {
.mastHead .siteTitle a, .mastHead .siteTitle span {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 32px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    background: none no-repeat;
    padding: 6px 10px;
    font-size: 12px;
    letter-spacing: .05em;
}

}



/* app_dl_cushion */

.content-cushion {
  margin-top: 42px;
}

.content_section .cushion_btn_box {
  margin: 0 auto;
  margin-top: 220px;
  margin-bottom: 220px;
}

.content_section .cushion_btn_app {
    width: 516px;
    height: 84px;
    line-height: 78px;
    margin: 11px auto 0;
    text-align: center;
    border-radius: 14px;
    border: 2px solid;
    border-color: #000CD7;
    color: #000CD7;
    font-weight: 600;
    font-size: 32px;
    cursor: pointer;
    vertical-align: bottom;
    display: block;
}