@charset "UTF-8";
:root {
  --colorPPL: #6a5995;
  --colorGRN: #f7933b;
  --color01: #000;
  --color02: #fff;
  --color03: #1077a0;
  --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";
}

* {
  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;
  font-feature-settings: "palt";
}

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

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

.hottopics a {
  text-decoration: underline;
  word-break: break-all;
}

.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:#1077a0 */
}

.htBtn {
  text-align: center;
}

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

.htBtn a:hover {
  background-color: #fff;
  color: #1077a0;
}
.htBtn a::after {
  display: inline-block;
  font-size: 0.75em;
  font-weight: normal;
  margin-left: 0.5em;
  transition: all 0.3s;
}

.htBtn a:hover::after {
  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) {
  .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 {
  transform: skewX(-30deg);
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  font-weight: 600;
  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 {
  transform: skewX(30deg);
}
.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;
  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);
  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 #1077a0;
  }
  .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: flex;
    flex-wrap: wrap;
    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: flex;
    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;
  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_conan.webp") no-repeat center top/100%,
    url("../img/bg_wing.webp") repeat-y center top/100%;
}

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

.htHeadTxt {
  padding: 5vw 0;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
}
.htHeadTxt h1 {
  width: 100%;
  padding: 0 min(4vw, 40px) min(5vw, 40px);

  text-align: center;
  color: #fff;
}
.htHeadTxt h1 img {
  margin: 0 auto;
}
.htHeadTxt h1 .htHeadTtl1 {
  margin-bottom: 20px;
  display: block;
  line-height: 1.2;
  font-size: 1.3em;
}
table.htPspotList {
  border: none;
  line-height: 1.75;
}
.htPspotList th {
  background: #1077a0;
  color: #fff;
  border: none;
  border-right: 1px solid #fff;
}
.htPspotList td {
  padding: 0.5em 0.25em 0.5em 0;
  background: none;
  border-right: none;
  vertical-align: middle;
}
.htPspotList tr:last-of-type td {
  border-bottom: none;
  padding-bottom: 0;
}
.greenExpo {
  border: 6px solid rgba(0, 104, 183, 0.3);
  padding: min(3vw, 32px);
  margin-top: min(2vw, 40px);
}
.greenExpo h3 {
  margin-bottom: 0.5em;
  color: #0068b7;
}
.greenExpoBox {
  border: 1px solid #999;
  padding: 16px;
}
.greenExpo .htTxt p {
  margin-bottom: 0;
}
.greenExpo .htImg {
  float: right;
  max-width: 50%;
  padding: 0 0 16px 16px;
}

.htStickerList td {
  padding: 0.5em 0 0.5em 1em;
}
.htStickerList td.imgBox {
  padding-right: 0;
  text-align: center;
}
.htStickerList {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #1077a0;
  border-bottom: 1px solid #1077a0;
}
.htStickerList .htStiList-ttl {
  font-size: 1.125em;
}

.htStampList th.htStaList03 {
  white-space: nowrap;
}
.htStampList td.htStaList01 {
  min-width: 20em;
}
.htStampList td.htStaList03 {
  padding-right: 0;
  white-space: nowrap;
}

.htStaList02 span {
  display: inline-block;
}

/*SP only*/
@media screen and (max-width: 599px) {
  .js-scrollable table {
    width: 600px;
  }
  .scroll-hint-icon-wrap .scroll-hint-icon {
    width: 140px;
  }
  .htStampList td.htStaList01 {
    width: 15em;
    min-width: 1px;
  }
  .htStampList .htTableScroll table {
    width: 600px;
  }
  .htStickerList table.htPspotList {
    margin-bottom: 0;
  }
  .htStickerList thead {
    display: none;
  }
  .htStickerList th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .htStickerList td {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
  .htStickerList td:before {
    display: block;
    margin: 4px 0;
    content: attr(data-label);
    font-weight: bold;
  }

  .htStickerList td:last-of-type {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
  }
  .htStickerList tr:last-of-type td {
    margin-bottom: 0;
  }
  .contentsWrapper .contents .htStickerList td.imgBox {
    margin-bottom: 0;
  }
  .contentsWrapper .contents .htStickerList td.imgBox a {
    display: flex;
    align-items: end;
    text-align: left;
    font-size: 0.75em;
  }
  .htStickerList td.imgBox picture {
    width: calc(100% - 11.5em);
  }
  .htStickerList td.imgBox span {
    display: none;
    /* display:block;
    width:11.5em;
    padding-left:.5em; */
  }
  .contentsWrapper .contents .htStickerList .flex {
    display: flex;
    gap: 4px 16px;
  }
  .htStickerList td .circleList > li {
    line-height: 1.4;
    font-size: 0.875em;
  }
  .greenExpo p {
    font-size: 0.875em;
  }

  /* .greenExpo th,.greenExpo td{
    width:100%;
    display:block;
  } */
}

/*TB以上*/
@media screen and (min-width: 600px) {
  .htHeadTxt {
    padding: 40px 0 60px;
    text-align: center;
  }

  .htStickerList table.htPspotList {
    width: calc(100% - 12em);
    margin: 0 auto;
  }
}
@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 min(4vw, 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);
  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: 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;*/
  }
}
.htDateWrapper .comingsoon .fontS {
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .htDateWrapper .comingsoon .fontS {
    font-size: 0.875em;
  }
}
.htDateWrapper .comingsoon .fontS strong {
  display: inline-block;
  padding: 0 10px;
  font-size: 30px;
  background: linear-gradient(transparent 33%, rgba(190, 0, 0, 0.7) 33%, rgba(190, 0, 0, 0.7) 66%, transparent 66%);
}
@media screen and (max-width: 768px) {
  .htDateWrapper .comingsoon .fontS strong {
    font-size: 1.25em;
  }
}
.htDateWrapper .nav_anc {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .htDateWrapper .nav_anc {
    gap: 16px;
  }
}

