@charset "utf-8";
* {
   box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #e6e6e6;
	letter-spacing : 0.2em;
}
header {
   padding: 15px 4% 10px;
   position: fixed;
   top: 0;
   width: 100%;
   background-color: transparent;
   display: flex;
   align-items: center;
   z-index: 10;
}
.pc-nav-all {
	background-color: rgba(0, 0, 0, 0.5);
}
.headericon img{
   height:130px;
}
h1 {
   margin: 0; padding: 0;
   font-size: 20px;
}
a {	
   text-decoration: none;
   color: #fff;
}
nav {
   margin: 0 0 0 auto;
}
ul {
   list-style: none;
   margin: 0;
   display: flex;
}
li {
   margin: 0 0 0 15px;
   font-size: 14px;
}
.background-image {
	background-image: url('img/background-1.jpg');
	background-size: cover;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.main-visual {
  	margin: 0;
	padding: 0;
	text-align: center;
	color: #f8f8f8;
	overflow: hidden;
}
p {
   margin: 0;
   padding: 0px 0px 0px 0px;

   font-weight: 600;
   color: #fff;
}
pre {
   text-align: left;
   font-family: "メイリオ", Arial, sans-serif;
   font-size: 11px;
}
.sp-nav {
   display: none;
}
.main-container {
	position: relative;
	margin: 5px 0px 10px 0px;
	padding: 55px 0px 10px 0px;
   color: #ffffff;
	background-color: rgba(100, 100, 100, 0); /* 透明度を0.5に設定 */
}
.main-container p {
   color: #ffffff;
}
.band-title {
   margin: 0px 0px 0px 0px;
   padding: 15px 0px 0px 0px;
}
.band-title h3{
   font-family: 'DotGothic16', sans-serif;
   margin: 0px 0px 0px 0px;
   font-size: 45px;
   margin: 0;
   padding: 5px 0px 0px 0px;
   font-weight: 900;
}
.main-container-2 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	background-color: rgba(100, 100, 100, 0); /* 透明度を0.5に設定 */
}
.main-container-movie_1 {
   max-width: 1000px;
   margin: 25px auto 40px auto;
   flex-wrap: wrap;
   justify-content: space-between;
   text-align: center;
}
.movie-stand-out {
   display: flex;
   flex-wrap: wrap;
}
.movie-stand-out .stand-out1,
.movie-stand-out .stand-out2,
.movie-stand-out .stand-out3,
.movie-stand-out .stand-out4{
   margin-bottom: 25px;
}
.main-container-3 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	background-color: rgba(100, 100, 100, 0); /* 透明度を0.5に設定 */
}
.youtube-player {
	width: 460px;
	height: 260px;
	overflow: hidden;
}
.spotify {
	width: 100%;
	height: 390px;
	overflow: hidden;
}
.stand-out {
	position: relative;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
 }
 .stand-out-live {
	position: relative;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
 }
 .movie-stand-out {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
 }
 .stand-out-contact {
   width: 480px; /* ボックスの最大幅を設定 */
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
 }
 .stand-out-contact2 {
   width: 480px; /* ボックスの最大幅を設定 */
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
 }
