@charset "utf-8";
/* -- a-more-modern-css-reset-minify -- */
*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}
/* h1,h2,h3,h4{text-wrap:balance} */

/* custom reset */
body {
	padding: 0;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	background: #eee;
}

video {display: block;}
img,video {
	width: 100%;
	/* margin: 0 auto; */
}
ul,ol {list-style-type: none;}


/*
 wrapper
*/
#wrapper {
	max-width: 768px;
	margin: 0 auto;
	font-feature-settings: "palt" 1;
	color: #333;
}


/*
 header
*/
.header {
	background-color: #f46fb0;
	padding: 10px;
	text-align: center;
}
.header .logo {
	height: 30px;
}

.headingTitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.summary {
	padding: 20px 0;
}


.swiper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}


.cmMov .youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.cmMov .youtube iframe {
	width: 100%;
	height: 100%;
}


/*
 アニメ配信
*/
.stream {
	margin: 30px 0;
	position: relative;
}

.stream>img {
	margin-bottom: 20px;
}

.stream ul {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	background: #fff;
}

.stream li {
	display: inline-block;
	color: #666;
	background-color: #fff;
	border: 1px #999 solid;
	border-radius: 5px;
	margin: 0 0.1em 0.6em 0;
	position: relative;
}
.stream li a {
	padding: 8px 8px 8px 28px;
	height: 32px;
	line-height: 1;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 100%;
}

.stream li a::before {
	content: "";
	display: inline-block;
	background-image: url("../images/yellow-botton.png");
	background-size: 18px;
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	right: 0;
	bottom: 0;
	left: 5px;
	margin: 0 auto;
}



/*
 電子書籍・紙書籍
*/
.books {
	margin: 20px 10px 40px;
	text-align: center;
}

.books ul {
	display: grid;
	justify-content: center;
	row-gap: 10px;
	padding: 0;
	margin: 20px 0;
}

@media screen and (min-width: 360px) {
	.books ul {
		column-gap: 5%;
		grid-template-columns: repeat(auto-fit,30%);
	}
}
@media screen and (min-width: 428px) {
	.books ul {
		column-gap: 4%;
		grid-template-columns: repeat(auto-fit,22%);
	}
}
@media screen and (min-width: 600px) {
	.books ul {
		column-gap: 3.5%;
		grid-template-columns: repeat(auto-fit,17.2%);
	}
}

/*
 SNSアカウント
*/
.officialSNS > img {
	margin: 20px auto;
}

.officialSNS-inner {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
	gap: 11px;
	padding: 20px 10px;
	background: #fff;
}

.snsWrap {
	font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	display: flex;
	padding: 10px;
	border-radius: 10px;
	border: 1px #ccc solid;
	text-decoration: none;
	color: #333;
	margin: 0 auto;
	width: 100%;
	max-width: 242px;
	background: #fff;

  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.snsWrapInner {
	display: flex;
}

.snsAccount {
	width: 40px;
	height: 40px;
	margin-right: 12px;
	border-radius: 50%;
	border: 1px #ccc solid;
}

.snsTitleMain {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.snsTitleSub {
	font-size: 10px;
	color: #a69b92;
}

.snsWrapBottom {
	display: flex;
	margin-top: 5px;
	justify-content: flex-start;
  align-items: center;
}
.snsIcon {
	width: 10px;
	margin-right: 4px;
}
.socialName {font-size: 10px; font-weight: bold; color: #333;}
.socialName.fb {color: #287ee2;}

/*
 Youtubeチャンネル
*/
.youtubeCh > img {
	margin: 20px auto;

}

.youtubeCh-inner {
	font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
	gap: 10px;
	padding: 20px 10px;
	background: #fff;
}


.youtubeChWrap {
	display: block;
	width: calc( ( 100% - 10px ) / 2);
	height: 86px;
	min-height: unset;
	border-radius: 6px;
	padding-top: 11px;
	padding-bottom: 10px;
	background: #fff;
	text-decoration: none;
	border: 1px #ccc solid;
	color: #a69b92;
}

.youtubeChWrap .youtubeChWrapInner {
	text-align: center;
}

.youtubeChWrap .accountLogo {
	width: 95px;
	height: auto;
	margin: 0 auto;
}


.youtubeChWrap .accountTitle {
	font-size: 10px;
	text-decoration: none;
}

/*
 footer
*/
.footer {
	text-align: center;
}
.footerInner {
	padding: 20px;
	background-color: #f46fb0;
}
.footerInner .logo {
	height: 30px;
}

.footer .copyright {
line-height: 1.5;
font-size: 12px;
background: #fff;
}

.footer small {
	color: #f46fb0;
}




/* 汎用 */
.fz22 {font-size: 22px;}.fz20 {font-size: 20px;}.fz18 {font-size: 18px;}.fz16 {font-size: 16px;}.fz14 {font-size: 14px;}.fz12 {font-size: 12px;}

.attention {
	margin: 10px;
	font-weight: bold;
	color: #ff5b4d;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
	-2px 2px 0 #FFF, 2px -2px 0 #FFF,
	0px 2px 0 #FFF,  0 -2px 0 #FFF,
	-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.stripe{
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 241, 248, 1) 10px, rgba(255, 241, 248, 1) 20px );
}