@charset "UTF-8";
/* color */
/*
* 最小値と最大値を引数にとり、clampを返す関数
*/
html {
  font-size: 1.1111111111vw;
  -webkit-font-feature-settings: palt;
  font-feature-settings: palt;
}
.p-lp {
  overflow-x: hidden;
}
.p-lp .lp-header__ttl {
  position: relative;
  width: 100%;
  background: #fff;
  background-position: bottom;
}
.lp-header__ttl--div {
  width: 100%;
}
.lp-header__ttl--div img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-lp .lp-header__ttl {
    overflow: hidden;
    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;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl {
    height: 117.5vw;
    /*height: 100vh;*/
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/lp/img-mv_sp.png);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--main {
    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;
    height: 133.33vw;
    max-height: 500px;
  }
}
.p-lp .lp-header__ttl--main img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--main img {
    width: 87.47vw;
    max-width: 328px;
  }
}
.p-lp .lp-header__ttl--icons {
  position: absolute;
  top: 0;
  left: 0;
  width: min(8.98%, 115px);
  padding: min(1.41vw, 18px) 0 min(1.56vw, 20px) min(1.56vw, 20px);
  background: rgba(33, 57, 108, 0.84);
  /*border-radius: 0 0 15px;*/

  --r: 1em;
  clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - .1em) 100%,50% calc(100% - var(--r)),0em 100%,0 100%);
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons {
    width: auto;
    max-width: min(89.33vw, 335px);
    padding: min(2.67vw, 10px) 0 min(1.33vw, 5px) min(2.67vw, 10px);
    clip-path: polygon(100% 0,0 0,0 100%,100% 100%,100% calc(100% - .1em),calc(100% - var(--r)) 50%,100% .1em);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: min(89.33vw, 335px);
    padding-right: min(2.67vw, 10px);
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--medal:last-child {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--medal:last-child {
    padding-right: 15px;
    padding-bottom: 0;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--medal img {
  width: min(6.09vw, 78px);
  max-width: 78px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--medal img {
    width: min(13.33vw, 50px);
    max-width: 50px;
  }
}
.p-lp .lp-header__ttl--icons img {
  width: 15.23vw;
  max-width: 195px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons img {
    width: 89.33vw;
    max-width: 335px;
  }
}
.p-lp .lp-body .lp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f0ce;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.btn__wrap {
  margin: min(3.52vw, 45px) auto 0;
}
.btn__wrap .btn {
  display: block;
  width: 38.67vw;
  max-width: 495px;
  padding: 1em 0;
  margin: auto;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
  color: #21396c;
  text-align: center;
  background: url(../img/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;
  border-radius: 50px;
}
.announce {
  padding: 30px 0;
  background: #f1db86;
  text-align: center;
}
.announce p {
  font-size: 20px;
  font-weight: bold;
}
.announce__day {
  margin-bottom: 20px;
}
.announce__txt {
  width: 300px;
  margin: 0 auto;
  text-align: left;
}
.announce__oubo {
  margin-top: 20px;
  background: #ffe100;
  padding: 10px;
  display: inline-block;
}
.announce img {
  text-align: center;
  margin: auto;
}
#area_INTRO {
  background: url(../img/lp/img-bg.png), #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 40px 0;
}
#area_INTRO p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  padding-bottom: 35px;
}
#area_INTRO .emphasis {
  font-size: 20px;
}
#area_INTRO .movie {
  margin: auto;
  text-align: center;
  margin-top: 35px;
  width: 860px;
  position: relative;
  display: block;
}
#area_INFO {
  background: url(../img/lp/bg-info.png), #fff5c4;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 60px;
}
#area_INFO a {
  text-decoration: underline;
}
#area_INFO strong {
  font-weight: bold;
}
#area_INFO .eventInfo {
  max-width: 860px;
  margin: auto;
  font-size: 16px;
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
#area_INFO .eventInfo h2 {
  margin-bottom: 25px;
}
#area_INFO .eventInfo h2 img {
  height: 30px;
  margin: auto;
}
#area_INFO .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#area_INFO .info__blk p.attn {
  font-size: 1.2rem;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#area_INFO .info__blk.LFT {
  width: 56%;
}
#area_INFO .info__blk.RGT {
  width: 37%;
  margin-top: 20px;
  text-align: center;
}
#area_INFO .info__blk.RGT p {
  display: inline-block;
}
#area_INFO .info .access p {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 0;
  padding-bottom: 15px;
}
#area_INFO .info .attn {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}
#area_INFO .info dl {
  width: 100%;
  border-bottom: 1px solid #222;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#area_INFO .info dl:last-of-type {
  border: none;
}
#area_INFO .info dl dt {
  font-weight: bold;
  width: 10%;
  margin-right: 10%;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#area_INFO .info dl dd {
  letter-spacing: -0.01em;
}
#area_INFO .info dl dd p {
  padding-bottom: 20px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#area_INFO .info dl dd span {
  color: #b80101;
}
#area_INFO .info dl dd .indent {
  line-height: 1.4;
  text-indent: -6.5em;
  padding-left: 6.5em;
  margin-bottom: 10px;
}