.htDateWrapper .nav_anc li {
  width: 100%;
}

/*SP only*/
@media screen and (max-width: 599px) {
}
/*TB only*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
}
@media screen and (min-width: 780px) {
  .htDateWrapper .nav_anc li {
    width: calc((100% - 60px) / 2);
  }
}
/*PC以上*/
@media screen and (min-width: 1177px) {
  .htDateWrapper .nav_anc li {
    width: calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 768px) {
}
.htDateWrapper .nav_anc a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vw * 167 / 661);
  max-height: 90px;
  padding: min(1.5vw, 6px);
  transition: 0.3s;
  background: url(../img/bg_nav.png) no-repeat 50% 50% / contain;
  font-size: min(4vw, 1em);
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.htDateWrapper .nav_anc a:hover {
  opacity: 0.7;
}

.contentsWrapper:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contentsWrapper:not(:last-child) {
    margin-bottom: 50px;
  }
}
.contentsWrapper .pc,
.contentsWrapper .md,
.contentsWrapper .sm,
.contentsWrapper .sp {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .contentsWrapper .pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .contentsWrapper .md {
    display: block !important;
  }
  .contentsWrapper .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .contentsWrapper .sm,
  .contentsWrapper .sp {
    display: block !important;
  }
  .contentsWrapper .hidden-sm,
  .contentsWrapper .hidden-sp {
    display: none !important;
  }
}
.contentsWrapper {
  padding: 0 0 40px 0;
  background: rgba(255, 255, 255, 0.9);
}
.contentsWrapper.top {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .contentsWrapper.top {
    margin-top: 50px;
  }
}
.contentsWrapper .contentsTtl {
  min-height: 125px;
  margin-bottom: 50px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .contentsWrapper .contentsTtl {
    min-height: initial;
    margin-bottom: 30px;
  }
}
.contentsWrapper .contentsTtl h2 > span {
  width: fit-content;
  padding: 0 105px;
  display: block;
  font-size: 1.875em;
  font-weight: 700;
  color: #fff;
  background:
    url("../img/ttl_l.webp") no-repeat left center/82px,
    url("../img/ttl_r.webp") no-repeat right center/82px;
}
.contentsWrapper .contentsTtl h2 .fontS {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .contentsWrapper .contentsTtl h2 > span {
    padding: 0 40px;
    font-size: 1.125em;
    background:
      url("../img/ttl_l.webp") no-repeat left center/30px,
      url("../img/ttl_r.webp") no-repeat right center/30px;
  }
}
.contentsWrapper .contentsTtl .anc {
  position: absolute;
  left: 0px;
  top: -100px;
  display: block;
}
.contentsWrapper .contents {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.contentsWrapper .contents.htBox2 {
  margin-top: min(8vw, 50px);
}
.contentsWrapper .contents .topTxt {
  /* width: fit-content; */
  margin: 0 auto 50px auto;
  text-align: center;
}
.contentsWrapper .contents h3 {
  margin-bottom: min(4vw, 24px);
  font-size: min(4vw, 150%);
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 1.125em;
}
.contentsWrapper .contents h3 > span {
  padding: 0 10px;
  background: linear-gradient(transparent 60%, #b8d6fc 60%);
}
@media screen and (max-width: 768px) {
  .contentsWrapper .contents .topTxt {
    margin-bottom: 30px;
    text-align: left;
  }
}
.contentsWrapper .contents .topTxt p {
  margin-bottom: 0;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contentsWrapper .contents .topTxt p {
    font-size: 0.875em;
  }
}
.contentsWrapper .contents .topTxt p:not(:last-child) {
  margin-bottom: 1em;
}
.contentsWrapper .contents .topTxt p strong {
  font-size: 125%;
  font-weight: 700;
  color: #1077a0;
}
@media screen and (max-width: 768px) {
  .contentsWrapper .contents .topTxt p strong {
    font-size: 110%;
  }
}
.contentsWrapper .contents .imgBox:not(:last-child) {
  margin-bottom: 1em;
}
.contentsWrapper .contents .imgBox img {
  display: inline;
}
.contentsWrapper .contents .imgBox.center {
  text-align: center;
}
.contentsWrapper .contents .topTxt.float {
  text-align: initial;
}
.contentsWrapper .contents .topTxt.float .imgBox.R {
  float: right;
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .contentsWrapper .contents .topTxt.float .imgBox.R {
    text-align: center;
    margin: 0;
    float: initial;
  }
  .contentsWrapper .contents .topTxt.float .imgBox.R:not(:last-child) {
    margin-bottom: 1em;
  }
}
.contentsWrapper .contents .topTxt.float .imgBox.L {
  float: left;
  margin: 0 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .contentsWrapper .contents .topTxt.float .imgBox.L {
    text-align: center;
    margin: 0;
    float: initial;
  }
  .contentsWrapper .contents .topTxt.float .imgBox.L:not(:last-child) {
    margin-bottom: 1em;
  }
}
.contentsWrapper .contents .detailBox dl > div {
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  .contentsWrapper .contents .detailBox dl > div {
    flex-direction: column;
    gap: 10px;
  }
}
.contentsWrapper .contents .detailBox dl > div:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1077a0;
}
.contentsWrapper .contents .detailBox dl > div dt {
  min-width: 6em;
  font-size: 1.125em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contentsWrapper .contents .detailBox dl > div dt {
    /* font-size:16px; */
  }
}
.contentsWrapper .contents .detailBox dl > div dd {
  width: 100%;
  /* font-size:16px; */
}
@media screen and (max-width: 768px) {
  .contentsWrapper .contents .detailBox dl > div dd {
    font-size: 0.875em;
  }
}
.contentsWrapper .contents .detailBox dl > div dd p {
  margin-bottom: 0;
}
.contentsWrapper .contents .detailBox dl > div dd p:not(:last-child) {
  margin-bottom: 1em;
}
.contentsWrapper .contents .flex {
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contentsWrapper .contents .flex {
    display: block;
  }
}
.circleList:not(:last-child) {
  margin-bottom: 1em;
}
.circleList > li {
  padding-left: 1em;
  position: relative;
}
.circleList > li::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  display: block;
  background: #e70a14;
  border-radius: 100px;
  position: absolute;
  left: 0px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .circleList > li {
    line-height: 1.8;
  }
  .circleList > li::before {
    top: 8px;
  }
}
.contentsWrapper .contents .detailBox dl > div dd .txtCoution {
  font-size: 0.75em;
}

