@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&display=swap');
/* reset
--------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}
ul, ol {
  padding: 0;
}
body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul, ol {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
}
/* ----- clearfix ----- */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
/* common
--------------------------------------------------- */
.contents a {
  color: #7D00BE;
  text-decoration: none;
}
.contents a:visited {
  color: #7D00BE;
}
.contents a:hover {
  text-decoration: none;
}
.contents .no-pc {
  display: none;
}
.contents br.no-pc {
  display: none;
}
.contents .no-sp {
  display: block;
}
.contents .xs {
  font-size: 1.2rem;
}
.contents .tax {
  padding: 0 0 0 .25em;
  font-size: 1.2rem;
  font-weight: normal;
}
.sub-txt {
  font-size: 75%;
}
.contents em {
  color: #D3BF8F;
  font-style: normal;
  font-size: 120%;
  font-weight: bold;
}
.contents strong {
  font-style: normal;
  font-weight: bold;
}
.contents .strikethrough {
  color: #666;
  text-decoration: line-through;
}
.contents .caution {
  color: #555;
  padding: 0 0 0 1em;
  font-size: 1.2rem;
  line-height: 1.2;
  text-indent: -1em;
}
.contents .caution::before {
  content: "※";
  color: #555;
}
.contents .advance, .contents .public, .contents .soldout {
  display: inline-block;
  margin: 0 10px 3px 0;
  padding: .5em;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.contents .advance {
  background: #F60;
}
.contents .public {
  background: #666;
}
.contents .soldout {
  background: #999;
}
@media screen and (max-width: 767px) {
  .contents .no-pc {
    display: block;
  }
  .contents .no-sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .contents .advance, .contents .public, .contents .soldout {
    display: block;
    margin: 0 0 5px 0;
    font-size: 1.0rem;
  }
  .contents .caution, .contents .xs, .contents .tax {
    font-size: 1.0rem;
    line-height: 1.2;
  }
}
/* LAYOUT
--------------------------------------------------- */
.contents {
  width: 100%;
  min-width: 320px;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
}
.contents-area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contents-inner {
  padding: 40px 20px;
  /* background: #FBF0DC; */
}
.contents-inner:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .contents {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contents-inner {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .contents {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .contents-inner {
    padding: 10px;
  }
}
/* campaign-banner
--------------------------------------------------- */
.contents .campaign-bn {
    max-width: 700px;
    margin: 0 auto;
    background: #FFF;
    text-align: center;
}
/* HEADDING
--------------------------------------------------- */
.contents h1 {
  font-size: 3.2rem;
  font-weight: bold;
  max-width: 800px;
  margin: 10px auto 0px;
}
.contents h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #E68964;
  text-align: center;
}
.contents h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
.contents h4 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents h1 {
    font-size: 2.8rem;
		margin: 0px 3% 0px;
  }
  .contents h2 {
    font-size: 2.4rem;
  }
  .contents h3 {
    font-size: 2rem;
  }
  .contents h4 {
    font-size: 1.6rem;
  }
}
/* HERO
--------------------------------------------------- */
.hero {
  width: 200px;
  height: auto;
  max-width: 70%;
  margin: 0 auto;
  background: #FFF;
  text-align: center;
}
.hero-inner {}
.outline {}
.outline p {}
.outline p + p {}
@media screen and (max-width: 767px) {
  .outline {}
  .outline p + p {}
}
@media screen and (max-width: 480px) {
  .outline {}
  .outline p + p {}
}

/* TAB
--------------------------------------------------- */
.tab-menu {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap; /* タブ数が増えても折り返し */
  padding-left: 0;
  margin-bottom: 24px;
  background: none;
  border-bottom: none;
}
.tab-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 7px 32px;
  min-width: 90px;
  max-width: 18vw; /* 画面サイズに応じて調整 */
  height: 44px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  color: #7D00BE;
  font-weight: 400;
  background: #fff;
  border: 1.0px solid #7D00BE;
  border-radius: 100px;
  transition: all 0.2s;
  margin: 0;
  font-size: 1.0em;
  box-sizing: border-box;
}
.tab-menu li.active {
  background: #7D00BE;
  color: #fff;
  font-weight: 500;
  border: 1.0px solid #7D00BE;
}
.tab-menu li:hover:not(.active) {
  background: #f3e6fa;
  color: #7D00BE;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .tab-menu {
    gap: 8px;
  }
  .tab-menu li {
    padding: 8px 16px;
    min-width: 70px;
    max-width: 40vw;
    height: 36px;
    font-size: 1em;
  }
}
.ticket-area {
  max-width: 1200px;
  margin: 0 auto;
}
.ticket-area-inner {
  width: 100%;
  overflow: hidden;
  text-align: left;
	/* border: solid 1px #CCC;
	  padding: 30px 20px 20px;
	  font-size: 0; */
}
.hide {
  display: none;
}
.ticket-box-outer {
  width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.ticket-box {
  /* display: inline-block;
  width: 32.333333%; */
	float: left;
	width: calc(100% / 6 - 1%);
  margin: 0 .5% .5%;
  padding: 15px;
  background: rgba(255, 255, 255, 1);
  border: solid 1px #CCC;
  position: relative;
  transition-duration: 0.3s;
  vertical-align: top;
}
/* .ticket-box:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
} */
.ticket-box .ticket-end {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.ticket-box .ticket-end span {
  color: #FFF;
  border: solid 2px #FFF;
  padding: 5px 20px;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.ticket-box-inner {
  position: relative;
  font-size: 0px;
}

.ticket-img {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  margin: 0 auto 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ticket-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ticket-img-fg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  z-index: 1;
}

.ticket-detail {
  display: block;
  width: 100%;
	margin-bottom: 10px;
}
.ticket-detail h3 {
  display: block;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #7D00BE;
  line-height: 1.2;
}
.ticket-detail h4 {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: black;
  text-align: left;
}
.ticket-detail h4::before {
    content: '\f276';
    font-family: 'Font Awesome 5 Free';
    margin-right: 4px;
    padding-left: 2px;
}
.ticket-detail .ticket-day {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: black;
  text-align: left;
  padding: 2px 0;
}
.ticket-detail .ticket-day::before {
    content: '\f133';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    margin-right: 4px;
}
.ticket-txt {
  display: none;
  padding: 10px 0;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}
.ticket-box a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.ticket-box a:hover {
  opacity: .7;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
	.ticket-box {
		width: calc(97% / 3);
	}
}
@media screen and (max-width: 768px) {
  .ticket-box {
    padding: 10px;
  }
  .tab-menu li {
    font-size: 1.4rem;
  }
	.ticket-detail h3 {
		font-size: 1.4rem;
	}
  .ticket-detail h4 {
		font-size: 1.2rem;
	}
  .ticket-detail .ticket-day {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 639px) {
	.ticket-box {
		width: calc(96% / 2);
		margin: 0 1% 1%;
	}
}
@media screen and (max-width: 480px) {}
  /*.ticket-area-inner {
    padding: 5px;
  }
	.ticket-img {
		width: 50%;
		margin:0 auto 10px;
	}
	.ticket-box {
		width: calc(99% / 1);
	} */
/* NOTES
--------------------------------------------------- */
.notes {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.notes li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  text-align: left;
}
.notes li::before {
  content: "※";
}
.text-box-att div .notes li::before {
  content: "・";
}
.notes li + li {
  margin: .5em 0 0;
}
@media screen and (max-width: 767px) {
  .notes {}
  .notes li {}
}
@media screen and (max-width: 480px) {
  .notes li + li {
    margin: .5em 0 0;
  }
}
/* BUTTON
--------------------------------------------------- */
.contents .btn {
  display: block;
  width: 60%;
  margin: 40px auto 20px;
  padding: 1em .5em;
  border: solid 5px #FFF;
  background: #ed1c24;
  color: #FFF !important;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1.2;;
  text-align: center;
  text-decoration: none;
  text-transform: none;
} 
.contents .btn:hover {
  color: #ed1c24 !important;
  border: solid 5px #ed1c24;
  background: #FFF;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .contents .btn {
    width: 80%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .contents .btn {
    width: 100%;
    font-size: 1.4rem;
  } 
}

/* SEARCH
--------------------------------------------------- */

.idol-search-area {
    background: #F7F7F7;
    padding: 20px;
}

.idol-search-area .idol-search-box+.idol-search-box {
    margin-top: 20px;
}

.idol-search-area .map-box {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}

.idol-search-area .map-box .map-img {
    width: 180px;
    margin: 0 auto;
}

.idol-search-area .map-box ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

.idol-search-area .map-box ul li {
    display: block;
    width: calc(100% / 3 - 5px);
    margin: 0 2.5px 5px;
    position: relative;
}

.idol-search-area .map-box ul li span {
    display: block;
    text-align: center;
    border: solid 1px #7D00BE;
    color: #7D00BE;
    padding: .2em .5em;
    border-radius: 4px;
    font-size: 1.4rem;
    background: rgba(255, 255, 255, .8);
}

.idol-search-area .map-box ul li span:hover {
    background: #f5e6fd;
}

.map-box ul li .tooltip {
    padding: 10px;
    background: #F7E7FF;
    color: #fff;
    position: absolute;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    width: 280%;
    margin: 0 10%;
    border-radius: 5px;
}

.map-box ul li .tooltip.linkL {
    top: 30px;
    left: 0%;
}

.map-box ul li .tooltip.linkC {
    top: 30px;
    left: -100%;
}

.map-box ul li .tooltip.linkR {
    top: 30px;
    left: -200%;
}

.map-box ul li .tooltip:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #F7E7FF;
    border-width: 8px;
    margin-top: -16px;
    transform: rotateZ(180deg);
}

.map-box ul li .tooltip.linkL:before {
    top: 0;
    left: 10px;
}

.map-box ul li .tooltip.linkC:before {
    top: 0;
    left: 48%;
}

.map-box ul li .tooltip.linkR:before {
    top: 0;
    right: 10px;
}

.map-box ul li .tooltip a {
    width: calc(100% / 3 - 5px);
    margin: 0 2.5px 5px;
    display: block;
    text-align: center;
    border: solid 1px #7D00BE;
    color: #7D00BE;
    padding: .2em .5em;
    border-radius: 4px;
    font-size: 1.4rem;
    background: rgba(255, 255, 255, 1);
}

.map-box ul li .tooltip a:hover {
    background: #7D00BE;
    opacity: .8;
    color: white;
}

.idol-search-area form {
    margin: 0;
    display: flex;
}

.idol-search-area input.txt-form {
    margin: 24px 16px 16px 0;
    border: solid 1px #7D00BE;
    background: #F7E7FF;
    border-radius: 50px;
    width: 75%;
    height: 52px;
    display: block;
    padding: .3em 1em;
    font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.idol-search-area input.txt-form::placeholder {
    color: #F7E7FF;
}

.idol-search-area input.txt-form:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #7D00BE inset;
}

.idol-search-area .btn-form {
    display: block;
    margin: 24px 0 16px !important;
    width: 20%;
    height: 52px;
    border: none;
    border-radius: 50px;
    padding: .3em 1em;
    font-size: 1.4rem;
    background: #7D00BE;
    color: white;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 0 0 10px;
}

.idol-search-area .btn-form:hover {
    background: white;
    border: solid 1px #7D00BE;
    color: #7D00BE;
}

.idol-search-area .btn-form:focus {
    outline: 0;
    background: #fdf46e;
}

.idol-search-area .btn-more {
    display: block;
    width: 100%;
    padding: .3em 1em;
    font-size: 1.4rem;
    background: #ccc;
    color: #FFF!important;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.idol-search-area .btn-more:hover {
    background: #ddd;
}

.idol-search-box .search-artist-list {
    margin: 16px auto;
    line-height: 54px;
}

.idol-search-box .search-artist-list .search-artist {
    display: inline-flex;
    margin: 8px 4px;
    background: white;
    border: solid 1px #7D00BE;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 4px;
    line-height: normal;
}

.idol-search-box .search-artist:hover {
    background: #7D00BE;
    opacity: .8;
    color: white;
}

@media screen and (max-width: 767px) {
    .idol-search-area .map-box ul li {
        width: 100% !important;
    }
    .idol-search-area .map-box .map-img {
        width: 100%;
    }
    .idol-search-area .map-box .map-img img {
        margin: 0 auto;
    }
    .idol-search-box .search-artist-list .search-artist {
        flex-wrap: wrap;
    }
    .map-box ul li .tooltip.linkL,
    .map-box ul li .tooltip.linkC,
    .map-box ul li .tooltip.linkR {
        top: 30px;
        width: 100%;
        left: 0;
    }
    .map-box ul li .tooltip.linkL:before,
    .map-box ul li .tooltip.linkC:before,
    .map-box ul li .tooltip.linkR:before {
        top: 0;
        right: 0;
    }
    .map-box ul li .tooltip a {
        width: 100%;
        margin: 8px auto;
    }
}

@media screen and (min-width: 768px) {
    .idol-search-area {
        padding: 20px 100px;
    }
}

/* Favorite
--------------------------------------------------- */

.favorite-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
}

.favorite-list li {
    position: relative;
    width: 49%;
    border: solid 1px #7D00BE;
    background: white;
    border-radius: 50px;
    font-size: 1.2rem;
    color: #7D00BE;
    line-height: 1;
}

.favorite-list li:hover {
    background: #F7E7FF;
}


/*↓実装後CSS*/

.favorite-list li:nth-child(odd) {
    margin: 0 1% 10px 0;
}

.favorite-list li:nth-child(even) {
    margin: 0 0 10px 1%;
}

.favorite-list li a {
    display: block;
    text-decoration: none;
    color: #7D00BE;
    padding: 1em 1em;
}

.favorite-list li p {
    display: block;
    padding-right: 35px;
}

.favorite-list li form {
    padding: 0;
    margin: 0;
}

.favorite-list input[type="checkbox"] {
    display: none;
}

.favorite-list label {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-75%, -50%);
}

.favorite-list label svg {
    width: 25px;
    height: auto;
}

.favorite-list input[type="checkbox"]+label svg {
    fill: #eee;
    transition: all .1s;
}

.favorite-list input[type="checkbox"]:checked+label svg {
    fill: #7D00BE;
    animation: like1 .3s ease-out;
    animation: like2 .3s ease-out;
    animation: like3 .3s ease-out;
    animation: like4 .3s ease-out;
    animation: like5 .3s ease-out;
    animation: like6 .3s ease-out;
    animation: like7 .3s ease-out;
    animation: like8 .3s ease-out;
    transition: all .1s;
}

@keyframes like1 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.8, .8);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes like2 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.8, .8);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes like3 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.8, .8);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes like4 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.8, .8);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes like5 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.8, .8);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes like6 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.8, .8);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes like7 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.8, .8);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes like8 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.8, .8);
    }
    100% {
        transform: scale(1, 1);
    }
}

