@charset "UTF-8";
:root {
  --colorPPL:#6a5995;
  --colorGRN:#F7933B;
  --color01:#000;
  --color02:#FFF;
  --color03:#424242/*#F2F2F2*/;
  --color04:#DEDEDE;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?xqc86u");
  src: url("../fonts/icomoon.eot?xqc86u#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xqc86u") format("truetype"), url("../fonts/icomoon.woff?xqc86u") format("woff"), url("../fonts/icomoon.svg?xqc86u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]::after, [class*=" icon-"]::after, .htBtn a::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus::after {
  content: "\e901";
}

.icon-minus::after {
  content: "\e911";
}

.icon-search-l::after {
  content: "\e902";
}

.icon-blank::after, .htBtn a.icon-blank::after {
  content: "\e903";
  margin-left: 4px;
}

.icon-arrow-t::after {
  content: "\e908";
}

.icon-arrow-b::after {
  content: "\e909";
}

.icon-arrow-l::after {
  content: "\e90a";
}

.icon-arrow-r::after, .htBtn a::after {
  content: "\e90b";
}

.icon-instagram::after {
  content: "\ea92";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.hottopics {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-antique-regular {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.hottopics p {
  margin-bottom: 16px;
  line-height: 1.75;
}

.hottopics .fontS {
  font-size: 0.875em;
}

.hottopics a {
  text-decoration: underline;
}

.hottopics a:hover {
  text-decoration: none;
}

.hottopics .skip {
  width: 1px;
  color: var(--color01);
  font-size: 0.1%;
  line-height: 0.1;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}

.hottopics .kome {
  list-style: none;
  padding-left: 1em;
}

.hottopics .kome li {
  line-height: 1.75;
  font-size: 0.875em;
}

.hottopics .kome li span {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/*------------------------------------------------------------------------ .htHeader */
.twitter {
  display: inline-block;
}

.twitter iframe {
  vertical-align: bottom;
}

.fb-share-button {
  display: inline-block !important;
  vertical-align: top !important;
}

.fb-share-button span {
  vertical-align: top !important;
}

.fb-share-button iframe {
  max-width: none !important;
}

.sns-post-box {
  margin-top: min(10vw, 80px);
}

.sns-post-box .sclFb, .sns-post-box .sclTw, .sns-post-box .sclLine {
  vertical-align: top;
}

.sns-post-box .sclTw {
  padding: 4px 10px 5px;
  background-color: var(--color01);
  border: 1px solid #333;
}

.sns-post-box .sclTw:hover {
  background-color: #333;
}

.sns-post-box .sclLine a {
  padding: 4px 10px 2px;
}

/*SP only*/
@media screen and (max-width: 599px) {
  .pub .snsBox {
    margin-top: 0.3em;
  }
  .forPC, .forTB, .hiddenSP {
    display: none;
  }
}
/*TB only*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .forPC, .forSP, .hiddenTB {
    display: none;
  }
}
/*TB以上*/
/*PC以上*/
@media screen and (min-width: 1025px) {
  .forTB, .forSP, .hiddenPC {
    display: none;
  }
}
/*------------------------------ */
.htHeader {
  /* background:var(--color03) */
}

.htBtn {
  text-align: center;
}

.htBtn a {
  display: inline-block;
  min-width: 80%;
  padding: 0.8em 1em;
  margin-bottom: min(4vw, 26px);
  background-color: var(--colorPPL);
  border: 2px solid var(--colorPPL);
  cursor: pointer;
  text-decoration: none;
  color: var(--color02);
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.htBtn a:hover {
  background-color: var(--color01);
}

.htBtn a::after {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-left: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.htBtn a:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.htCopyright {
  margin-top: min(10vw, 80px);
  font-size: 0.875em;
  text-align: right;
}

.htMain {
  background-color: var(--color01);
  color: var(--color02);
}

.htSoon {
  text-align: center;
  font-size: min(4.5vw, 1.2em);
  opacity: 0.8;
}

/*TB以上*/
@media screen and (min-width: 600px) {
  .htHeadTxt {
    text-align: center;
  }
  .htBtn {
    margin-top: 2em;
  }
  .htBoxImg, .htBoxTxt {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .htBtn a {
    min-width: 26em;
    padding: 1.5em 3em;
  }
}
/*PC以上*/
/*___________________________________ */
.htHeadNav {
  position: relative;
  margin-top: 50px;
}

.htHeadNav li {
  width: 20em;
  margin: 0 auto 20px;
}

.htHeadNav a {
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 60px;
  padding: 8px 1em;
  border: solid 2px var(--color01);
  color: var(--color01);
  text-decoration: none;
  line-height: 1em;
}

.htNav01 a, .htNav03 a, .htNav05 a {
  padding-left: 99px;
}

.htNav02 a, .htNav04 a {
  padding-right: 99px;
}

.htHeadNav a:hover {
  background-color: var(--color01);
  color: var(--color02);
}

.htHeadNav a::after {
  position: absolute;
  bottom: 1px;
  content: "";
  display: block;
  width: 90px;
  height: 85.5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.htNav01 a::after {
  background-image: url(../img/nav01.webp);
  left: 4px;
}

.htNav02 a::after {
  background-image: url(../img/nav02.webp);
  right: 4px;
}

.htNav03 a::after {
  background-image: url(../img/nav03.webp);
  left: 4px;
}

.htNav04 a::after {
  background-image: url(../img/nav04.webp);
  right: 4px;
}

.htNav05 a::after {
  background-image: url(../img/nav05.webp);
  left: 4px;
}

.htHeadNav a span, .htHeadNav a::after {
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.htMain {
  padding-bottom: min(10vw, 56px);
}

.htMain ul {
  list-style: disc;
  margin-bottom: 1em;
  padding-left: 20px;
}

.htMain .mb5 {
  margin-bottom: 5px;
}

.htMain .htFontS {
  font-size: 0.8em;
}

.htMain .htFontL {
  font-size: 2em;
}

.htMain table {
  border: none;
  margin-bottom: 16px;
  line-height: 1.75;
}

.htMain th {
  background: var(--color03);
  border: none;
}

.htMain td {
  background: none;
  border: none;
}

.htMain table ul {
  margin-bottom: 0;
}

.htMain table ul.mb10 {
  margin-bottom: 10px;
}

.htBlock {
  padding: min(10vw, 80px) min(2vw, 16px) min(6vw, 16px);
}

.htBlock h2 {
  position: relative;
  margin: 0 auto min(8vw, 64px);
  margin-left: -5vw;
  padding-left: 56px;
  font-size: min(6vw, 1.9em);
  line-height: 1;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.htBlock h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 108vw;
  height: 46px;
  background: url(../img/bg_ttl_sp.png) no-repeat left bottom/auto 46px;
}

.htBlock h3 {
  margin-bottom: clamp(2vw, 0.6em, 24px);
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-size: min(5vw, 1.4em);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.htBlock .htBox {
  margin-bottom: min(5vw, 40px);
}

.htBoxImg {
  margin-bottom: min(4vw, 16px);
}

.htBoxImg img {
  margin-left: auto;
  margin-right: auto;
}

.htBoxTxt2:not(:last-child) {
  border-bottom: 1px solid #CCC;
  margin-bottom: 1em;
}

.htBoxImg2:not(:last-child) {
  margin-bottom: 4px;
}

/*SP only*/
@media screen and (max-width: 599px) {
  .htMain th {
    display: block;
    width: 100%;
    padding: 8px 0;
  }
  .htMain td {
    display: block;
    width: 100%;
  }
  .htBoxImg {
    width: 100vw;
    margin-left: min(-2vw, -16px);
    margin-right: min(-2vw, -16px);
  }
}
/*TB以上*/
@media screen and (min-width: 600px) {
  .htBlock h2 {
    margin-left: -100px;
    padding-left: 160px;
  }
  .htBlock h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 108vw;
    height: 68px;
    background: url(../img/bg_ttl.png) no-repeat left bottom/auto 68px;
  }
  .htMain th {
    min-width: 6em;
    border-bottom: 2px solid var(--color01);
  }
  .htMain tr:last-child th::after {
    display: none;
  }
  .htMain tr:not(:last-of-type) td {
    border-bottom: 2px solid var(--color03);
  }
  .htBlock h2 span {
    padding: 0.1em 0.4em 0.2em;
  }
}
/*TB以上*/
@media screen and (min-width: 700px) {
  .htHeadNav {
    max-width: 42em;
    margin-left: auto;
    margin-right: auto;
  }
  .htHeadNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .htHeadNav li {
    margin: 0 0.5em 32px;
  }
  .htNav01 a::after, .htNav03 a::after, .htNav05 a::after {
    left: -4px;
  }
  .htNav02 a, .htNav04 a {
    padding-right: 1em;
    padding-left: 99px;
  }
  .htNav02 a::after, .htNav04 a::after {
    left: -4px;
  }
}
/*PC以上*/
@media screen and (min-width: 1112px) {
  .htHeadNav {
    max-width: 64em;
  }
  .htBlock h2 {
    margin-left: -150px;
  }
  .htGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .htBoxImg {
    width: 60%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .htBoxTxt {
    width: 40%;
    max-width: none;
    padding-left: 40px;
  }
}
.htBnr a {
  display: inline-block;
  background-color: var(--color02);
  padding: min(4vw, 16px) min(4vw, 24px);
}

.htBnrFes a img {
  width: 100%;
  max-width: 380px;
}

.htBnrFes a p {
  margin-bottom: 14px;
  text-indent: -0.5em;
  line-height: 1.3;
  color: var(--color01);
  text-decoration: none;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.04em;
  font-size: min(3.6vw, 1em);
}

/*------------------------------------------------------------------------------------
コナン
------------------------------------------------------------------------------------*/
#breadcrumb,
.txtPub {
  color: #FFF;
  text-shadow: 0 0 3px black;
}
#breadcrumb *,
.txtPub * {
  color: #FFF;
}

main.bgHightway {
  padding-bottom: 50px;
  margin-bottom: 100px;
  background: url("../img/bg.webp") no-repeat center top/cover;
}

.htHeader {
  padding-top: 25px;
}
.htHeader .htKV {
  width: 100%;
  margin-bottom: 50px;
}
.htHeader .htKV img {
  width: 100%;
  /*max-width: 1000px;*/
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 50px #020a51;
          box-shadow: 0 0 50px #020a51;
}

.htHeadTxt {
  padding: min(8vw, 52px) 0;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
}
.htHeadTxt h1 {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #FFF;
}
.htHeadTxt h1 .htHeadTtl1 {
  margin-bottom: 20px;
  display: block;
  line-height: 1.2;
  font-size: 1.3em;
}
@media screen and (max-width: 1000px) {
  .htHeadTxt h1 .htHeadTtl1 {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 576px) {
  .htHeadTxt h1 .htHeadTtl1 {
    font-size: 7vw;
  }
}
.htHeadTxt h1 .htHeadTtl2 {
  display: block;
  margin-top: min(1vw, 8px);
  font-size: min(7.6vw, 1.6em);
  color: #E50112;
  text-shadow: 1px 1px 0 #FFFF01, -1px -1px 0 #FFFF01, -1px 1px 0 #FFFF01, 1px -1px 0 #FFFF01, 0px 1px 0 #FFFF01, -1px 0 #FFFF01, -1px 0 0 #FFFF01, 1px 0 0 #FFFF01;
}
@media screen and (max-width: 1000px) {
  .htHeadTxt h1 .htHeadTtl2 {
    /*font-size: 4.1vw;*/
  }
}
@media screen and (max-width: 576) {
  .htHeadTxt h1 .htHeadTtl2 {
    /*font-size: 6vw;*/
  }
}
.htHeadTxt h1 + .topTxt {
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto;
  color: #FFF;
}

.htDateWrapper {
  padding: 0 20px;
}
.htDateWrapper .htDate {
  max-width: 500px;
  padding: 20px min(2vw, 20px);
  margin: min(2vw, 24px) auto;
  border: 2px solid #FFF;
  text-align: center;
  color: #FFF;
}
.htDateWrapper .htDate p.htDateTxt {
  margin-bottom: 0;
  font-size: min(4vw, 20px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.htDateWrapper .htDate .fontS {
  margin-bottom: 0;
}
.htDateWrapper .comingsoon {
  padding: min(6vw, 40px) 0;
  color: #FFF;
  text-align: center;
}
.htDateWrapper .comingsoon .comingsoonEN {
  display: inline-block;
  padding: 0 0.3em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, rgba(255, 254, 1, 0.5)));
  background: linear-gradient(transparent 70%, rgba(255, 254, 1, 0.5) 50%);
  font-size: min(6vw, 70px);
  font-style: italic;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media screen and (max-width: 576px) {
  .htDateWrapper .comingsoon .comingsoonEN {
    /*font-size: 30px;*/
  }
}

.block-sm {
  display: none;
}

@media screen and (max-width: 576px) {
  .hidden-sm {
    display: none;
  }
  .block-sm {
    display: block;
  }
}/*# sourceMappingURL=style_conan_comingsoon.css.map */