@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg {
	position: relative;
}
#main .mainImg img {
	width: 100%;
}
#main .mainImg h1 {
	position: absolute;
	bottom: -0.928rem;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0 1.64rem;
	box-sizing: border-box;
}
#main .sec03 {
	/* padding: 2.785rem 0 1.814rem; */
	padding: 2.642857rem 1.071429rem 1.053rem;
	/* background: linear-gradient(183deg, #E6DDFF 1.39%, #FFD8FD 99.35%);  */
	/* background: url(../img/index/img_bg_pattern_01.png); */
	position: relative;
	background:repeating-linear-gradient(
		135deg,
		#fffee3,
		#fffee3 10px,
		#fff 0,
		#fff 20px
	);
}
#main .sec03::after {
	width: 100%;
    height: 100%;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    mix-blend-mode: multiply;
    background: #1c285d;
}
#main .flex-title {
	display: flex;
	align-items: center;
}
@media all and (max-width: 896px) {
	#main .flex-title {
		font-size: 16px;
	}
}
#main .purchase {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .purchase a {
	width: calc(50% - 0.25rem);
}
#main .purchase img {
	width: 100%;
	height: auto;
}
#main .sec03 .headLine01 {
	/* margin-bottom: -1.07rem; */
}
#main .sec03 .day {
	font-size: 0.857rem;
	margin-bottom: 0.5rem;
}
#main .day span {
	padding: 0 4px;
	display: inline-block;
}
@media all and (max-width: 374px) {
	#main .day span {
		font-size: 16px;
	}
}
@media all and (max-width: 896px) {
	#main .sec03 .day {
		font-size: 16px;
	}
	.normal_text {
		font-size: 16px;
	}
	.character_heading {
		font-size: 14px;
	}
	.character_cv {
		font-size: 16px;
	}
	.anchorIcon {
		width: 20px;
		height: 20px;
	}
	#main .toggle {
		width: 12px;
	}
	#main .special .ttl {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

#main .sec03 .jsBox {
	position: relative;
}
#main .sec03 .jsBox .slick-list {
	line-height: 1;
}
#main .sec03 .jsBox .slick-slide {
	opacity: 0.6;
}
#main .sec03 .jsBox .slick-current {
	opacity: 1;
}
#main .sec03 .jsBox .next,
#main .sec03 .jsBox .prev {
	position: absolute;
	top: calc(50% - 2.14rem);
	transform: translateY(-50%);
	cursor: pointer;
	width: 3.2rem;
	transition: all ease 0.5s;
}
#main .sec03 .jsBox .next {
	right: 0.571rem;
}
#main .sec03 .jsBox .prev {
	left: 0.571rem;
}
#main .sec03 .fooUl .slick-slide > div {
	padding: 2.14rem 2.14rem;
	position: relative;
	width: 20.928571rem;
	margin: 0 -1.85rem;
}
#main .sec04 {
	padding: 2.642857rem 1.071429rem 1.053rem;
}
#main .sec04 .twitter_box {
	width: 100%;
}

#main .comPhoto .sub {
	padding-bottom: 1.8rem;
}

@media all and (min-width: 897px) {
	#main .mainImg h1 {
		bottom: -0.428rem;
	}
	#main .sec03 .jsBox .next:hover, 
	#main .sec03 .jsBox .prev:hover {
		opacity: 0.6;
	}
}

.wrappper {
	overflow: hidden;
}
.sliderInner {
	/* margin: 0 auto;
    width: 80%; */
	/* max-width: 700px; */
	/* padding: 0 40px; */
	margin: 0 auto;
	/* width: 80%; */
}
.sec03 .slick-list{
	overflow: visible;
}
.sec03 .slick-track {
	margin-left: -50px;
}
@media all and (max-width: 897px) {
	.sec03 .slick-track {
		margin-left: 0px;
	}
}
.sec03 .slick-slide > div {
	margin: 0.5rem;
}
.readTrial {
	width: 100%;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(100,100,100,0.7);
	display: none;
	z-index: 100000;
	cursor: pointer;
}
.modal.active {
	display: block;
}
.sliderWrapper {
	position: fixed;
	/* width: 50%; */
	/* width: 58vh; */
	width: 70vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: none;
}
@media all and (max-width: 897px) {
	.sliderWrapper {
		width: 110vw;
	}
}
.sec03 .slick-dots {
	text-align: center;
    line-height: 1;
    margin-top: -0.071429rem;
}
.sec03 .slick-dots li {
	margin: 0 0.214286rem;
    display: inline-block;
    cursor: pointer;
    width: 0.285714rem;
    height: 0.285714rem;
    border-radius: 7.142857rem;
    background-color: #bbbbbb;
}
.sec03 .slick-dots li.slick-active {
	background-color: #717171;
}
.sec03 .slick-dots li button {
	display: none;
}

.arrow {
	position: absolute;
    top: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}
.arrow.modal-prev {
    left: -20px;
}
.arrow.modal-next {
    right: 60px;
}
@media all and (max-width: 897px) {
	.arrow {
		display: none !important;
	}
}