/* 注意事項 */
#area_ATTENTION {
  background: #efecec;
  padding: 55px 0 80px;
}
#area_ATTENTION .attention {
  max-width: 860px;
  margin: auto;
}

#area_ATTENTION .attention:nth-of-type(1) ul li:nth-of-type(4) {
  color: #b80101;
}
#area_ATTENTION .attention:nth-of-type(2) {
  margin-top: 80px;
}
#area_ATTENTION .attention ul li {
  padding-bottom: 5px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

/*  */
#area_WCHANCE {
  padding: 0;
}
#area_WCHANCE .realtime {
  background: #ffe100;
  padding: 20px;
  display: block;
}
#area_WCHANCE .realtime img {
  margin: auto;
  display: block;
}

/* 東映チャンネル紹介 */
#area_CHANNEL {
  background: #fff;
  padding: 40px 0 50px;
}
#area_CHANNEL h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 50px;
  line-height: 1;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  max-width: 260px;
  margin: 0 auto 30px;
  text-align: center;
  display: block;
}
#area_CHANNEL .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

/* 2カラム用 */
#area_CHANNEL .media__blk2 {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
#area_CHANNEL .media__blk--img2 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#area_CHANNEL .media__blk--broadcast {
  margin-top: 20px;
  padding: 17px 30px;
  background: #eee;
}

