@charset "UTF-8";

html {/* Safari対策 */
  -webkit-text-size-adjust: 100%; /* もしくは none */
  text-size-adjust: 100%;
}

/* CSS Document */
a {
  text-decoration: none;
  color: #333;
}

.koda_heading span {
  white-space: nowrap;
}

/* video controllers */
/* 別ファイルで　*/

.video-js.audio-only.display-format-3 .videojs-drm-play-button {
     border-radius: 4%;
}

/* video container */
[id^="media_container"] {
  width: 100%;
}

/* vodeo player */
#media_container_preview .video-js .vjs-control-bar {
        background-color: #3898EC;
}
/*[id^="media_container"]::before {content:"preview";color:black;}*/

/* icons for buttons - fontawesome */
.button_view_movie::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f008";
  margin-right: 5px;
  position:absolute;
  left: 20px;
}

.detail_song_preview_button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f025";
  margin-right: 5px;
  position:absolute;
  left: 20px;
}

.detail_song_live_button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f008";
  margin-right: 5px;
  position:absolute;
  left: 20px;
}

.detail_shop_button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f291";
  margin-right: 5px;
  position:absolute;
  left: 20px;
}

.detail_read_button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f02d";
  margin-right: 5px;
  position:absolute;
  left: 20px;
}

.movie_button_playmov::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f008";
  margin-right: 5px;
  position:absolute;
  left: 20px;
}

/*
.button_view_all::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f054";
  margin-right: 5px;
}
*/
.tour_button_opening::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f008";
  margin-right: 5px;
  position:absolute;
  left: 20px;
}

.tour_button_ending::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f008";
  margin-right: 5px;
  position:absolute;
  left: 20px;
}

#concert_button_livemovie::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f008";
  margin-right: 5px;
  position:absolute;
  left: 20px;
}

.concert_button_gallery::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f302";
  margin-right: 5px;
  position:absolute;
  left: 20px;
}

.tour_button_gotouchi::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f5a0";
  margin-right: 5px;
  position:absolute;
  left: 20px;
}

.concert_button_gotouchi::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2em;
  content: "\f5a0";
  margin-right: 5px;
  position:absolute;
  left: 20px;
}

ol li::marker {
  /*font-size: 1.2em;*/
  /*font-weight: bold;*/
  font-family: "M PLUS 1p", sans-serif;
}

/* txt to html formatter lyrics */
.koda_lyrics_main {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 200;
  font-size: 1em;
}

/* txt to html formatter */
.koda_cmt_type, .koda_cmt_artist, .koda_cmt_target {
  display: none;
}

.koda_cmt_info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 12px;
  display: none;
}

.koda_cmt_main {
  text-align: left;
  font-family: Klee One, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px;
  color: saddlebrown;
}

.koda_cmt_pics {
    width: 160px;
    /*margin-bottom:20px;*/
}

.koda_cmt_pics_container {
    width: 100%; 
    text-align: center;
    background-image: url("/images/pics/cmt/pics_cmt_oda_bg.png");
    background-repeat: no-repeat;
    background-position: center;
}

.koda_cmt_others_pics_container {
    width: 100%; 
    text-align: center;
    background-image: url("/images/pics/cmt/pics_cmt_others_bg.png");
    background-repeat: no-repeat;
    background-position: center;
}


