@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@500;700&family=Noto+Sans+JP:wght@400;500;600&display=swap');

#content-main .contact-note, .btn-link a {
	font-family: YakuHanJP, 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
	letter-spacing: .05em;
}
#content-main .sec-info p {
	font-family: YakuHanJP, 'M PLUS Rounded 1c', sans-serif;
  transform: rotate(0.03deg);
}
.sec-special li, .sec-special p, .sec-special dt, .sec-special dd, .sec-special .-ti02 {
	font-family: 'Noto Sans JP', serif;
}
.sec-special .-ti01, .sec-special .-ti03 .-tx, .sec-special .-copy p, .sec-special .-btn > span {
  font-family: "Kaisei Decol", serif;
	transform: rotate(0.03deg);
}
.pageTop {
	transform: translate3d(0, 0, 0);
  position: fixed;
  right: 30px;
   bottom: 30px;
  z-index: 9999;
}
.pageTop a {
  display: block;
  background: url(../images/pal2026_minnie_preview/btn_pagetop.png) no-repeat 50% 50%;
  width: 68px;
  height:69px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.pageTop a:hover {
	opacity: .8;
}
@media screen and (max-width: 767px) {
  .pageTop {
    right: calc( 100vw * 16 / 750);
    bottom: calc( 100vw * 18 / 750);
  }
	.pageTop a {
		background-size: contain;
    width: calc( 100vw * 94 / 750);
    height: calc( 100vw * 95 / 750);
	}
}
#content img {
	vertical-align: top;
}
.sec-special .note-list li, .sec-special .note li {
	display: table;
}
.sec-special {
	background: #fed2dd;
  color: #000000;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	z-index: 1;
}
.sec-special .content-inner {
	max-width: 840px;
	margin: 0 auto;
	padding: .1px 20px;
}
.sec-special .note-list > li {
font-size:14px;}
.sec-special .note-list > li:first-letter {
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: normal;
}
.sec-special .note-list-m.-dot > li:before {
	content: "・";
	width: 1em;
}
.content-title {
	text-align: center;
	padding: 185px 0 183px;
	background: #fed2dd url("../images/pal2026_minnie_preview/sec_bg02.png") 50% 0 no-repeat;
  position: relative;
}
.content-title h1 {
  position: relative;
}
.content-title .-copy {
	font-size: 24px;
  color: #0287be;
  /*text-shadow: #fff 0 0 .5em;*/
  text-shadow: 0 0 .3em #fff, 0 0 .3em #fff, 0 0 .2em #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 2.16;
  margin-top: 2.7em;
  padding-right: .3em;
}
@media screen and (max-width: 767px) {
	.sec-special {
		font-size: calc( 100vw * 14 / 375);
	}
	.sec-special .note-list > li {
		line-height: 1.75;
		font-size: calc( 100vw * 12 / 375);
	}
	.content-title {
    background-image: url("../images/pal2026_minnie_preview/sec_bg02_sp.png"), url("../images/pal2026_minnie_preview/sec_bg02b_sp.png");
    background-position: 50% 0, 50% 100%;
    background-size: 100% auto;
		padding: calc( 100vw * 222 / 750) 0 calc( 100vw * 195 / 750);
	}
  .content-title h1 {
    margin: 0 calc( 100vw * 35 / 750);
  }
	.content-title .-copy {
		font-size: calc( 100vw * 28 / 750);
    margin-top: 2.25em;
    line-height: 2.15;
    letter-spacing: -.01em;
    padding-left: .5em;
	}
  .content-title .-copy p {
	font-family: YakuHanJP, "Kaisei Decol", sans-serif;
  }
	.content-title .-copy span {
		letter-spacing: -0.12em;
		display: inline-block;
	}
}
.content-nav {
	background: #f1a3c5 url(../images/pal2026_minnie_preview/sec_bg01.jpg) 52% -10px;
	padding: 74px 0 65px;
	position: relative;
}
.content-nav::before,
.content-nav::after {
  content: "";
  width: 100%;
  height: 14px;
	background: #f1a3c5 url(../images/pal2026_minnie_preview/sec_bg06.png) 50% 0 repeat-x;
	position: absolute;
  display: block;
  left: 0;
}
.content-nav::before {
  top: 0;
}
.content-nav::after {
  bottom: 0;
}
.content-nav ul {
  max-width: 708px;
	margin: 0 auto -11px;
}
.content-nav li {
  margin: 0 0 11px;
}
.content-nav li > a {
	display: block;
	position: relative;
}

