@charset "utf-8";
/* CSS Document */

/*common*/
.bsbox::-moz-selection {
	background: none;
}
.bsbox::selection {
	background: none;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.t-wrap {
	margin: 0 auto 30px;
	box-sizing: border-box;
}
.t-img {
	width: 100%;
	height: auto;
	display: block;
}
.t-text {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 0.8em;
	text-align: left;
}
.t-icon {
	position: absolute;
}
.anchor {
	position: relative;
	display: block;
	overflow: visible;
}
.anchor .t-text {
	font-size: 15px;
	line-height: 1.25em;
	color: #000;
    font-weight: bold;
}
.arrow {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	color: #8fbc8f;
	margin: 0.8em;
	border-width: 10px;
	border-style: solid;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transform: rotate(135deg);
}
.arrow:before {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: -10px;
	right: 0;
	width: 14px;
	height: 14px;
	transform: rotate(-45deg);
	transform-origin: right top;
	box-shadow: inset 0 0 0 32px;
}
#chagurintamachan a {
	transition: 0.4s;
}
#chagurintamachan a:hover {
	opacity: 0.6;
}
@keyframes zoomin {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.2);
	}
}
.cbox:hover .t-img {
	animation: 0.4s zoomin 1;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-15deg);
	}
}
.anchor:hover .t-icon,
.t-manga .t-icon:hover,
.t-wake .t-icon:hover,
.t-slot .t-icon:hover {
	animation: 0.1s rotate 8 alternate;
}
@keyframes movedown {
	from {
		transform: translateY(0) rotate(135deg);
	}

	to {
		transform: translateY(5px) rotate(135deg);
	}
}
.anchor:hover .arrow {
	animation: 0.8s movedown 8 alternate;
}
@keyframes movedown {
	from {
		transform: translateY(0) rotate(135deg);
	}

	to {
		transform: translateY(5px) rotate(135deg);
	}
}


#chagurintamachan {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.t-logo {
	width: 60%;
	max-width: 333px;
	margin: 30px;
}
.t-main {
	width: 86%;
	position: relative;
	border: 1px #cc9966 solid;
	border-radius: 5px;
}
.t-main .t-text-wrap {
	padding: 1.8em;
}
.t-tamachan {
	width: 109px;
	right: -20px;
	top: -80px;
	animation: 1.6s rotate infinite alternate;
}
.t-kurikaeru {
	width: 51px;
	left: 1.8em;
	top: -10px;
}
.anchor.t-manga {
	background-color: #e0f0b2;
	border-radius: 0 0 5px 5px;
}
.anchor.t-manga .t-text-wrap {
	padding: 1.8em 1.8em 0;
}
.anchor.t-manga .t-text {
	padding-left: 61px;
	margin: 0;
}

.t-menu .anchor {
	width: 86%;
	border-radius: 5px;
	margin: 0 auto 30px;
}
.t-menu h3 {
	padding: 0.9em;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	text-align: left;
}
.anchor.t-wake h3 .t-img {
	width: 106px;
}
.anchor.t-slot h3 .t-img {
	width: 211px;
}
.t-menu .t-text-wrap {
	display: flex;
	width: 90%;
	margin: 0.9em auto 0;
}
.t-menu .a-image {
	margin-right: 0.9em;
}
.t-menu .t-text {
	margin-bottom: 0;
}
.anchor.t-wake {
	background-color: #fce8d8;
	border: 1px #f6b37f solid;
}
.anchor.t-slot {
	background-color: #fff6ca;
	border: 1px #ffe050 solid;
}
.t-wake .arrow {
	color: #f9a25e;
}
.t-slot .arrow {
	color: #ffcc66;
}
.t-morokoshiuma {
	width: 91px;
	right: -10px;
	top: -20px;	
}
.t-nasurisu {
	width: 73px;
	right: -20px;
	top: -20px;
}

.t-original {
	width: 86%;
	border: 1px #cc9966 solid;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.t-original h3 {
	position: relative;
}
.t-original h3 .t-originallogo {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 170px;
}
.t-original .t-text {
	margin: 0.8em 0.4em;
	font-size: 15px;
	line-height: 1.8em;
	color: #000;
	text-align: center;
}
.t-original .arrow {
	color: #666;
	transform: rotate(45deg);
	margin: 0; 
}
.t-original:hover .arrow {
	animation: 0.8s moveright 8 alternate;
}
@keyframes moveright {
	from {
		transform: translateX(0) rotate(45deg);
	}

	to {
		transform: translateX(5px) rotate(45deg);
	}
}

.t-wrap.t-manga,
.t-wrap.t-wake,
.t-wrap.t-slot {
	margin-bottom: 0;
}
.t-header {
	height: 32px;
	background-position: 50% 0;
	background-repeat: repeat-x;
	background-size: 31px auto;
}
.t-manga .t-header {
	background-color: #fff;
	background-image: url(images/bg-manga.png);
}
.t-wake .t-header {
	background-color: #8fbc8f;
	background-image: url(images/bg-wake.png);
}
.t-slot .t-header {
	background-color: #f6b37f;
	background-image: url(images/bg-slot.png);
}
.t-inner {
	padding-bottom: 30px;
}
.t-manga .t-inner {
	background-color: #8fbc8f;
}
.t-wake .t-inner {
	background-color: #f6b37f;
}
.t-slot .t-inner {
	background-color: #ffe050;
}