.koda_mov_main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.area_movie_index {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.area_movie_desc {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.koda_cmt_q {
  display: inline;
  width: 100%;
  height: auto;
  /*background-color: whitesmoke;
  padding: 10px;
  border-left: 4px solid silver;*/
  margin: 10px 0;
}

.koda_cmt_speaker {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: saddlebrown;
  margin: 5px 0;
  display: inline;
  letter-spacing:0.1rem;
}

.koda_cmt_title {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.1em;
  /*font-weight: bold;*/
  /*color: #2e8b57;*/
  margin: 15px 0 10px 0;
  /*text-decoration: underline;
    text-underline-offset: 4px;*/
  display: inline-block;
  background-color: whitesmoke;
  padding: 10px;
  /*border-left: 4px solid silver;*/
  border-top: 1px solid saddlebrown;
  border-bottom: 1px solid saddlebrown;
  letter-spacing:0.1rem;
}

.koda_cmt_source {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  font-style: italic;
  /*font-weight: bold;*/
  color: #333;
  margin: 5px 0;
  float: right;
}

.koda_cmt_source::before {
  content: "〈 ";
}

.koda_cmt_source::after {
  content: " より 〉";
}

.koda_cmt_hr {
  width: 100%;
  margin: 20px 0;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}

.hr-text:before {
  content: '';
  background: -webkit-linear-gradient(left, transparent, #818078, transparent);
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}

/**/
.koda_bio_type, .koda_bio_artist, .koda_bio_target {
  display: none;
}

.koda_bio_info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 12px;
  display: none;
}

.koda_bio_main {
  text-align: left;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  /*line-height: 1.18px6;*/
  line-height: 2.0;
  margin: 20px;
  /*color: saddlebrown;*/
}

.koda_bio_q {
  display: inline;
  width: 100%;
  height: auto;
  /*background-color: whitesmoke;
  padding: 10px;
  border-left: 4px solid silver;*/
  margin: 10px 0;
}

.koda_bio_speaker {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  /*color: saddlebrown;*/
  margin: 5px 0;
  display: inline;
}

.koda_bio_title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  /*font-weight: bold;*/
  /*color: #2e8b57;*/
  margin: 15px 0 10px 0;
  /*text-decoration: underline;
    text-underline-offset: 4px;*/
  display: inline;
  background-color: whitesmoke;
  padding: 10px;
  border-left: 4px solid silver;
}

.koda_bio_source {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-style: italic;
  /*font-weight: bold;*/
  color: #333;
  margin: 5px 0;
  float: right;
}

.koda_bio_source::after {
  content: " より";
}

.koda_bio_hr {
  width: 100%;
  margin: 20px 0;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}

.hr-text:before {
  content: '';
  background: -webkit-linear-gradient(left, transparent, #818078, transparent);
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}

/* list for 3 colums */
.mlist_div {
  width: 100%;
}

.mlist_u {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.mlist_u li {
  /*padding: 4px 4px 4px 0px;
  border-bottom: grey 1px dotted;*/
  width: 33%;
  /*margin: 0px 2% 0px 0%;*/
  border-bottom: dotted 1px grey;
  position: relative;
  padding: 0.5em 0.5em 0.5em 10px;
  line-height: 1.5em;
  text-align: left;
}

/*@media screen and (min-width:479px) and (max-width:767px) {*/
@media screen and (min-width:479px) and (max-width:991px) {
  .mlist_u li {
    width: 47%;
  }
}

@media screen and (max-width: 478px) {
  .mlist_u li {
    width: 100%;
  }
}

/* ordered list */
.mlist_o {
  display: flex;
  flex-wrap: wrap;
  /*margin: 0px;*/
  padding: 0px;
  list-style: none;
}

.mlist_o li {
  /*padding: 4px 4px 4px 0px;*/
  /*border-bottom: grey 1px dotted;*/
  width: 33%;
  /*margin: 0px 2% 0px 0%;*/
  text-align: left;
}

@media screen and (min-width:479px) and (max-width:991px) {
  .mlist_o li {
    width: 47%;
  }
}

@media screen and (max-width: 478px) {
  .mlist_o li {
    width: 100%;
  }
}

/**/
.mlist_o {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  /* padding: 0.3em 0.8em;
 border: solid 2px #ffb107;*/
}

.mlist_o li {
  border-bottom: dotted 1px grey;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}

.mlist_o li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number) ".";
  /*数字のデザイン変える*/
  display: inline-block;
  /*background: #ffb107;*/
  /*color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;*/
  /*font-weight:bold;*/
  font-family: Noto Sans JP, sans-serif;
  color: var(--_koda---title_detail_sub);
  /*font-size: 15px;*/
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  /*top: 50%;*/
  top: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mlist_o li:last-of-type {
  /*border-bottom: none; 最後のliの線だけ消す　→　消さない*/
}

/* list for 1 colums */
.list_div {
  width: 100%;
}

.list_u {
  text-align: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.list_u li {
  text-align: left;
  border-bottom: grey 1px dotted;
  /*padding: 6px 6px 6px 0px;*/
  padding: 0.5em 0.5em 0.5em 10px;
  line-height: 1.5em;
}

mlist_u_1 {
  text-align: left;
  padding-left: 0px;
  list-style: none;
}

.mlist_u_1 li {
  padding: 6px;
  margin: 0px;
  border-bottom: grey 1px dotted;
}

/**/
.list_o {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding-left: 0px;
}

.list_o li {
  text-align: left;
  border-bottom: dotted 1px grey;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}

.list_o li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number) ".";
  /*数字のデザイン変える*/
  display: inline-block;
  /*background: #ffb107;*/
  /*color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;*/
  /*font-weight:bold;*/
  font-family: Noto Sans JP, sans-serif;
  color: var(--_koda---title_detail_sub);
  /*font-size: 15px;*/
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  /*top: 50%;*/
  top: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* gotouchi/gallery icons */
.icon_got {
  font-family: Noto Sans JP, sans-serif;
  font-size: 0.8rem;
  color: #e7a999;
  margin-left: 2px;
}

.icon_gal {
  font-family: Noto Sans JP, sans-serif;
  font-size: 0.8rem;
  color: #99cce7;
  margin-left: 2px;
}

.icon_got_gal {
  margin-left: 10px;
}

/* ボタン類まとめ */
.detail_cmn_button, .detail_cmn_button_full {
  background-color: var(--_koda---bg_button);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0px; /* YYY 6*/
  margin-bottom: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.detail_cmn_button {
  width: 48%;
  max-width: 48%;
}

.detail_cmn_button_full {
  width: 100%;
  max-width: 100%;
}

.detail_cmn_button:hover {
  color: #fff;
  background-color: #32343a;
}

.detail_cmn_button:active {
  background-color: #43464d;
}

/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 980px) {
  .detail_cmn_button {
    width: 100%;
    max-width: 100%;
  }
}

/* あとでマージ */
.wrapper_popup_common {
  overflow: auto;
}

.detail_label_content {
  width: fit-content;
}

.koda_section_title {
  /*display: flex;
align-items: center;*/
}

.koda_modal_popup {
  z-index: 99;
  background-color: var(--_koda---bg_popup);
  opacity: 0;
  border-radius: 0;
  width: 100vw;
  min-width: auto;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.delim {
   /* white-space: nowrap;*/
}

.delim::after {
    content: " ";
}

@media screen and (max-width: 479px) {
  .koda_heading {
    /*width: fit-content;*/
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    flex-flow: wrap;
  }

  .koda_heading_title2 {
    border-top: dotted 1px white;
    line-height: 28px;
  }

  h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
}

/**/

.koda_list_hr {
border: none;
border-top: 1px dotted grey;
margin: 0px;
}

/* column control */

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

  /* YYY max-width: 991px */
  .koda-node-5columns {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
    
 .koda-node-4columns {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
    
  .koda-node-3columns {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }
}

/*@media screen and (max-width: 991px) {*/
@media screen and (min-width:991px) and (max-width:1440px) {

  /* YYY max-width: 991px */
  .koda-node-5columns {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
    
     .koda-node-4columns {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .koda-node-3columns {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }
}

/*@media screen and (max-width: 991px) {*/
@media screen and (min-width:767px) and (max-width:991px) {

  /* YYY max-width: 991px */
  .koda-node-5columns {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
    
     .koda-node-4columns {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

/*  .koda-node-3columns {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }*/
  
    .koda-node-3columns {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }
}

/*@media screen and (max-width: 767px) {*/
/*@media screen and (min-width:479px) and (max-width:991px) {*/
/*@media screen and (min-width:767px) and (max-width:991px) {*/
@media screen and (min-width:600px) and (max-width:991px) {

  /* YYY max-width: 767px */
  .koda-node-5columns {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

      .koda-node-4columns {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
    
  .koda-node-3columns {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }
}

/*@media screen and (max-width: 479px) {*/
/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 600px) {

  /* YYY max-width: 767px */
  .koda-node-5columns {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
    
      .koda-node-4columns {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .koda-node-3columns {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }
}


/* column control end */



.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}

.song_preview {
    text-align: right;
    float:right;
    /*width:fit-content;*/
    width:100%;
}

/* video player */

.custom-progress-handle, .custom-progress-played, .videojs-drm-volume-slider {
/*background: var(--_koda---bg_button)!important;*/
background: linear-gradient(90deg, #ffd1dc 0%, #b4d4ff 100%)!important;
/*background: linear-gradient(90deg, #3898ec 0%, #3898ff 100%)!important;*/
}

.custom-cc-button-container {
  display: none!important;
}

.modal_content_fit .wrapper_item {
padding-bottom: 40px;
}

/* simple slider for tour detail */
.js-simple-slider {
  position: relative;
  overflow: hidden;
  /*padding-bottom: 36px;*/
}

.js-simple-slider .w-slider-mask {
  position: relative;
  width: 100%;
  height: 100%;
}

.js-simple-slider .w-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.js-simple-slider .w-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.js-simple-slider .w-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;  /*cover*/
  display: block;
}

.js-simple-slider .w-slider-nav,
.slider_navigation.w-slider-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  min-height: 16px;
  opacity: 1;
}

.js-simple-slider .w-slider-nav .w-slider-dot {
  background-color: #9e9e9e !important;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
  display: inline-block;
  aspect-ratio: 1 / 1;
  line-height: 10px;
  padding: 0;
  box-sizing: border-box;
}

.js-simple-slider .w-slider-nav .w-slider-dot.w-active {
  background-color: #616161 !important;
}

.slider_navigation.w-slider-nav .w-slider-dot {
  background-color: #9e9e9e !important;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
  display: inline-block;
  aspect-ratio: 1 / 1;
  line-height: 10px;
  padding: 0;
  box-sizing: border-box;
}

.slider_navigation.w-slider-nav .w-slider-dot.w-active {
  background-color: #616161 !important;
}

