@media (max-width: 999px) {
  .bg {
    background: url("../img/pr_poster.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 1000px) {
  .bg {
    background: url("../img/ls_poster.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
body.stripe {
  background: url(../../img/common/bgImg-stripe.png) center center repeat;
  background-size: 1px 26px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

main {
  margin-top: 50px;
}

a {
  display: block;
}

.contInner {
  width: 90%;
  margin: auto;
  position: relative;
}

.bg {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 50px);
  min-height: calc(100vh - 50px);
  transition: 1s;
  opacity: 1;
}
.bg video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Safari */
_:lang(x) + _:-webkit-full-screen-document,
.bg {
  min-height: -webkit-fill-available;
}

@media (min-width: 1000px) {
  .bg {
    top: 70px;
    height: calc(100vh - 70px);
    min-height: calc(100vh - 70px);
  }
}
/*----------------------------------------------------
#pageHeader
----------------------------------------------------*/
#pageHeader .contInner {
  display: block;
  height: 54vw;
}
#pageHeader .contInner h1 {
  padding-top: 10vw;
}
#pageHeader .contInner h1 img {
  width: 11.2vw;
}

/*----------------------------------------------------
videoContents
----------------------------------------------------*/
.videoContents .contInner {
  width: 90vw;
}
.videoContents h2 {
  font-size: 5.6vw;
  color: #fff;
  text-align: left;
  line-height: 1.28;
  font-weight: 800;
  position: relative;
  margin-bottom: 12vw;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}
.videoContents h2.new:before {
  top: 0vw;
  left: -1vw;
  content: "";
  display: block;
  width: 7.2vw;
  height: 9vw;
  background: url(../../img/top/ico_new.png) center center no-repeat;
  background-size: 100%;
  margin: 0 3vw;
}
.videoContents .cmCont {
  background: #fff;
  padding: 51vw 0 0;
  border: 3px solid #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px #ccc;
}
.videoContents .videoArea {
  padding: 0 4vw;
  position: relative;
}
.videoContents .videoArea .modalBtn {
  background: #f18d00;
  border-top: 3px solid #f18d00;
  border-bottom: 3px solid #f18d00;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.videoContents .videoArea .modalBtn > a {
  width: 50%;
  text-align: center;
  list-style: none;
  cursor: pointer;
  font-size: 3.2vw;
  font-weight: 700;
  background: #fff;
  color: #f18d00 !important;
  border-left: 3px solid #f18d00;
  padding: 2vw 0;
  line-height: 1;
  display: block;
}
.videoContents .videoArea .modalBtn > a > img {
  width: calc(90vw - 6px - 8vw);
  height: 44vw;
  position: absolute;
  top: -44vw;
  left: 4vw;
  opacity: 0;
  z-index: 9;
}
.videoContents .videoArea .modalBtn > a.active {
  background: #f18d00;
  color: #fff !important;
}
.videoContents .videoArea .modalBtn > a:last-child {
  border-right: 3px solid #f18d00;
}
.videoContents .videoArea .modalBtn > a:hover {
  opacity: 1;
}
.videoContents .videoArea .modalBtn .modal-open.active > img {
  opacity: 1;
  z-index: 10;
}
.videoContents .videoArea .modalBtn .modal-open.active:after {
  content: "";
  display: block;
  width: 12vw;
  height: 12vw;
  position: absolute;
  top: -28vw;
  left: calc(50% - 6vw);
  background: url("../img/play.png") no-repeat;
  background-size: contain;
  z-index: 100;
}
.videoContents .detailArea {
  padding: 0 1%;
  margin: 10.6vw 0;
}
.videoContents .detailArea .tabnav {
  border-bottom: 2px solid #f18d00;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
}
.videoContents .detailArea .tabnav li {
  width: 24%;
  display: block;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
.videoContents .detailArea .tabnav li a {
  display: block;
  width: 100%;
  background: #7f1b00;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  height: 10.6vw;
  line-height: 10.6vw;
  border-radius: 12px 12px 0 0;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
.videoContents .detailArea .tabnav li.active a {
  background: #f18d00;
}
.videoContents .detailArea .tabContent .tabCont {
  text-align: left;
  color: #7f1b00;
  padding: 20px 4vw;
  display: none;
}
.videoContents .detailArea .tabContent .tabCont.show {
  display: block;
}
.videoContents .detailArea .tabContent .tabCont p {
  font-size: 3.2vw;
  padding-bottom: 20px;
  transform: rotate(0.03deg);
  /*word-break: break-all;*/
  overflow-wrap: break-word;
}
.videoContents .detailArea .tabContent .tabCont p span.keep-all {
  word-break: keep-all;
}
.videoContents .detailArea .tabContent .tabCont img {
  margin-bottom: 5vw;
}
.videoContents .detailArea .tabContent .tabCont.cast p span {
  font-size: 1.5em;
  font-weight: 800;
}
.videoContents .detailArea .tabContent .tabCont.cast dl {
  font-size: 3.2vw;
}
.videoContents .detailArea .tabContent .tabCont.cast dl dt {
  font-weight: normal;
}
.videoContents .detailArea .tabContent .tabCont.cast dl dd {
  margin-bottom: 1em;
}
.videoContents .detailArea .tabContent .tabCont a {
  color: #7f1b00;
}
.videoContents .detailArea .tabContent .tabCont a:hover {
  text-decoration: underline;
}
.videoContents.eggpocket {
  padding-bottom: 50vw;
}
.videoContents.hiyoko {
  padding-bottom: 50vw;
}
.videoContents.hiyoko .detailArea .tabnav {
  justify-content: flex-start;
}
.videoContents.hiyoko .detailArea .tabnav li {
  margin-right: 1%;
}
.videoContents#homage .videoArea .modalBtn > a {
  width: 100%;
}

/*----------------------------------------------------
modal
----------------------------------------------------*/
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.modal {
  display: none;
}

.modal-content {
  display: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding-top: 50.25%;
}

.youtube-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

iframe.youtube {
  width: 100%;
  height: 100%;
}

.modal-close {
  position: fixed;
  top: 50px;
  right: 0;
  width: 5rem;
  height: 5rem;
  display: block;
  cursor: pointer;
}
.modal-close:before, .modal-close:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  background-color: #fff;
  height: 2px;
  margin: 0 auto;
  width: 50%;
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}

footer {
  padding-top: 0 !important;
}

@media (min-width: 1000px) {
  body.stripe {
    background: url(../../img/common/bgImg-stripe.png) center center repeat;
    background-size: 2px 52px;
  }
  main {
    margin-top: 70px;
  }
  .contInner {
    width: 1170px;
  }
  /*----------------------------------------------------
  #pageHeader
  ----------------------------------------------------*/
  #pageHeader .contInner {
    height: 480px;
  }
  #pageHeader .contInner h1 {
    padding-top: 90px;
  }
  #pageHeader .contInner h1 img {
    width: 86px;
  }
  /*----------------------------------------------------
  videoContents
  ----------------------------------------------------*/
  .videoContents .contInner {
    width: 1170px;
  }
  .videoContents h2 {
    font-size: 2.5rem;
    color: #7f1b00;
    width: 1000px;
    margin: 0 auto 50px;
  }
  .videoContents h2.new:before {
    top: 0;
    left: -1vw;
    width: 62px;
    height: 74px;
    margin: 0 20px 10px 0;
  }
  .videoContents .cmCont {
    padding: 60px 0 0;
    border: 3px solid #fff;
  }
  .videoContents .videoArea {
    margin-bottom: 30px;
    padding: 500px 5% 0;
  }
  .videoContents .videoArea .modalBtn {
    width: 590px;
    margin: auto;
    border-top: 2px solid #f18d00;
    border-bottom: 2px solid #f18d00;
  }
  .videoContents .videoArea .modalBtn > a {
    width: 50%;
    font-size: 1.25rem;
    border-left: 2px solid #f18d00;
    padding: 10px 0;
  }
  .videoContents .videoArea .modalBtn > a > img {
    width: 883px;
    height: 482px;
    top: -20px;
    left: 140.5px;
  }
  .videoContents .videoArea .modalBtn .modal-open.active:after {
    width: 63px;
    height: 63px;
    top: 190px;
    left: calc(50% - 31.5px);
  }
  .videoContents .detailArea {
    width: 1000px;
    padding: 0;
    margin: 65px auto;
  }
  .videoContents .detailArea .tabnav {
    border-bottom: 4px solid #f18d00;
  }
  .videoContents .detailArea .tabnav li a {
    font-size: 1.25rem;
    height: 45px;
    line-height: 45px;
    border-radius: 16px 16px 0 0;
  }
  .videoContents .detailArea .tabContent .tabCont {
    padding: 50px 0;
  }
  .videoContents .detailArea .tabContent .tabCont > div {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .videoContents .detailArea .tabContent .tabCont p {
    width: 45%;
    font-size: 1rem;
    padding-bottom: 20px;
  }
  .videoContents .detailArea .tabContent .tabCont img {
    width: 45%;
  }
  .videoContents .detailArea .tabContent .tabCont.cast > div {
    display: block;
    align-items: none;
    justify-content: none;
    margin-bottom: 30px;
  }
  .videoContents .detailArea .tabContent .tabCont.cast > div p {
    width: auto;
  }
  .videoContents .detailArea .tabContent .tabCont.cast > div p span {
    margin-bottom: 20px;
  }
  .videoContents .detailArea .tabContent .tabCont.cast > div:first-child img {
    float: right;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .videoContents .detailArea .tabContent .tabCont.cast > div:nth-child(2) img {
    float: left;
    padding-right: 30px;
    margin-bottom: 10px;
  }
  .videoContents .detailArea .tabContent .tabCont.cast > div dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    font-size: 1rem;
  }
  .videoContents .detailArea .tabContent .tabCont.cast > div dl dt {
    width: 26%;
    font-weight: normal;
  }
  .videoContents .detailArea .tabContent .tabCont.cast > div dl dd {
    width: 72%;
  }
  .videoContents .detailArea .tabContent .tabCont.flexpc > div {
    display: flex;
  }
  .videoContents .detailArea .tabContent .tabCont.flexpc > div img {
    width: 100% !important;
    margin-bottom: 10px !important;
    padding-left: 0 !important;
  }
  .videoContents .detailArea .tabContent .tabCont.flexpc > div > div {
    max-width: 450px;
  }
  .videoContents .detailArea .tabContent .tabCont.flexpc > div > div p {
    width: 100%;
  }
  .videoContents .detailArea .tabContent .tabCont.flexpc p a {
    display: inline-block;
  }
  .videoContents .detailArea .tabContent .tabCont.noimage .textCont {
    width: 100%;
  }
  .videoContents .detailArea .tabContent .tabCont.noimage .textCont p {
    width: 100%;
  }
  .videoContents.eggpocket {
    padding-bottom: 180px;
  }
  .videoContents.eggpocket .tabContent .tabCont.cast > div {
    flex-direction: row-reverse;
  }
  .videoContents.hiyoko {
    padding-bottom: 180px;
  }
  .videoContents.hiyoko .detailArea .tabnav li {
    margin-right: 13.3333333333;
  }
  /*----------------------------------------------------
  modal
  ----------------------------------------------------*/
  .modal-content {
    width: 62.5%;
    padding-top: 35.16%;
  }
}
.comment p {
  transition-delay: 0ms;
}