@media screen and (max-width: 767px) {
	.content-nav {
    background-size: calc( 100vw * 226 / 750) auto;
    background-position: 50% -5%;
		padding: calc( 100vw * 110 / 750) calc( 100vw * 25 / 750) calc( 100vw * 90 / 750);
	}
	.content-nav:before,
	.content-nav:after {
    background-size: auto 100%;
    height: calc( 100vw * 20 / 750);
  }
	.content-nav ul {
		max-width: calc( 100vw * 668 / 750);
	  margin: 0 auto -2%;
	}
  .content-nav li {
    margin: 0 0 2%;
  }
}

.-ti01 {
	font-size: 67px;
	text-align: center;
	line-height: 1;
}
.-ti01 img {
  max-height: 1em;
}
.-ti01 .-tx {
	display: block;
}
.-ti01 .-date {
	font-weight: 700;
  color: #000000;
	font-size: calc(47em/67);
  display: block;
  margin: .4em 0 0;
}
.-ti02 {
  border-radius: 9999em;
	width: 140px;
	height: 44px;
	font-size: 18px;
  font-weight: 700;
	background: #fff;
	color:#822aaa;
	line-height: 1.2;
	text-align: center;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
  box-shadow: 0 0 .5em #fff;
}
.-ti02::before,
.-ti02::after {
  content: "";
  font-size: 1.777em;
  width: 1em;
  height: 1em;
	background: url(../images/pal2026_minnie_preview/sec_bg07.png) 50% 50% no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.-ti02::before {
  right: calc(100% + .3em);
}
.-ti02::after {
  left: calc(100% + .3em);
}
.-ti03 {
  border-top: 4px solid #e6b032;
  border-bottom: 4px solid #e6b032;
	background: #e1348e url("../images/pal2026_minnie_preview/sec_bg05.jpg") 50% 0;
	font-size: 32px;
	color: #fff;
	text-align: center;
	line-height: 1.34;
	font-weight: 700;
	position: relative;
	margin: 0 auto 1em;
  letter-spacing: 0.03em;
}
.-ti03 .-tx {
  max-width: 900px;
	display: block;
	position: relative;
  margin: 0 auto;
	padding: .55em 0 .75em;
}
.-list-detail + .-ti03 {
	margin-top: 3.7em;
}
@media screen and (max-width: 767px) {
	#contentMain {
		padding-top: 75px;
	}
	.content-inner {
		padding: .1px 30px;
	}
  .-ti01 {
		font-size: calc( 100vw * 157 / 750);
  }
  .-ti01 .-date   {
		font-size: calc( 100vw * 55 / 750);
  }
	.-ti02 {
		font-size: calc( 100vw * 28 / 750);
		width: calc( 100vw * 212 / 750);
		height: calc( 100vw * 66 / 750);
	}
	.-ti03 {
		font-size: calc( 100vw * 42 / 750);
		margin-bottom: .55em;
	}
  .-ti03::before,
  .-ti03::after {
    height: calc(100vw * 26 / 750);
    background-size: 36.7% auto;
    background-position: 63% 50%;
  }
	.-list-detail + .-ti03 {
		margin-top: 4.3em;
	}
}
.-btn {
	background: url(../images/pal2026_minnie_preview/btn_bg01.png) no-repeat 0 50%;
	font-size: 26px;
  font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
  color: #fff !important;
		width: 428px;
		height: 100px;
	margin: 152px auto 0;
  padding-right: .2em;
	padding-bottom: 1.4%;
	position: relative;
	transition: all .3s ease;
	text-decoration: none !important;
  letter-spacing: .06em;
}
/*.-btn.-entry {
  background-image: url(../images/pal2026_minnie_preview/btn_bg02.png);
  padding-right: .1em;
  letter-spacing: .16em;
}*/
.-btn .-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    padding-left: .2em;
}
.-btn .tx-kana {
  letter-spacing: -.08em;
}
span.-btn {
	filter: grayscale(1) contrast(50%);
}
a.-btn:hover {
	opacity: .8;
}
.-btn + .-btn {
	margin-top: 10px;
}
.-btn-caption {
	text-align: center;
	margin-top: 1em;
	display: block;
	line-height: 1.6;
}
.-btn-caption + .-btn,
.icon-att + .-btn {
	margin-top: 45px;
}
@media screen and (max-width: 767px) {
	.-btn {
		background-size: contain;
		font-size: calc( 100vw * 38 / 750);
		width: calc( 100vw * 618 / 750);
		height: calc( 100vw * 147 / 750);
		margin: calc( 100vw * 200 / 750) auto 0;
    padding-bottom: 2%;
	}
	.-btn + .-btn {
    	margin-top: 2.5%;
	}
	.-btn-caption {
		margin-top: .8em;
	}
	.-btn-caption + .-btn,
	.icon-att + .-btn {
		margin-top: 3.5em;
	}
}
.content-mv {
	background: #f1a3c5 url(../images/pal2026_minnie_preview/sec_bg01.jpg) 50% 0;
}
.sec-cp {
	padding: 0 0 10px;
	position: relative;
}
.sec-cp::before {
  content: "";
  width: 377px;
  height: 131px;
	background: url(../images/pal2026_minnie_preview/sec_bg03.png) 50% 50% no-repeat;
  left: 50%;
  top: 0;
  display: block;
  position: absolute;
  z-index: 1;
  transform: translateX(-50%) translateY(calc(-95/131*100%));
}
.sec-cp .content-inner {
	max-width: 900px;
	padding: .1px 50px .1px;
}
.sec-cp .sec-text {
  border-top: 4px solid #e6b032;
  border-bottom: 4px solid #e6b032;
	background: #a96fc8 url("../images/pal2026_minnie_preview/sec_bg04.jpg") 50% 0;
  color: #fff;
	position: relative;
}
.sec-cp .sec-text .-lead {
  text-shadow: -1px 1px .2em #822aaa, -1px -1px .2em #822aaa, 1px -1px .2em #822aaa, 1px 1px .2em #822aaa;
}
.sec-cp .sec-text .content-inner {
  position: relative;
	padding: 82px 0 40px;
}
.sec-cp .sec-text .content-inner::before {
  content: "";
  width: 177px;
  height: 204px;
	background: url(../images/pal2026_minnie_preview/sec_bg08.png) 50% 0 no-repeat;
  bottom: 17px;
  right: -100px;
  display: block;
  position: absolute;
}
.sec-cp .sec-detail {
	padding: 0 0 160px;
}
.sec-cp .sec-detail.-first {
	padding-top: 75px;
}
.sec-cp .sec-detail .sec-info{
	margin-top: 8em;
	margin-bottom: 0;
	font-size: 15px;
}
.sec-cp .tx-att {
	color:#f52997 !important;}
.sec-cp .icon-star {
	color:#822aaa !important;}
a.tx_link {
	color: #0287be !important;
}
.sec-cp .icon-att {
	font-size: 16px;
	display: table;
	font-weight: 400;
	border-radius: 9999em;
	background: #e84092;
	color:#fff;
	margin: 1em auto 0;
	padding: .6em 2em .6em;
	line-height: 1;
}
.sec-cp hr.hr0 {
	height: 0;
	border: none;
	margin: 25px 0;
}
.sec-cp .-ti01 .-icon {
	display: block;
	margin-top: 1.2em;
}
.sec-cp .-lead {
	font-size: 20px;
	font-weight: 500;
	margin: 1.2em 0 1.4em;
    line-height: 2;
	text-align: center;
}
.sec-cp .-lead .note-list {
	margin: .5em 0 2.3em;
}
.sec-cp .-lead.tx-att {
	text-align: center;
}
.sec-cp .-text {
	margin: 18px 0px -0.8em;
    line-height: 2.21;
}
.sec-cp .-img {
	margin: 9px 0 6px 124px;
}
.sec-cp .-text + .-img {
	margin-top: -56px;
}
.sec-cp .-list-detail {
	font-size: 16px;
	line-height: 2;
	margin: 0 0;
	padding: 0 0 1px;
	border-bottom: 2px solid #fff;
}
.sec-cp dl.-list-detail {
	display: flex;
	align-items: flex-start;
}
.sec-cp .-list-detail.-bl0{
	padding-bottom: 0;
	border-bottom: none;  
}
.sec-cp .-list-detail > dt {
	clear: both;
  border-radius: 9999em;
	font-size: 15px;
  font-weight: 500;
	width: 94px;
	background: #f52997;
  color: #fff;
	text-align: center;
	margin: 30px 30px 30px 0;
	padding: .3em 0 .27em;
	white-space: nowrap;
}
.sec-cp .-list-detail > dt .fs-s {
	font-size: 12px !important;
	line-height: 1.5;
	text-align: left;
	display: inline-block;
	padding: .3em 0;
}
.sec-cp .-list-detail > dd {
	width: calc( 100% - 124px );
	padding: 1.30em 0;
}
.sec-cp dl.-list-detail > dd .note-list {
	margin-top: .1em;
	line-height: 2;
}
.sec-cp .-list-detail > dd.tx-line01 {
	padding-top: 2em;
}
.sec-cp dl.-list-detail.-top > dd {
	padding-top: 2.2em;
}
.sec-cp .-list-detail > dd .fs-s {
	font-size: 14px;
}
.sec-cp .-list-detail.-detail-img {
	padding-bottom: 25px;
  border-top: none;
}
@media screen and (max-width: 767px) {
	.sec-cp {
		padding: 0 0 calc( 100vw * 100 / 750);
	}
  .sec-cp::before {
    width: calc(100vw * 414 / 750);
    height: calc(100vw * 144 / 750);
    background-size: contain;
  }
	.sec-cp .content-inner {
		padding: 0 25px .1px;
		padding: .1px calc( 100vw * 25 / 375) .1px;
	}
  .sec-cp .sec-text::before,
  .sec-cp .sec-text::after {
    height: calc( 100vw * 73 / 750);
    background-size: contain;
    background-position: 52.5% 0;
  }
  .sec-cp .sec-text .content-inner {
    padding: calc( 100vw * 90 / 750) 0 calc( 100vw * 58 / 750);
  }
  .sec-cp .sec-text .content-inner::before {
    display: none;
  }
  .sec-cp .sec-detail {
		padding: calc( 100vw * 50 / 750) 0 calc( 100vw * 180 / 750);
	}
  .sec-cp .sec-detail:nth-child(3) {
		padding-bottom: calc( 100vw * 145 / 750);
	}
	.sec-cp .sec-detail.-first {
		padding-top: calc( 100vw * 120 / 750);
	}
	.sec-cp .sec-detail .content-inner {
		padding: .1px calc( 100vw * 35 / 750) .1px;
	}
	.-ti01 .-tx {
		margin: 0 calc( 100vw * 50 / 750);
	}
	.sec-cp .icon-att {
        font-size: calc(100vw* 25 / 750);
	}
	.sec-cp .-ti01 .-icon {
		margin: calc( 100vw * 15 / 750) calc( 100vw * 90 / 750);
	}
	.sec-cp .-ti01 .-icon img {
		height: calc( 100vw * 80 / 750) !important;
	}
	.sec-cp .-lead {
		margin: 1em 0 1.1em;
        font-size: calc(100vw* 32 / 750);
        line-height: 1.875;
		letter-spacing: normal;
	}
	.sec-cp .-lead.tx-att {
		text-align: left;
	}
	.sec-cp .-text {
		margin: calc( 100vw * 20 / 750) calc( 100vw * 15 / 750) calc( 100vw * -15 / 750);
        line-height: 1.98;
	}
	.sec-cp .-img {
		margin:  calc( 100vw * 14 / 375) 3%  calc( 100vw * 30 / 375);
	}
	.sec-cp .-text + .-img {
		margin-top:  calc( 100vw * -40 / 375);
	}
	.sec-cp .-list-detail {
		font-size: calc( 100vw * 28 / 750);
		margin: 0 calc( 100vw * 15 / 750);
    padding: 0;
	}
	.sec-cp .-list-detail > dt {
		width: 6.15em;
		font-size: calc( 100vw * 26 / 750);
    margin: 1.6em calc( 100vw * 15 / 375) 0 0;
		padding: .1em 0;
	}
	.sec-cp .-list-detail > dd.tx-line01 {
		padding-top: .9em;
	}
	.sec-cp .-list-detail > dt .fs-s {
		font-size: 10px !important;
		font-size: calc( 100vw * 10 / 375) !important;
		line-height: 1.3;
		padding: 0;
	}
	.sec-cp .-list-detail > dt .fs-m {
		font-size: calc( 100vw * 14 / 375) !important;
		line-height: 1.3;
		padding: 0;
		display: inline-block;
    text-align: left;
	}
	.sec-cp .-list-detail > dd {
		width: 100%;
		padding: .9em 0 1.8em 0;
	}
	.sec-cp .-list-detail > dd .fs-s {
		font-size: 12px;
		font-size: calc( 100vw * 12 / 375);
	}
  .sec-cp dl.-list-detail {
    display: inherit;
  }
	.sec-cp dl.-list-detail > dd .note-list {
		margin-top: .8em;
	}
	.sec-cp dl.-list-detail > dd .note-list > li {
		font-size: calc( 100vw * 14 / 375);
	}
  .sec-cp .-list-detail.-detail-img {
    padding-bottom: calc( 100vw * 60 / 750);
  }
	.sec-cp .-list-detail.-detail-img .-img {
		margin: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 375px) {
	.-ti01 .-tx {
		font-size: calc(100vw * 31 / 750);
	}
}


