@charset "UTF-8";
#contents_main {z-index: 1;}
#side {z-index: 0;}
#main {z-index: 1;}
#footer {z-index: 0;}
#main_inner {
    z-index: 0;
    position: relative;
}
/* ///////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////// */
.commentButton {
  display:block !important;
  text-align: center;
  border: 0px solid #ffe000;
  background: #e66a21;
  position: relative;
  z-index: 99;
  padding: 1em 0;
  filter: drop-shadow(3px 4px 0px #00000052);
}

.commentButton p {font-size: 2.3rem;font-weight: 900;line-height: 1.2;font-family: YakuHanJPs, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;}

.commentButton p span{
  display:inline-block;
}

body.modalOn {
  overflow: hidden;
  height: 100%;
}

.commentDetail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  font-size: 2.2rem;
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

body.modalOn .commentDetail {
  opacity: 1;
  pointer-events: all;
  text-align: center;
}

.commentDetail::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
}


.commentDetail .inner {
  color: #fff;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  padding: 4em 2em;
  /* text-align: left; */
  line-height: 2.5em;
}

.commentDetail .inner p img{
  max-width:300px;
  margin:0 0 1em 0;
}

.commentDetail .inner h2 {
  font-size: 220% !important;
  text-align: center !important;
  line-height: 1.5 !important;
  margin: 0 0 0.6em !important;
  font-weight: 900 !important;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif !important;
  letter-spacing: -0.02em !important;
}

.commentDetail .inner h2 span {
  display: block;
  font-size: 40%;
  font-weight: 500;
}

div.commentCategory {
  border: 2px solid;
  padding: 1em 1em;
  margin: 0 0 1.5em;
}

.commentDetail .inner h3 {
  margin: 0.3em 0 0.7em;
  text-align: left;
  color: #fff;
}

.commentDetail .inner .commentDateWrap {
  margin: 0 0 0em;
}

.commentDetail .inner .commentDateWrap li {
  margin: 0 0 0.7em;
}

.commentDetail .inner .commentDateWrap li:last-child {
  margin: 0 0 0em;
}

.commentDetail .inner .commentDateWrap li span {
  font-size: 80%;
  display: inline-block;
  margin: 0 0.5em 0.0em 0;
}

span.broadcaster {
  border: 1px solid;
  padding: 0 0.5em;
  font-weight: 700;
  display: inline-block;
  margin: 0 0.3em 0 0;
  font-size: 100% !important;
}

.commentDetail .inner ul {}

.commentDetail .inner ul li {
  margin: 0 0 0.7em;
}

.deliveryDateWrap li:first-child {
  font-size: 150%;
  font-weight: bold;
}

.commentDetail .inner ul li span.service {
  display: block;
  margin: 1em 0 0.5em;
  line-height: 1;
}

.commentDetail .inner ul li:last-child {
  margin: 0 0 0.0em;
}

.closeBt {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  color: #fff;
  font-size: 500%;
  line-height: 1;
}

@media screen and (max-width:1599px) {
  .commentButton {
    width: 100%;
  }
.commentButton p {
    letter-spacing:normal;
    font-size: 2.8vw;
  }
.commentButton p br{
  display:none;

  }
}

@media screen and (max-width:767px) {
  .commentButton p {
    letter-spacing:normal;
      font-size: 6vw;
    }
  .commentDetail .inner {
    padding: 5em 0.5em 0;
    /* line-height: 1.6; */
    font-size: 3.0vw;
  }

  .commentDetail .inner span{
    display:inline-block;
  }

  .commentDetail .inner h2 {
    font-size: 6.2vw;
    text-align: center;
  }

  .commentDetail .inner h2 span {
    font-size: 60%;
  }

  .commentDetail .inner h3 {
    margin: 0.3em 0 0.7em;
    text-align: center;
    color: #fff;
  }

  .deliveryDateWrap li:first-child {
    font-size: 4.6vw;
    font-weight: bold;
    line-height: 1.5;
  }

  div.commentCategory {
    border: 2px solid;
    padding: 1em 0.5em;
    margin: 0 0 1.5em;
  }

  .commentDetail .inner .commentDateWrap {
    margin: 0 0 0em;
    /* text-align:center; */
  }

  .commentDetail .inner .commentDateWrap li span {
    font-size: 80%;
    /* display:block; */
    /* margin: 0 0.0em 0.0em 0; */
    /* line-height: 1; */
    /* padding: 0.2em 0; */
  }

  .deliveryDateWrap span.broadcaster {
    margin: 0 0.5em 0.5em 0;
  }

}

@media screen and (max-width:414px) {
  .commentDetail .inner h2 {
    font-size: 5.5vw;
    text-align: center;
  }
  .commentButton p {
    letter-spacing:normal;
      font-size: 6vw;
    }
  .commentDetail .inner {
    padding: 5em 0.5em 0;
    line-height: 2;
    font-size: 3vw;
  }
  .closeBt {
    font-size: 20vw;
  }

  .commentDetail .inner .commentDateWrap {
    margin: 0 0 0em;
    text-align: center;
  }

  .commentDetail .inner .commentDateWrap li span {
    font-size: 80%;
    display: block;
    margin: 0 0.0em 0.0em 0;
    line-height: 1;
    padding: 0.2em 0;
  }

  .deliveryDateWrap li:first-child {
    font-size: 8.5vw;
    font-weight: bold;
    line-height: 1.5;
  }
}
