@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.float_left {
  float: left;
  margin-right: 20px;
}

.float_right {
  float: right;
  margin-left: 20px;
}

.float_left_new {
  float: left;
  padding-top: 0;
  margin-right: 5px;
}

.trans {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.trans:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow {
  background-image: url(../iconbt/icon1.gif);
  background-repeat: no-repeat;
  background-size: 5px 8px;
  background-position: left center;
  font-size: 12px;
  padding-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
}

#head {
  padding: 20px 0 0 0;
}
#head #headinfo {
  margin: 40px 0 0 0;
}
#head #headinfo .naiki_title {
  margin-bottom: 10px;
}

.share_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.share_icon .mixi {
  margin-right: 10px;
}

.top_mv {
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  display: block;
}

#banner a {
  display: block;
  margin-bottom: 10px;
}

#left .promotion_title p {
  background-image: none;
  margin-left: 0;
  padding-left: 0;
  font-family: "Noto Sans JP", sans-serif;
}
#left .promotion_box {
  width: 100%;
  border: 4px solid #0c6826;
  border-radius: 10px;
  margin-bottom: 15px;
}
#left .promotion_box .promotion_box_top {
  background-color: #0c6826;
}
#left .promotion_box .promotion_box_top p {
  font-family: "Noto Sans JP", sans-serif;
  background-image: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 2px 0 4px 0;
}
#left .promotion_box .promotion_box_main {
  padding: 10px;
}
#left .promotion_box .promotion_box_main p {
  font-family: "Noto Sans JP", sans-serif;
  background-image: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  color: #666666;
  text-align: justify;
}
#left .promotion_box .promotion_box_movie {
  padding: 0 10px 10px 10px;
}
#left .promotion_box .promotion_box_movie .promotion_box_movie_inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
#left .promotion_box .promotion_box_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#left .promotion_box .promotion_box_movie p {
  font-family: "Noto Sans JP", sans-serif;
  background-image: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  color: #666666;
}

#right {
  /*モーダルを開くボタン*/
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  /*モーダル本体の擬似要素の指定*/
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  /*モーダル枠の指定*/
  /*モーダルを閉じるボタンの指定*/
  /*モーダル内のコンテンツの指定*/
}
#right h2 {
  padding-top: 10px;
}
#right .naiki_profile .float_left {
  margin-left: 20px;
}
#right .news_cont {
  width: 94%;
  max-width: 620px;
  margin: 20px auto;
}
#right .news_cont .mt10 {
  margin-top: 10px;
}
#right .news_cont img {
  width: 100%;
  max-width: 150px;
}
#right .news_cont p {
  font-size: 12px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#right .news_cont .title_text {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 5px;
}
#right .suisenban_cont h2 {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
  font-size: 15px;
  padding-top: 7px;
}
#right .suisenban_cont p {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
#right .suisenban_cont .suisenban_title {
  font-weight: 900;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1;
}
#right .suisenban_cont .suisenban_itembox {
  margin-left: 20px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #d6d6d6;
}
#right .suisenban_cont .suisenban_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#right .suisenban_cont .suisenban_flex_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
#right .suisenban_cont .suisenban_flex_left img {
  width: 100%;
  max-width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 5px 5px 10px -4px #777777;
          box-shadow: 5px 5px 10px -4px #777777;
}
#right .suisenban_cont .suisenban_flex_right .suisenban_name {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
}
#right .suisenban_cont .suisenban_flex_right .suisenban_text {
  font-size: 12px;
  line-height: 1.2;
  color: #006699;
}
#right .modal-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  cursor: pointer;
}
#right .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
}
#right .modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#right .modal-container.active {
  opacity: 1;
  visibility: visible;
}
#right .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1300px;
  width: 100%;
}
#right .modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
#right .modal-content {
  background: #fff;
  text-align: left;
  padding: 40px 30px;
  border: 2px solid #333333;
}
#right .modal-content p {
  font-family: "Noto Serif JP", serif;
}
#right .modal-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#right .modal-content-title {
  padding-left: 40px;
  margin-bottom: 20px;
}
#right .modal-content-title p {
  font-size: 20px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  margin-left: 0;
  margin-right: 0;
  color: #333333;
}
#right .modal-content-title p::before, #right .modal-content-title p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #999999;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#right .modal-content-title p::before {
  left: -35px;
}
#right .modal-content-title p:after {
  right: -40px;
}
#right .modal-content-text {
  margin-bottom: 20px;
}
#right .modal-content-text p {
  font-size: 16px;
  line-height: 1.9;
}
#right .modal-content-text-live p {
  font-size: 16px;
  line-height: 1.9;
}
#right .modal-content-text-live p:first-child {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px;
}
#right .modal-content-top-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#right .modal-content-video-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;
}
#right .modal-content-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#right .modal-content-top-jacket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
#right .modal-content-top-jacket p {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
#right .jacket_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
#right .jacket_text-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid #333333;
}
#right .jacket_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#right .jacket_img img:first-child {
  margin-bottom: 28px;
}
#right .music-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 30px;
}
#right .music-name p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 16px;
  line-height: 1.7;
}
#right .modal-content-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#right .modal-content-sns img {
  width: 100%;
  max-width: 40px;
}
#right .modal-content-sns a {
  text-decoration: underline;
}