.stand-out1 {
   padding: 8px 0px 0px 0px;
   margin: 0px auto 0px auto;
   width: 476px;
   height: 360px;
   position: relative;
   /* background: linear-gradient(0deg, transparent 0%, #ccffff 0%);*/
   background-color: rgba(255, 102, 119, 0.5); /* 透明度を0.5に設定 */
   border: 2px solid #ffffff;
 }
 .stand-out2 {
   text-align: center;
   padding: 8px 0px 0px 0px;
   margin: 0px auto 0px auto;
   width: 476px;
   height: 360px;
   position: relative;
   /* background: linear-gradient(0deg, transparent 0%, #ff6677 0%); */
   background-color: rgba(204, 255, 255, 0.5); /* 透明度を0.5に設定 */
   border: 2px solid #ffffff;
 }
 .stand-out3 {
   text-align: center;
   padding: 8px 0px 0px 0px;
   margin: 0px auto 0px auto;
   width: 476px;
   height: 360px;
   position: relative;
   background-color: rgba(255, 221, 153, 0.5); /* 透明度を0.5に設定 */
   border: 2px solid #ffffff;
 }
 .stand-out4 {
   text-align: center;
   padding: 8px 0px 0px 0px;
   margin: 0px auto 0px auto;
   width: 476px;
   position: relative;
   background: linear-gradient(0deg, transparent 0%, #ffdd99 0%);
   border: 2px solid #ffffff;
 }
 .stand-out5 {
   text-align: center;
   padding: 10px 15px 10px 15px;
   margin: 0px auto 20px auto;
   width: 475px;
   height: 415px;
   position: relative;
   /* background: linear-gradient(0deg, transparent 0%, #ffbbcc 0%); */
   background-color: rgba(255, 102, 119, 0.5); /* 透明度を0.5に設定 */
   border: 2px solid #ffffff;
 }
 .stand-out6 {
   text-align: center;
   padding: 10px 15px 10px 15px;
   margin: 0px auto 20px auto;
   width: 480px;
   height: 100%;
   position: relative;
   /* background: linear-gradient(0deg, transparent 0%, #55ccff 0%); */
   background-color: rgba(85, 204, 255, 0.5); /* 透明度を0.5に設定 */
   border: 2px solid #ffffff;
 }
 .stand-out7 {
   text-align: center;
   padding: 10px 15px 10px 15px;
   margin: 0px auto 20px auto;
   width: 480px;
   height: 540px;
   position: relative;
   background: linear-gradient(0deg, transparent 0%, #ff8855 0%);
   border: 2px solid #ffffff;
 }
.stand-out-img img {
   text-align: center;
   margin: 0px auto 10px auto;
   width: 480px;
}
 .dpugap {
   text-align: left;
   padding: 0px 0px 0px 0px;
   margin: 8px  11px 8px  11px;
   font-size: 15px;
   font-weight: 800;
 }
 .dpuga-pre {
   text-align: left;
   padding: 0px 0px 0px 0px;
   margin: 0px  0px 0px  0px;
   font-weight: 900;
 }
 .picture {
   text-align: center;
   padding: 0px 10px 0px 0px;
   margin: 0px auto 0px auto;
   width: 495px;
   height: 380px;
   position: relative;
   background: linear-gradient(0deg, transparent 10%, #ffdddd 10%);
   border-radius: 5px;
 }
.intro-sns {
	position: relative;
	margin: 0px auto 5px auto;
	padding: 10px 0px 0px 0px;
   width: 220px;
   /* background-color: rgba(100, 180, 255, 0.8); */ /* 透明度を0.5に設定 */
}
.intro-sns img {
	margin: 0px 15px 10px 15px;
   border: solid 2px #bfe2ec;
}
.intro-info{
   font-weight: 500;
	position: relative;
	margin: 10px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
   text-shadow:1px 2px 0 #505c95, -1px -1px 0 #505c95,
   -1px 1px 0 #505c95, 1px -1px 0 #505c95,
   0px 2px 0 #505c95,  0 -1px 0 #505c95,
   0px 0 0 #505c95, 0px 0 0 #505c95;
}

.table-container-menber {
   font-family: 'DotGothic16', sans-serif;
   border-collapse: collapse;
   padding: 10px 0px 10px 0px;
   margin: 5px auto 5px auto;
   max-width: 230px;
   display: flex;
   justify-content: center;
   align-items: center; 
   line-height: 1.8em;
   font-size: 11px;
   font-weight: 600;

   text-shadow:1px 2px 0 #6b7bc7, -1px -1px 0 #6b7bc7,
   -1px 1px 0 #6b7bc7, 1px -1px 0 #6b7bc7,
   0px 2px 0 #6b7bc7,  0 -1px 0 #6b7bc7,
   0px 0 0 #6b7bc7, 0px 0 0 #6b7bc7;
   /* 
   text-shadow:1px 2px 0 #6e88cc, -1px -1px 0 #6e88cc,
   -1px 1px 0 #6e88cc, 1px -1px 0 #6e88cc,
   0px 2px 0 #6e88cc,  0 -1px 0 #6e88cc,
   0px 0 0 #6e88cc, 0px 0 0 #6e88cc;
    */
}
.table-container-menber td {
   padding: 0;
   height: 5px;
   font-size: 11px;
	text-align: right;
   font-weight: 600;
}
.footer-common {
   padding: 0px 0px 10px 0px;
   margin: 0px 0px 0px 0px;
}
.pfooter {
   font-family: Arial, Helvetica, sans-serif;
   padding: 0px 0px 10px 0px;
   margin: 0px 0px 0px 0px;
   font-size: 10px;
   font-weight: 600;
}


.slider-container {
   overflow: hidden;
   position: relative;
   margin: 0px 0px 20px 0px;
}

.slider-wrapper {
   display: flex;
   transition: transform 0.5s ease-in-out;
}

.slide {
   min-width: 100%;
   box-sizing: border-box;
}
.slider-container {
   position: relative; /* 追加: 相対位置指定 */
}
.slider-button {
   text-align: center;
   max-width: 100%;
   width: 540px;
   position: absolute; /* 修正: 絶対位置指定 */
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.prev, .next {
   border: 2px solid #dddddd;
   background-color: rgba(255, 255, 255, 0.5); /* 透明度を0.5に設定 */
   cursor: pointer;
   position: absolute;
   width: auto;
   padding: 16px;
   color: white;
   font-weight: bold;
   font-size: 20px;
   transition: 0.6s ease;
   border-radius: 0 3px 3px 0;
   user-select: none;
}
.prev {
   left: 0;
}
.next {
   right: 0;
}

/* Optional: Add styling for responsive navigation buttons */
@media screen and (max-width: 600px) {
   .prev, .next {
       font-size: 12px;
       padding: 8px;
   }
}

.stand-out-slide-1{
   text-align: center;
   padding: 0px 0px 0px 0px;
   margin: 10px auto 15px auto;
   width: 486px;
   position: relative;
}
/*---------------------------------------------
  General Settings
  ---------------------------------------------*/
.youtube_slide-1 img {
   max-width: 100%;
   height: auto;
   vertical-align: bottom;
 }
 .swiper-container {
   padding: 0px 0 0px;
 }
/*---------------------------------------------
  Swiper tips youtube_slide-1
  ---------------------------------------------*/
  .s-four-wrap {
   position: relative;
   max-width: 480px;
   margin: 0 auto;
   overflow: hidden;
 }
 .s-four-text,
 .s-four-sub,
 .s-four-box {
   padding: 5px 0px 5px 10px;
   margin: 0px auto 8px auto;
   width: 460px;
   left: 0;
   text-align: left;
   color: white;
 }
 .s-four-text {
   top: 20%;
   font-size: 5vw;
 }
 .s-four-sub {
   top: 55%;
   font-size: 2vw;
 }
 .s-four-box {
   bottom: 0;
   height: 20%;
   box-sizing: border-box;
   background: rgba(0, 0, 0, 0.75);
   text-align: left;
 }
 .swiper-slide-active .s-four-text {
   animation: slideFromRight 1.0s ease 0s 1 normal;
 }
 .swiper-slide-active .s-four-sub {
   animation: slideFromRightSub 1.5s ease 0s 1 normal;
 }
 .swiper-slide-active .s-four-box {
   animation: slideFromRightBox 1.5s ease 0s 1 normal;
 }
 @keyframes slideFromRightBox {
   0%, 65% {
     transform: translateY(100%);
   }
   100% {
     transform: translateY(0px);
   }
 }


 .live-column_1{
   margin: 0px auto 20px auto;
   width: 480px;
   text-align: center;
   background: rgba(0, 0, 0, 0.5);
 }

 .live-column_box_1{
   padding: 15px 8px 5px 18px;
   text-align: left;
 }
 .live-column_box_p1{
   padding: 8px 0px 2px 5px;
   text-align: left;
   color: #aaaaaa;
   font-size: 14px;
 }
 .live-column_img_1{
   margin: 5px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
 }
 .live-column_img_1 img{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: 95%;
 }
 .live-column_box_2{
   margin: 5px 0px 5px 0px;
   padding: 5px 8px 15px 8px; 
   text-align: right;
 }


.release-column_1{
   margin: 0px auto 20px auto;
   padding: 5px 0px 5px 0px; 
   text-align: center;
   background: rgba(0, 0, 0, 0.5);
   display: flex; /* Flexboxを使用して要素を配置します */
   align-items: center; /* 要素を縦方向に中央揃えします */
   width: 100%;
   max-width: 480px; /* ボックスの最大幅を設定 */
}
.release-column-sub_1{
   margin: 0px 0px 0px 10px;
   font-size: 13px;
   text-align: left;
   font-weight: 700;
}
.release-column-sub_1 span{
   margin: 0px 0px 0px 15px;
}
.release-column-img_1{
   flex: 0 0 auto; /* 画像のサイズが自動調整されるようにします */
   margin-right: 5px; /* 画像とテキストの間隔を設定 */
   padding: 5px 5px 5px 10px; 
   width: 180px;
}
.release-column-sub_2{
   margin: 0px 0px 0px 5px;
   font-size: 12px;
}
 
.sales-column_1{
   margin: 0px auto 0px auto;
   width: 480px;
   height: 320px;
   text-align: center;
   background: rgba(0, 0, 0, 0.5);
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .sales-column_box_1{
   padding: 0px 0px 0px 0px;
 }
 .sales-column_box_2{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px; 
 }
/* -------------------------------メール------------------------------- */
.mail-back {
   height: 360px;
   background-color: rgba(255, 102, 119, 0.5); /* 透明度を0.5に設定 */
   margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
}
.tb-cell {
   width: 480px;
   background: rgba(0, 0, 0, 0.5);
	border: 1px double #eee;
	margin: 10px auto 20px auto;
	text-align: left;
	padding: 10px 0px 20px 0px;
}
textarea {
  width: 100%;
  height: 100px;
  font-size: 14px;
  border: 1px solid #ddd;
}
.subje_a {
  width: 100%;
  height:25px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.tb-cell .row .cell:nth-child(even) {
  width: 480px;
}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  border: 0px solid #eee;
  padding: 10px;
  vertical-align: middle;
  color: #ffffff;
   font-size: 14px;
}
.mail-form .row .cell {
  padding: 20px 16px 0px 16px;
}
.mail-form .row .cell2 {
   padding: 5px 15px 5px 15px;
 }
 .mail-form .row2 .cell {
   padding: 20px 16px 0px 16px;
 }
 .mail-form .row2 .cell2 {
    padding: 5px 15px 5px 15px;
  }
input[type="text"],
input[type="email"] {
  width: 100%;
  height: 25px;
  font-size: 14px;
  border: 1px solid #ddd;

}
button {
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}
button[type="button"] {
  margin-left: 10px;
}
button[type="button"],
button[type="submit"] {
  background: #4d709d;
}
button[type="reset"] {
  background: none;
}
button[type="button"]:hover,
button[type="submit"]:hover {
  background: #999;
}
button[type="reset"]:hover {
  text-decoration: underline;
}
.cell {
   text-align: left;
   white-space: normal; /* テキストを折り返すように設定 */
   overflow: visible; /* 隠れたテキストを表示するように設定 */
   text-overflow: clip; /* 切り詰められた部分を隠さないように設定 */
}
.cell-hissu{
   margin: 0px 0px 0px 0px;
   padding: 1px 3px 0px 3px;
   background: #ff4466;
   font-size: 11px;
   display: inline;
   vertical-align: middle;
}
.break-word {
   overflow-wrap: break-word;
   word-wrap: break-word;
   hyphens: auto;
}
/* -------------------------------メール------------------------------- */


@media screen and (max-width: 820px) {
   .headericon img{
      height:110px;}

   .pc-nav-all {
      background-color: rgba(0, 0, 0, 0); 
   }
   .pc-nav {
      display: none;
   }
   .sp-nav {
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
      width: 100%;
      background: rgba(0, 0, 0, .8);
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
   #hamburger {
      position: relative;
      display: block;
      width: 30px;
      height: 25px;
      margin: 0 0 0 auto;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #fff;
      transform: translateY(-50%);
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 70%;
      height: 2px;
      background-color: #fff;
   }
   /*スマホメニュー*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
   }
   .sp-nav li span {
      font-size: 15px;
      color: #fff;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
      padding: 20px 0;
   }
   /*-閉じるアイコンー*/
   .sp-nav .close {
      position: relative;
      padding-left: 20px;
   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }
   .main-visual {
      padding: 0 0%;
   }
   .cell {
      white-space: normal; /* テキストを折り返すように設定 */
      overflow: visible; /* 隠れたテキストを表示するように設定 */
      text-overflow: clip; /* 切り詰められた部分を隠さないように設定 */
   }
}

   @media screen and (max-width: 550px) {
      
      .resizeimage-smallsize img {
      width: 90%;
      }
      .main-container-2 {
      width: 100%;
      }
      .main-container-3 {
      width: 100%;
      }
      .stand-out {
      width: 100%;
      } 
      .stand-out-contact {
         width: 100%;
         } 
      .stand-out-contact2 {
         width: 100%;
      } 
      .stand-out1 {
      width: 90%;
      }  
      .stand-out2 {
      width: 90%;
      }
      .stand-out3 {
      width: 90%;
      }
      .stand-out4 {
      width: 90%;
      }
      .stand-out5 {
      width: 90%;
      }
      .stand-out6 {
      width: 90%;
      } 
      .youtube-player {
      width: 98%;
      }
      .s-four-box {
      margin: 0px 4px 0px 4px;
      font-size: 12px;
      width: 98%;
      }
      .live-column_box_1{
      font-size: 14px;
      }
      .live-column_box_p1{
      font-size: 10px;
      }
      .live-column_1 {
      width: 90%;
      }  
      .release-column_1{
      width: 90%;
      }
      .release-column-sub_1{
      font-size: 11px;
      }
      .release-column_1 img{
      flex: 0 0 auto; /* 画像のサイズが自動調整されるようにします */
      margin-right: 5px; /* 画像とテキストの間隔を設定 */
      padding: 5px 5px 5px 10px; 
      width: 180px;
      }
      .release-column-sub_1 span{
      font-size: 9px;
      }
      .sales-column_1{
      width: 90%;
      }

/* -------------------------------メール------------------------------- */
.mail-form{
   width: 90%;
}
.mail-back {
   height: 160px;
   background-color: rgba(255, 156, 170, 0.5); /* 透明度を0.5に設定 */
   margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 10px;
}
.tb-cell {
	border: 1px double #eee;
	margin: 10px auto 10px auto;
	text-align: left;
	padding: 10px 0px 10px 0px;
}
.tb-cell .row {
  display: table-row;

  width: 500px;

}
 .tb-cell .row .cell:nth-child(even) {
	width: 100%;
 }
.row {
   flex-direction: column; /* 縦方向に並べるように変更 */
}
.mail-form .row2 .cell {
   font-size: 12px;
   padding: 20px 12px 0px 12px;
 }
 .mail-form .row2 .cell2 {
   padding: 5px 10px 5px 10px;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  height: 25px;
  font-size: 14px;
  border: 1px solid #ddd;
}
textarea {
  height: 100px;
  font-size: 16px;
}
.subje_a {
  height:30px;
  font-size: 16px;
}
button {
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
}
button[type="button"] {
  margin-left: 10px;
}
button[type="button"],
button[type="submit"] {
   background: #4d709d;
}
button[type="reset"] {
  background: none;
}
button[type="button"]:hover,
button[type="submit"]:hover {
  background: #999;
}
button[type="reset"]:hover {
  text-decoration: underline;
}
/* -------------------------------メール------------------------------- */

   }
