@charset "utf-8";
/***********************
sp.css
************************/
@media screen and (min-width: 0px) and (max-width: 800px) {
  /*---------------------
	全体
	-----------------------*/
  html {
    background: #fff;
  }
  #container {
    min-width: 0;
  }

  /*---------------
	メインエリア
	-----------------*/
  .sp_tiktok {
    position: relative;
    z-index: 1;
  }
  .sp_spotify {
    position: absolute;
    margin: 0 3.12%;
    z-index: 1;
    margin-top: -24.5%;
    width: 93.76%;
  }
  .sp_playlist_btn {
    margin-bottom: 19.2%;
  }

  /*---------------
	動画エリア
	-----------------*/
  #trailer_area {
    padding: 11% 0%;
    background: url(../img/sp/sp_background.jpg) top center no-repeat;
    background-size: cover;
  }
  #closeBtn {
    right: 0px;
    top: -60px;
  }
  #closeBtn img {
    width: 30px;
  }

  #youtube_wrap {
    border: none;
    background: initial;
  }
  #youtube_area {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #yt_load_area {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: auto;
    overflow: inherit;
    display: block;
    height: auto;
  }

  #yt_load {
    position: relative;
    width: 800px;
    left: 0;
    transform: translateX(0px);
    margin: 0 auto;
    display: inline-table;
  }
  .yt_list {
    position: relative;
    width: 240px; /*動画2つ以上*/
    /* width: 80%; 動画1つ*/
    float: left;
    cursor: pointer;
    transform: translateX(0) !important;
    margin: 0px 10px 10px;
    margin: 0px 0px 10px 20px;
  }
  .yt_list_img {
    width: 98.8%;
  }
  .yt_title {
    position: relative;
    width: 240px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    margin: 2.5% auto;
  }
  #yt_more {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 0;
    width: 100%;
    background: none;
  }
  #yt_more img {
    opacity: 1;
  }
  #yt_more:hover img {
    opacity: 1;
  }
  .yt_fade {
    background: rgba(0, 0, 0, 0.5) url(../img/yt_play.png) no-repeat center
      center;
    background-size: 80px auto;
    margin-top: 0%;
    background-position: center;
  }
  .yt_fade:hover {
    background: rgba(0, 0, 0, 0.2) url(../img/yt_play.png) no-repeat center
      center;
    background-size: 80px auto;
    margin-top: 0%;
    background-position: center;
  }
  #videoPlayer {
    position: absolute;
    width: 90% !important;
    height: auto !important;
    padding: 0 !important;
    padding-top: 0px !important;
    left: 0 !important;
    margin-left: 5% !important;
    z-index: 999 !important;
  }
  #videoPlayer {
    position: absolute !important;
    width: 90% !important;
    padding-top: 50.6% !important;
  }
  #videoPlayer iframe {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  #closeBtn2 {
    right: 0 !important;
  }
  .yt_list_img {
    width: calc(100% - 0px);
  }

  /*---------------
	バナーエリア
	-----------------*/
  #bnr_title {
    position: relative;
    top: 0;
    margin-left: 0;
    width: 100%;
    height: 124px;
    background: url(../img/sp/bnr_title.jpg) no-repeat center top;
    background-size: 100% auto;
    margin: 0 auto;
  }
  /* #bnr_area {
		top: initial;
	} */
  #bnr_wrap {
    position: relative;
    width: 100%;
    background: initial;
    padding: 0;
    min-height: 0;
  }
  #bnr_wrap a {
    color: #fff;
  }
  #bnr_wrap a:hover {
    text-decoration: underline;
  }
  .works_bnr {
    width: 46.6%;
    margin: 10px 10px 0;
  }
  #bnr_load {
    position: relative;
    width: 96%;
    padding-top: 0;
  }
  .bnr_column {
    width: 100%;
    margin: 0 auto;
    display: none;
    padding-bottom: 5%;
    justify-content: center;
  }
  #bnr_more {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/sp/bnr_more.jpg) no-repeat center top;
    background-size: 100% auto;
    margin-top: 10px;
    cursor: pointer;
    padding-bottom: 7.8%;
  }
  .bnr_text {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0;
    text-align: center;
  }

  /*---------------
	ニュースエリア
	-----------------*/
  #news_wrap {
    position: relative;
    width: 100%;
    background: #000;
    padding-top: 4% !important;
    /* padding-bottom: 20% !important; */
  }
  #news_title {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    margin-left: 0;
    width: 90%;
    height: 0;
    padding-top: 11%;
    background: url(../img/sp/news_title.png) no-repeat center top;
    background-size: 100% auto;
  }
  .news_article {
    position: relative;
    display: flex;
    width: 90%;
    margin: 15px auto;
    padding-bottom: 15px;
    align-items: center;
  }
  .news_thumb {
    position: relative;
    width: 23%;
    height: auto;
    border: solid 1px #42382b;
    box-sizing: border-box;
    overflow: hidden;
  }
  .news_thumb img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .news_title {
    width: 68%;
    margin-left: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
  }
  #credit {
    position: relative;
    left: 50%;
    width: 842px;
    padding-top: 70px;
    transform: translateX(-50%);
  }
  #news_more {
    position: relative;
    width: 100%;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    cursor: pointer;
  }
  #news_more img {
    opacity: 1;
  }
  #news_more:hover img {
    opacity: 1;
  }

  /*---------------
	フッター（上書き）
	-----------------*/
  #footer_wrap {
    padding: 8% 0;
  }
}

/* バナーエリア タブレット */
@media screen and (min-width: 641px) and (max-width: 800px) {
  #bnr_title {
    height: 224px;
  }
}
