.bg-wave {
    background: linear-gradient(180deg, #370344,#0e2567,#660e67);
}
#about-rinkai{
	background: linear-gradient(120deg,#102365 0%,#5e0076 62%,#c20d6a 100%);
}
.info {
	padding: 3% 5%;
	text-align: center;
}
#about-rinkai p {
	width:80%;
	margin: 0 auto;
	text-align: left;
}
.logo_rinkai_w {
	max-width: 100%;
	width:25%;
	display: inline-block;
	margin: 0 auto;
}
h4 {
	font-size: 2.3rem;
	font-weight: bold;
}

.bg-utsunomiyamei {
	position: relative;
	background: #fff;
	background-color: #fff;
	background-repeat:no-repeat;
	background-position: 0,0;
	background-size: contain;
}

.bg-utsunomiyamei p.catch {
	font-size: 2.4rem;
	font-weight: 700;
	background:linear-gradient(120deg, #102365,#5e0076);
	line-height: 1.1;
	text-wrap: nowrap;
	display: inline-block; /* transform を効かせるために必要 */
    transform: skew(-20deg);
	-webkit-background-clip: text;   /* 文字の形で背景を切り抜く */
    -webkit-text-fill-color: transparent; /* テキスト色を透明に */
}

.catch-img {
	width:65%;
}
.title {
	color: #000;
	font-family: "oswald", sans-serif;
	font-size: 60px;
	font-size: 4.5rem;
	font-weight: 900;
	letter-spacing: -0.046em;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	border-bottom: 4px solid #102365;
	padding-bottom: 7px;
	display: inline-block;
	margin:0.3em 0;
}
.title span{
	font-size:18px;
	font-size:1.12rem;
	font-weight:300;
	letter-spacing: 1em;
	display: block;
}
dl.profile{
	font-size: 1.5rem;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
}
.profile dt{
	padding:6px;
	width:135px;
	margin-bottom:1.5em;
	background-color: #6b008a;
	color:#fff;
	text-align: center;
}
.profile dd{
	margin-bottom:1.5em;
	width:calc(100% - 140px);
	padding:6px;
	color: #000;
}
.text {
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.logo_rinkai_w {
		width: 50%;
	}
	h4 {
		font-size: 1.8rem;
	}
	p {
		font-size: 1.2em;
	}
	.bg-utsunomiyamei {
		text-align: center;
	}
	.bg-utsunomiyamei p b{
		font-size:1.7rem;
	}
	.bg-utsunomiyamei {
        background-size: cover;
        background-position: 50% 0;
    }
	.bg-utsunomiyamei p.catch {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.1;
	}
}
/*動画埋め込み*/
.utsunomiyamei-video iframe {
	width:60%;
	aspect-ratio: 16/9;
}
@media screen and (max-width: 912px) {
	.utsunomiyamei-video iframe {
		width:80%;
	}
}
@media screen and (max-width:767px) {
	.utsunomiyamei-video iframe {
		width:100%;
	}
}
.img-btn {
	width:60%;
}

.img-btn-center {
	width:60%;
	display: block;
    margin: 0 auto;
}

@media screen and (max-width: 912px) {
	.img-btn {
		width:80%;
	}
	.img-btn-center {
		width:80%;
	}
}
#rinkai-footer {
	background-color: #212031;
}

#rinkai-footer .copyright {
    text-align: center;
    font-size: 0.9em;
    color: #9ca3af;
    padding-top: 10px;
}
/*キャラ画像*/
.bg-chara {
	width: 100%;
	height: 100%;
	background: url(/girlsallstar2025/img/rinkai/utsunomiyamei_profile.png),url(/girlsallstar2025/img/rinkai/chara-line.png);
	background-repeat: no-repeat,no-repeat;
	background-position: bottom 0 right 7vw,top 0 right 2vw;
	background-size: contain,contain;
}
@media screen and (max-width: 1024px) {
	.bg-chara {
		background-position: bottom 0 right 0vw,top 0 right 0vw;
	}
}
@media screen and (max-width: 912px) {
	.bg-chara {
		background-position: bottom 0 right 0vw,top 0 right -8vw;
		background-size: 60%,contain;
	}
}
@media screen and (max-width: 767px) {
	.bg-chara {
		width: 100%;
		height: 100%;
		background: url(/girlsallstar2025/img/rinkai/chara-line.png);
		background-repeat: no-repeat;
		background-position: top 0 right -15vw;
        background-size: 150%;
	}
}
/*ノベルティ*/
#novelty {
	width: 100%;
    overflow: hidden;
	background: linear-gradient(120deg,#640e65,#370344);
}



/*4コマ*/
#yonkoma{
	background-color: #212031;
	width:100%;
	overflow: hidden;
}
.manga-erea img{
	width: 80%;
	aspect-ratio: 13/17;
	margin: 0 auto;
}
@media (max-width:767px) {
	.manga-erea img{
		width: 100%;
	}
}
/*
.manga-erea {
	position: relative;
	width: 100%;
	height: 55vw;
	margin-top:3rem !important;
}


.manga-thumbnails {
	display: flex;
	width:100%;
	overflow-x: auto;
	padding: 10px;
	gap: 8px;
	margin: 0 auto;
	justify-content: center;
}

.thumbnail {
	width: 15%;
	height: auto;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 4px;
	transition: border-color 0.2s;
}

.thumbnail:hover {
	border-color: #888;
}
  
@media (max-width:1700px) {
	.manga-erea {
		height: 65vw;
		margin-top:3rem !important;
	}
}
@media (max-width:767px) {
	.manga-erea {
		height:60vh;
		margin-top:0rem !important;
	}
	.thumbnail {
		width: 24%;
	}
}



/*漫画表示*/
[class^="order-"] {
	width: 50%;
	aspect-ratio: 13/17;
	background-color: #fff;
	border: 1px solid #9ca3af;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 0;
}
.manga-prev,
.manga-show,
.manga-next {
	width: 50%;
	aspect-ratio: 13/17;
	background-color: #fff;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 4;
}
@media screen and (max-width:767px) {
[class^="order-"] {
	width: 70%;
}
.manga-prev,
.manga-show,
.manga-next {
	width: 70%;
}
}