.t-logo-chagurin {
	width: 62%;
	max-width: 233px;
	margin: 0 auto;
}
.t-manga-menu {
	width: 88%;
	margin: 20px auto 40px; 
}
.t-manga-menu .t-text {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0.4em 0;
}
.t-manga-menu .t-text em {
	font-size: 25px;
}
.t-manga-menu .t-text .new {
	animation: 0.8s blink infinite alternate; 
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; } 
	55% { opacity: 0; }
	100% { opacity: 0; } 
}
.t-manga-menu .kikan {
	margin-bottom: 0.2em;
}
.manga-menu {
	display: block;
	margin: 0 auto 20px;
	background-color: #ff4411;
	border: 3px #000 solid;
	border-radius: 5px;
}
.t-manga .t-2 .t-text {
	margin: 0.4em 3em 0.4em 0;
}
.manga-menu .t-text {
	color: #ffff00;
}
.manga-menu .kikan {
	color: #fff;
}
.manga-yokoku {
	background: url(images/next-wrap.png) 50% 50% no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	width: 272px;
	height: 166px;
	padding: 20px 0;
	position: relative;
	margin: auto;
}
.manga-yokoku h3 {
	width: 43px;
	margin: 10px auto; 
}
.manga-yokoku p {
	color: #003333;
}
.manga-yokoku .t-text {
	margin: 0.2em 0;
}
.t-paserihitsuji {
	width: 107px;
	bottom: -30px;
	left: -10px;
}

.t-manga-chara h3 {
	width: 268px;
	margin: 0 auto 20px;
}
.chara-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cbox {
	width: 50%;
	margin: 5px 0;
	position: relative;
}
.cbox.solo {
	width: 100%;
}
.pair {
	width: 100%;
	display: flex;
	justify-content: center;
}
.pair .cbox {
	width: 33%;
}
.pair .cbox::after {
	content: "＝";
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 1em;
	width: 16px;
	height: 16px;
	position: absolute;
	right: -8px;
	top: 60%;
}
.pair .cbox:last-of-type::after {
	content: "";
	display: none;
}
.cbox .t-img {
	width: 33vw;
	max-width: 173px;
	margin: 0 auto; 
}
.cbox .new {
	color: darkseagreen;
	font-weight: bold;
	background-color: #ffffcf;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	width: 3em;
	height: 3em;
	line-height: 3em;
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 70%;
	font-size: 10px;
}

.t-wake-manga {
	width: 100%;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;	
}
.t-wake-manga:after {
	content: "";
	display: block;
}
#wake1:after {
	padding-top: 162.93%;
}
#wake2:after {
	padding-top: 140.53%;
}
#wake1 {
	background-image: url(images/wake-p1.png);
}
#wake2 {
	background-image: url(images/wake-p2.png);
}
.t-wake-manga span {
	display: none;
}
.t-wake-kaisetsu {
	width: 86%;
	margin: 10px auto;
	background-color: #f9caa6;
	border-radius: 5px;
	position:relative;
}
.t-wake-kaisetsu:after{
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	border: solid transparent;
	border-color: transparent;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 4px;
	border-right-width: 4px;
	margin-left: -2px;
	border-bottom-color: #f9caa6;
	bottom: 100%;
	left: 24%;
}
.k2 .t-wake-kaisetsu:after {
	border-color: transparent;
	border-top-color: #f9caa6;
	bottom: auto;
	top:100%;
	left: auto;
	right: 34%;
}
.k3 .t-wake-kaisetsu:after {
	left: 20%;
}
.t-wake-kaisetsu .t-text {
	font-size: 15px;
	line-height: 1.4em;
	padding: 0.9em; 
}
.t-hakusaiushi {
	position: relative;
	width: 88px;
	margin: 10px auto; 
}
#wake2 .t-manga-menu {
	position: absolute;
	left: 5%;
	top: 78%;
	width: 40%;
	margin: 0;
}
#wake2 .t-manga-menu .t-text,
#wake2 .t-manga-menu .t-text em,
#wake2 .t-manga-menu .kikan {
    font-size: 4vw;
}
#wake2 .t-2 .t-text {
    margin: 0.4em 0 0;
}
#wake2 .t-2 .kikan {
	margin-bottom: 0;
}
#wake2 .manga-menu {
	margin: 0 auto 3%;
	border: 2px #000 solid;
}