#area_CHANNEL .media__blk--ttl {
  margin-bottom: 20px;
  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;
}
@media (min-width: 980px) {
  #area_CHANNEL .media__blk--ttl {
    height: 82px;
  }
}
#area_CHANNEL .media__blk--ttl div {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  font-size: 18px;
}
#area_CHANNEL .media__blk--ttl div:nth-of-type(1) {
  margin-right: 10px;
}
#area_CHANNEL .media__blk--ttl div img {
  width: 80px;
}
#area_CHANNEL .media__blk--ttl div span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .flexorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flexorder ul {
    width: 50%;
  }
  .flexorder ul:nth-of-type(2) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flexorder ul:nth-of-type(2) {
    margin-top: 0 !important;
  }
  .announce {
    padding: 20px;
  }
  .announce p {
    font-size: 14px;
  }
  .announce__day {
    margin-bottom: 10px;
  }
  .announce__txt {
    width: 100%;
  }
  .announce__txt p {
    font-size: 18px;
  }
  .announce__oubo {
    margin-top: 20px;
    padding: 10px 15px;
  }
  #area_INTRO {
    background: url(../img/lp/img-bg.png), #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 140%;
    padding: 30px 20px 50px;
  }
  #area_INTRO p {
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  #area_INTRO .emphasis {
    font-size: 20px;
  }
  #area_INTRO .movie {
    margin-top: 25px;
    width: 100%;
  }
  #area_INTRO .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  #area_INTRO .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }
  #area_INFO {
    background: url(../img/lp/bg-info.png), #fff5c4;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 40px;
  }
  #area_INFO .eventInfo {
    max-width: 100%;
    padding: 30px 20px 30px;
  }
  #area_INFO .eventInfo h2 {
    margin-bottom: 10px;
  }
  #area_INFO .eventInfo h2 img {
    height: 25px;
  }
  #area_INFO .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #area_INFO .info__blk.LFT {
    width: 100%;
  }
  #area_INFO .info__blk.RGT {
    width: 100%;
    margin-top: 0px;
  }
  #area_INFO .info dl {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #area_INFO .info dl dt {
    margin-bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
  }
  #area_INFO .info iframe {
    height: 300px;
  }
  #area_ATTENTION {
    background: #efecec;
    padding: 40px 0 60px;
  }
  #area_ATTENTION .attention {
    width: 90%;
    margin: auto;
  }
  #area_WCHANCE {
    padding: 40px 0 0;
  }
  #area_WCHANCE .realtime {
    padding: 15px;
  }
  #area_CHANNEL {
    padding: 30px 0 0px;
  }
  #area_CHANNEL .toeittl {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  #area_CHANNEL .toeittl h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  #area_CHANNEL .toeittl div {
    width: 100%;
    line-height: 1.3;
  }
  #area_CHANNEL .toeittl div p strong {
    font-size: 22px;
  }
  #area_CHANNEL h3 {
    font-size: 20px;
    max-width: 230px;
    margin: 0 auto 20px;
  }
  #area_CHANNEL .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  #area_CHANNEL .media__blk {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #area_CHANNEL .media__blk2:first-of-type {
    margin-bottom: 40px;
  }
  #area_CHANNEL .media__blk2 ul {
    font-size: 13px;
    margin-top: 25px;
  }
  .cp--area {
    background: #0195a1;
    text-align: center;
    display: block;
  }
  .cp--area a {
    display: block;
  }
  .cp--area a img {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .btn__wrap .btn {
    width: 89.33vw;
    max-width: 335px;
  }
}

/* eoアプリバナー */
.bnr--area {
  padding: min(3.91vw, 50px);
  margin: auto;
  background: #eceff7;
}
.bnr--area a {
  display: block;
  max-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bnr--area img {
    width: 89.33vw;
    max-width: 335px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  footer#footer-re ul li:not(:nth-child(1))::before {
    display: none;
  }
}
@media (max-width: 981px) {
  .inrWidth {
    width: 90%;
    margin: auto;
  }
  .name01 {
    padding: 4px 0;
  }
  .name01 img {
    height: 20px;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .lp-header__ttl--main {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .p-lp .lp-header__ttl {
    max-height: none;
  }
  .name01 {
    background: rgb(199, 133, 67);
    background: -webkit-gradient(linear, right top, left top, from(rgb(199, 133, 67)), color-stop(46%, rgb(224, 166, 108)), to(rgb(199, 133, 67)));
    background: linear-gradient(270deg, rgb(199, 133, 67) 0%, rgb(224, 166, 108) 46%, rgb(199, 133, 67) 100%);
    padding: 8px 0;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 50;
  }
  .name01 img {
    margin: auto;
    width: 95%;
  }
  .l-main,
  p {
    font-size: 14px;
  }
  .l-main,
  p {
    font-size: 14px;
  }
  .cont {
    background: #fff;
    padding: 35px 20px;
    border-radius: 15px;
    margin-bottom: 50px;
  }
  .cont a {
    text-decoration: underline;
  }
  h2 {
    text-align: center;
    color: #21396c;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
  }
  .attention {
    margin-bottom: 50px;
  }
  .attention h2 {
    margin-bottom: 20px;
  }
  .attention h2 img {
    height: 22px;
    margin: auto;
  }
  .attention ul li {
    padding-bottom: 5px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .attention ul li::first-letter {
    font-size: 10px;
    padding-right: 3px;
  }
}
@media (min-width: 980px) {
  .inrWidth {
    width: 980px;
    margin: auto;
  }
}
@media (min-width: 769px) {
  .l-main,
  p {
    font-size: 16px;
  }
  .cont {
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    margin-bottom: 50px;
  }
  .cont a {
    text-decoration: underline;
  }
  h2 {
    text-align: center;
    color: #21396c;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
  }
  h2 img {
    margin: auto;
  }
}