.manga-prev{
	cursor: pointer;
	transform: translate(-70%, -55%) rotate(-12deg);
	z-index: 1;
}
.manga-next{
	cursor: pointer;
	transform: translate(-30%, -53%)rotate(6deg);
	z-index: 3;
}
.manga-next-sub {
	cursor: pointer;
	transform: translate(-50%, -60%) rotate(0deg);
	z-index: 2;
}

.animate {
	animation: next 1.4s forwards;
}
.animate1 {
	animation: goprev 1.4s forwards;
}
.animate2 {
	animation: gonext 1.4s forwards;
}
.animate3 {
	animation: gobehind 1.4s forwards;
}

.animate4 {
	animation: prev 1.4s forwards;
}
.animate5 {
	animation: backprev 1.4s forwards;
}
.animate6 {
	animation: backnext 1.4s forwards;
}
.animate7 {
	animation: backbehind 1.4s forwards;
}

/*2個飛ばし*/
.animate8 {
	animation: jumpshow 1.4s forwards;
}
.animate9 {
	animation: jumpnext 1.4s forwards;
}
.animate10 {
	animation: jumpprev 1.4s forwards;
}
.animate11 {
	animation: jumpbehind 1.4s forwards;
}

/*スライド3以上の時*/
/*次の漫画に進むアニメーション*/
@keyframes next {
	50% {
		transform: translate(120%, -53%)rotate(6deg);
		opacity: 0;
		z-index: 2;
	}
	51% {
		transform: translate(120%, -53%)rotate(6deg);
		opacity: 0;
		z-index: 4;
	}
	75% {
		transform: translate(-50%, -50%);
		opacity: 1;
		z-index: 4;
	}
	100% {
		transform: translate(-50%, -50%);
		opacity: 1;
		z-index: 4;
	}
}
/*前の漫画に戻すアニメーション*/
@keyframes prev {
	50% {
		transform: translate(-220%, -55%) rotate(-12deg);
		opacity: 0;
		z-index: 1;
	}
	51% {
		transform: translate(-220%, -55%) rotate(-12deg);
		opacity: 0;
		z-index: 5;
	}
	75% {
		transform: translate(-50%, -50%);
		opacity: 1;
		z-index: 5;
	}
	100% {
		transform: translate(-50%, -50%);
		opacity: 1;
		z-index: 5;
	}
}

/*スライド4以上の時*/
/*次の漫画に進むアニメーション*/
@keyframes goprev {
	75% {
		transform: translate(-50%, -50%);
		z-index: 3;
	}
	100% {
		transform: translate(-70%, -55%) rotate(-12deg);
		z-index: 1;
	}
}
@keyframes gonext {
	75% {
		transform: translate(-50%, -50%);
		z-index: 2;
	}
	100% {
		transform: translate(-30%, -53%)rotate(6deg);
		z-index: 3;
	}
}

@keyframes gobehind {
	0% {
		transform: translate(-70%, -55%) rotate(-12deg);
		z-index: 1;
	}
	75% {
		transform: translate(-50%, -50%);
		z-index: 1;
	}
	100% {
		transform: translate(-50%, -60%);
		z-index: 2;
	}
}



/*前の漫画に戻すアニメーション*/
@keyframes backprev {
	75% {
		transform: translate(-50%, -50%);
		z-index: 2;
	}
	100% {
		transform: translate(-70%, -55%) rotate(-12deg);
		z-index: 1;
	}
}
@keyframes backnext {
	75% {
		transform: translate(-50%, -50%);
		z-index: 4;
	}
	100% {
		transform: translate(-30%, -53%)rotate(6deg);
		z-index: 3;
	}
}

@keyframes backbehind {
	0% {
		transform: translate(-30%, -53%)rotate(6deg);
		z-index: 3;
	}
	75% {
		transform: translate(-50%, -50%);
		z-index: 3;
	}
	100% {
		transform: translate(-50%, -60%);
		z-index: 2;
	}
}

/*2つ先の漫画に切り替えるアニメーション*/
@keyframes jumpshow {
	0% {
		transform: translate(-50%, -60%);
		z-index: 2;
	}
	50% {
		transform: translate(120%, -80%)rotate(10deg);
		opacity: 0;
		z-index: 2;
	}
	51% {
		transform: translate(120%, -80%)rotate(10deg);
		opacity: 0;
		z-index: 5;
	}
	75% {
		transform: translate(-50%, -50%);
		opacity: 1;
		z-index: 5;
	}
	100% {
		transform: translate(-50%, -50%);
		opacity: 1;
		z-index: 5;
	}
	
}
@keyframes jumpnext {
	75% {
		transform: translate(-50%, -50%);
		z-index: 1;
	}
	100% {
		transform: translate(-30%, -53%)rotate(6deg);
		z-index: 3;
	}
	
}
@keyframes jumpprev {
	75% {
		transform: translate(-50%, -50%);
		z-index: 3;
	}
	100% {
		transform: translate(-70%, -55%) rotate(-12deg);
		z-index: 1;
	}
	
}

@keyframes jumpbehind {
	75% {
		transform: translate(-50%, -50%);
		z-index: 4;
	}
	100% {
		transform: translate(-50%, -60%);
		z-index: 2;
	}
	
}