/* ADS
--------------------------------------------------- */
/* ---- 基本レイアウト ---- */
.ad-slider {
  --gap: 12px;           /* カード間の余白 */
  --per-view: 6;         /* PC での表示枚数上限（必要に応じて調整） */
  position: relative;
  width: 80%;
  max-width: 1200px;     /* ページ幅に合わせて変更可 */
  margin-inline: auto;
  padding-block: 8px 24px;  /* 下は矢印のはみ出し対策で少し余白 */
}

.ad-slider__viewport {
  overflow: hidden;      /* 画像の表示枠 */
  width: 100%;
}

.ad-slider__track {
  display: flex;
  gap: var(--gap);
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* justify-contentはflex-startのままでOK（下のスペーサーが効く） */
}
.ad-slider__track::-webkit-scrollbar { display: none; } /* Chrome/Safari */
.ad-slider__track::before,
.ad-slider__track::after {
  content: "";
  flex: 1 0 0;             /* 余白があるときは広がる／溢れるときは0に縮む */
  scroll-snap-align: none; /* スナップ対象にしない */
  pointer-events: none;
}

.ad-card {
  flex: 0 0 calc((100% - (var(--gap) * (var(--per-view) - 1))) / var(--per-view));
  scroll-snap-align: start;
  text-decoration: none;
}

.ad-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;   /* 正方形固定 */
  object-fit: cover;     /* はみ出さずトリミング */
  border-radius: 0;      /* 角丸禁止 */
}

/* ---- 矢印（表示枠の外側） ---- */
.ad-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  box-shadow: none; 
  cursor: pointer;
  line-height: 1;
  font-size: 28px;
  display: grid;
  place-items: center;
  z-index: 1;
}
.ad-nav::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}

/* 左矢印 */
.ad-nav--prev::before {
  transform: rotate(-135deg);
}

/* 右矢印 */
.ad-nav--next::before {
  transform: rotate(45deg);
}
  
.ad-nav[disabled] { opacity: .35; cursor: default; }
.ad-nav--prev { left: -44px; }   /* 表示枠の「外側」に出す */
.ad-nav--next { right: -44px; }

/* ---- レスポンシブ ---- */
@media (max-width: 1024px) {
  .ad-slider { --per-view: 4; }
}
@media (max-width: 768px) {
  .ad-slider { --per-view: 3; }
}
@media (max-width: 640px) {
  .ad-slider { --per-view: 2; }  /* スマホは最大2枚表示 */
  .ad-nav--prev { left: -44px; }
  .ad-nav--next { right: -44px; }
}