.fade-in-up2 .fukidashi {
  opacity: 1 !important;
}

.bannerArea2 .fukidashi {
  opacity: 0;
  transition: 0.5s;
}

.fade-in-up2 .fukidashi2 {
  opacity: 1 !important;
}

.bannerArea2 .fukidashi2 {
  opacity: 0;
  transition: 0.5s;
}

.salad .bannerArea2 .fukidashi2 {
  transition: 0s;
}

.fade-in-up2 .itemCont {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.bannerArea2 .itemCont {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.5s;
  transition-delay: 0.7s;
}

.bannerArea2 .item {
  position: relative;
  width: 100%;
  margin-bottom: 5.3vw;
  z-index: 1;
}

.bannerArea2 .item:last-child {
  margin-bottom: 0;
}

.bannerArea2 .itemCont {
  position: relative;
  width: 100%;
  height: 31vw;
}

.bannerArea2 .itemCont p.mark {
  position: absolute;
  top: 3px;
  left: 3px;
  background: #f18d00;
  color: #fff;
  font-size: 2.6vw;
  font-weight: 700;
  z-index: 99;
  width: 14.6vw;
  text-align: center;
  border-radius: 10px 0 10px 0;
}

.bannerArea2 .itemCont a {
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
}

.bannerArea2 .itemCont img {
  width: 100%;
  display: block;
  transition: 0.5s;
  border-radius: 12px;
}

.bannerArea2 .itemCont img:hover {
  transform: scale(1.1, 1.1);
}

.bannerArea2 .itemCont.textBanner a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.bannerArea2 .itemCont.textBanner a:hover {
  opacity: 0.7;
}

.bannerArea2 .itemCont.textBanner a p {
  width: 60%;
  font-size: 4vw;
  font-weight: 700;
  color: #7f1b00;
  text-align: left;
  padding-left: 1em;
  line-height: 1.3;
}

.bannerArea2 .itemCont.textBanner a img {
  /*width: 40%;*/
  border-radius: 0 12px 12px 0;
  width: auto;
  max-height: calc(31vw - 6px);
  margin: auto;
}
.bannerArea2 .itemCont.textBanner a img.imgsm {
  padding: 2vw 0;
}

.bannerArea2 .itemCont.textBanner a img.w40 {
  width: 40%;
  height: 100%;
  margin-left: 0;
}

.bannerArea2 .itemCont.imgBanner a img {
  max-height: inherit;
  width: 100%;
}

@media (min-width: 1000px) {
  .bannerArea2 {
    position: relative;
    width: 830px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .bannerArea2 .item {
    margin: 0 10px 0;
    width: 45%;
  }
  .bannerArea2 .itemCont {
    height: 150px;
  }
  .bannerArea2 .itemCont a {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 5px #ccc;
    border-width: 5px;
    margin: 5px 2%;
  }
  .bannerArea2 .itemCont p.mark {
    top: 5px;
    left: calc(2% + 5px);
    font-size: 0.875rem;
    width: 84px;
  }
  .bannerArea2 .itemCont.textBanner a p {
    font-size: 1.125rem;
  }
  .bannerArea2 .itemCont.textBanner a img {
    border-radius: 0 10px 10px 0;
    max-height: 130px;
  }
  .bannerArea2 .itemCont.textBanner a img.imgsm {
    padding: 5px 0;
  }
  .bannerArea2 .itemCont.imgBanner a img {
    height: auto;
    width: 100%;
  }
  .bannerArea2.banner_wrap .slick-slide {
    margin: 0 10px 0;
  }
  .bannerArea2.banner_wrap .comment {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
  }
}
.check .bannerArea2 .comment.right {
  margin: 0 auto;
  text-align: center;
}

.fade-in-up2 .comment.left p {
  -webkit-clip-path: inset(-5px -5px -5px 0);
  clip-path: inset(-5px -5px -5px 0);
}

.comment.right .fukidashi2 p {
  -webkit-clip-path: inset(95% 0 0 0);
  clip-path: inset(95% 0 0 0);
}

.fade-in-up2 .comment.right .fukidashi2 p {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.comment .fukidashi2 {
  display: inline-block;
  position: relative;
}

.comment .fukidashi2 p {
  position: relative;
  text-align: center;
  margin-bottom: 2vw;
  padding: 3vw 5vw;
  font-size: 3.3vw;
  line-height: 1.2;
  color: #7f1b00;
  font-weight: 700;
  z-index: 3;
}

.comment .fukidashi2 p:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 2vw;
  width: 2px;
  height: 70%;
  background: #7f1b00;
  z-index: 3;
  transform: rotate(-30deg);
}

.comment .fukidashi2 p:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 2vw;
  width: 2px;
  height: 70%;
  background: #7f1b00;
  z-index: 3;
  transform: rotate(30deg);
}

.comment.right .fukidashi2 div {
  display: none;
}

@media (min-width: 1000px) {
  .comment .fukidashi2 p {
    margin-bottom: 0;
    padding: 8px 30px;
    font-size: 16px;
  }
  .comment .fukidashi2 p:before {
    top: 0;
    height: 100%;
  }
  .comment .fukidashi2 p:after {
    top: 0;
    height: 100%;
  }
}/*# sourceMappingURL=tvcm.css.map */