/*
Theme Name: hatoppy_theme
Description: This is our original theme.
Author: Wordpress Theme
Version: 1.0
*/

@charset "utf-8";

html {
	font-size: 10px;
}

body {
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
p {
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:999999px;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #323232;
}
a:visited {
	color: #323232;
}
a.normal:link {
	color: #323232;
}
a.normal:visited {
	color: #323232;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
	/*overflow: hidden;*/
	outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {
	opacity:0.7;
}
.ovImg:hover img {
	opacity:0.7;
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
.gothic {
	font-family: "Zen Maru Gothic", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
* {
	box-sizing: border-box;
}



@media screen and (max-width:1329px){
	html {
		font-size: .81300813vw;
	}
}

@media screen and (max-width:959px){

}

@media screen and (max-width:767px){
	html {
		font-size: 2.56410256vw;
		/*font-size: 2.66666667vw;*/
	}
	body {
	}
}

/**********************************

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}
.underline {
	text-decoration: underline;
}

@media screen and (min-width:768px){
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none !important;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 5rem;
}

.define_inner {
	max-width: 100%;
	width: 123rem;
	margin: 0 auto;
}


@media screen and (max-width:959px){

}

@media screen and (max-width:767px){

	.define_wrap {
		padding: 0 3.2rem;
	}
}

/* ---------------------------------------------------------
 投稿スタイル
--------------------------------------------------------- */
.entry_content {
	font-size: 1.6rem;
	line-height: 2;
}
.entry_content section,
.entry_content article,
.entry_content footer,
.entry_content header,
.entry_content div,
.entry_content dl,
.entry_content dt,
.entry_content dd,
.entry_content li,
.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6,
.entry_content pre,
.entry_content form,
.entry_content fieldset,
.entry_content input,
.entry_content textarea,
.entry_content p,
.entry_content blockquote,
.entry_content th,
.entry_content td,
.entry_content caption {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
	clear: both;
	line-height: 1.846153846;
	margin: 1.5em 0;
	font-weight: 600;
}
.entry_content h1,
.entry_content h2 {
	padding: 1.2rem 2.5rem 1.2rem 2.5rem;
	margin: 5rem 0 1.1em 0;
	color: #fff;
	font-size: 2rem;
	line-height: 1.8;
	border-radius: 1.2rem;
	background: #534b50;
	position: relative;
	z-index: 1;
}
.entry_content h1:before,
.entry_content h2:before {
	content: "";
	display: block;
	width: .3rem;
	height: 1.2rem;
	background-color: #fff;
	border-radius: 1rem;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.entry_content h3 {
	padding: 1.1rem 1.5rem 1.1rem 3.3rem;
	margin: 5rem 0 1.1em 0;
	font-size: 1.8rem;
	line-height: 1.5;
	border: .2rem solid #dedcde;
	border-radius: 1.5rem;
	position: relative;
	z-index: 1;
}
.entry_content h3:before {
	content: "";
	display: block;
	width: .7rem;
	height: .7rem;
	background-color: #534b50;
	border-radius: .2rem;
	position: absolute;
	top: 50%;
	left: 1.6rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.entry_content h4 {
	margin: 5rem 0 .11em 0;
	font-size: 1.6rem;
}
.entry_content h3 {
	/*font-size: 20px;*/
}
.entry_content h2 {
	/*font-size: 22px;*/
}
.entry_content h1 {
	/*font-size: 24px;*/
}

.entry_content strong {
	font-weight: bold;
}
.entry_content em {
	font-style: italic;
}
.entry_content mark,
.entry_content ins {
	background-color: #fff9c0;
	text-decoration: none;
}
.entry_content del {
	opacity: 0.8;
}
.entry_content a {
	color: #524b50;
	text-decoration: none;
}
.entry_content a:hover {
	text-decoration: underline;
}
.entry_content blockquote {
	padding: 0 0 0 1.7rem;
	margin: 0 0 2.8rem 0;
}
.entry_content blockquote p {
	margin: 0;
}
.entry_content ul {
	margin: 1.5em 0 1.666666666666667em;
	padding: 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.entry_content ul li {
	padding: 0.5625em 1.5rem 0.5625em 4.5rem;
	margin-bottom: 2rem;
	background-color: #f3f2f3;
	border-radius: 1.2rem;
	position: relative;
	z-index: 1;
}
.entry_content ul li:after {
	content: "";
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	margin-top: 1.2em;
	border: .4rem solid #534b50;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 1;
}
.entry_content ul li:last-child {
	margin-bottom: 0;
}
.entry_content ol {
	list-style-type: decimal;
	margin: 1em 0 1.666666666666667em;
	padding: 0 0 0 4rem;
}
.entry_content code {
}
.entry_content pre {
	margin: 0 0 1em;
	padding: 1rem 2.5rem 1rem;
	word-wrap: break-word;
	overflow: auto;
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
}
.entry_content p {
	margin: 1em 0 1.4em;
}
.entry_content table {
	width: 100%;
	margin: 0 0 1.2em;
	line-height: 1.6;
	border-spacing: 0;
	border-collapse: separate;
}
.entry_content table caption {
	text-align: center;
}
.entry_content table th {
	font-weight: bold;
}
.entry_content table th,
.entry_content table td {
	padding: 1.4rem .25em;
	border-top: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	border-bottom: none;
	border-left: none;
}
.entry_content table th.has-text-align-left,
.entry_content table td.has-text-align-left {
	text-align: left;
}
.entry_content table th.has-text-align-right,
.entry_content table td.has-text-align-right {
	text-align: right;
}
.entry_content table th.has-text-align-center,
.entry_content table td.has-text-align-center {
	text-align: center;
}
.entry_content table tr:first-child th:first-child,
.entry_content table tr:first-child td:first-child {
	border-radius: 1rem 0 0 0;
}
.entry_content table tr:first-child th,
.entry_content table tr:first-child td {
	border-top: .2rem #dddddd solid;
}
.entry_content table tr th:first-child,
.entry_content table tr td:first-child {
	border-left: .2rem #dddddd solid;
}
.entry_content table tr:first-child th:last-child,
.entry_content table tr:first-child td:last-child {
	border-top: .2rem #dddddd solid;
	border-radius: 0 1rem 0 0;
}
.entry_content table tr th:last-child,
.entry_content table tr td:last-child {
	border-right: .2rem #dddddd solid;
}
.entry_content table tr:last-child th:first-child,
.entry_content table tr:last-child td:first-child {
	border-left: .2rem #dddddd solid;
	border-radius: 0 0 0 10px;
}
.entry_content table tr:last-child th,
.entry_content table tr:last-child td {
	border-bottom: .2rem #dddddd solid;
}
.entry_content table tr:last-child th:last-child,
.entry_content table tr:last-child td:last-child {
	border-right: .2rem #dddddd solid;
	border-radius: 0 0 10px 0;
}
.entry_content table[data-col="2"] th,
.entry_content table[data-col="2"] td {
	width: 50%;
}
.entry_content table[data-col="3"] th,
.entry_content table[data-col="3"] td {
	width: 33.333334%;
}
.entry_content table[data-col="4"] th,
.entry_content table[data-col="4"] td {
	width: 25%;
}
.entry_content table[data-col="5"] th,
.entry_content table[data-col="5"] td {
	width: 20%;
}
.entry_content table[data-col="6"] th,
.entry_content table[data-col="6"] td {
	width: 16.666666666666667%;
}
.entry_content table td {
}
.entry_content table .head,
.entry_content table thead tr th,
.entry_content table thead tr td {
	background-color: #f6f6f6;
	border-bottom: 1px #dddddd solid !important;
}
.entry_content table thead tr th:first-child,
.entry_content table thead tr td:first-child {
	border-radius: 1rem 0 0 0 !important;
}
.entry_content table thead tr th:last-child,
.entry_content table thead tr td:last-child {
	border-radius: 0 1rem 0 0 !important;
}
.entry_content table thead + tbody tr:first-child th:first-child,
.entry_content table thead + tbody tr:first-child td:first-child {
	border-radius: 0 !important;
}
.entry_content table thead + tbody tr:first-child th:last-child,
.entry_content table thead + tbody tr:first-child td:last-child {
	border-radius: 0 !important;
}
.entry_content table thead + tbody tr:first-child th,
.entry_content table thead + tbody tr:first-child td {
	border-top: none !important;
}
.entry_content table strong {
	background: none;
}
.entry_content .wp-block-image {
	margin-bottom: 2em;
}
.entry_content figure {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}
.entry_content img {
	max-width: 100%;
	height: auto;
	/*border-radius: 40px;*/
}
.entry_content iframe {
	max-width: 100%;
}
.entry_content .aligncenter {
	text-align: center;
	margin: 0 auto 1em;
	display: block;
}
.entry_content .alignleft {
	float: left;
	margin: 0 1em 0.857142857em 0;
}
.entry_content .alignright {
	float: right;
	margin: 0 0 0.857142857em 1em;
}

.entry_content .has-text-align-left {
	text-align: left;
}

.entry_content .has-text-align-center {
	text-align: center;
}

.entry_content .has-text-align-right {
	text-align: right;
}

.entry_content .has-small-font-size {
	font-size: 1.3rem !important;
}

.entry_content .has-medium-font-size {
	font-size: 2rem !important;
}

.entry_content .has-large-font-size {
	font-size: 3.6rem !important;
}

.entry_content .has-x-large-font-size {
	font-size: 4.2rem !important;
}

.entry_content sup {
	font-size: .5em;
	vertical-align: top;
}

.entry_content sub {
	font-size: .5em;
	vertical-align: bottom;
}

.entry_content .c-entryBox {
	padding: 1.5rem 2.5rem;
	margin: 3rem 0 3rem;
	font-size: 1.4rem;
	background-color: #f3f2f3;
	border-radius: 1.2rem;
}

.entry_content .wp-block-embed__wrapper {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
	overflow: hidden;
	/*border-radius: 3rem;*/
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.entry_content .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.entry_content *:first-child {
	margin-top: 0;
}

.entry_content *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:767px){
	.entry_content {
		font-size: 1.2rem;
	}

	.entry_content section,
	.entry_content article,
	.entry_content footer,
	.entry_content header,
	.entry_content div,
	.entry_content dl,
	.entry_content dt,
	.entry_content dd,
	.entry_content li,
	.entry_content h1,
	.entry_content h2,
	.entry_content h3,
	.entry_content h4,
	.entry_content h5,
	.entry_content h6,
	.entry_content pre,
	.entry_content form,
	.entry_content fieldset,
	.entry_content input,
	.entry_content textarea,
	.entry_content p,
	.entry_content blockquote,
	.entry_content th,
	.entry_content td,
	.entry_content caption {
	}

	.entry_content p {
		margin: .6em 0 1em;
	}
	.entry_content h1,
	.entry_content h2 {
		padding: .6rem 1.5rem .6rem 2rem;
		margin: 2.5rem 0 1em 0;
		font-size: 1.4rem;
		line-height: 1.6;
		border-radius: .8rem;
	}
	.entry_content h1:before,
	.entry_content h2:before {
		width: .15rem;
		height: .8rem;
		left: 1rem;
	}
	.entry_content h3 {
		padding: .6rem 1.5rem .6rem 1.8rem;
		margin: 2.5rem 0 1em 0;
		font-size: 1.3rem;
		line-height: 1.6;
		border-radius: 1rem;
		border: .1rem solid #dedcde;
	}
	.entry_content h3:before {
		width: .55rem;
		height: .55rem;
		border-radius: .2rem;
		left: .8rem;
	}
	.entry_content h4 {
		margin: 2.5rem 0 1em 0;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.entry_content figure {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.entry_content img {
		/*border-radius: 20px;*/
	}
	.entry_content table {
		margin: 0 0 1.2em;
		font-size: .9rem;
	}
	.entry_content table th,
	.entry_content table td {
		padding: .9rem .25em;
	}
	.entry_content table tr:first-child th:first-child,
	.entry_content table tr:first-child td:first-child {
		border-radius: .6rem 0 0 0;
	}
	.entry_content table tr:first-child th:last-child,
	.entry_content table tr:first-child td:last-child {
		border-radius: 0 .6rem 0 0;
	}
	.entry_content table tr:last-child th:first-child,
	.entry_content table tr:last-child td:first-child {
		border-radius: 0 0 0 .6rem;
	}
	.entry_content table tr:last-child th:last-child,
	.entry_content table tr:last-child td:last-child {
		border-radius: 0 0 .6rem 0;
	}
	.entry_content table thead tr th:first-child,
	.entry_content table thead tr td:first-child {
		border-radius: .6rem 0 0 0 !important;
	}
	.entry_content table thead tr th:last-child,
	.entry_content table thead tr td:last-child {
		border-radius: 0 .6rem 0 0 !important;
	}
	.entry_content ul {
		margin: 1em 0 1.666666666666667em;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.entry_content ul li {
		padding: 0.5625em 1.5rem 0.5625em 2.5rem;
		margin-bottom: 1rem;
		border-radius: .8rem;
	}
	.entry_content ul li:after {
		width: .9rem;
		height: .9rem;
		margin-top: 1em;
		border: .3rem solid #534b50;
		left: 1rem;
	}

	.entry_content .has-small-font-size {
		font-size: 1rem !important;
	}

	.entry_content .has-medium-font-size {
		font-size: 1.6rem !important;
	}

	.entry_content .has-large-font-size {
		font-size: 2rem !important;
	}

	.entry_content .has-x-large-font-size {
		font-size: 2.4rem !important;
	}

	.entry_content .wp-block-image {
		margin-bottom: 1.3em;
	}

	.entry_content .c-entryBox {
		padding: 1rem 1rem;
		margin: 1.5rem 0;
		font-size: 1.1rem;
		line-height: 1.5;
		border-radius: .8rem;
	}

	.entry_content .wp-block-embed__wrapper {
		margin-top: 2rem;
		margin-bottom: 2rem;
		/*border-radius: 2rem;*/
	}

}



/**********************************

 layout

***********************************/
.l-wrap {
	overflow: hidden;
}

.l-main {
	color: #3C4646;
	font-family: "Zen Maru Gothic", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
}

.l-main * {
	box-sizing: border-box;
}

@media screen and (max-width:767px){

	.l-main {
		font-size: 1.4rem;
	}

}


/**********************************

 c-anchor

***********************************/
.c-anchor {
	display: block;
}

.c-anchor--manga {
	margin-top: -2rem;
	padding-top: 2rem;
}

@media screen and (max-width:959px){

	.c-anchor {
		margin-top: -53px;
		padding-top: 53px;
	}

	.c-anchor--manga {
		margin-top: calc(-1.5rem - 53px);
		padding-top: calc(1.5rem + 53px);
	}

}


/**********************************

 c-btn01

***********************************/
a.c-btn01 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 8rem;
	padding: 0 3rem;
	margin: 0 auto;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	background: #00938C;
	border: .4rem solid #00938C;
	border-radius: 20rem;
	cursor: pointer;
}

a.c-btn01:hover {
	opacity: 1;
	animation-name: rubberBand;
	animation-duration: 1s;
}

@media screen and (max-width:767px){

	a.c-btn01 {
		height: 4rem;
		padding: 0 1.5rem;
		font-size: 1.6rem;
		border: .2rem solid #00938C;
	}

}


/**********************************

 c-hero

***********************************/
.c-hero {
}

.c-hero__inner {
	height: 54.27083333vw;
	position: relative;
	z-index: 1;
}

.c-hero__ttl {
	text-align: center;
}

.c-hero__ttl img {
	width: 100%;
	max-width: none;
}

.c-hero__slider {
	width: 100%;
	height: 50.78125vw;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-hero__slider-item {

}

.c-hero__slider-item img {
	width: 100%;
	max-width: none;
}

@media screen and (max-width:767px){

	.c-hero__inner {
		height: 210.66666667vw;
	}

	.c-hero__slider {
		height: 135.8974359vw;
	}

}


/**********************************

 c-bg01

***********************************/
.c-bg01 {
}


/**********************************

 c-menu

***********************************/
.c-menu {
	position: relative;
}

.c-menu:before {
	content: "";
	display: block;
	width: 1920px;
	height: 1500px;
	/*height: 1150px;*/
	background: url(../images/top/menu_bg01_pc.png?1) no-repeat center top / 192rem auto;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-menu__inner {
	width: 1600px;
	max-width: 100%;
	padding-bottom: .8rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.c-menu__content {
	display: flex;
	align-items: center;
	padding: 1.125% 1.25%;
	background: #fff;
	border-radius: 2.4rem;
	box-shadow: .8rem .8rem 0 0 #EE5046;
}

.c-menu__content-ttl {
	width: 385px;
}

.c-menu__content-ttl img {
	display: block;
	width: 316px;
	margin: 0 auto;
}

.c-menu__content-list {
	flex: 1;
}

.c-menu__content-list ul {
	display: flex;
}

.c-menu__content-list ul li {
	flex: 1;
	border-left: 4px solid #f6a7a2;
}

.c-menu__content-list ul li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 123px;
	position: relative;
	z-index: 1;
}

.c-menu__content-list ul li a:hover {
	opacity: 1;
}

.c-menu__content-list ul li a .icon {
	display: block;
}

.c-menu__content-list ul li a:hover .icon {
	animation-name: swing;
	animation-duration: 1s;
}

.c-menu__content-list ul li a.news .icon {
	width: 90px;
	margin-top: 15px;
}

.c-menu__content-list ul li a.manga .icon {
	width: 90px;
	margin-top: 17px;
}

.c-menu__content-list ul li a.instagram .icon {
	width: 90px;
	margin-top: 20px;
}

.c-menu__content-list ul li a.karaoke .icon {
	width: 90px;
	margin-top: 18px;
}

.c-menu__content-list ul li a.profile .icon {
	width: 90px;
	margin-top: 16px;
}

.c-menu__content-list ul li a.friends .icon {
	width: 90px;
	margin-top: 18px;
}

.c-menu__content-list ul li a .txt01 {
	color: #EE5046;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.17647059;
}

@media screen and (min-width:1921px){

	.c-menu:before {
		width: 100vw;
		height: 78.125vw;
		background-size: 100% auto;
	}
}

@media screen and (max-width:1799px){

	.c-menu:before {
		/*width: 100%;*/
		/*height: 78.125vw;*/
		/*background-size: 105vw auto;*/
	}
}

@media screen and (max-width:1699px){

	.c-menu__content-ttl {
		width: 22.647vw;
	}

	.c-menu__content-ttl img {
		display: block;
		width: 18.588vw;
		margin: 0 auto;
	}

}

@media screen and (max-width:1399px){

	.c-menu__content-list ul li {
		border-left: .28571429vw solid #f6a7a2;
	}

	.c-menu__content-list ul li a {
		height: 8.786vw;
	}

	.c-menu__content-list ul li a.news .icon {
		width: 6.429vw;
		margin-top: 1.071vw;
	}

	.c-menu__content-list ul li a.manga .icon {
		width: 6.429vw;
		margin-top: 1.214vw;
	}

	.c-menu__content-list ul li a.instagram .icon {
		width: 6.429vw;
		margin-top: 1.429vw;
	}

	.c-menu__content-list ul li a.karaoke .icon {
		width: 6.429vw;
		margin-top: 1.286vw;
	}

	.c-menu__content-list ul li a.profile .icon {
		width: 6.429vw;
		margin-top: 1.143vw;
	}

	.c-menu__content-list ul li a.friends .icon {
		width: 6.429vw;
		margin-top: 1.286vw;
	}

	.c-menu__content-list ul li a .txt01 {
		font-size: 1.214vw;
	}

}

@media screen and (max-width:767px){

	.c-menu {
		margin-top: -30.5rem;
		/*margin-top: -25.5rem;*/
	}

	.c-menu:before {
		width: calc(100% + 2px);
		height: 100rem;
		/*height: 87.1rem;*/
		background: url(../images/top/menu_bg01_sp.png) no-repeat center top / 100% auto;
		position: absolute;
		top: 5.6rem;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-menu__inner {
		width: auto;
		padding-bottom: .4rem;
	}

	.c-menu__content {
		display: block;
		padding: 1.2rem 1.5rem 1.8rem;
		margin-right: .4rem;
		border-radius: 1.4rem;
		box-shadow: .4rem .4rem 0 0 #EE5046;
	}

	.c-menu__content-ttl {
		width: auto;
	}

	.c-menu__content-ttl img {
		width: 10.6rem;
	}

	.c-menu__content-list {
		margin-top: .8rem;
		position: relative;
		z-index: 1;
	}

	.c-menu__content-list:before {
		content: "";
		display: block;
		width: 100%;
		height: .2rem;
		background: #f6a7a2;
		border-radius: 1rem;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.c-menu__content-list ul {
		display: flex;
		flex-wrap: wrap;
		padding-top: .2rem;
	}

	.c-menu__content-list ul li {
		flex: auto;
		width: 33.333334%;
		border-left: none;
		position: relative;
		z-index: 1;
	}

	.c-menu__content-list ul li:before {
		content: "";
		display: block;
		width: .2rem;
		height: calc(100% - .5rem);
		background: #f6a7a2;
		border-radius: 1rem;
		position: absolute;
		top: 50%;
		right: -.1rem;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-menu__content-list ul li:nth-child(3n):before {
		display: none;
	}

	.c-menu__content-list ul li:nth-child(1):after,
	.c-menu__content-list ul li:nth-child(2):after,
	.c-menu__content-list ul li:nth-child(3):after {
		content: "";
		display: block;
		width: calc(100% - .5rem);
		height: .2rem;
		background: #f6a7a2;
		border-radius: 1rem;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.c-menu__content-list ul li a {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		height: 8rem;
		padding-bottom: .6rem;
	}

	.c-menu__content-list ul li a.news .icon {
		width: 6rem;
		margin-top: 0;
		margin-bottom: .2rem;
	}

	.c-menu__content-list ul li a.manga .icon {
		width: 6rem;
		margin-top: 0;
		margin-bottom: .6rem;
	}

	.c-menu__content-list ul li a.instagram .icon {
		width: 6rem;
		margin-top: 0;
		margin-bottom: .8rem;
	}

	.c-menu__content-list ul li a.karaoke .icon {
		width: 6rem;
		margin-top: 0;
		margin-bottom: .2rem;
	}

	.c-menu__content-list ul li a.profile .icon {
		width: 6rem;
		margin-top: 0;
		margin-bottom: .2rem;
	}

	.c-menu__content-list ul li a.friends .icon {
		width: 6rem;
		margin-top: 0;
		margin-bottom: .2rem;
	}

	.c-menu__content-list ul li a .txt01 {
		font-size: 1.2rem;
		letter-spacing: -.05em;
	}

	.c-menu__content-list ul li a.friends .txt01 {
		letter-spacing: -.1em;
	}
}


/**********************************

 c-news

***********************************/
.c-news {
	position: relative;
	z-index: 2;
}

.c-news__inner {
	display: flex;
	justify-content: space-between;
	width: 1600px;
	max-width: 100%;
	padding-top: 7.9rem;
	padding-bottom: 9rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.c-news__sec {
	width: 47.5%;
}

.c-news__sec-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	margin-left: 40px;
	margin-right: 27px;
	background: #fff;
	border: 6px solid #EE5046;
	box-shadow: 4px 4px 0 0 #EE5046;
	position: relative;
	z-index: -1;
}

.c-news__sec-ttl--info:before {
	content: "";
	display: block;
	width: 132px;
	height: 132px;
	background: url(../images/top/info_icon01.png) no-repeat center / contain;
	position: absolute;
	top: -56px;
	left: -72px;
	z-index: 1;
}

.c-news__sec-ttl--schedule:before {
	content: "";
	display: block;
	width: 132px;
	height: 132px;
	background: url(../images/top/schedule_icon01.png) no-repeat center / contain;
	position: absolute;
	top: -56px;
	left: -72px;
	z-index: 1;
}

.c-news__sec-ttl--schedule:after {
	content: "";
	display: block;
	width: 387px;
	height: 57px;
	background: url(../images/top/schedule_subttl.png) no-repeat center / contain;
	position: absolute;
	top: -38px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-news__sec-ttl--info img {
	display: block;
	width: 236px;
	margin: 0 auto;
}

.c-news__sec-ttl--schedule img {
	display: block;
	width: 354px;
	margin: 0 auto;
}

.c-news__sec-content {
	padding: 20px 0;
	margin-top: 23px;
	background: #FDF7EA;
	border-radius: 3rem;
	position: relative;
	/*z-index: 1;*/
}

.c-news__sec-content--info:before {
	content: "";
	display: block;
	width: 197px;
	height: 181px;
	background: url(../images/top/info_illust02.png) no-repeat center / contain;
	position: absolute;
	top: -132px;
	right: 0;
	z-index: 2;
}

.c-news__sec-content--info:after {
	content: "";
	display: block;
	width: 197px;
	height: 181px;
	background: url(../images/top/info_illust01.png) no-repeat center / contain;
	position: absolute;
	top: -132px;
	right: 0;
	z-index: -1;
	transform: translateY(60%);
	-webkit-transform: translateY(60%);
	transition: transform 500ms cubic-bezier(0.34, 1.35, 0.64, 1);
	transition-delay: 1000ms;
}

.c-news__sec.aos-animate .c-news__sec-content--info:after {
	transform: none;
	-webkit-transform: none;
}

.c-news__sec-content-scroll {
	height: 38rem;
	padding: 0 4rem;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.c-news__sec-content-scroll dl {
	padding: 2.5rem 0;
	border-bottom: .2rem solid #3C4646;
}

.c-news__sec-content-scroll dl dt {
	font-size: 2rem;
	line-height: 1.33333333;
}

.c-news__sec-content-scroll dl dd {
	font-size: 2.4rem;
	line-height: 1.33333333;
}

.c-news__sec-content-scroll dl dd a {
	color: #EE5046;
}

.c-news__illust01 {
	width: 300px;
	margin-top: 115px;
	margin-left: -214px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.c-news__illust02 {
	width: 300px;
	margin-bottom: 44px;
	margin-right: -202px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.c-news__illust03 {
	width: 98px;
	margin-top: 34px;
	margin-right: -99px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.c-news__illust04 {
	width: 150px;
	margin-bottom: -75px;
	margin-left: -97px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width:1810px){

	.c-news__illust01 {
		width: 250px;
		margin-top: 120px;
		margin-left: -166px;
	}

	.c-news__illust02 {
		width: 250px;
		margin-bottom: 40px;
		margin-right: -152px;
	}

	.c-news__illust03 {
		width: 82px;
		margin-top: 8px;
		margin-right: -39px;
	}

	.c-news__illust04 {
		width: 125px;
		margin-bottom: -30px;
		margin-left: -27px;
	}
}

@media screen and (max-width:1500px){

	.c-news__sec-ttl {
		height: 6.667vw;
		margin-left: 2.667vw;
		margin-right: 1.8vw;
		border: .4vw solid #EE5046;
		box-shadow: .26666667vw .26666667vw 0 0 #EE5046;
	}

	.c-news__sec-ttl--info:before {
		width: 8.8vw;
		height: 8.8vw;
		top: -3.733vw;
		left: -4.8vw;
	}

	.c-news__sec-ttl--schedule:before {
		width: 8.8vw;
		height: 8.8vw;
		top: -3.733vw;
		left: -4.8vw;
	}

	.c-news__sec-ttl--schedule:after {
		width: 25.8vw;
		height: 3.8vw;
		top: -2.533vw;
	}

	.c-news__sec-ttl--info img {
		width: 15.733vw;
	}

	.c-news__sec-ttl--schedule img {
		width: 23.6vw;
	}

	.c-news__sec-content--info:before {
		width: 13.133vw;
		height: 12.067vw;
		top: -8.8vw;
	}

	.c-news__sec-content--info:after {
		width: 13.133vw;
		height: 12.067vw;
		top: -8.8vw;
	}
}

@media screen and (max-width:1329px){

	.c-news__illust01 {
		width: 18.797vw;
		margin-top: 9.023vw;
		margin-left: -12.481vw;
	}

	.c-news__illust02 {
		width: 18.797vw;
		margin-bottom: 3.008vw;
		margin-right: -11.429vw;
	}

	.c-news__illust03 {
		width: 6.165vw;
		margin-top: 0.602vw;
		margin-right: -2.932vw;
	}

	.c-news__illust04 {
		width: 9.398vw;
		margin-bottom: -2.256vw;
		margin-left: -2.03vw;
	}

}

@media screen and (min-width:768px){
	.c-news__sec:nth-child(2) {
		transition-delay: 300ms !important;
	}
}

@media screen and (max-width:767px){

	.c-news {
		position: relative;
		z-index: 2;
	}

	.c-news__inner {
		display: block;
		width: auto;
		padding-top: 5.6rem;
		padding-bottom: 3rem;
	}

	.c-news__sec {
		width: auto;
		margin-top: 4.5rem;
	}

	.c-news__sec:first-child {
		margin-top: 0;
	}

	.c-news__sec-ttl {
		height: 4.6rem;
		margin-left: 1.3rem;
		margin-right: 1.3rem;
		border: .3rem solid #EE5046;
		box-shadow: .4rem .4rem 0 0 #EE5046;
	}

	.c-news__sec-ttl--info:before {
		width: 6rem;
		height: 6rem;
		top: -2.5rem;
		left: -3rem;
	}

	.c-news__sec-ttl--schedule:before {
		width: 6rem;
		height: 6rem;
		top: -2.5rem;
		left: -3rem;
	}

	.c-news__sec-ttl--schedule:after {
		width: 16.2rem;
		height: 2.4rem;
		top: -1.6rem;
	}

	.c-news__sec-ttl--info img {
		width: 10.4rem;
	}

	.c-news__sec-ttl--schedule img {
		width: 15.7rem;
	}

	.c-news__sec-content {
		padding: 1rem 0;
		margin-top: 2rem;
		border-radius: 1.5rem;
	}

	.c-news__sec-content--info:before {
		width: 8.5rem;
		height: 7.8rem;
		top: -5.7rem;
	}

	.c-news__sec-content--info:after {
		width: 8.5rem;
		height: 7.8rem;
		top: -5.7rem;
	}

	.c-news__sec.aos-animate .c-news__sec-content--info:after {
		transform: none;
		-webkit-transform: none;
	}

	.c-news__sec-content-scroll {
		height: 18rem;
		padding: 0 1.6rem;
	}

	.c-news__sec-content-scroll dl {
		padding: 1rem 0;
		border-bottom: .1rem solid #3C4646;
	}

	.c-news__sec-content-scroll dl dt {
		font-size: 1.2rem;
	}

	.c-news__sec-content-scroll dl dd {
		font-size: 1.4rem;
		letter-spacing: normal;
	}
}


/**********************************

 c-manga

***********************************/
.c-manga {
	position: relative;
}

.c-manga:before {
	content: "";
	display: block;
	width: 192rem;
	height: 50%;
	background: url(../images/top/manga_bg01_pc.png) no-repeat center top / 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	pointer-events: none;
}

.c-manga:after {
	content: "";
	display: block;
	width: 192rem;
	height: 50%;
	background: #FAF091 url(../images/top/manga_bg02_pc.png) no-repeat center bottom / 100% auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	pointer-events: none;
}

.c-manga__inner {
	width: 1600px;
	max-width: 100%;
	padding-top: 9rem;
	padding-bottom: 14.5rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.c-manga__inner:before {
	content: "";
	display: block;
	width: 101vw;
	height: calc(100% - 80rem);
	background: #FDF7EA;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	pointer-events: none;
}

.c-manga__monthly {
	width: 24rem;
	position: absolute;
	top: -2rem;
	right: -1rem;
	z-index: 2;
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 1000ms;
}

.c-manga__monthly:has(+ .c-manga__ttl .c-manga__ttl-main.aos-animate) {
	opacity: 1;
	animation-name: rollIn;
	animation-duration: 1s;
	animation-delay: 1000ms;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.34, 1.52, 0.64, 1);
}

.c-manga__ttl {
	position: relative;
	z-index: 2;
}

.c-manga__ttl-sub {
	display: block;
	width: 34.3rem;
	margin: 0 auto;
}

.c-manga__ttl-main {
	display: block;
	width: 112rem;
	margin: 3.4rem auto 0;
}

.c-manga__ttl-main img {
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-manga__ttl-main.aos-animate img {
	opacity: 1;
	animation-name: jackInTheBox;
	/*animation-name: lightSpeedInLeft;*/
	/*animation-name: rubberBand;*/
	animation-duration: 1s;
}

.c-manga__intro {
	margin-top: 2rem;
}

.c-manga__intro-txt01 {
	font-size: 3.2rem;
	text-align: center;
	position: relative;
	z-index: 2;
}

.c-manga__content {

}

.c-manga__content-none {
	margin-top: 3.5rem;
	text-align: center;
}

.c-manga__content-list {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	margin-top: 3.5rem;
}

.c-manga__content-list li {
	width: calc(100%/4 - 3rem);
	flex: 0 1 calc(100%/4 - 3rem);
}

.c-manga__content-list li.hidden {
	display: none;
}

.c-manga__content-list li a {

}

.c-manga__content-list li a:hover {
	opacity: 1;
	animation-name: jello;
	animation-duration: 1s;
}

.c-manga__content-list li img {
	width: 100%;
	max-width: none;
}

.c-manga__content-more {
	margin-top: 4.2rem;
	font-size: 3.2rem;
	font-weight: bold;
	position: relative;
}

.c-manga__content-more .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 78rem;
	height: 8.8rem;
	padding: 0 3rem;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	background: #00938C;
	border: .4rem solid #00938C;
	border-radius: 20rem;
	cursor: pointer;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-manga__content-more.loading .btn {
	opacity: 0;
}

.c-manga__content-more .btn:hover {
	/*color: #00938C;*/
	/*background: #fff;*/
	animation-name: rubberBand;
	animation-duration: 1s;
}

.c-manga__content-loader-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8.8rem;
}

.c-manga__content-loader {
	display: block;
	width: 1.5rem;
	margin: 0 auto;
	aspect-ratio: 1;
	border-radius: 50%;
	animation: l5 1s infinite linear alternate;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-manga__content-more.loading .c-manga__content-loader {
	opacity: 1;
}
@keyframes l5 {
	0%  {box-shadow: 2.5rem 0 #00938C, -2.5rem 0 #b2dedc;background: #00938C }
	33% {box-shadow: 2.5rem 0 #00938C, -2.5rem 0 #b2dedc;background: #b2dedc}
	66% {box-shadow: 2.5rem 0 #b2dedc, -2.5rem 0 #00938C; background: #b2dedc}
	100%{box-shadow: 2.5rem 0 #b2dedc, -2.5rem 0 #00938C; background: #00938C }
}

.c-manga__illustrator {
	display: flex;
	width: 123rem;
	max-width: 100%;
	margin: 8rem auto 0;
}

.c-manga__illustrator-pic {
	width: 18.5rem;
	margin-right: 4rem;
}

.c-manga__illustrator-content {
	flex: 1;
	font-size: 2rem;
}

.c-manga__illustrator-content .name {
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: -.048em;
}

.c-manga__illustrator-content .txt01 {
	line-height: 1.6;
	letter-spacing: -.048em;
}

.c-manga__illustrator-content .txt01 a {
	display: inline;
	color: #00938C;
}

@media screen and (min-width:1921px){

	.c-manga:before {
		width: 100vw;
		height: 22.917vw;
	}

	.c-manga:after {
		width: 100vw;
		height: 22.917vw;
	}
}

@media screen and (max-width:959px){

}

@media screen and (min-width:768px){
	.c-manga__content-list li:nth-child(2) {
		transition-delay: 300ms !important;
	}
	.c-manga__content-list li:nth-child(3) {
		transition-delay: 500ms !important;
	}
	.c-manga__content-list li:nth-child(4) {
		transition-delay: 700ms !important;
	}
}

@media screen and (max-width:767px){

	.c-manga:before {
		width: 100%;
		height: 50%;
		background: url(../images/top/manga_bg01_sp.png) no-repeat center top / 100% auto;
	}

	.c-manga:after {
		width: 100%;
		height: 50%;
		background: #FAF091 url(../images/top/manga_bg02_sp.png) no-repeat center bottom / 100% auto;
	}

	.c-manga__inner {
		width: auto;
		padding-top: 3rem;
		padding-bottom: 6rem;
	}

	.c-manga__inner:before {
		height: calc(100% - 80rem);
	}

	.c-manga__monthly {
		width: 8rem;
		top: -1.2rem;
		right: 0;
	}

	.c-manga__ttl {
	}

	.c-manga__ttl-sub {
		width: 15.2rem;
		padding-right: 3rem;
		box-sizing: content-box;
	}

	.c-manga__ttl-main {
		width: 32.6rem;
		margin: 2rem auto 0;
	}

	.c-manga__intro {
		margin-top: 2rem;
	}

	.c-manga__intro-txt01 {
		margin-top: .8rem;
		font-size: 1.4rem;
		line-height: 1.42857143;
	}

	.c-manga__intro-txt01:first-child {
		margin-top: 0;
	}

	.c-manga__content {

	}

	.c-manga__content-none {
		margin-top: 2rem;
	}

	.c-manga__content-list {
		gap: 1.6rem;
		margin-top: 2rem;
	}

	.c-manga__content-list li {
		width: calc(100%/2 - .8rem);
		flex: 0 1 calc(100%/2 - .8rem);
	}

	.c-manga__content-list li.is-hidden-special,
	.c-manga__content-list[data-total-links="1"] li:nth-child(3),
	.c-manga__content-list[data-total-links="1"] li:nth-child(4),
	.c-manga__content-list.total1 li:nth-child(3),
	.c-manga__content-list.total1 li:nth-child(4) {
		display: none !important;
	}

	.c-manga__content-more {
		margin-top: 1.6rem;
		font-size: 1.6rem;
	}

	.c-manga__content-more .btn {
		width: auto;
		height: 4rem;
		padding: 0 1.5rem;
		border: .2rem solid #00938C;
	}

	.c-manga__content-more .btn:hover {
		/*color: #00938C;*/
		/*background: #fff;*/
		animation-name: rubberBand;
		animation-duration: 1s;
	}

	.c-manga__content-loader-wrap {
		height: 4rem;
	}

	.c-manga__content-loader {
		width: 1.2rem;
	}

	@keyframes l5 {
		0%  {box-shadow: 2rem 0 #00938C, -2rem 0 #b2dedc;background: #00938C }
		33% {box-shadow: 2rem 0 #00938C, -2rem 0 #b2dedc;background: #b2dedc}
		66% {box-shadow: 2rem 0 #b2dedc,-2rem 0 #00938C; background: #b2dedc}
		100%{box-shadow: 2rem 0 #b2dedc,-2rem 0 #00938C; background: #00938C }
	}

	.c-manga__illustrator {
		display: block;
		width: auto;
		margin: 3.7rem auto 0;
	}

	.c-manga__illustrator-pic {
		width: 8rem;
		margin: 0 auto;
	}

	.c-manga__illustrator-content {
		margin-top: 1.6rem;
		font-size: 1.2rem;
	}

	.c-manga__illustrator-content .name {
		line-height: 1.41666667;
		letter-spacing: -.048em;
	}

	.c-manga__illustrator-content .txt01 {
		line-height: 1.41666667;
		letter-spacing: -.048em;
	}
}


/**********************************

 c-instagram

***********************************/
.c-instagram {
	background: #FAF091;
}

.c-instagram__inner {
	padding-top: 12.5rem;
	padding-bottom: 24rem;
}

.c-instagram__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 693px;
	height: 100px;
	padding-top: 12px;
	margin: 0 auto;
	background: #fff;
	border: 6px solid #EE5046;
	box-shadow: 4px 4px 0 0 #EE5046;
	position: relative;
}

.c-instagram__ttl:before {
	content: "";
	display: block;
	width: 132px;
	height: 132px;
	background: url(../images/top/instagram_icon01.png) no-repeat center / contain;
	position: absolute;
	top: -56px;
	left: -72px;
	z-index: 1;
}

.c-instagram__ttl:after {
	content: "";
	display: block;
	width: 216px;
	height: 58px;
	background: url(../images/top/instagram_subttl.png) no-repeat center / contain;
	position: absolute;
	top: -39px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-instagram__ttl img {
	display: block;
	width: 373px;
	margin: 0 auto;
}

.c-instagram__content {
	display: flex;
	flex-wrap: wrap;
	gap: 3.8rem;
	margin: 7.5rem auto 0;
}

.c-instagram__content-item {
	width: calc(100%/3 - 2.6rem);
	flex: 0 1 calc(100%/3 - 2.6rem);
}

.c-instagram__content-item a {
	display: block;
	height: 100%;
	overflow: hidden;
	background: #fff;
	aspect-ratio: 1 / 1;
}

.c-instagram__content-item a img {
	display: block;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
	/*aspect-ratio: 1 / 1;*/
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-instagram__content-item a:hover {
	opacity: 1 !important;
}

.c-instagram__content-item a:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
}

@media screen and (max-width:1500px){

	.c-instagram__ttl {
		width: 46.2vw;
		height: 6.667vw;
		padding-top: 0.8vw;
		border: .4vw solid #EE5046;
		box-shadow: .26666667vw .26666667vw 0 0 #EE5046;
	}

	.c-instagram__ttl:before {
		width: 8.8vw;
		height: 8.8vw;
		top: -3.733vw;
		left: -4.8vw;
	}

	.c-instagram__ttl:after {
		width: 14.4vw;
		height: 3.867vw;
		top: -2.6vw;
	}

	.c-instagram__ttl img {
		width: 24.867vw;
	}
}

@media screen and (max-width:959px){

}

@media screen and (max-width:767px){

	.c-instagram__inner {
		padding-top: 3.5rem;
		padding-bottom: 5rem;
	}

	.c-instagram__ttl {
		width: auto;
		height: 4.6rem;
		padding-top: 1rem;
		margin-left: 1.3rem;
		margin-right: 1.3rem;
		border: .3rem solid #EE5046;
		box-shadow: .4rem .4rem 0 0 #EE5046;
	}

	.c-instagram__ttl:before {
		width: 6rem;
		height: 6rem;
		top: -2.5rem;
		left: -3rem;
	}

	.c-instagram__ttl:after {
		width: 9.2rem;
		height: 2.5rem;
		top: -1.6rem;
	}

	.c-instagram__ttl img {
		width: 16.5rem;
	}

	.c-instagram__content {
		gap: 1rem;
		margin: 2rem auto 0;
	}

	.c-instagram__content-item {
		width: calc(100%/3 - .7rem);
		flex: 0 1 calc(100%/3 - .7rem);
	}
}


/**********************************

 c-karaoke

***********************************/
.c-karaoke {
	background: #C8F5DC;
}

.c-karaoke__inner {
	padding-top: 15.5rem;
	padding-bottom: 20rem;
	position: relative;
	z-index: 1;
}

.c-karaoke__note-01 {
	width: 15.2rem;
	position: absolute;
	top: -3.3rem;
	right: -4.8rem;
	z-index: 1;
	animation: note 1s linear infinite;
}

.c-karaoke__note-02 {
	width: 9.4rem;
	position: absolute;
	top: 7.7rem;
	right: -12.8rem;
	z-index: 1;
	animation: note 1s linear infinite;
	animation-delay: .5s;
}

@keyframes note {
	0% {
		transform: rotate(10deg);
	}
	25% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-10deg);
	}
	75% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(10deg);
	}
}

.c-karaoke__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1112px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	border: 6px solid #EE5046;
	box-shadow: 4px 4px 0 0 #EE5046;
	position: relative;
}

.c-karaoke__ttl:before {
	content: "";
	display: block;
	width: 132px;
	height: 132px;
	background: url(../images/top/karaoke_icon01.png) no-repeat center / contain;
	position: absolute;
	top: -56px;
	left: -72px;
	z-index: 1;
}

.c-karaoke__ttl:after {
	content: "";
	display: block;
	width: 417px;
	height: 58px;
	background: url(../images/top/karaoke_subttl.png) no-repeat center / contain;
	position: absolute;
	top: -41px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-karaoke__ttl img {
	display: block;
	width: 798px;
	margin: 0 auto;
}

.c-karaoke__txt01 {
	margin-top: 4rem;
	color: #00938C;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}

.c-karaoke__txt01 span {
	padding-right: 4.2rem;
	position: relative;
	z-index: 1;
}

.c-karaoke__txt01 span:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 1.6rem solid transparent;
	border-left: 1.6rem solid transparent;
	border-top: 2.2rem solid #00938c;
	border-bottom: 0;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-karaoke__youtube {
	margin-top: 2.5rem;
	box-shadow: .8rem .8rem 0 0 #7ca99b;
	position: relative;
	z-index: 1;
}

.c-karaoke__youtube-illust01 {
	width: 19.7rem;
	position: absolute;
	top: -14rem;
	left: 3.2rem;
	z-index: 1;
	transform: translateY(101%);
	-webkit-transform: translateY(101%);
	transition: transform 500ms cubic-bezier(0.34, 1.52, 0.64, 1);
	transition-delay: 1000ms;
}

.c-karaoke__youtube.aos-animate .c-karaoke__youtube-illust01 {
	transform: none;
	-webkit-transform: none;
}

.c-karaoke__youtube-inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #C8F5DC;
	position: relative;
	z-index: 2;
}

.c-karaoke__youtube-inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width:1500px){

	.c-karaoke__ttl {
		width: 74.133vw;
		height: 6.667vw;
		border: .4vw solid #EE5046;
		box-shadow: .26666667vw .26666667vw 0 0 #EE5046;
	}

	.c-karaoke__ttl:before {
		width: 8.8vw;
		height: 8.8vw;
		top: -3.733vw;
		left: -4.8vw;
	}

	.c-karaoke__ttl:after {
		width: 27.8vw;
		height: 3.867vw;
		top: -2.733vw;
	}

	.c-karaoke__ttl img {
		width: 53.2vw;
	}
}

@media screen and (max-width:959px){

}

@media screen and (max-width:767px){

	.c-karaoke__note-01 {
		width: 4.8rem;
		top: -2.1rem;
		right: 1.2rem;
	}

	.c-karaoke__note-02 {
		width: 2.96rem;
		top: 1.4rem;
		right: -1.3rem;
	}

	.c-karaoke__inner {
		padding-top: 5rem;
		padding-bottom: 5.5rem;
	}

	.c-karaoke__ttl {
		width: auto;
		height: 8rem;
		padding-top: .4rem;
		margin-left: 1.3rem;
		margin-right: 1.3rem;
		border: .3rem solid #EE5046;
		box-shadow: .4rem .4rem 0 0 #EE5046;
	}

	.c-karaoke__ttl:before {
		width: 6rem;
		height: 6rem;
		top: -2.5rem;
		left: -3rem;
	}

	.c-karaoke__ttl:after {
		width: 17.5rem;
		height: 2.4rem;
		top: -1.3rem;
	}

	.c-karaoke__ttl img {
		width: 20.4rem;
	}

	.c-karaoke__txt01 {
		padding-left: 3.4rem;
		margin-top: 2.4rem;
		font-size: 1.6rem;
	}

	.c-karaoke__txt01 span {
		padding-right: 2.4rem;
	}

	.c-karaoke__txt01 span:before {
		border-right: .9rem solid transparent;
		border-left: .9rem solid transparent;
		border-top: 1.2rem solid #00938c;
	}

	.c-karaoke__youtube {
		margin-top: 1rem;
		box-shadow: .4rem .4rem 0 0 #7ca99b;
	}

	.c-karaoke__youtube-illust01 {
		width: 8.4rem;
		top: -6.5rem;
		left: .1rem;
	}

}


/**********************************

 c-profile

***********************************/
.c-profile {
	background: #FDF7EA;
}

.c-profile__inner {
	width: 1600px;
	padding-top: 16rem;
	padding-bottom: 23.5rem;
}

.c-profile__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 692px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	border: 6px solid #EE5046;
	box-shadow: 4px 4px 0 0 #EE5046;
	position: relative;
}

.c-profile__ttl:before {
	content: "";
	display: block;
	width: 132px;
	height: 132px;
	background: url(../images/top/profile_icon01.png) no-repeat center / contain;
	position: absolute;
	top: -56px;
	left: -72px;
	z-index: 1;
}

.c-profile__ttl img {
	display: block;
	width: 350px;
	margin: 0 auto;
}

.c-profile__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 7.5rem;
}

.c-profile__content-illust01 {
	width: 48.75%;
	margin-right: 4rem;
	position: relative;
	z-index: 1;
}

.c-profile__content-illust01-bg {
}

.c-profile__content-illust01-main {
	width: 74.48717949%;
	margin-top: 2.30769231%;
	margin-left: 13.33333333%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-profile__content-illust01-main img {
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 1000ms;
}

.c-profile__content-illust01-main.aos-animate img {
	opacity: 1;
	animation-name: lightSpeedInLeft;
	animation-duration: 1s;
	/*animation-delay: 1000ms;*/
	/*animation-fill-mode: forwards;*/
}

.c-profile__content-illust01-name {
	width: 51.53846154%;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	opacity: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 1000ms;
}

.c-profile__content-illust01-name:has(+ .aos-animate) {
	opacity: 1;
}

.c-profile__content-illust01-name img {
}

.c-profile__content-illust01-name:has(+ .aos-animate) img {
	animation-name: flipInX;
	animation-duration: 1s;
	animation-delay: 1000ms;
	/*animation-fill-mode: forwards;*/
}

.c-profile__content-detail {
	width: 48.75%;
}

.c-profile__content-detail dl {
	display: flex;
	margin-top: 1.6rem;
}

.c-profile__content-detail dl:first-child {
	margin-top: 0;
}

.c-profile__content-detail dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20rem;
	padding: .65rem .5rem;
	margin-right: 4rem;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	background: #00938C;
	border-radius: .8rem;
}

.c-profile__content-detail dl:last-child dt {
	min-height: 8.7rem;
}

.c-profile__content-detail dl dd {
	flex: 1;
	display: flex;
	align-items: center;
	padding: .35rem 0;
	font-size: 3.2rem;
	line-height: 1.25;
	position: relative;
	z-index: 1;
}

.c-profile__content-detail dl dd:before {
	content: "";
	display: block;
	width: 100%;
	height: .4rem;
	background: url(../images/top/profile_dots.png) repeat-x center / 1rem .4rem;
	position: absolute;
	bottom: -1rem;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:1699px){

	.c-profile__content-detail dl {
		margin-top: 0.941vw;
	}

	.c-profile__content-detail dl dt {
		width: 11.765vw;
		padding: 0.382vw 0.294vw;
		margin-right: 2.353vw;
		font-size: 1.647vw;
		border-radius: 0.471vw;
	}

	.c-profile__content-detail dl:last-child dt {
		min-height: 5.118vw;
	}

	.c-profile__content-detail dl dd {
		padding: 0.206vw 0;
		font-size: 1.882vw;
	}

	.c-profile__content-detail dl dd:before {
		height: 0.235vw;
		background-size: 0.588vw 0.235vw;
		bottom: -0.588vw;
	}
}

@media screen and (max-width:1500px){

	.c-profile__ttl {
		width: 46.133vw;
		height: 6.667vw;
		border: .4vw solid #EE5046;
		box-shadow: .26666667vw .26666667vw 0 0 #EE5046;
	}

	.c-profile__ttl:before {
		width: 8.8vw;
		height: 8.8vw;
		top: -3.733vw;
		left: -4.8vw;
	}

	.c-profile__ttl img {
		width: 23.333vw;
	}

}

@media screen and (max-width:959px){

}

@media screen and (max-width:767px){

	.c-profile__inner {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.c-profile__ttl {
		width: auto;
		height: 4.6rem;
		margin-left: 1.3rem;
		margin-right: 1.3rem;
		border: .3rem solid #EE5046;
		box-shadow: .4rem .4rem 0 0 #EE5046;
	}

	.c-profile__ttl:before {
		width: 6rem;
		height: 6rem;
		top: -2.5rem;
		left: -3rem;
	}

	.c-profile__ttl img {
		width: 15.5rem;
	}

	.c-profile__content {
		display: block;
		margin-top: 2rem;
	}

	.c-profile__content-illust01 {
		width: auto;
		margin-right: 0;
		text-align: center;
	}

	.c-profile__content-illust01-main.aos-animate img {
		animation-name: lightSpeedInRight;
	}

	.c-profile__content-detail {
		width: auto;
		margin-top: 1.6rem;
	}

	.c-profile__content-detail dl {
		display: flex;
		margin-top: 1.6rem;
	}

	.c-profile__content-detail dl:first-child {
		margin-top: 0;
	}

	.c-profile__content-detail dl dt {
		width: 8rem;
		padding: .35rem .5rem;
		margin-right: 0;
		font-size: 1.4rem;
		line-height: 1.28571429;
		background: #00938C;
		border-radius: .8rem;
	}

	.c-profile__content-detail dl:last-child dt {
		min-height: 4.8rem;
	}

	.c-profile__content-detail dl dd {
		padding: .05rem 0 .05rem .8rem;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: -.03em;
	}

	.c-profile__content-detail dl dd:before {
		height: .2rem;
		background-size: .5rem .2rem;
		bottom: -.9rem;
	}

	.c-profile__content-detail dl:last-child dd:before {
		display: none;
	}
}


/**********************************

 c-friends

***********************************/
.c-friends {
	background: url(../images/top/friends_bg01_pc.png) no-repeat center top / 192rem auto;
}

@supports (background-image: url("../images/top/friends_bg01_pc.webp")) {
	.c-friends {
		background-image: url("../images/top/friends_bg01_pc.webp");
	}
}

.c-friends__inner {
	width: 1600px;
	padding-top: 15.5rem;
	padding-bottom: 16rem;
}

.c-friends__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 692px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	border: 6px solid #EE5046;
	box-shadow: 4px 4px 0 0 #EE5046;
	position: relative;
}

.c-friends__ttl:before {
	content: "";
	display: block;
	width: 132px;
	height: 132px;
	background: url(../images/top/friends_icon01.png) no-repeat center / contain;
	position: absolute;
	top: -56px;
	left: -72px;
	z-index: 1;
}

.c-friends__ttl img {
	display: block;
	width: 421px;
	margin: 0 auto;
}

.c-friends__content {
	height: 72rem;
	margin-top: 3.5rem;
	position: relative;
	z-index: 1;
}

.c-friends__content a:hover {
	opacity: 1;
	animation-name: pulse;
	/*animation-name: bounce;*/
	animation-duration: 1s;
	/*animation-delay: 1000ms;*/
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.34, 1.52, 0.64, 1);
}

.c-friends__content .hatoppy {
	width: 34.4375%;
	margin-left: .625%;
	position: absolute;
	top: 0;
	left: 0;
}

.c-friends__content .daisy_peace {
	width: 20.5625%;
	margin-top: 11.625%;
	margin-left: 30.625%;
	position: absolute;
	top: 0;
	left: 0;
}

.c-friends__content .vivattchee_kun {
	width: 28.8125%;
	margin-top: 2.375%;
	margin-right: 21.875%;
	position: absolute;
	right: 0;
}

.c-friends__content .kurashinomoa_chan {
	width: 22%;
	margin-top: 12.875%;
	margin-right: 1.25%;
	position: absolute;
	right: 0;
}

.c-friends__txt01 {
	width: 123rem;
	max-width: 100%;
	margin: 3rem auto 0;
}

@media screen and (min-width:1921px){

	.c-friends {
		background-size: cover;
	}

}

@media screen and (max-width:1699px){

	.c-friends__content {
		height: 42.353vw;
	}

	.c-friends__txt01 {
		width: 72.353vw;
	}

}

@media screen and (max-width:1500px){

	.c-friends__ttl {
		width: 46.133vw;
		height: 6.667vw;
		border: .4vw solid #EE5046;
		box-shadow: .26666667vw .26666667vw 0 0 #EE5046;
	}

	.c-friends__ttl:before {
		width: 8.8vw;
		height: 8.8vw;
		top: -3.733vw;
		left: -4.8vw;
	}

	.c-friends__ttl img {
		width: 23.333vw;
	}

}

@media screen and (max-width:959px){

}

@media screen and (max-width:767px){
	.c-friends {
		background: url(../images/top/friends_bg01_sp.png) no-repeat center / cover;
	}

	@supports (background-image: url("../images/top/friends_bg01_sp.webp")) {
		.c-friends {
			background-image: url("../images/top/friends_bg01_sp.webp");
		}
	}

	.c-friends__inner {
		padding-top: 4rem;
		padding-bottom: 7rem;
	}

	.c-friends__ttl {
		width: auto;
		height: 4.6rem;
		margin-left: 1.3rem;
		margin-right: 1.3rem;
		border: .3rem solid #EE5046;
		box-shadow: .4rem .4rem 0 0 #EE5046;
	}

	.c-friends__ttl:before {
		width: 6rem;
		height: 6rem;
		top: -2.5rem;
		left: -3rem;
	}

	.c-friends__ttl img {
		width: 18.7rem;
	}

	.c-friends__slider {
		margin-top: 2.3rem;
		position: relative;
		z-index: 1;
	}

	.c-friends__slider .slider-prev {
		width: 2.4rem;
		height: 2.4rem;
		background: url(../images/top/friends_prev01.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 2;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		cursor: pointer;
	}

	.c-friends__slider .slider-prev:before {
		display: none;
	}

	.c-friends__slider .slider-next {
		width: 2.4rem;
		height: 2.4rem;
		background: url(../images/top/friends_next01.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 2;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		cursor: pointer;
	}

	.c-friends__slider .slider-next:before {
		display: none;
	}

	.c-friends__slider-content {
		/*overflow: hidden;*/
	}

	.c-friends__slider-content .slick-list {
		overflow: visible;
	}

}


/**********************************

 fancybox

***********************************/
.fancybox-skin {
	background: transparent;
	box-shadow: none;
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.fancybox-close {
	width: 8rem;
	height: 8rem;
	background: url(../images/common/icon_close01.png) no-repeat center / contain;
	top: 4rem;
	right: 5.5rem;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:767px){

}


/**********************************

 c-links

***********************************/
.c-links {

}

.c-links__inner {
	padding-top: 4.5rem;
	padding-bottom: 5rem;
}

.c-links__content {
	width: 850px;
	max-width: 100%;
	/*min-height: 155px;*/
	margin: 0 auto;
}

.top__banner__list {
	display: none;
	width: 90%;
	max-width: 500px;
	margin: auto
}

.top__banner__list.slick-initialized {
	display: block
}

.top__banner__list .slick-slide {
	margin: 0 5px
}

.top__banner__list .slide-arrow {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	cursor: pointer;
	color: transparent;
	background: 0 0
}

.top__banner__list .slide-arrow::before {
	opacity: 1;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
}

.top__banner__list .prev-arrow {
	left: -20px
}

.top__banner__list .next-arrow {
	right: -20px
}

.top__banner__list .prev-arrow::before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.top__banner__list .next-arrow::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.top__banner__list li a {
	margin-bottom: 5px
}



@media print,screen and (min-width: 960px) {
	.top__banner__list {
		max-width:initial
	}

	.top__banner__list .slide-arrow::before {
		width: 12px;
		height: 12px;
		border-top: 3px solid #666;
		border-right: 3px solid #666;
	}

	.top__banner__list .prev-arrow {
		left: -40px
	}

	.top__banner__list .next-arrow {
		right: -40px
	}
}

@media screen and (max-width:959px){

	.c-links {
		padding: 0 10px;
	}

	.c-links__inner {
		/*min-height: 60px;*/
		padding-top: 30px;
		padding-bottom: 2rem;
	}

}

@media screen and (max-width:767px){

}


/**********************************

 c-manga-single

***********************************/
.c-manga-single {
	background: #FDF7EA;
}

.c-manga-single__inner {
	padding-top: 8.8rem;
	padding-bottom: 16rem;
}

.c-manga-single__ttl {
	position: relative;
	z-index: 2;
}

.c-manga-single__ttl-sub {
	display: block;
	width: 34.3rem;
	margin: 0 auto;
}

.c-manga-single__ttl-main {
	display: block;
	width: 112rem;
	margin: 3.4rem auto 0;
}

.c-manga-single__ttl-main img {
	opacity: 0;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-manga-single__ttl-main.aos-animate img {
	opacity: 1;
	animation-name: jackInTheBox;
	/*animation-name: lightSpeedInLeft;*/
	/*animation-name: rubberBand;*/
	animation-duration: 1s;
}

.c-manga-single__content {
	width: 78rem;
	max-width: 100%;
	margin: 5.5rem auto 0;
}

.c-manga-single__content-manga {
	text-align: center;
}

.c-manga-single__content-manga img {
	width: 100%;
	max-width: none;
}

.c-manga-single__navi {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.c-manga-single__navi-prev {
	font-size: 3.2rem;
	line-height: 1.4375;
}

.c-manga-single__navi-prev a {
	padding-left: 2.8rem;
	position: relative;
	z-index: 1;
}

.c-manga-single__navi-prev a:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 2.8rem;
	background: url(../images/common/icon_prev01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-manga-single__navi-next {
	font-size: 3.2rem;
	line-height: 1.4375;
}

.c-manga-single__navi-next a {
	padding-right: 2.8rem;
	position: relative;
	z-index: 1;
}

.c-manga-single__navi-next a:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 2.8rem;
	background: url(../images/common/icon_next01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-manga-single__back {
	margin-top: 3.4rem;
}

.c-manga-single__back a {
}

@media screen and (max-width:959px){

}

@media screen and (max-width:767px){

	.c-manga-single__inner {
		padding-top: 3rem;
		padding-bottom: 4rem;
	}

	.c-manga-single__ttl-sub {
		width: 15.2rem;
		padding-right: 3rem;
		box-sizing: content-box;
	}

	.c-manga-single__ttl-main {
		width: 32.6rem;
		margin: 2rem auto 0;
	}

	.c-manga-single__content {
		width: auto;
		margin: 2rem auto 0;
	}

	.c-manga-single__navi {
		margin-top: .8rem;
	}

	.c-manga-single__navi-prev {
		font-size: 1.4rem;
	}

	.c-manga-single__navi-prev a {
		padding-left: 1.6rem;
	}

	.c-manga-single__navi-prev a:before {
		width: .6rem;
		height: 1rem;
	}

	.c-manga-single__navi-next {
		font-size: 1.4rem;
	}

	.c-manga-single__navi-next a {
		padding-right: 1.6rem;
	}

	.c-manga-single__navi-next a:before {
		width: .6rem;
		height: 1rem;
	}

	.c-manga-single__back {
		margin-top: 1.2rem;
	}
}


/**********************************

 c-404error

***********************************/
.c-404error {
	background: #FDF7EA;
}

.c-404error__inner {
	padding-top: 8.8rem;
	padding-bottom: 16rem;
}

.c-404error__content {

}

.c-404error__ttl {
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
}

.c-404error__txt01 {
	margin-top: 3.5rem;
}

.c-404error__back {
	width: 78rem;
	max-width: 100%;
	margin: 3.5rem auto 0;
}

@media screen and (max-width:959px){

}

@media screen and (max-width:767px){

	.c-404error__inner {
		padding-top: 3rem;
		padding-bottom: 4rem;
	}

	.c-404error__ttl {
		font-size: 2.1rem;
	}

	.c-404error__txt01 {
		margin-top: 2rem;
	}

	.c-404error__back {
		margin: 2rem auto 0;
	}

}


/**********************************

 xxx

***********************************/

@media screen and (max-width:959px){

}

@media screen and (max-width:767px){

}