.block-sm {
  display: none;
}

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

.htCollabBox {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1077a0;
}
.htCollabImg {
  margin-bottom: 10px;
}
.htCollabTxt h4 {
  color: #1077a0;
  font-size: 1.125em;
}
.htCollabTxt dl {
  display: flex;
  flex-wrap: wrap;
}
.htCollabTxt dt {
  padding: 0.4em 0 0.5em;
  border-top: 1px solid #999;
  width: 6.5em;
  font-weight: 700;
}
.htCollabTxt dd {
  padding: 0.4em 0 0.5em;
  border-top: 1px solid #999;
  width: calc(100% - 6.5em);
}
.mfp-content .mfp-title {
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
  padding: 0.5em 0;
}
.htPopCont {
  overflow: auto;
  padding: 4vw;
  background-color: #fff;
  font-size: 1.4em;
}
#stampImg {
  height: 88vh;
}
#stampImg > div {
  width: calc(80vh * 800 / 700);
  max-width: 800px;
  height: 80vh;
  max-height: 700px;
}
.htHint {
  opacity: 0.8;
  display: inline-block;
  padding: 0.3em 1em;
  border-radius: 8px;
  color: #fff;
  background-color: #000;
}
/*TB以上*/
@media screen and (min-width: 600px) {
  .htCollabBox {
    display: flex;
    flex-wrap: wrap;
  }
  .htCollabImg {
    width: 35%;
  }
  .htCollabTxt {
    width: 65%;
    padding-left: 30px;
  }
}
/*PC以上*/
@media screen and (min-width: 1025px) {
  .htCollabImg {
    width: 50%;
  }
  .htCollabTxt {
    width: 50%;
  }
  .htPOP2 a {
    cursor: default;
  }
}

/*20260408 Add
------------------------------ */

.leaflet {
  margin-top: 32px;
}

.leafletTitle {
  font-weight: bold;
  text-align: center;
  color: #0068b7;
  margin-bottom: min(4vw, 24px);
}

.greenExpoBox .htImg.forSPImg {
  display: none;
}

.impNotice {
  width: 75%;
  margin: 16px auto;
  background-color: #fff;
  border: 2px solid #ff0000;
  border-radius: 8px;
}

.impNotice h2 {
  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;
  gap: 4px;
  margin-bottom: 16px;
  padding: 16px;
  background-color: #f4e1e1;
  color: #ff0000;
}

.impNotice h2 svg {
  width: 1.25em;
  height: 1.25em;
}

.impNotice p {
  padding: 8px 16px;
  color: #ff0000;
}

.mt-20 {
  margin-top: 20px;
}

.htImg.u-img-center img {
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .greenExpo .htImg.forSPImg {
    float: initial;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: initial;
  }
  .greenExpoBox .htImg.forPCImg {
    display: none;
  }
  .impNotice {
    width: 100%;
  }
  .impNotice h2 {
    text-align: center;
  }
  .impNotice p br {
    display: none;
  }
}