.slot-title {
	display: block;
	width: 86%;
	max-width: 297px;
	margin: 0 auto;	
}
.slot-f-wrap {
	background: url(images/slot-f-wrap.png) 50% 50% no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	width: 238px;
	height: 149px;
	padding: 20px 0;
	position: relative;
	margin: 10px auto 0; 
}
.slot-f-wrap h3 {
	width: 198px;
	margin: 6px auto 0;
}
.slot-f-wrap .t-text {
	font-size: 15px;
	margin-bottom: 0;
	text-align: center;
	color: #333399;
}
.t-slot-wrap {
	position: relative;
	padding-bottom: 50px;
}
.t-pmanhebi {
	width: 156px;
	left: 0;
	bottom: 0;
}

@media (min-width: 768px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.t-main,
	.t-menu {
		width: 770px;
	}
	.t-inner {
		padding: 30px 0;
	}
	.t-logo {
		margin: 30px auto;
	}
	.t-tamachan {
		top: -40px;
	}

	.t-main .t-text {
		font-size: 18px;
	}
	.t-main .anchor .t-text {
		font-size: 16px;
		text-align: center;
		padding-left: 0;
	}
	.t-kurikaeru {
		left: 140px;
	}

	.t-menu {
		display: flex;
		justify-content: center;
	}
	.t-menu li {
		width: 48%;
	}
	.anchor .t-text {
		font-size: 16px;
		font-weight: normal;
	}
	.t-menu .anchor {
		width: 100%;
		margin: 0 auto;
	}
	.t-nasurisu {
		top: -10px;
	}
	.t-menu .t-text-wrap {
		align-items: center;
	}

	.t-original {
		width: 560px;
		display: flex;
		align-items: flex-end;
	}
	.t-original h3,
	.t-original .t-text-wrap {
		width: 50%;
	}
	.t-original h3 .t-originallogo {
		position: absolute;
		bottom: auto;
		left: 120%;
		top: 1.8em;
	}
	.t-original .t-text {
		margin: 0 0.4em 1.8em;
	}

	.t-logo-chagurin {
		width: 770px;
		max-width: 770px;
	}
	.t-logo-chagurin .t-img {
		width: 233px;
	}
	.t-manga .t-manga-menu {
		width: 770px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 0 auto 20px;
	}
	.t-manga .t-1 {
		width: 144px;
		height: 84px;
	}
	.t-manga .t-1 .t-text {
		line-height: 84px;
		margin: 0;
	}
	.t-manga .t-2 {
		width: 284px;
		height: 84px;
	}
	.t-manga .t-2 .t-text {
		margin: 24px 3em 0 0;
	}
	.t-manga-menu .kikan {
		font-size: 16px;
	}
	.t-paserihitsuji {
		bottom: -60px;
		left: -380px;
	}
	.t-manga-chara h3 {
		width: 278px;
	}
	.chara-wrap {
		width: 800px;
		margin: auto;
	}
	.cbox {
		width: 200px;
		margin: 5px 0 20px;
	}
	.pair .cbox {
		width: 150px;
	}
	.cbox .t-img {
		max-width: 150px;
	}

	.t-wake-wrap {
		width: 564px;
		margin: auto;
		position: relative; 
	}
	.t-wake-kaisetsu-wrap {
		position: absolute;
		left: -250px;
		width: 240px;
	}
	.k1 {
		top: 656px;
	}
	.k2 {
		top: 0; 
	}
	.k3 {
		top: 516px;
	}
	.t-wake-kaisetsu {
		width: 100%;
		margin: 0 10px;
	}
	.t-wake-kaisetsu:after,
	.k2 .t-wake-kaisetsu:after,
	.k3 .t-wake-kaisetsu:after {
		border-top-width: 4px;
		border-bottom-width: 4px;
		border-left-width: 8px;
		border-right-width: 8px;
		margin-left: 0;
		margin-top: -2px; 
		border-color: transparent;
		border-left-color: #f9caa6;
		right: auto;
		bottom: auto;
		left: 100%;
		top: 50%
	}
	.t-wake-kaisetsu .t-text {
		font-size: 16px;
	}
	#wake2 .t-manga-menu .t-text, #wake2 .t-manga-menu .t-text em {
		font-size: 20px;
	}
	#wake2 .t-2 .kikan {
		font-size: 16px;
	}
	#wake2 .manga-menu {
		margin: 0 auto 6%;
	}
	#wake2 .t-manga-menu {
		top: 80%;
	}
	.t-hakusaiushi {
		margin: 20px 0 20px 16%;
	}

	.t-slot-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.slot-title {
		width: 240px;
		max-width: 240px;
		margin: 0 10px 0 0;
	}
	.slot-f-wrap {
		background: url(images/slot-f-wrap-pc.png) 50% 50% no-repeat;
		background-size: 100% auto;
		width: 276px;
		height: 165px;
		margin: 0;
	}
	.slot-f-wrap h3 {
		margin: 6px 0 6px 40px;
	}
	.slot-f-wrap .t-text {
		margin-left: 20px;
	}
	.t-pmanhebi {
		left: 50%;
		margin-left: -450px;
	}

	#footer {
		padding-top: 20px;
	}

}

@media (orientation: landscape) {

}